Home
last modified time | relevance | path

Searched refs:line (Results 226 – 250 of 2140) sorted by relevance

12345678910>>...86

/plugin/autolink4/
H A Dhelper.php68 foreach ($lines as $line) {
69 $line = trim($line);
70 if (strlen($line) == 0) {
74 $data = array_pad(str_getcsv($line), self::$MAX_VAL, '');
/plugin/mobiletable/
H A Daction.php93 foreach (explode("\n", $body) as $line) {
94 if (substr_count($line, '^') == $length + 1) {
96 $table .= '^'.str_replace('^', '', $line)."^^\n";
100 if (preg_match('/^\|[\|\s:]*?([^\|]*)[\|\s:]*\|$/', $line, $text)) {
104 $row = preg_split('/\||\^/', substr($line, 1, -1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSvnblame.php46 * @param string $line Line to parse.
50 protected function getAuthor($line) argument
53 preg_match('|\s*([^\s]+)\s+([^\s]+)|', $line, $blameParts);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php154 $line = 1;
182 $this->tokens[] = new $tokenClass($text, $line, $this, $id++);
184 $line += $lines;
338 public function getFunctionForLine($line) argument
342 if (isset($this->lineToFunctionMap[$line])) {
343 return $this->lineToFunctionMap[$line];
603 for ($line = $startLine; $line <= $endLine; $line++) {
604 $this->lineToFunctionMap[$line] = $name;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DSyntheticError.php43 * @param int $line
46 public function __construct($message, $code, $file, $line, $trace) argument
51 $this->syntheticLine = $line;
/plugin/aclplusregex/
H A Daction.php13 * 2) for each line apply the user/group regex to the users login and groups
14 * this also resolves backreferences in the ID part of the line
246 foreach ($file as $line) {
247 $line = preg_replace('/#.*$/', '', $line); // strip comments
248 $line = trim($line);
249 if ($line === '') continue;
250 $config[] = array_map('rawurldecode', preg_split('/[ \t]+/', $line, 3)); // config is encoded
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php173 while ($line = fgets($file)) {
174 if (preg_match("/C\s-?\d+\s;\sWX\s(\d+)\s;\sN\s(\S+)\s;/",$line,$matches)) {
185 } elseif (preg_match("/UnderlinePosition ([\d-]+)/",$line,$matches)) {
189 } elseif (preg_match("/UnderlineThickness ([\d-]+)/",$line,$matches)) {
193 } elseif (preg_match("/Ascender ([\d-]+)/",$line,$matches)) {
197 } elseif (preg_match("/Descender ([\d-]+)/",$line,$matches)) {
201 } elseif (preg_match("/FontBBox ([\d-]+) ([\d-]+) ([\d-]+) ([\d-]+)/",$line,$matches)) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php343 * @param string $line Line.
346 public function writeLine($line) argument
348 if (false === $n = strpos($line, "\n")) {
349 return $this->write($line . "\n", strlen($line) + 1);
354 return $this->write(substr($line, 0, $n), $n);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php343 * @param string $line Line.
346 public function writeLine($line) argument
348 if (false === $n = strpos($line, "\n")) {
349 return $this->write($line . "\n", strlen($line) + 1);
354 return $this->write(substr($line, 0, $n), $n);
/plugin/farmsync/meta/
H A DTemplateUpdates.php40 foreach ($pagelines as $line) {
41 $templates = array_merge($templates, $this->getDocumentsFromLine($this->source, $line));
111 * @param string $line
115 public function getDocumentsFromLine($source, $line) { argument
116 if (trim($line) == '') return array();
117 $cleanline = str_replace('/', ':', $line);
H A DPageUpdates.php66 foreach ($pagelines as $line) {
67 $pages = array_merge($pages, $this->getDocumentsFromLine($this->source, $line));
84 * @param string $line
89 public function getDocumentsFromLine($source, $line) { argument
90 if (trim($line) == '') return array();
91 $cleanline = str_replace('/', ':', $line);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DUnrecognizedToken.php57 $line = 7,
60 ->when($result = new SUT('foo', 0, 'bar', $line, $column))
65 ->isEqualTo($line)
H A DIllegalToken.php57 $line = 7,
60 ->when($result = new SUT('foo', 0, 'bar', $line, $column))
65 ->isEqualTo($line)
H A DUnexpectedToken.php57 $line = 7,
60 ->when($result = new SUT('foo', 0, 'bar', $line, $column))
65 ->isEqualTo($line)
/plugin/formatplus2/syntax/
H A Dblockinsertplus.php120 $line = '';
122 $line .= '['.$output[0].']';
126 $line .= $sp.$output[1];
130 $line .= $sp.$output[2];
133 $renderer->doc .= $line;
H A Dblockdeleteplus.php125 $line = '';
127 $line .= '['.$output[0].']';
131 $line .= $sp.$output[1];
135 $line .= $sp.$output[2];
138 $renderer->doc .= $line;
/plugin/formatplus/syntax/
H A Dblockinsertplus.php120 $line = '';
122 $line .= '['.$output[0].']';
126 $line .= $sp.$output[1];
130 $line .= $sp.$output[2];
133 $renderer->doc .= $line;
H A Dblockdeleteplus.php125 $line = '';
127 $line .= '['.$output[0].']';
131 $line .= $sp.$output[1];
135 $line .= $sp.$output[2];
138 $renderer->doc .= $line;
/plugin/clearer/
H A DREADME.md3 DokuWiki plugin to make clear begin of line
5 … to start the next line from the beginning, (leaving the long height of an image for example) just…
/plugin/owncloud/
H A Dhelper.php229 $line =array();
231 $line = explode("\t", $onemeta);
232 if($line[4] != "" && !in_array($line[4],$authors)) array_push($authors,$line[4]);
239 …return array(implode(", ", $authors),$line[5],count($meta),$line[0]); // $line[5] is the latest fi…
302 $line = explode("\t", $onemeta);
303 $time = strftime($conf['dformat'],intval($line[0]));
306 $path = $oldmedia.'/'.$name.'.'.$line[0].'.'.$ext;
307 …'.$time.'" href="'.$fetch.'?media='.($this->pathToWikiID($file)).'&rev='.$line[0].'" target="_blan…
314 if(empty($line[4])) $author = $line[1]; // IP if no author
315 …thor = ($authorlist)?$authorlist->renderOneAuthor($line[4],$authorlist->getFullname($line[4])) : $
[all …]
/plugin/fckg/fckeditor/
H A Dextensions.php20 foreach($out as $line) {
21 if(strpos($line,'#') === false) {
22 list($ext,$mtype) = preg_split('/\s+/', $line);
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php151 ->given($exception = new SUT('foo'), $line = __LINE__)
157 'in ' . __FILE__ . ' at line ' . $line . '.'
166 $exception = new SUT('foo', 0, [], $previous), $line = __LINE__
173 'in ' . __FILE__ . ' at line ' . $line . '.' . "\n\n" .
186 $exception = new SUT('foo'), $line = __LINE__
196 'in ' . __FILE__ . ' at line ' . $line . '.'
/plugin/authldaplocal/
H A Dauth.php611 foreach($lines as $line) {
612 $line = preg_replace('/#.*$/', '', $line); //ignore comments
613 $line = trim($line);
614 if(empty($line)) continue;
639 $len = strlen($line);
641 if ($line[$i]=='\\'){
642 $piece .= $line[$i];
645 } else if ($line[$i]==':'){
650 $piece .= $line[$i];
842 * @param int $line
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php398 foreach ($lines as $line => $data) {
400 if (!isset($this->data[$file][$line])) {
401 $this->data[$file][$line] = $data;
674 unset($data[$filename][$line]);
755 foreach ($lines as $index => $line) {
756 if (!trim($line)) {
918 foreach ($_data as $line => $flag) {
949 foreach (array_keys($_data) as $line) {
950 if (!isset($expectedLines[$file][$line])) {
954 unset($expectedLines[$file][$line]);
[all …]
/plugin/rack/
H A Dsyntax.php162 foreach (explode("\n",$content) as $line) {
164 if (preg_match("/^\s*#/",$line) || !trim($line)) { continue; } # skip comments & blanks
166 …w+)? \s* ( link: (?: (?:\[\[[^]|]+(?:\|[^]]*)?]]) | \S* ) )? \s* (.*?)? \s* $/x',$line,$matches)) {
186 …$renderer->doc .= 'Syntax error on the following line: <pre style="color:red">'.hsc($line)."</pre>…

12345678910>>...86