Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 78) sorted by relevance

1234

/dokuwiki/inc/
H A DLogger.php60 * @param int $line A line number for the above file
63 public static function error($message, $details = null, $file = '', $line = 0) argument
69 $line
79 * @param int $line A line number for the above file argument
82 public static function debug($message, $details = null, $file = '', $line = 0)
88 $line
98 * @param int $line A line numbe
95 deprecated($message, $details = null, $file = '', $line = 0) global() argument
112 log($message, $details = null, $file = '', $line = 0) global() argument
[all...]
H A Dconfutils.php11 * line prefix used to negate single value config items
146 foreach ($lines as $line) {
147 $line = trim(preg_replace('/#.*$/', '', $line));
148 if ($line === '') continue;
149 [$key, $val] = sexplode('=', $line, 2, '');
232 foreach ($lines as $line) {
234 $line = preg_replace('/(?<![&\\\\])#.*$/', '', $line);
235 $line
[all...]
H A DErrorHandler.php116 new FatalException($error['message'], 0, $error['type'], $error['file'], $error['line'])
187 foreach ($e->getTrace() as $line) {
189 isset($line['class']) &&
190 preg_match('/\w+?_plugin_(\w+)/', $line['class'], $match)
196 isset($line['file']) &&
197 preg_match('/lib\/plugins\/(\w+)\//', str_replace('\\', '/', $line['file']), $match)
H A Dchangelog.php16 * parses a changelog line into it's components
18 * @param string $line changelog line
19 * @return array|bool parsed line or false
25 function parseChangelogLine($line)
28 return ChangeLog::parseLogLine($line);
296 foreach ($lines as $line) {
297 $rec = _handleRecentLogLine($line, $ns, $flags, $seen);
314 * Parse a line and checks whether it should be included argument
322 * @param string $line changelo
20 parseChangelogLine($line) global() argument
[all...]
H A DDifferenceEngine.php155 $line = $to_lines[$yi];
156 if (($this->ychanged[$yi] = empty($xhash[$line])))
158 $yhash[$line] = 1;
159 $this->yv[] = $line;
163 $line = $from_lines[$xi];
164 if (($this->xchanged[$xi] = empty($yhash[$line])))
166 $this->xv[] = $line;
269 $line = $flip ? $this->yv[$x] : $this->xv[$x];
270 if (empty($ymatches[$line]))
272 $matches = $ymatches[$line];
1166 addedLine($line, $escaped = false) global() argument
1174 deletedLine($line, $escaped = false) global() argument
1186 contextLine($line) global() argument
[all...]
/dokuwiki/lib/scripts/
H A Dcompatibility.js17 var line = 'DEPRECATED function call'+func+'. '+msg;
20 console.warn(line);
22 console.log(line);
/dokuwiki/inc/Debug/
H A DDebugHelper.php59 $self['line'] ?? $call['line'] ?? 0
104 $backtrace[0]['line']
118 * @param int $line
126 $line,
139 $line
149 * @param int $line
157 $line
165 'line' => $line,
120 dbgCustomDeprecationEvent($alternative, $deprecatedThing, $caller, $file, $line, $callerOffset = 1) global() argument
153 triggerDeprecationEvent(array $backtrace, $alternative, $deprecatedThing, $caller, $file, $line) global() argument
[all...]
/dokuwiki/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);
H A DColors.php100 * Convenience function to print a line in a given color
102 * @param string $line the line to print, a new line is added automatically
108 public function ptln($line, $color, $channel = STDOUT) argument
111 fwrite($channel, rtrim($line) . "\n");
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php162 array_shift($lines); // Discard the first line
188 $line = $lines[$i];
189 if (str_starts_with($line, ' ')) {
192 while (str_starts_with($line, ' ')) {
193 echo hsc(substr($line, 2)) . '<br />';
195 $line = $lines[$i] ?? '';
201 [$dt, $file, $msg] = sexplode("\t", $line, 3, '');
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php60 $line = "$user $style $data\n";
62 return io_saveFile($file, $line, true);
191 foreach ($lines as $line) {
193 if (strpos($line, ' ') === false) {
194 $line = trim($line) . " every\n";
198 if (!preg_match($re, $line, $m)) {
/dokuwiki/inc/lang/el/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/et/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/Search/
H A DIndexer.php867 foreach ($lines as $line) {
868 $pages = array_merge($pages, $this->parseTuples($page_idx, $line));
904 foreach ($index as $wid => $line) {
905 $freq = $this->countTuples($line);
922 foreach ($index as $wid => $line) {
923 $freq = $this->countTuples($line);
1033 * Retrieve a line from the index.
1037 * @param int $id the line number
1038 * @return string a line with trailing whitespace removed
1050 while (($line
1044 saveIndexKey($idx, $suffix, $id, $line) global() argument
1156 updateTuple($line, $id, $count) global() argument
1181 parseTuples(& $keys, $line) global() argument
1206 countTuples($line) global() argument
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php98 * Creates a string suitable for saving as a line
155 // prepare user line
418 foreach ($lines as $line) {
419 $line = preg_replace('/(?<!\\\\)#.*$/', '', $line); //ignore comments (unless escaped)
420 $line = trim($line);
421 if (empty($line)) continue;
423 $row = $this->splitUserData($line);
439 * Get the user line spli
436 splitUserData($line) global() argument
[all...]
/dokuwiki/inc/Cache/
H A DCache.php156 * @param bool $clean true to clean line endings, false to leave line endings alone
208 foreach ($lines as $line) {
209 $i = strpos($line, ',');
210 $stats[substr($line, 0, $i)] = $line;
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php118 $line = fgets($fp, 4096);
120 // Check line for '200'
121 if (strstr($line, '200') === false) {
126 if (trim($line) == '') {
131 $contents .= $line;
134 $debugContents .= $line;
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/id/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php36 foreach ($lines as $line) {
37 $linlen = strlen($line);
40 $c = substr($line, $i, 1);
50 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
/dokuwiki/inc/lang/en/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
2 # When you edit this file be sure to use UNIX line endings (single newline)

1234