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 1 – 25 of 194) sorted by last modified time

12345678

/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 DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Daimms.php83 'errh::IsMarkedAsHandled','errh::Line','errh::MarkAsHandled','errh::Message','errh::Multiplicity',
H A Dalgol68.php37 * - Use RegEx to detect white space std PROC names, eg 'new line'
115 # The following line damaged formatting...
195 22 => array('put possible', 'putpossible', 'get possible', 'getpossible', 'bin possible', 'binpossible', 'set possible', 'setpossible', 'reset possible', 'resetpossible', 'reidf possible', 'reidfpossible', 'draw possible', 'drawpossible', 'compressible', 'on logical file end', 'onlogicalfileend', 'on physical file end', 'onphysicalfileend', 'on line end', 'onlineend', 'on page end', 'onpageend', 'on format end', 'onformatend', 'on value error', 'onvalueerror', 'on open error', 'onopenerror', 'on transput error', 'ontransputerror', 'on format error', 'onformaterror', 'open', 'establish', 'create', 'associate', 'close', 'lock', 'scratch', 'space', 'new line', 'newline', 'print', 'write f', 'writef', 'print f', 'printf', 'write bin', 'writebin', 'print bin', 'printbin', 'read f', 'readf', 'read bin', 'readbin', 'put f', 'putf', 'get f', 'getf', 'make term', 'maketerm', 'make device', 'makedevice', 'idf', 'term', 'read int', 'readint', 'read long int', 'readlongint', 'read long long int', 'readlonglongint', 'read real', 'readreal', 'read long real', 'readlongreal', 'read long long real', 'readlonglongreal', 'read complex', 'readcomplex', 'read long complex', 'readlongcomplex', 'read long long complex', 'readlonglongcomplex', 'read bool', 'readbool', 'read bits', 'readbits', 'read long bits', 'readlongbits', 'read long long bits', 'readlonglongbits', 'read char', 'readchar', 'read string', 'readstring', 'print int', 'printint', 'print long int', 'printlongint', 'print long long int', 'printlonglongint', 'print real', 'printreal', 'print long real', 'printlongreal', 'print long long real', 'printlonglongreal', 'print complex', 'printcomplex', 'print long complex', 'printlongcomplex', 'print long long complex', 'printlonglongcomplex', 'print bool', 'printbool', 'print bits', 'printbits', 'print long bits', 'printlongbits', 'print long long bits', 'printlonglongbits', 'print char', 'printchar', 'print string', 'printstring', 'whole', 'fixed', 'float'),
H A Dasm.php93 //Line address prefix suppression
486 '%00','.nolist','%rotate','%line','%!','%final','%clear',
H A Dasymptote.php45 //Multiline-continued single-line comments
142 'line',
H A Dclojure.php72 'line-seq', 'resultset-seq', 're-seq', 're-find', 'tree-seq', 'file-seq',
H A Dcuesheet.php45 //Single-Line Comments using REM command
H A Dd.php115 "o(?:acute|circ|elig|grave|line|m(?:ega|icron)|plus|r(?:d[fm])?|".
H A Depc.php75 'pbutton', 'setslider', 'setpslider', 'slider', 'pslider', 'page', 'line', 'header',
H A Dfreebasic.php63 "let", "lib", "line", "lobyte", "loc", "local", "locate", "lock", "lof", "log",
H A Dgdb.php149 //Line numbers
H A Dgenero.php195 "LINE",
H A Dicon.php68 'letters', 'level', 'line', 'main', 'now', 'null',
105 'line', 'undef'
117 'line'
H A Dkotlin.php516 'LimitExceededException', 'Line', 'Line.Info',
/dokuwiki/lib/plugins/extension/
H A Dstyle.less339 line-height: 18px;
/dokuwiki/inc/parser/
H A Dxhtml.php314 * Create a line break
322 * Create a horizontal line
/dokuwiki/inc/
H A Dtemplate.php1613 * Print a informational line about the used license
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 DMailer.class.php149 * @param bool $clean remove all non-ASCII chars and line feeds?
602 * Returns a complete, EOL terminated header line, wraps it if necessary
606 * @return string line
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css50 line-height: 1.1;
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;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php11 * Command Line component for the usermanager

12345678