Home
last modified time | relevance | path

Searched refs:level (Results 126 – 150 of 630) sorted by relevance

12345678910>>...26

/plugin/twcheckliste/
H A Dsyntax.php98 $level = 7 - strspn($title, '=');
99 if ($level < 1)
100 $level = 1;
103 $renderer -> header($title, $level, 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DContest.php42 public $level; variable in Google\\Service\\CivicInfo\\Contest
191 public function setLevel($level) argument
193 $this->level = $level;
200 return $this->level;
/plugin/nspages/printers/
H A DprinterTree.php171 private function _printSubTree($tree, $level) { argument
172 $this->_printElementOpen($tree->self, $level);
174 $this->_printElementContent($tree->self, $level);
184 $this->_printSubTree($subTree, $level+1);
187 $this->_printElement($page, $level+1);
206 * The list of subnamespaces at level n+1 (does not include their own subnamespaces)
/plugin/latexport/implementation/
H A Ddecorator.php249 * @param int $level the nesting level
251 function toc_additem($id, $text, $level) { argument
260 * @param int $level header level
263 function header($text, $level, $pos) { argument
265 $this->decorator->header($text, $level, $pos);
273 function section_open($level) { argument
275 $this->decorator->section_open($level);
283 $this->decorator->section_close($level);
491 * @param int $level the nesting level
494 function listitem_open($level,$node=false) { argument
[all …]
H A Ddecorator_includer.php86 function header($text, $level, $pos) { argument
87 $this->headingLevel = $level;
88 $this->decorator->header($text, $level, $pos);
121 * @param int $level the nesting level
124 function listitem_open($level,$node=false) { argument
129 $this->decorator->listitem_open($level, $node);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DCLI.php119 * @param string $level
123 public function log($level, $message, array $context = array()) argument
125 $this->logMessage($level, $message, $context);
H A DPSR3CLIv3.php20 public function log($level, string|\Stringable $message, array $context = []): void argument
22 $this->logMessage($level, $message, $context);
/plugin/fullindex/
H A Daction.php85 if( $item['level'] > $level ){
87 for($i=0; $i<($item['level'] - $level); $i++){
94 }elseif( $item['level'] < $level ){
97 for ($i=0; $i<($level - $item['level']); $i++){
107 $level = $item['level'];
/plugin/smtp/classes/
H A DLogger.php145 * @param mixed $level
151 public function log($level, $message, array $context = array()) argument
153 $this->log[] = array($level, $message, $context);
/plugin/mediasyntax/test/
H A Dmediasyntax-test.txt19 ** unordered list item, second level
20 * unordered list item first level under unordered list item second level
26 ## ordered list item second level
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DNullLogger.php18 * @param mixed $level
26 public function log($level, $message, array $context = array()) argument
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DNullLogger.php18 * @param mixed $level
26 public function log($level, $message, array $context = array()) argument
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DNullLogger.php16 * Logs with an arbitrary level.
18 * @param mixed $level
26 public function log($level, $message, array $context = array()) argument
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DNullLogger.php18 * @param mixed $level
24 public function log($level, $message, array $context = array()) argument
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DNullLogger.php16 * Logs with an arbitrary level.
18 * @param mixed $level
26 public function log($level, $message, array $context = array()) argument
/plugin/diagramsnet/lib/WEB-INF/
H A Dlogging.properties1 # Set the default logging level for all loggers to WARNING
2 .level = CONFIG
/plugin/bookmarkfile/
H A Dsyntax.php263 … private function renderBookmarks(Doku_Renderer $renderer, array $bookmarks, $separators, $level=1) argument
270 $renderer->listitem_open($level);
278 $renderer->listitem_open($level);
282 $this->renderBookmarks($renderer, $item['children'], $separators, $level+1);
288 $renderer->doc .= '<li class="level'.$level.' separator">';
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php98 $level = ob_get_level();
103 while (ob_get_level() > $level) {
109 while (ob_get_level() > $level) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dtree.navigation.inc.php64 function dump_tree(&$box, $level) { argument
65 print(str_repeat(" ", $level));
74 dump_tree($box->content[$i], $level+1);
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DAsIsNormalizerStrategy.php36 public function addItem(int $level, ListItem $listItemToAdd): void
38 while ($level > $this->parentLevel) {
55 while ($level < $this->parentLevel) {
32 addItem(int $level, ListItem $listItemToAdd) global() argument
/plugin/odt/ODT/
H A DODTList.php71 * @param int $level The nesting level
73 …static public function listItemOpen(ODTInternalParams $params, $level, $element=NULL, $attributes=… argument
97 $list_item = new ODTElementListItem($level);
127 * @param int $level The nesting level
129 …static public function listHeaderOpen(ODTInternalParams $params, $level, $element=NULL, $attribute… argument
153 $list_header = new ODTElementListHeader($level);
/plugin/include/syntax/
H A Dinclude.php77 $level = NULL;
78 return array($mode, $page, $sect, explode('&', $flags), $level, $pos);
98 list($mode, $page, $sect, $flags, $level, $pos) = $data;
150 $instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $secids);
/plugin/fckg/
H A Drenderer.php68 function header($text, $level, $pos) { argument
70 $this->doc .= DOKU_LF.'<h'.$level.'>';
72 $this->doc .= "</h$level>".DOKU_LF;
/plugin/ckgdoku/
H A Drenderer.php68 function header($text, $level, $pos) { argument
70 $this->doc .= DOKU_LF.'<h'.$level.'>';
72 $this->doc .= "</h$level>".DOKU_LF;
/plugin/ckgedit/
H A Drenderer.php68 function header($text, $level, $pos, $returnonly = false) { argument
70 $this->doc .= DOKU_LF.'<h'.$level.'>';
72 $this->doc .= "</h$level>".DOKU_LF;

12345678910>>...26