Home
last modified time | relevance | path

Searched refs:line (Results 176 – 200 of 2140) sorted by relevance

12345678910>>...86

/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php211 * @param string $line Line.
214 public function writeLine($line) argument
216 if (false === $n = strpos($line, "\n")) {
217 return $this->write($line . "\n", strlen($line) + 1);
222 return $this->write(substr($line, 0, $n), $n);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php69 $line = $this->reader->readBytes(20);
70 if ($line[17] === 'f') {
74 return (int) \substr($line, 0, 10);
95 while (($line = $this->reader->readLine(20)) !== false) {
96 if (\strpos($line, 'trailer') !== false) {
101 // jump over if line content doesn't match the expected string
102 if (\sscanf($line, '%d %d', $startObject, $entryCount) !== 2) {
111 /* Check the next line for maximum of 20 bytes and not longer
121 /* Check for less than 20 bytes: cut the line to 20 bytes and trim; have to result in exactly 18 bytes.
122 * If it would have less bytes the substring would get the first bytes of the next line whic
[all...]
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeEclipse.css18 .syntaxhighlighter .line.alt1{background-color:#fff !important;}
19 .syntaxhighlighter .line.alt2{background-color:#fff !important;}
20 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
21 .syntaxhighlighter .line.highlighted.number{color:#fff !important;}
25 .syntaxhighlighter .gutter .line{border-right:3px solid #d4d0c8 !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#d4d0c8 !important;color:#fff !import…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
H A DshThemeDjango.css18 .syntaxhighlighter .line.alt1{background-color:#0a2b1d !important;}
19 .syntaxhighlighter .line.alt2{background-color:#0a2b1d !important;}
20 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
21 .syntaxhighlighter .line.highlighted.number{color:white !important;}
25 .syntaxhighlighter .gutter .line{border-right:3px solid #41a83e !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#41a83e !important;color:#0a2b1d !imp…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
H A DshCore.css17 …portant;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !impor…
22 .syntaxhighlighter .line{white-space:pre !important;}
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
30 .syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{p…
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
45 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
46 .syntaxhighlighter.printing .line .content{color:black !important;}
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css22 line-height: normal;
26 line-height: normal;
34 line-height: normal;
49 line-height: normal;
57 div.mpdf_toc_level_0 { /* Whole line level 0 */
58 line-height: 1.5;
70 div.mpdf_toc_level_1 { /* Whole line level 1 */
84 div.mpdf_toc_level_2 { /* Whole line level 2 */
/plugin/datatemplate/syntax/
H A Dlist.php51 foreach ($lines as $num => $line) {
53 $line = preg_replace('/(?<![&\\\\])#.*$/', '', $line);
54 $line = str_replace('\\#','#',$line);
55 $line = trim($line);
56 if(empty($line)) continue;
57 $line = preg_split('/\s*:\s*/', $line, 2);
58 if (strtolower($line[0]) == 'template') {
59 $template = $line[1];
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php298 protected $line = 0; variable in Hoa\\Compiler\\Ll1
383 $this->line = $this->getInitialLine();
388 $line = $this->line;
429 $line++;
523 $line++;
607 $error = $error[$this->line];
615 $this->line + 1, $this->column + 1
619 $this->line = $line;
693 * @param int $line Initial line.
696 public function setInitialLine($line) argument
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css118 line-height: 1em;
125 line-height: 1.1em;
156 line-height: 1.3em;
197 line-height: 1.2em;
239 line-height: 90px;
255 line-height: 90px;
279 line-height: 42px;
286 line-height: 23px;
303 line-height: 12px;
308 line-height: 21px;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php86 foreach (range($method['startLine'], $method['endLine']) as $line) {
87 if (isset($coverage[$line]) && ($coverage[$line] !== null)) {
88 $methodCount = max($methodCount, count($coverage[$line]));
153 foreach ($coverage as $line => $data) {
154 if ($data === null || isset($lines[$line])) {
158 $lines[$line] = [
165 foreach ($lines as $line => $data) {
167 $xmlLine->setAttribute('num', $line);
/plugin/bookcreator/action/
H A Dhandleselection.php264 foreach($lines as $i => $line) {
266 if(trim($line) == '') continue;
267 if((($i > 0) && substr($line, 0, 7) != " * [[:")) continue;
271 $title = trim(str_replace("======", '', $line));
273 $line = str_replace(" * [[:", '', $line);
274 $line = str_replace("]]", '', $line);
275 list($id, /* $title */) = explode('|', $line, 2);
/plugin/dokutranslate/
H A Dutils.php69 foreach ($lines as $line) {
70 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
71 if (!$line) {
75 $entry = preg_split('/\s+/', $line);
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l2.image.encoder.stream.inc.php19 $line = "";
27 $line .= sprintf("%02X%02X%02X",min(max($r,0),255),min(max($g,0),255),min(max($b,0),255));
32 $line .= "\n";
37 $lines[] = $line;
/plugin/codemirror/dist/modes/
H A Dslim.min.js1line};a.line=a.tokenize}function t(a){if(a.line==a.tokenize){a.line=a.stack.tokenize;a.stack=a.sta… property in a.stack
/plugin/move/helper/
H A Dplan.php424 foreach($pagelist as $line) {
486 if($line === false) {
585 foreach($missing as $line) {
586 $line = trim($line);
587 if($line == '') continue;
625 foreach($lines as $line) {
627 if ($line === '') continue;
849 $line = '';
858 if($line === '') {
865 $line = $c . $line; // prepend char to line
[all …]
/plugin/fckg/action/entities/
H A Dents_seri.php40 foreach ($lines_array as $line) {
41 if(isset($line) && strlen($line)) {
42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dinline-html.md6 new text on new line
9 new text on new line
11 this line ends with <
13 this line ends with &
/plugin/ckgdoku/action/entities/
H A Dents_seri.php40 foreach ($lines_array as $line) {
41 if(isset($line) && strlen($line)) {
42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel6 .map(line => {
7 const indexOfFirstSpace = line.indexOf(' ');
8 return [line.slice(0, indexOfFirstSpace), line.slice(indexOfFirstSpace + 1)]
/plugin/ckgedit/action/entities/
H A Dents_seri.php40 foreach ($lines_array as $line) {
41 if(isset($line) && strlen($line)) {
42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
/plugin/mediasyntax/test/
H A Dmediasyntax-test.txt7 preformatted text starting one line later
12 preformatted text in a "pre" tag, line 1
13 line 2
16 <pre>Preformatted text inside a "pre"-tag, all in one line</pre>
32 normal text with a GB specialPattern in the line
36 ''this line is italic'' // two slashes surround this //
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
/plugin/cli/
H A Dcli-examples.txt213 >>> # see next line
220 >>> This is not a continuation line.
243 >>> # see next line
250 >>> This is not a continuation line.
276 >>> # see next line
283 >>> This is not a continuation line.
305 >>> # see next line
355 console(config)#line ssh
359 console(config-line)#exit
386 console(config)#line ssh
[all …]
/plugin/data-au/syntax/
H A Dentry.php78 foreach($lines as $line) {
80 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/', $line, $matches);
81 $line = $matches[1];
82 $line = str_replace('\\#', '#', $line);
83 $line = trim($line);
84 if(empty($line)) continue;
85 $line = preg_split('/\s*:\s*/', $line, 2);
87 $column = $this->dthlp->_column($line[0]);
98 $vals = explode(',', $line[1]);
107 $dataau[$column['key']] = $this->dthlp->_cleanData($line[1], $column['type']);
/plugin/animation/styles/
H A DshCore.css35 line-height: 1.1em !important;
71 .syntaxhighlighter .line {
100 .syntaxhighlighter table td.gutter .line {
104 .syntaxhighlighter table td.code .line {
160 line-height: 8px !important;
165 .syntaxhighlighter.printing .line.alt1 .content,
166 .syntaxhighlighter.printing .line.alt2 .content,
167 .syntaxhighlighter.printing .line.highlighted .number,
168 .syntaxhighlighter.printing .line.highlighted.alt1 .content,
172 .syntaxhighlighter.printing .line .number {
[all …]

12345678910>>...86