Search results

Jump to navigation Jump to search

Page title matches

Page text matches

  • ...xt|display text}}</pre> ''renders as:'' {{h:title|hover-title text|display text}} ...be viewed in most browsers by holding the mouse cursor over the underlined text.
    494 bytes (72 words) - 16:30, 3 November 2011
  • sb!text =< with1 (txt!text) (\x -> window!text += handler
    1 KB (225 words) - 21:21, 23 June 2007
  • == Text.Regex interface == Using the Text.Regex module, expressions can be applied with <tt>matchRegex</tt> and <tt>m
    1 KB (204 words) - 12:26, 22 October 2010
  • '''Bold text'''''Italic text''[[Link title]][[Image:Example.jpg]]
    103 bytes (14 words) - 04:55, 15 December 2008
  • * [[Haskell Quiz/Text Munger/Solution Dolio|Dan Doel]] * [[Haskell Quiz/Text Munger/Solution Tel|Joseph Abrahamson]]
    442 bytes (61 words) - 22:16, 15 December 2007
  • Issues making text support difficult: * Diagrams are scale-invariant, but text is not really scale-invariant for several reasons:
    2 KB (295 words) - 01:31, 13 February 2013
  • ...to http://rafb.net/paste/ (or another paste site) and get the URL for the text back.
    322 bytes (51 words) - 00:59, 4 February 2007
  • gui = do f <- frame [ text := "Button" b <- button f [ text := "Button"
    3 KB (452 words) - 20:46, 15 January 2012
  • Bytestrings are sequences of ''bytes'' not characters, and aren't really a text type at all. They are best used for binary data. == Text ==
    2 KB (285 words) - 20:38, 2 March 2014
  • ...askell wiki. Please don't vandalise the Euler problems pages. Removing the text from the pages doesn't actually remove the data from the wiki, and they wil Even if you feel that people should solve them on their own, removing the text from those pages isn't an effective (or social) way to express that opinion
    376 bytes (65 words) - 05:05, 30 January 2008
  • | valign=top style="text-align:left" bgcolor=#F0F0F0 | |valign=top width=75% style="text-align:left; line-height:120%"|
    471 bytes (57 words) - 10:30, 6 October 2010
  • |- style="text-align: center;" | colspan="3" |''I agree to multi-license my eligible text contributions, unless otherwise stated, under the [http://www.gnu.org/copyl
    554 bytes (80 words) - 16:10, 20 November 2011
  • ...top of the page. Maybe they should be put somewehere into the text or the text should mention that there is much more informaiton available. [[User:Fazky|
    290 bytes (49 words) - 08:45, 20 August 2013
  • == Port the markup parser to use Text rather than String == ...brary. Now that `text` is a boot library we would like to add a parser for Text values to haddock to avoid using regular Strings.
    1,000 bytes (161 words) - 18:06, 15 April 2018
  • = do f <- frame [text := "Hello!"] = do f <- frame [text := "Hello!"]
    3 KB (461 words) - 10:17, 1 January 2009
  • substring start end text = take (end - start) (drop start text) Main Data.Text> substring 2 6 "alfaville" <br>
    301 bytes (42 words) - 12:48, 9 October 2019
  • Prelude> :type map fromEnum "Text" map fromEnum "Text" :: [Int]
    2 KB (345 words) - 08:00, 2 May 2018
  • -- Import the ByteString and Text types un-qualified. import Data.Text (Text)
    3 KB (368 words) - 22:21, 24 February 2016
  • == Drawing a simple text == To draw a simple text you need to take the following steps:
    4 KB (559 words) - 14:17, 18 August 2009
  • (There is currently text on this page)
    38 bytes (7 words) - 03:31, 12 April 2008
  • (There is currently no text in this page)
    41 bytes (8 words) - 19:53, 30 November 2007
  • import Text.XML.HXT.Core text = getChildren >>> getText
    2 KB (258 words) - 16:04, 11 October 2011
  • import Text.Printf 2 import Text.Printf
    1 KB (145 words) - 05:21, 29 November 2006
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | |valign=top width=65% style="text-align:left"|
    1 KB (157 words) - 05:31, 12 December 2007
  • File:SubilmeText2.png
    Sublime Text 2 Haskell syntax highlight
    (1,060 × 685 (138 KB)) - 08:56, 24 November 2012
  • No page "[[$1]]" exists, trying full text search.
    49 bytes (7 words) - 04:24, 19 March 2006
  • text-align: center; text-align: center;
    3 KB (258 words) - 05:55, 22 January 2009
  • File:Haskelllogo-small.jpg
    20% smaller Haskell text logo from the front page.
    (255 × 127 (28 KB)) - 06:07, 12 April 2006
  • Currently writing a text adventure to learn Haskell.
    52 bytes (8 words) - 11:48, 22 August 2021
  • |- style="text-align: center" |- style="text-align: center"
    3 KB (320 words) - 15:53, 21 June 2018
  • ...the main thing), .lhs (comments are the main thing) and now you have .ths (text is the main thing). Note that in this example I am escaping the code (with > ticks), and the text is just the main bit. I also have which is substituted inline.
    821 bytes (132 words) - 18:39, 8 October 2006
  • TEXT
    166 bytes (32 words) - 20:22, 29 March 2010
  • This actually refers to a text darcs patch, but it works anyways.
    94 bytes (15 words) - 15:19, 6 February 2021
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    1,021 bytes (127 words) - 05:28, 12 December 2007
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left" {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    1 KB (192 words) - 09:57, 6 October 2010
  • == StyleParam deleted from Diagrams.Backend.Cairo.Text == ...style to apply to the text before rendering/querying information about the text. These parameters can be created a variety of ways, but the most direct wil
    4 KB (587 words) - 18:50, 11 December 2012
  • Nou:Am introdus 'text' iar 'tasteaza' a devenit 'citeste' text "string de afisat"
    3 KB (276 words) - 15:17, 6 February 2021
  • No instance for (Text.Parsec.Prim.Stream s m Char) add an instance declaration for (Text.Parsec.Prim.Stream s m Char)
    2 KB (266 words) - 17:19, 4 June 2012
  • ...o delete it. Delete that analogy (I agree) or link it somehow to remaining text. --[[User:Beroal|beroal]] 20:33, 26 August 2011 (UTC)
    1 KB (209 words) - 20:33, 26 August 2011
  • ...GET $ ok "Hello World!"] -- GET / returns "HTTP/1.0 200 OK\nContent-Type: text/plain; charset=utf-8\n\nHello World!" This simple app will respond with "Hello World!" in plain text when you access the root with a GET request.
    2 KB (355 words) - 18:51, 21 October 2007
  • Can anyone give a link to some authoritative text with definition? I spewed my definition out of mind just now. --[[User:Bero
    162 bytes (26 words) - 00:15, 16 June 2010
  • {| class="wikitable" style="text-align:center" {| class="wikitable" style="text-align:center"
    3 KB (373 words) - 20:53, 2 June 2017
  • import Text.Parsec hiding (spaces, Line) text = foldl (\t el -> t
    4 KB (435 words) - 14:34, 23 August 2012
  • To create a redirect page, add a new page with the text <nowiki>"#REDIRECT [[theOtherPage]]"</nowiki> in it. See [http://en.wikiped
    194 bytes (31 words) - 22:57, 16 July 2008
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    367 bytes (43 words) - 05:24, 12 December 2007
  • {text "x=";scrie x; text "y=";scrie y;
    16 KB (1,992 words) - 13:27, 8 March 2009
  • Ne-am descurcat sa realizam programe (in mod text) fara el. Probabil ca nu aveti nevoie de el, decat eventual daca mizati pe
    277 bytes (44 words) - 04:34, 17 September 2011
  • = do f <- frame [text := "Hello!"] quit <- button f [text := "Quit", on command := close f]
    1 KB (217 words) - 11:34, 9 July 2009
  • import Text.XML.HXT.Core pick out the first and last name text and construct a Guest value.
    4 KB (562 words) - 16:11, 11 October 2011
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    3 KB (437 words) - 19:50, 4 April 2019
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    391 bytes (47 words) - 09:59, 6 October 2010
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | Folositi and scris ca un text (amintiti-va ca in Haskell textele sunt liste) cand aveti de facut operatia
    1 KB (230 words) - 06:12, 3 July 2009
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    324 bytes (40 words) - 05:25, 12 December 2007
  • <p style="text-align:center"> | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    4 KB (394 words) - 19:51, 4 April 2019
  • There is currently no text in this page.
    239 bytes (41 words) - 07:30, 3 March 2022
  • There is currently no text in this page.
    239 bytes (41 words) - 22:12, 15 March 2022
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    606 bytes (74 words) - 10:03, 6 October 2010
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    431 bytes (54 words) - 10:27, 6 October 2010
  • ...re va intereseaza astfel ca functiile lor show sa produca ''descrierile ca text'' ale acelor desene. - traducatorul din text in grafica
    1 KB (203 words) - 12:18, 6 February 2011
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    602 bytes (74 words) - 22:25, 24 March 2010
  • Module name: Text.XML.Light ...tes: <hask>Content</hask> has constructors for <hask>Elem</hask> and <hask>Text</hask>. <hask>CData</hask> can be of kind <hask>CDataText</hask>. The type
    2 KB (327 words) - 08:14, 20 February 2014
  • import Text.Printf import Text.Printf
    2 KB (208 words) - 03:14, 27 January 2010
  • {text "dati valoarea lui x"; text "x este ";
    4 KB (570 words) - 17:28, 13 March 2011
  • '''text "string intre ghilimele format din cifre litere si spatii" '''
    224 bytes (33 words) - 00:07, 12 July 2021
  • |style="text-align:center"|C||style="text-align:center"|*||&nbsp;||&nbsp;||&nbsp;||&nbsp;||valign="top"|Builds a list |style="text-align:center"|C||&nbsp;||style="text-align:center"|*||&nbsp;||&nbsp;||&nbsp;||valign="top"|Final element of a li
    13 KB (2,105 words) - 15:00, 21 November 2006
  • ...Header HdrAccept ("text/xml,application/xml,application/xhtml+xml,text/html"),
    2 KB (178 words) - 00:55, 4 February 2007
  • ...Header HdrAccept ("text/xml,application/xml,application/xhtml+xml,text/html"),
    2 KB (178 words) - 01:00, 4 February 2007
  • ...ors with support for Haskell syntax highlighting and formatting support in text editors, grouped by platform. * [http://www.sublimetext.com/ Sublime Text] (proprietary)
    2 KB (301 words) - 12:07, 16 December 2023
  • {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    360 bytes (43 words) - 05:25, 12 December 2007
  • import Text.Printf import System; import IO; import Text.Printf
    6 KB (906 words) - 15:43, 15 July 2007
  • gui = do f <- frame [ text := "Layout" ] b <- button p [ text := "button" ]
    5 KB (722 words) - 20:47, 15 January 2012
  • === text === ...aft now available: http://trac.haskell.org/haskell-platform/wiki/Proposals/text
    2 KB (258 words) - 08:46, 30 August 2010
  • Comentariile care cuprind portiuni mari de text se scriu intre:
    540 bytes (81 words) - 09:21, 23 January 2008
  • There is currently no text in this page. You can [[Special:Search/By_topic|search for this page title]
    352 bytes (58 words) - 09:27, 9 June 2023
  • Yi is a text editor written in Haskell and extensible in Haskell.
    321 bytes (44 words) - 17:29, 28 June 2016
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" | {| border="0" cellspacing="0" cellpadding="2" style="text-align:left"
    5 KB (636 words) - 04:07, 14 August 2021
  • I found that using wiki-headlines instead of just bold text for the sections on the Haskell-front page makes them easier to scan. Thank
    882 bytes (125 words) - 08:13, 11 December 2009
  • {text "Algoritmul NRPITAGORICE"; atunci text "Nu exista numerele cerute"
    4 KB (599 words) - 06:08, 26 August 2009
  • Ce editor sau procesor de text sa folosim la redactarea tezelor si articolelor continand Haskell ? Sa fie
    266 bytes (37 words) - 11:27, 28 March 2011
  • import Text.PrettyPrint RInt -> text "RInt"
    8 KB (1,072 words) - 18:32, 16 January 2017
  • == Hoogle Text File == The Hoogle Text File format will remain largely unchanged from Hoogle 3.
    5 KB (854 words) - 14:39, 2 July 2006
  • TEXT
    532 bytes (98 words) - 08:55, 7 April 2010
  • There is currently no text in this page.
    376 bytes (62 words) - 20:40, 16 November 2019
  • import Text.XML.HXT.Core import Text.Printf
    5 KB (671 words) - 17:08, 11 October 2011
  • | valign=top style="text-align:left" | |valign=top width=75% style="text-align:left; line-height:120%"|
    3 KB (330 words) - 11:14, 9 July 2009
  • 54. [[Haskell Quiz/Index and Query|Text Index and Query]] 76. [[Haskell Quiz/Text Munger|Text Munger]]
    3 KB (438 words) - 14:34, 26 October 2012
  • * add more text editor support (as people ask!) === Copy/Paste gives formatted text ===
    4 KB (623 words) - 17:12, 11 January 2009
  • ...age.haskell.org/package/safer-file-handles-text-0.1.0.4 safer-file-handles-text], [http://hackage.haskell.org/package/usb-enumerator-0.2 usb-enumerator], [
    1 KB (143 words) - 12:58, 17 December 2012
  • * Various encodings (UTF8,UTF16...) for text files ...designs for implementation of higher-level features such as buffering and text encoding (at least, Streams vs SSC). Moreover, higher-level implementation
    4 KB (553 words) - 02:28, 29 June 2007
  • most brittle bit (occasionally the text flies around the window, and I ...otebook-like interface ever be possible? The main idea is that the entered text turns into a cell that can be edited later. Whenever a cell is executed all
    3 KB (436 words) - 05:14, 6 April 2010
  • atunci text "Zero este caz special.El nu este numar prim.Se imparte la toate numerele n atunci text "este numar prim"
    4 KB (562 words) - 13:35, 16 August 2009
  • Nota: Am introdus 'text' iar 'tasteaza' a devenit 'citeste'. text "string de afisat"
    6 KB (798 words) - 09:42, 29 January 2010
  • import Text.XML.Expat.Tree import Text.XML.Expat.Format
    4 KB (552 words) - 09:01, 20 February 2010
  • <p style="text-align:center"> | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    5 KB (663 words) - 19:51, 4 April 2019
  • {text "nr de cifre binare a numarului i"; { text "Dati indicele mic, cel mare si pasul";
    30 KB (4,465 words) - 17:37, 13 March 2011
  • | LoginFailed !Text data ParseError = ParseError !Pos !Text
    5 KB (795 words) - 08:03, 3 August 2017
  • == Text == * retrieving the text of a TextCtrl: mytext <- get mytextEntry text
    3 KB (496 words) - 14:04, 4 October 2014
  • | valign=top bgcolor=#F0F0F0 style="text-align:left" |
    886 bytes (128 words) - 21:00, 16 July 2011
  • * TextEdit -- A standard line text editor ...the text and cursor are stored within the model. One can store important text in an important part of the data structure, while placing the cursor in som
    4 KB (663 words) - 08:07, 23 May 2021
  • ...retrieving and processing rss in a trivial fashion using Network.Curl and Text.XML.Light]
    943 bytes (132 words) - 09:29, 5 July 2013

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)