Home
last modified time | relevance | path

Searched +refs:text +refs:line (Results 151 – 175 of 1010) sorted by relevance

12345678910>>...41

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl60 $text = url_decode( $textinputs[$i] );
61 @lines = split( /\n/, $text );
65 for my $line ( @lines ) {
67 print $fh "^$line\n";
H A Dspellchecker.cfm32 <!--- use carat on each line to escape possible aspell commands --->
33 <cfset text = "">
37 <cfset text = text & "%" & CRLF
40 <cfloop list="#URLDecode(field)#" index="line" delimiters="#CRLF#">
41 <cfset text = ListAppend(text, "^" & Trim(JSStringFormat(line)), CRLF)>
45 <!--- create temp file from the submitted text, this will be passed to aspell to be check for missp…
46 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
100 <cfcontent type="text/html; charset=utf-8">
104 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
105 <link rel="stylesheet" type="text/css" href="#spellercss#" />
[all …]
/plugin/ckgedit/action/
H A Dedit.php228 $text = str_replace('&notags', '&amp;amp;notags',$text);
259 …if(strpos($text, '%%') !== false || strpos($text, '\\\\') !== false || strpos($text, '|') !== fals…
270 $text
281 $text = str_replace('DBLPERCENT','%%',$text);
386 $text = str_replace('>>','CHEVRONescC',$text);
387 $text = str_replace('<<','CHEVRONescO',$text);
390 $text = preg_replace($email_regex,"<$1>",$text);
532 $line = fgets($fh,1024); //msg($line);
533 if(strpos($line,$tpl_name)!==false) {
1312 function write_debug($what,$line="") { argument
[all …]
/plugin/openlayersmap/ol7/
H A Dol.css
/plugin/randomquote/
H A Dstyle.css2 text-shadow: 1px 0px 10px #757575;
8 text-align: left;
10 line-height: 1;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenFactory.php18 * the error handling strategy. If `text !== null`, than the start and stop
19 * positions are wiped to -1 in the text override is set in the CommonToken.
24 ?string $text, argument
28 int $line, argument
35 public function create(int $type, string $text) : Token; argument
/plugin/tooltip/
H A Dstyle.css50 line-height: 1.3em;
51 text-align: center;
92 line-height: 1.3em;
93 text-align: center;
134 line-height: 1.1em;
135 text-align: center;
/plugin/openas/
H A Dstyle.css5 text-align: center;
17 text-align: center;
23 line-height: 150%;
26 text-align:center;
/plugin/mytemplate/
H A Daction.php56 foreach ($lines as $line) {
57 if (trim($line) == '') {
60 } else if (($line[0] == ' ') && ($key != '')) {
61 $value .= trim($line);
68 list($key, $value) = explode('=', $line, 2);
262 function substitute(&$text, $maxpasses) { argument
276 …2>([^:~]+|(?R))*))?(:(?P<param3>([^:~]+|(?R))*))?~(?P<store_only>!)?~/", $text, $matches, PREG_SET…
361 $text = substr_replace($text, $repl[2], $repl[0], $repl[1]);
/plugin/combo/resources/theme/default/components/css/
H A Dcarrousel.css25 text-transform: uppercase;
29 text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
33 line-height: 1;
68 line-height: 0;
H A Dregister.css7 text-align: initial;
21 text-transform: capitalize;
32 line-height: 1.2;
40 text-align: center;
53 text-align: center;
59 text-align: center;
H A Dtoc.css18 line-height: 1.8;
22 text-decoration: none;
28 text-decoration: underline;
29 text-underline-offset: 0.4rem;
H A Dprofile-update.css6 text-align: initial;
21 text-transform: capitalize;
32 line-height: 1.2;
40 text-align: center;
51 text-align: center;
57 text-align: center;
/plugin/tindexmenu/
H A Dstyle.css23 line-height: normal;
36 text-decoration: none;
66 text-decoration: none !important;
87 text-decoration: underline;
92 text-decoration: none;
116 line-height: 1.2em;
127 text-align: left;
147 line-height: 100%;
157 text-align: center;
169 text-align: center;
/plugin/s5/ui/pixel/
H A Dpretty.css8 :link, :visited {text-decoration: none;}
12 ul, pre {margin: 0; line-height: 1em;}
16 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;}
23 sup {font-size: smaller; line-height: 1px;}
32 ul ul {line-height: 1;}
47 font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
55 text-align: right;}
67 #currentSlide {text-align: center; font-size: 0.5em; color: #646587;
72 margin: 0; padding: 60px 60px 0 150px; text-align: right;
/plugin/progrecss/
H A Dstyle.css43 vertical-align: text-top;
53 text-align: center;
58 text-align: left;
63 text-align: right;
73 text-align: center;
117 text-align: center;
133 text-align: center;
153 * the line. Firefox prior to 2.0 require a CSS fix but otherwise
164 line-height: 1.3em;
182 text-align: center;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm32 <!--- use carat on each line to escape possible aspell commands --->
33 <cfset text = "">
37 <cfset text = text & "%" & CRLF
40 <!--- Strip all tags for the text. (by FredCK - #339 / #681) --->
42 <cfloop list="#field#" index="line" delimiters="#CRLF#">
43 <cfset text = ListAppend(text, "^" & Trim(JSStringFormat(line)), CRLF)>
48 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
102 <cfcontent type="text/html; charset=utf-8">
106 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
107 <link rel="stylesheet" type="text/css" href="#spellercss#" />
[all …]
/plugin/menu/
H A Dstyle.css34 text-align:left;
51 line-height:1em;
59 line-height:1em;
79 text-decoration:none;
/plugin/ckgdoku/ckeditor/
H A Dcontents-default.css111 line-height:100%;
115 line-height:100%;
161 text-align:left;
174 text-align:center;
182 .leftalign {text-align: left;}
183 .centeralign {text-align: center;}
184 .rightalign {text-align: right;}
206 line-height: 1.5em;
215 line-height: 1.5em;
264 line-height: 50%;
[all …]
/plugin/ckgedit/ckeditor/
H A Dcontents-default.css111 line-height:100%;
115 line-height:100%;
161 text-align:left;
174 text-align:center;
182 .leftalign {text-align: left;}
183 .centeralign {text-align: center;}
184 .rightalign {text-align: right;}
206 line-height: 1.5em;
215 line-height: 1.5em;
264 line-height: 50%;
[all …]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php25 protected function identifyOl($line) argument
27 …return (($l = $line[0]) > '0' && $l <= '9' || $l === ' ') && preg_match('/^ {0,3}\d+\.[ \t]/', $li…
33 protected function identifyUl($line) argument
35 $l = $line[0];
82 $line = $lines[$i];
88 $line = substr($line, strlen($matches[0]));
92 $line = substr($line, $len);
132 if ($line[0] === "\t") {
133 $line = substr($line, 1);
135 $line = substr($line, $len);
[all …]
/plugin/bugzillahttp/
H A Dstyle.css16 text-decoration: line-through;
49 .bugtable a:link { font-weight:bold; text-decoration:underline;}
50 .bugtable a:visited { font-weight:bold; text-decoration:underline; }
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael.js230 line: 6, property in parser.parser.symbols_
568 line: this.yylineno
653 line: this.yylineno
1357 text = _.invoke(text.split('\n'), 'trim');
1365 text = this.cleanText(text);
1371 p = this.paper_.text(0, 0, text);
1382 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1389 return line;
1404 text = this.cleanText(text);
1421 t = paper.text(x - bb.x - bb.width / 2, y - bb.y, text);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php19 protected $text; variable in PHP_Token
24 protected $line; variable in PHP_Token
37 * @param string $text
38 * @param int $line
42 public function __construct($text, $line, PHP_Token_Stream $tokenStream, $id) argument
44 $this->text = $text;
45 $this->line = $line;
55 return $this->text;
63 return $this->line;
110 $line = $tokens[$i]->getLine();
[all …]
/plugin/indexmenu/
H A Dstyle.css24 line-height: normal;
42 text-decoration: none;
70 text-decoration: none !important;
93 text-decoration: underline;
99 text-decoration: none;
123 line-height: 1.2em;
146 text-align: left;
162 text-align: center;
177 line-height: 120%;
191 text
[all...]

12345678910>>...41