Home
last modified time | relevance | path

Searched refs:level (Results 251 – 275 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/plugin/src/
H A Dsyntax.php201 * @param int $level Уровень, на который надо подняться
204 function _dirUp($url, $level = 1) { argument
210 } while ($level > $i);
/plugin/subpages/
H A Dsyntax.php194 function _searchCallback(&$data, $base, $file, $type, $level, $opts) { argument
207 $data['level'] = $level;
221 $data['level'] = $level;
/plugin/yalist/
H A Dsyntax.php61 $level = 0;
65 $level = $frame['level'] = 1;
141 $level = $last_frame['level'] + 1;
178 $level = $last_frame['level'];
205 $curr_frame['level'] = $level;
212 return array('state' => $state, 'output' => $output, 'level' => $level);
/plugin/filelist/
H A Dsyntax.php292 _render_list_items($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level = 1) global() argument
513 _render_page_section($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level) global() argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackWebhookHandler.php57 $level = Logger::CRITICAL, argument
65 parent::__construct($level, $bubble);
H A DElasticsearchHandler.php60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub… argument
62 parent::__construct($level, $bubble);
H A DAmqpHandler.php40 …public function __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool … argument
51 parent::__construct($level, $bubble);
H A DProcessHandler.php66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string … argument
75 parent::__construct($level, $bubble);
H A DNewRelicHandler.php60 $level = Logger::ERROR, argument
66 parent::__construct($level, $bubble);
H A DSyslogUdpHandler.php56 …public function __construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::… argument
62 parent::__construct($facility, $level, $bubble);
H A DNativeMailerHandler.php73 …public function __construct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubb… argument
75 parent::__construct($level, $bubble);
/plugin/xml/
H A Drenderer.php86 function header($text, $level, $pos) { argument
88 $this->nextHeader = '<header level="' . $level . '" pos="' . $pos . '">'.
93 function section_open($level) { argument
94 while(end($this->precedinglevel) >= $level)
99 $this->doc .= '<section level="' . $level . '">'.DOKU_LF;
102 array_push($this->precedinglevel,$level);
241 function listitem_open($level) { argument
242 $this->doc .= DOKU_TAB.'<listitem level="' . $level . '">';
/plugin/backup/
H A Dadmin.php172 * @param int $level
174 protected function logXHTML($msg, $level = 0) argument
176 if ($level === -1 || $level === 1) {
177 msg(hsc($msg), $level);
/plugin/latexport/renderer/
H A Dtex.php129 function header($text, $level, $pos) { argument
130 $this->decorator->header($text, $level + $this->headingLevel, $pos);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
/plugin/editsections/action/
H A Des.php209 $level = $edits[min($i+1,$last)][1][2];
214 while (isset($edits[$finger]) && $edits[$finger][1][2]>$level) {
226 $edits[$i][1][2] = $level;
/plugin/qc/
H A Drenderer.php235 public function header($text, $level, $pos)
237 $this->docArray['header_count'][$level]++;
238 $this->docArray['header_struct'][] = $level;
228 header($text, $level, $pos) global() argument
/plugin/toctweak/
H A Dall.less136 // in case of toc list jumping one level
137 // (e.g. if heading level 3 follows directly after heading level 1)
/plugin/jorgchart/
H A Djquery.jOrgChart.js107 function buildNode($node, $appendTo, level, opts) { argument
167 // recurse until leaves found (-1) or to the level specified
168 if(opts.depth == -1 || (level+1 < opts.depth)) {
199 buildNode($(this), $td, level+1, opts);
/plugin/tocselect/
H A Daction.php90 $level = $this->format_item($head, $current,$id);
91 if($start_level==0) $start_level = $level;
93 if($start_level != $level) {
/plugin/actionrenderer/
H A Drenderer.php63 public function toc_additem($id, $text, $level) argument
69 public function header($text, $level, $pos, $returnonly = false) argument
75 public function section_open($level) argument
237 public function listitem_open($level, $node = false) argument
/plugin/combo/ComboStrap/
H A DHttpRequest.php118 $level = error_reporting(E_ALL ^ (E_DEPRECATED));
136 error_reporting($level);
H A DMetadataFrontmatterStore.php329 private static function jsonFlatRecursiveEncoding(array $jsonProperty, &$jsonString, $level = 0, $endOfFieldCharacter = DOKU_LF, $type = Json::TYPE_OBJECT, $parentType = Json::TYPE_OBJECT) argument
343 $levelSpaceIndentation = str_repeat(" ", ($level + 1) * Json::TAB_SPACES_COUNTER);
376 $childLevel = $level + 1;
410 $closingLevelSpaceIndentation = str_repeat(" ", $level * Json::TAB_SPACES_COUNTER);
420 * The array is not going one level back
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dphpstan.neon2 level: 8
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php114 …$prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHa…
115 if (E_USER_DEPRECATED === $level) {
119 return $prevErrorHandler ? $prevErrorHandler($level, $message, $file, $line) : false;

1...<<11121314151617181920>>...26