Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php192 $level = $this->options->getOpt('loglevel', $this->logdefault);
193 $this->setLogLevel($level);
227 * @param string $level
229 public function setLogLevel($level) argument
231 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
234 if ($l == $level) $enable = true;
242 * @param string $level
245 public function isLogLevelEnabled($level) argument
247 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
248 return $this->loglevel[$level]['enabled'];
[all …]
H A DPSR3CLIv3.php20 public function log($level, string|\Stringable $message, array $context = []): void argument
22 $this->logMessage($level, $message, $context);
H A DCLI.php119 * @param string $level
123 public function log($level, $message, array $context = array()) argument
125 $this->logMessage($level, $message, $context);
/dokuwiki/inc/TreeBuilder/
H A DControlPageBuilder.php58 $level = 0;
65 $level++; // new list level
69 if (isset($parents[$level])) {
70 unset($parents[$level]);
72 $level--; // close list level
92 if ($level) {
94 $parents[$level] = $newpage;
H A DAbstractBuilder.php205 * @param int $level current nesting level, starting at 1
208 public function render(Doku_Renderer $R, $top = null, $level = 1): void argument
223 $this->render($R, $node, $level + 1);
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php43 * @param int $level
47 public function header($text, $level, $pos, $returnonly = false) argument
53 $this->doc .= DOKU_LF . '<h' . $level . '>';
55 $this->doc .= "</h$level>" . DOKU_LF;
59 public function section_open($level) argument
H A Dmetadata.php142 * @param int $level the nesting level
144 public function toc_additem($id, $text, $level) argument
149 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {
155 'level' => $level - $conf['toptoclevel'] + 1
164 * @param int $level header level
167 public function header($text, $level, $pos) argument
175 $this->toc_additem($hid, $text, $level);
273 * @param int $level the nesting level
276 public function listitem_open($level, $node = false) argument
278 $this->cdata(str_repeat(DOKU_TAB, $level) . '* ');
H A Drenderer.php187 * @param int $level the nesting level
189 public function toc_additem($id, $text, $level) argument
197 * @param int $level header level
200 public function header($text, $level, $pos) argument
207 * @param int $level section level (as determined by the previous header)
209 public function section_open($level) argument
400 * @param int $level the nesting level
403 public function listitem_open($level, $node = false) argument
H A Dxhtml.php200 * @param int $level the nesting level
202 public function toc_additem($id, $text, $level) argument
207 if ($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']) {
208 $this->toc[] = html_mktocitem($id, $text, $level - $conf['toptoclevel'] + 1);
216 * @param int $level header level
221 public function header($text, $level, $pos, $returnonly = false) argument
230 $this->toc_additem($hid, $text, $level);
233 $this->node[$level - 1]++;
234 if ($level < $this->lastlevel) {
235 for ($i = 0; $i < $this->lastlevel - $level; $i++) {
[all …]
H A Dhandler.php331 $level = 7 - strspn($title, '=');
332 if ($level < 1) $level = 1;
338 $this->addCall('header', [$title, $level, $pos], $pos);
340 $this->addCall('section_open', [$level], $pos);
/dokuwiki/lib/plugins/acl/
H A Dremote.php36 * @param int $level The permission level to set
40 public function addAcl($scope, $user, $level) argument
51 return $apa->addOrUpdateACL($scope, $user, $level);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php19 * @param int $level Compression level (0 to 9)
23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO); argument
H A DTar.php34 * @param int $level Compression level (0 to 9)
38 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
41 if ($level < -1 || $level > 9) {
45 $this->complevel = $level;
46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
H A DZip.php36 * @param int $level Compression level (0 to 9)
40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
42 if ($level < -1 || $level > 9) {
45 $this->complevel = $level;
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php158 $level = 0;
171 if ($level > 0)
172 $level--; /* closing (? */
177 $level++;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css67 /* in case of toc list jumping one level
68 (e.g. if heading level 3 follows directly after heading level 1) */
H A Dpagetools.less31 /* on same vertical level as first headline, because .page has 2em padding */
/dokuwiki/lib/plugins/info/
H A Dsyntax.php321 * @param int $level
325 protected function addToToc($text, $level, Doku_Renderer_xhtml $renderer) argument
330 if (($level >= $conf['toptoclevel']) && ($level <= $conf['maxtoclevel'])) {
336 'level' => $level - $conf['toptoclevel'] + 1
/dokuwiki/inc/
H A Dhtml.php464 $level = $start_level;
474 if ($item['level'] > $level) {
476 for ($i = 0; $i < ($item['level'] - $level); $i++) {
481 $level = $item['level'];
482 } elseif ($item['level'] < $level) {
485 while ($level > $item['level'] && $open > 0) {
488 $level--;
871 * @param int $level - nesting level
875 function html_mktocitem($link, $text, $level, $hash = '#') argument
881 'level' => $level
H A Dmedia.php1696 foreach ($ns_parts as $level => $part) {
1707 ($data[$pos]['level'] <= $level + 1 && Sort::strcmp($data[$pos]['id'], $tmp_ns) > 0)
1716 … array_splice($data, $pos, 0, [['level' => $level + 1, 'id' => $tmp_ns, 'open' => 'true']]);
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php267 $level = auth_aclcheck($id, $user, $userinfo['grps']);
268 if ($level >= AUTH_READ) {
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
145 loglevels and our own `success` level:
160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
162 The default log level of your script can be set by overwriting the `$logdefault` member.
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php4590 $level = 0;
4597 if (isset($prev_keys[$level])) {
4598 if ($prev_keys[$level] == $entry) {
4603 while (isset($entry[$char]) && isset($prev_keys[$level][$char])
4604 && $entry[$char] == $prev_keys[$level][$char]) {
4609 if ($char == strlen($prev_keys[$level])) {
4611 $pointer = &$pointer[$prev_keys[$level]];
4614 $new_key_part1 = substr($prev_keys[$level], 0, $char);
4615 $new_key_part2 = substr($prev_keys[$level], $char);
4621 array_splice($prev_keys, $level, count($prev_keys), $entry);
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php146 public static function error($message, $level, $file, $line) argument
148 if ((error_reporting() & $level) > 0) {
149 switch ($level) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3397 * @param int $level
3400 public function isConnected($level = 0) argument
3402 if (!is_int($level) || $level < 0 || $level > 2) {
3406 if ($level == 0) {
3410 if ($level == 1) {

12