Home
last modified time | relevance | path

Searched refs:linebreak (Results 1 – 25 of 2722) sorted by relevance

12345678910>>...109

/dports/sysutils/usrinfo/usrinfo-.10/source/
H A Dusrinfo.cpp55 linebreak="<br>";//change to web style breaks in argtest()
73 …cout<<" "<<usage<<linebreak<<" "<<usage2<<linebreak<<" "<<usage3<<linebreak<<" "<<usage4<<linebrea… in argdisplay()
83 cout<<"USAGE"<<linebreak; in helpdisplay()
84 …cout<<" "<<usage<<linebreak<<" "<<usage2<<linebreak<<" "<<usage3<<linebreak<<" "<<usage4<<linebrea… in helpdisplay()
85 cout<<"FLAGS"<<linebreak; in helpdisplay()
98 cout<<linebreak<<"*PLEASE see the usrinfo manpage for more detail.*"<<linebreak; in helpdisplay()
131 cout<<pwd->pw_name<<linebreak;//usrname in infodisplay()
147 cout<<pwd->pw_uid<<linebreak;//unix id in infodisplay()
155 cout<<pwd->pw_gid<<linebreak;//group id in infodisplay()
163 cout<<pwd->pw_dir<<linebreak;//home dir in infodisplay()
[all …]
/dports/math/R-cran-memisc/memisc/R/
H A DHTML.R28 linebreak=linebreak), nameattr
46 if(length(x$linebreak)>1 && x$linebreak[1]){
157 .html <- function(x,tag,...,linebreak=FALSE) html(tag=tag,...,.content=x,linebreak=linebreak) argument
162 html(tag=tag,...,.content=x,linebreak=linebreak)
227 html_td <- function(x,...,linebreak=FALSE).html_group(x,tag="td",...,linebreak=linebreak)
228 html_tr <- function(x,...,linebreak=TRUE).html_group(x,tag="tr",...,linebreak=linebreak)
230 html_dt <- function(x,...,linebreak=TRUE).html_group(x,tag="dt",...,linebreak=linebreak)
231 html_dd <- function(x,...,linebreak=TRUE).html_group(x,tag="dd",...,linebreak=linebreak)
265 html_p <- function(x,...,linebreak=TRUE) html(tag="p",...,.content=x,linebreak=linebreak)
266 html_div <- function(x,...,linebreak=c(TRUE,TRUE)) html(tag="div",...,.content=x,linebreak=linebrea…
[all …]
/dports/deskutils/gcal/gcal-4.1/data/scripts/
H A Dcal2gcal.pl44 $linebreak = 0;
82 if ($linebreak < 1) {
91 if ($len_tpart > $linebreak) {
94 for ($i = 1; $i <= $len_tpart; $i += ($linebreak + $k)) {
95 $textpart = $textpart . substr($tpart, $i, $linebreak - 1);
101 if ($linebreak + $i + $j - 1 > $len_tpart) {
148 if ($linebreak < 1) {
157 if ($len_tpart > $linebreak) {
160 for ($i = 1; $i <= $len_tpart; $i += ($linebreak + $k)) {
161 $textpart = $textpart . substr($tpart, $i, $linebreak - 1);
[all …]
H A Dcal2gcal.awk41 linebreak = 0
78 if (linebreak < 1)
87 if (len_tpart > linebreak)
91 for (i=1 ; i <= len_tpart ; i += (linebreak+k))
100 if (linebreak + i + j - 1 > len_tpart)
142 if (linebreak < 1)
151 if (len_tpart > linebreak)
155 for (i=1 ; i <= len_tpart ; i += (linebreak+k))
157 textpart = textpart substr(tpart, i, linebreak-1)
160 while (substr(tpart, linebreak+i+j-1, 1) !~ /[ \t]/)
[all …]
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Text_Filter/Horde/Text/Filter/
H A DSimplemarkup.php35 $linebreak = '\n|<br(?:\s*/)?>';
38 $linebreak = '<br(?:\s*/)?>';
41 $linebreak = '\n';
44 $startOfLine = '((?:^|' . $linebreak . ')(?:' . $whitespace . ')*)';
45 $endOfLine = '(?=(?:' . $whitespace . ')*(?:$|\.|' . $linebreak . '))';
46 $startOfWord = '(^|' . $whitespace . '|' . $linebreak . ')';
47 $endOfWord = '(?=$|\.|' . $whitespace . '|' . $linebreak . ')';
51 '#' . $startOfLine . '(\*(?:[^*](?!$|' . $linebreak . '))+\*)' . $endOfLine .
56 '#' . $startOfLine . '(_(?:[^*](?!$|' . $linebreak . '))+_)' . $endOfLine .
61 '#' . $startOfLine . '(/(?:[^*](?!$|' . $linebreak . '))+/)' . $endOfLine .
/dports/textproc/pear-Horde_Text_Filter/Horde_Text_Filter-2.3.6/lib/Horde/Text/Filter/
H A DSimplemarkup.php35 $linebreak = '\n|<br(?:\s*/)?>';
38 $linebreak = '<br(?:\s*/)?>';
41 $linebreak = '\n';
44 $startOfLine = '((?:^|' . $linebreak . ')(?:' . $whitespace . ')*)';
45 $endOfLine = '(?=(?:' . $whitespace . ')*(?:$|\.|' . $linebreak . '))';
46 $startOfWord = '(^|' . $whitespace . '|' . $linebreak . ')';
47 $endOfWord = '(?=$|\.|' . $whitespace . '|' . $linebreak . ')';
51 '#' . $startOfLine . '(\*(?:[^*](?!$|' . $linebreak . '))+\*)' . $endOfLine .
56 '#' . $startOfLine . '(_(?:[^*](?!$|' . $linebreak . '))+_)' . $endOfLine .
61 '#' . $startOfLine . '(/(?:[^*](?!$|' . $linebreak . '))+/)' . $endOfLine .
/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dtypesetting.cnb22linebreak[0] a_{1} \\frac{A+B}{C+D}, \\linebreak[0] a_{2} \\frac{A+B}{C+D}, \\linebreak[0] a_{3} \…
/dports/devel/pear-XML_Util/XML_Util-1.4.5/tests/
H A DAttributesToStringTests.php87 $linebreak = '^'; // some dummy character
88 …s->assertEquals($expected, XML_Util::attributesToString($original, $sort, $multiline, $linebreak));
135 $linebreak = ' ';
136 …($expected, XML_Util::attributesToString($original, $sort, $multiline, $linebreak, PHP_EOL, XML_UT…
148 $linebreak = ' ';
149 …($expected, XML_Util::attributesToString($original, $sort, $multiline, $linebreak, PHP_EOL, XML_UT…
161 $linebreak = ' ';
162 …($expected, XML_Util::attributesToString($original, $sort, $multiline, $linebreak, PHP_EOL, XML_UT…
174 $linebreak = ' ';
175 …($expected, XML_Util::attributesToString($original, $sort, $multiline, $linebreak, PHP_EOL, XML_UT…
/dports/textproc/php-mecab/php-mecab-0.6.0/mecab/examples/
H A Dprovides-r.php11 $linebreak = PHP_EOL . PHP_EOL; variable
18 echo 'Module dependencies:', $linebreak;
23 echo 'INI entries:', $linebreak;
28 echo 'Constants:', $linebreak;
33 echo 'Functions:', $linebreak;
38 echo 'Classes:', $linebreak;
/dports/devel/stack/stack-2.7.3/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/ansi-wl-pprint-0.6.9/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak
/dports/lang/elm/compiler-0.19.1/_cabal_deps/ansi-wl-pprint-0.6.8.2/src-exe/
H A DExample.hs11 …") <> comma <+> white (text "white") <+> text "and" <+> blue (text "blue") <> char '!' <> linebreak
12 putDoc $ blue (text "Nested" <+> dullyellow (text "colors") <+> text "example") <> linebreak
13 …> comma <+> onwhite (text "white") <+> text "and" <+> onblue (text "blue") <> char '!' <> linebreak
14 …oc stdout $ onblue (text "Nested" <+> ondullyellow (text "colors") <+> text "example") <> linebreak
17 putStr $ show $ green (text "I will be green on Unix but uncolored on Windows") <> linebreak
20 … ", if your terminal supports it, and even perhaps" <+> underline (text "underlining") <> linebreak

12345678910>>...109