Home
last modified time | relevance | path

Searched refs:line (Results 151 – 175 of 2140) sorted by relevance

12345678910>>...86

/plugin/form/
H A Dsyntax.php766 foreach ($lines as $index => $line){
768 $lines[$index] = $firstPart.$line;
769 $line = $lines[$index];
772 if (substr($line, -1) == '\\') {
773 $firstPart = substr($line, 0, -1).';';
780 foreach ($lines as $line) {
781 $explBlank = explode(' ', $line);
/plugin/csv/_test/csv/
H A Dc-q-q-escaping.csv2 line without enclosure,second column
4 "line with enclosure","second column"
7 new line","columns with tab"
9 new line", "second"
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid3-1.js8 function build_grid(){var i,k,l,line,bl,bar,w,hr,x0,x,y,yl,cl,cell,lc='',path='<path class="stroke" stroke-width="1" d="M',sf='" style="font-size:'+(font.size*.72).toFixed(1)+'px'
12 function build_cell(cell,x,y,yl,hr){var line
13 if(cell.length>1){line=path+
17 if(cell[1]){line+=path+
22 build_ch(cls+sf,x,y-hr*.32,1)}else{line+=build_ch(cls+sf,x-wc*.2,y-hr/4,0)}
23 if(cell.length>=3){if(cell[3]){line+=path+
28 build_ch(cls+sf,x+wc/3,y,3)}else{line+=build_ch(cls+sf,x+wc*.2,y+hr/4,2)}}}else{line=build_ch(cls,x,y,0)}
29 return line}
48 line
[all...]
/plugin/docimporter/
H A Daction.php97 foreach ($content_lines as $line) {
98 $first = strpos($line, "**");
100 $second = strpos($line, "**", $first+2);
102 $line = preg_replace("/\*\*/U","",$line);
105 $myWikiContent = $myWikiContent.$line."\n";
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php271 $line = rtrim($lines[$i]);
273 if (0 === strlen($line) || '//' == substr($line, 0, 2)) {
277 if ('%' == $line[0]) {
278 if (0 !== preg_match('#^%pragma\h+([^\h]+)\h+(.*)$#u', $line, $matches)) {
299 … } elseif (0 !== preg_match('#^%skip\h+(?:([^:]+):)?([^\h]+)\h+(.*)$#u', $line, $matches)) {
317 … !== preg_match('#^%token\h+(?:([^:]+):)?([^\h]+)\h+(.*?)(?:\h+->\h+(.*))?$#u', $line, $matches)) {
337 $line,
347 $ruleName = substr($line, 0, -1);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php296 foreach ($lines as &$line) {
297 $line = rtrim($line);
298 if ($this->strlen($line) <= $width) {
301 $words = explode(' ', $line);
302 $line = '';
309 $line .= rtrim($actual) . $break;
314 $line .= $this->substr($actual, 0, $width) . $break;
321 $line .= trim($actual);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php258 foreach ($commentLines as $line) {
259 … $leadingSpace = (strlen($tokens[$line]['content']) - strlen(ltrim($tokens[$line]['content'])));
261 if ($line === $commentLines[(count($commentLines) - 1)] || $line === $commentLines[0]) {
266 if ($line === $commentLines[1]) {
271 if (trim($tokens[$line]['content']) === '') {
287 $fix = $phpcsFile->addFixableError($error, $line, 'LineIndent', $data);
289 if (isset($tokens[$line]['orig_content']) === true
290 && $tokens[$line]['orig_content'][0] === "\t"
298 … $phpcsFile->fixer->replaceToken($line, $padding.ltrim($tokens[$line]['content']));
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeDefault.css18 .syntaxhighlighter .line.alt1{background-color:white !important;}
19 .syntaxhighlighter .line.alt2{background-color:white !important;}
20 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
21 .syntaxhighlighter .line.highlighted.number{color:black !important;}
25 .syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !impor…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
H A DshThemeEmacs.css18 .syntaxhighlighter .line.alt1{background-color:black !important;}
19 .syntaxhighlighter .line.alt2{background-color:black !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 #990000 !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#990000 !important;color:black !impor…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
H A DshThemeFadeToGrey.css18 .syntaxhighlighter .line.alt1{background-color:#121212 !important;}
19 .syntaxhighlighter .line.alt2{background-color:#121212 !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 #3185b9 !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#3185b9 !important;color:#121212 !imp…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
H A DshThemeMDUltra.css18 .syntaxhighlighter .line.alt1{background-color:#222222 !important;}
19 .syntaxhighlighter .line.alt2{background-color:#222222 !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 #435a5f !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#222222 !imp…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
H A DshThemeMidnight.css18 .syntaxhighlighter .line.alt1{background-color:#0f192a !important;}
19 .syntaxhighlighter .line.alt2{background-color:#0f192a !important;}
20 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
21 .syntaxhighlighter .line.highlighted.number{color:#38566f !important;}
25 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#0f192a !imp…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
H A DshThemeRDark.css18 .syntaxhighlighter .line.alt1{background-color:#1b2426 !important;}
19 .syntaxhighlighter .line.alt2{background-color:#1b2426 !important;}
20 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
21 .syntaxhighlighter .line.highlighted.number{color:#b9bdb6 !important;}
25 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#435a5f !important;color:#1b2426 !imp…
27 .syntaxhighlighter.printing .line .content{border:none !important;}
/plugin/dwspecialist/
H A Dsyntax.php99 $line="";
106 $line.=$crlf.$listoffset.$prolog."[[".$id."?".http_build_query ($act['params'])."|".$name."]]";
128 … $line.=$crlf.$listoffset.$prolog."[[".$id."?".http_build_query ($act['params'])."|".$name."]]";
130 $line.=$crlf.$listoffset.$prolog.$action;
137 $line.=$crlf.$listoffset.$prolog."[[".$topbar."|Navigationsleiste]]";
151 $line.=$crlf.$listoffset.$prolog.implode($crlf.$listoffset, $wikilinks);
156 $line.=$crlf.$listoffset.$prolog.$action;
160 return $line;
/plugin/animation/styles/
H A DshThemeDefault.css20 .syntaxhighlighter .line.alt1 {
23 .syntaxhighlighter .line.alt2 {
26 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
29 .syntaxhighlighter .line.highlighted.number {
38 .syntaxhighlighter .gutter .line {
41 .syntaxhighlighter .gutter .line.highlighted {
45 .syntaxhighlighter.printing .line .content {
/plugin/codehighlight/cp/
H A Dcodepress.css9 background-image:url("images/line-numbers.png");
12 line-height:16px;
20 body.hide-line-numbers {background:white;margin-left:16px;}
21 body.show-line-numbers {background-image:url("images/line-numbers.png");margin-left:32px;}
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php43 * @param string $line
47 public function write($line, $header = "") argument
49 $this->send($this->assembleMessage($line, $header));
68 protected function assembleMessage(string $line, string $header): string argument
72 return $header . Utils::substr($line, 0, $chunkSize);
/plugin/semanticdata/syntax/
H A Dentry.php68 foreach ( $lines as $line ) {
70 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/',$line, $matches);
71 $line = $matches[1];
72 $line = str_replace('\\#','#',$line);
73 $line = trim($line);
74 if(empty($line)) continue;
75 $line = preg_split('/\s*:\s*/',$line,2);
77 $column = $this->dthlp->_column($line[0]);
86 $vals = explode(',',$line[1]);
93 $data[$column['key']] = $this->dthlp->_cleanData($line[1],$column['type']);
/plugin/dokutexit/
H A Dtexitrender.php302 foreach ( $lines as $line ) {
303 $line = trim($line);
304 if(empty($line)) continue;
305 $line = preg_split('/\s+/',$line,2);
308 $conf[strtolower($line[0])] = $line[1];
310 $conf[$line[0]] = $line[1];
/plugin/autolink4/
H A Dadmin.php59 foreach ($lines as $line) {
60 if (!preg_match('/^\s*$/', $line)) {
61 if (!preg_match('/^.*,.*,.*,.*\btt\b.*/', $line)) {
65 if (!preg_match('/^.*,.*,.*,.*\bonce\b.*/', $line)) {
/plugin/dx/build/
H A DpluginInfoVersionUpdater.js6 .map(line => {
7 const indexOfFirstSpace = line.indexOf(' ');
8 return [line.slice(0, indexOfFirstSpace), line.slice(indexOfFirstSpace + 1)]
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js10 .map(line => {
11 const indexOfFirstSpace = line.indexOf(' ');
12 return [line.slice(0, indexOfFirstSpace), line.slice(indexOfFirstSpace + 1)]
/plugin/photogallery/
H A Dsyntax.php152 $line = $matches[1];
153 $line = str_replace('\\#', '#', $line);
154 $line = trim($line);
156 $line = preg_split('/\s*:\s*/', $line, 2);
157 if ($line[0] == 'namespace') $line[0] = 'ns';
158 if ($line[0] == 'page') $line[0] = 'pg';
160 if ($line[0] == 'ns'){
164 $line[1] = resolve_id(getNS($ID),$line[1]);
167 $line[1] = resolve_id(getNS($ID),$line[1]);
179 if (!$line[1]) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
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/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php210 * @param string $line Line.
213 public function writeLine($line) argument
215 if (false === $n = strpos($line, "\n")) {
216 return $this->write($line . "\n", strlen($line) + 1);
221 return $this->write(substr($line, 0, $n), $n);

12345678910>>...86