Home
last modified time | relevance | path

Searched refs:line (Results 26 – 50 of 78) sorted by relevance

1234

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php68 $line = $groups[$i];
70 if (strlen($line)>0) {
74 $bits=explode(",", $line);
/dokuwiki/inc/lang/da/
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/az/
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/fo/
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/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/inc/lang/de-informal/
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/
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 Dauth.php143 foreach ($acl as $line) {
144 $line = trim($line);
145 if (empty($line) || ($line[0] == '#')) continue; // skip blank lines & comments
146 [$id, $rest] = preg_split('/[ \t]+/', $line, 2);
149 if (strstr($line, '%USER%')) {
150 // if user is not logged in, this ACL line is meaningless - skip it
158 if (strstr($line, '%GROUP%')) {
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php15 * @return array added log line as revision info
20 * Parses a changelog line into its components
22 * @param string $line changelog line
23 * @return array|bool parsed line or false
27 public static function parseLogLine($line) argument
29 $info = sexplode("\t", rtrim($line, "\n"), 8);
30 if ($info[3]) { // we need at least the page id to consider it a valid line
34 'type' => $info[2], // log line type
38 'extra' => $info[6], // extra data (varies by line typ
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt91 3. The input is read from a UCS-4 coded file and encoded line by line. By
99 // Iterate through the input file line by line
100 foreach (file('ucs4-domains.txt') as $line) {
101 echo $IDN->encode(trim($line), 'ucs4_string');
/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/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/lib/plugins/acl/
H A Dadmin.php140 foreach ($AUTH_ACL as $line) {
141 if ($line[0] == '#') {
142 $lines[] = $line;
603 foreach ($AUTH_ACL as $line) {
604 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
605 if (!$line) continue;
607 $acl = preg_split('/[ \t]+/', $line);
/dokuwiki/vendor/geshi/geshi/
H A DBUGS11 - Using the extra line number highlighting feature without actually using line numbers
/dokuwiki/lib/styles/
H A Dall.css9 line-height: 0;
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php864 foreach ($file as $line) {
865 [$key, $value] = sexplode('=', trim($line, DOKU_LF), 2, '');
1308 foreach ($list as $line) {
1309 $line = trim(preg_replace('/#.*$/', '', $line));
1310 if (!$line) continue;
1311 $file = $extensiondir . $line;
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php609 echo '<th class="line">' . $this->lang['line'] . '</th>';
618 foreach ($this->import_failures as $line => $failure) {
620 echo '<td class="lineno"> ' . sprintf('%0' . $digits . 'd', $line) . ' </td>';
1040 $line = [$user, $info['name'], $info['mail'], implode(',', $info['grps'])];
1041 fputcsv($fd, $line);
1076 $line = 0;
1084 $error = ''; // clean out any errors from the previous line
1086 if (1 == ++$line) {
1092 $this->import_failures[$line]
[all...]
/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_modal.css28 line-height: 1;
H A D_toc.css50 line-height: 1.1;
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/
H A D.htaccess.dist34 ## Not all installations will require the following line. If you do,
/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/vendor/marcusschwarz/lesserphp/
H A DREADME.md

1234