Home
last modified time | relevance | path

Searched +full:line -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 194) sorted by relevance

12345678

/dokuwiki/inc/
H A Dio.php318 * Replace one or more occurrences of a line in a file.
320 * The default, when $maxlines is 0 is to delete all matching lines then append a single line.
321 * A regex that matches any part of the line will remove the entire line in this mode.
324 * Otherwise each line is matched and replaced individually, up to the first $maxlines lines
334 * @param string $newline new line to insert
336 * @param int $maxlines number of occurrences of the line to replace
373 foreach ($lines as $i => $line) {
375 // $matched will be set to 0|1 depending on whether pattern is matched and line replaced
376 $lines[$i] = preg_replace($pattern, $replace, $line,
[all...]
H A Dinfoutils.php373 * @param string $line line number
378 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC)
392 'line' => $line,
399 if ($msgdata['line'] || $msgdata['file']) {
401 $msgdata['msg'] .= ' [' . $basename . ':' . $msgdata['line'] . ']';
494 // was the msg as single line string? use it as header
535 $location = $call['file'] . ':' . ($call['line'] ?? '0');
355 msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC) global() argument
H A Ddefines.php39 * Constants for known core changelog line types.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Ddiff.php132 //Location line
140 //Inserted line
148 //Modified line
164 //Removed line
172 //Inserted line
H A Dnewlisp.php60 'cosh','count','cpymem','crc32','crit-chi2','crit-z','current-line',
87 'read-expr','read-file','read-key','read-line','read-utf8',
100 'write-line','xfer-event','xml-error','xml-parse','xml-type-tags',
168 // [text] multi-line strings
170 // [code] multi-line blocks
H A Dqbasic.php57 //Single-Line Comments using REM command
59 //Line numbers
86 'KEY', 'KILL', 'LBOUND', 'LCASE$', 'LEFT$', 'LEN', 'LET', 'LINE', 'LIST', 'LOC',
H A Dvhdl.php18 * - Changes include: multi-line comments, all new keywords, PSL keywords and metacomments,
57 // PSL metacomments (single-line only for now)
80 'severity_level','positive','natural','signed','unsigned','line','text',
H A Dicon.php68 'letters', 'level', 'line', 'main', 'now', 'null',
105 'line', 'undef'
117 'line'
H A Dunicon.php67 'letters', 'level', 'line', 'main', 'now', 'null',
105 'line', 'undef'
117 'line')
H A Doobas.php48 //Single-Line comments using REM keyword
58 'rgb','open','close','reset','freefile','get','input','line',
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php35 protected $line = 0; variable in splitbrain\\JSStrip\\JSStrip
52 $this->line = 1;
95 // verbatim copy contents, trimming but putting it on its own line
204 if ($ch == "\n") $this->line++;
251 $msg = "$msg on line {$this->line}: '{$before}◎{$after}'";
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php60 // Line numbers - use with enable_line_numbers()
61 /** Use no line numbers when building the result */
63 /** Use normal line numbers when building the result */
65 /** Use fancy line numbers when building the result */
75 /** Use a pre to wrap lines when line numbers are enabled or to wrap the whole code. */
209 /** The line number type passed to {@link GeSHi->enable_line_numbers()} was invalid */
267 GESHI_ERROR_INVALID_LINE_NUMBER_TYPE => 'The line number type specified is invalid'
343 * if not using line numbering
396 * The line ending
404 * Number at which line number
4544 get_line_style($line) global() argument
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less37 line-height: 1.2;
47 line-height: 1.2;
100 margin: 0 0 1.4em 0; /* bottom margin = line-height */
306 line-height: 1;
363 line-height: normal;
H A D_media_fullscreen.css136 line-height: 1.4em;
197 line-height: 1;
227 line-height: 1;
266 line-height: 1.2;
489 line-height: 1.2;
/dokuwiki/lib/exe/
H A Dcss.php226 // try to use line number to find affected file
227 if (preg_match('/line: (\d+)$/', $msg, $m)) {
236 $msg .= ' in ' . $m[2] . ' at line ' . ($lno - $i);
583 // strip (incorrect but common) one line comments
668 * Strips one line comments but makes sure it will not destroy url() constructs with slashes
675 $line = $matches[0];
678 $len = strlen($line);
681 $nextcom = strpos($line, '//', $i);
682 $nexturl = stripos($line, 'url(', $i);
697 $i = strpos($line, ')',
[all...]
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php109 * Parses a changelog line into its components and save revision info to the cache pool
111 * @param string $value changelog line
112 * @return array|bool parsed line or false
130 * containing the requested changelog line is read.
138 * - type: log line type
142 * - extra: extra data (varies by line type)
173 foreach ($lines as $line) {
174 $this->parseAndCacheLogLine($line);
184 * only that a line with the date exists in the changelog.
485 * - $head: position of first read changelog line
[all...]
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php677 // only report last line's result
697 // report the caller's line
699 $line = $trace[0]['line'];
701 $this->debugMsg($e, -1, $line);
702 $this->debugMsg("SQL: <pre>$dsql</pre>", -1, $line);
714 * @param int $line
716 protected function debugMsg($message, $err = 0, $line = 0)
722 if (!$line) $line
757 debugMsg($message, $err = 0, $line = 0) global() argument
[all...]
/dokuwiki/conf/
H A Dacronyms.conf15 EOL End of line
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md13 jsstrip is not a true javascript parser. It assumes you have properly delimited the 'end of line' using a ';' (semicolon).
/dokuwiki/lib/styles/
H A Dall.css9 line-height: 0;
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG102 * Force comments in INI files to be their own line (BenBE)
155 * Changes for improved highlighting of signle line comments and end-of-code indicators
215 * Limited support for prompt detection in single line Bash snippets (BenBE)
312 * Fixed first line not getting highlighted in diff language (BenBE)
335 * Added support for line numbers, file handles and hex\octal numbers for QBasic (BenBE)
510 * With line numbers: <div>header<ol><li><pre>...</pre></li>...</ol></div>
511 * Without line numbers: <pre>header...CODE...</pre>
676 - Add possibility to handle more than one extra line style (SF #1698255, German Rumm, BenBE)
699 * Configurable line endings (Replace \n by custom string)
715 multiple lines properly when line number
[all...]
/dokuwiki/
H A D.htaccess.dist34 ## Not all installations will require the following line. If you do,
/dokuwiki/inc/Subscriptions/
H A DSubscriberRegexBuilder.php10 * Construct a regular expression for parsing a subscription definition line
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php68 $line = $groups[$i];
70 if (strlen($line)>0) {
74 $bits=explode(",", $line);

12345678