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 no text in this page)
    41 bytes (8 words) - 19:53, 30 November 2007
  • (There is currently text on this page)
    38 bytes (7 words) - 03:31, 12 April 2008
  • 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

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