Home
last modified time | relevance | path

Searched refs:level (Results 51 – 75 of 630) sorted by relevance

12345678910>>...26

/plugin/combo/renderer/
H A Drenderer.php30 * @var array that hold the current position of an header for a level
31 * $headerNum[level]=position
93 * @param int $level header level
96 function header($text, $level, $pos, $returnonly = false) argument
102 if ($level > $this->previousNodeLevel) {
109 ($level < $this->previousNodeLevel
111 $nodePosition = $this->nodeParentPosition[$level] + 1;
118 'level' => $this->previousNodeLevel,
127 $this->previousNodeLevel = $level;
[all...]
/plugin/webcomponent/syntax/
H A Dheading.php124 $level = strspn($title, self::getHeadingCharacter());
125 if ($level < 1) $level = 1;
131 $handler->_addCall('header', array($title, $level, $pos), $pos);
132 $handler->_addCall('section_open', array($level), $pos);
135 return array($state, array($title, $level, $pos));
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DQRcode.php16 $level = null, argument
24 ->setLevel($level)
35 $level = null, argument
44 ->setLevel($level)
55 $level = null, argument
64 ->setLevel($level)
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php40 public function testLogsAtAllLevels($level, $message) argument
43 $logger->{$level}($message, array('user' => 'Bob'));
44 $logger->log($level, $message, array('user' => 'Bob'));
47 $level.' message of level '.$level.' with context: Bob',
48 $level.' message of level '.$level.' with context: Bob',
/plugin/qna/syntax/
H A Dtoc.php138 $level = array_fill(1, $maxLevel, 0);
141 $level[$item['level']]++;
148 if ($level[$l] == 0) {
152 $level[$l] = $skipCount;
158 $item['level'] -= $level[$item['level']];
191 $level = $toc[$index]['level'];
195 for ($i = $index; ($i < $items) && ($toc[$i]['level'] == $level); $i++) {
196 $renderer->listitem_open($level);
203 if ((($i + 1) < $items) && ($toc[$i + 1]['level'] > $level)) {
/plugin/nspages/printers/
H A Dprinter.php116 protected function _printElement($item, $level=1) { argument
117 $this->_printElementOpen($item, $level);
118 $this->_printElementContent($item, $level);
122 protected function _printElementOpen($item, $level) { argument
124 $this->renderer->listitem_open($level, false);
126 $this->renderer->listitem_open($level, true);
130 protected function _printElementContent($item, $level=1) { argument
132 $this->_printElementLink($item, $level);
136 protected function _printElementLink($item, $level=1) { argument
145 $this->renderer->toc_additem($anchorId, $linkText, $this->renderer->getLastLevel() + $level);
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DLintResult.php33 public $level; variable in Google\\Service\\Iam\\LintResult
78 public function setLevel($level) argument
80 $this->level = $level;
87 return $this->level;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountPermission.php38 public $level; variable in Google\\Service\\Dfareporting\\AccountPermission
93 public function setLevel($level) argument
95 $this->level = $level;
102 return $this->level;
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message) argument
44 $logger->{$level}($message, array('user' => 'Bob'));
45 $logger->log($level, $message, array('user' => 'Bob'));
48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message) argument
44 $logger->{$level}($message, array('user' => 'Bob'));
45 $logger->log($level, $message, array('user' => 'Bob'));
48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergenc
[all...]
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message) argument
44 $logger->{$level}($message, array('user' => 'Bob'));
45 $logger->log($level, $message, array('user' => 'Bob'));
48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergenc
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DIntrospectionProcessor.php34 private $level; variable in Monolog\\Processor\\IntrospectionProcessor
46 …* @param string|int $level The minimum logging level at which this Processor will be…
51 …public function __construct($level = Logger::DEBUG, array $skipClassesPartials = [], int $skipStac… argument
53 $this->level = Logger::toMonologLevel($level);
64 if ($record['level'] < $this->level) {
/plugin/markdowku/
H A Dheadersetext.php37 $level = 1;
39 $level = 2;
44 $handler->setStatus('section_edit_level', $level);
46 $handler->_addCall('header', array($title, $level, $pos), $pos);
47 $handler->_addCall('section_open', array($level), $pos);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php44 * @param int|string $level Level or level name
52 …public function registerSignalHandler(int $signo, $level = LogLevel::CRITICAL, bool $callPrevious … argument
58 $level = Logger::toMonologLevel($level);
66 $this->signalLevelMap[$signo] = $level;
95 $level = $this->signalLevelMap[$signo] ?? LogLevel::CRITICAL;
98 $this->logger->log($level, sprintf('Program received signal %s', $signal), $context);
/plugin/siteexport/inc/
H A Ddebug.php43 public function setDebugLevel($level = 5) argument
45 $this->debugLevel = $level;
78 public function message($info,$var=null,$level=4){ argument
80 $ajaxCanLog = $this->isAJAX && $level == 4;
83 if( $this->debugLevel > $level && !$ajaxCanLog ) return; // only log certain Debug Levels
85 switch($level) {
105 switch($level) {
/plugin/owncloud/
H A Dscript.js19 folderContent: function(data, $place, level){ argument
25 $folder.each(function(){filelist.folderEvent(jQuery(this),level);});
29 subfolder: function(dir, $row, level,fileid){ argument
33 data: {dir: dir, fileid: fileid, level: level},
34 success: function(data) {filelist.folderContent(data, $row, level);},
39 folderEvent: function(folder,level){ argument
42 nextLevel = 'level'+(parseInt(level.replace('level',''))+1);
/plugin/pdftools/tpl/info/
H A Dstyle.css32 /* Whole line level 0 */
39 /* Title level 0 - may be inside <a> */
42 /* Page no. level 0 - may be inside <a> */
45 /* Whole line level 1 */
51 /* Title level 1 */
54 /* Page no. level 1 - may be inside <a> */
57 /* level 2 */
66 /* level 3 */
75 /* level 4 */
/plugin/pdftools/tpl/kompakt/
H A Dstyle.css22 /* Whole line level 0 */
29 /* Title level 0 - may be inside <a> */
32 /* Page no. level 0 - may be inside <a> */
35 /* Whole line level 1 */
41 /* Title level 1 */
44 /* Page no. level 1 - may be inside <a> */
47 /* level 2 */
56 /* level 3 */
65 /* level 4 */
/plugin/pdftools/tpl/standard/
H A Dstyle.css50 /* Whole line level 0 */
56 /* Title level 0 - may be inside <a> */
59 /* Page no. level 0 - may be inside <a> */
62 /* Whole line level 1 */
68 /* Title level 1 */
71 /* Page no. level 1 - may be inside <a> */
74 /* level 2 */
83 /* level 3 */
92 /* level 4 */
/plugin/siteexport/renderer/
H A Dpdf.php105 $this->node[$level-1]++;
106 if ($level < $this->lastlevel) {
111 $this->lastlevel = $level;
115 $level <= $conf['maxseclevel'] &&
126 $this->headingCount[$level]++;
132 if ($i > $level) {
144 $this->doc .= DOKU_LF.'<h'.$level;
175 $name = rand() . $level;
183 public function section_open($level) { argument
184 $this->currentLevel = $level;
[all …]
/plugin/pdftools/tpl/checkliste/
H A Dstyle.css32 /* Whole line level 0 */
39 /* Title level 0 - may be inside <a> */
42 /* Page no. level 0 - may be inside <a> */
45 /* Whole line level 1 */
51 /* Title level 1 */
54 /* Page no. level 1 - may be inside <a> */
57 /* level 2 */
66 /* level 3 */
75 /* level 4 */
/plugin/pdftools/tpl/checkliste2/
H A Dstyle.css32 /* Whole line level 0 */
39 /* Title level 0 - may be inside <a> */
42 /* Page no. level 0 - may be inside <a> */
45 /* Whole line level 1 */
51 /* Title level 1 */
54 /* Page no. level 1 - may be inside <a> */
57 /* level 2 */
66 /* level 3 */
75 /* level 4 */
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css57 div.mpdf_toc_level_0 { /* Whole line level 0 */
63 span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside <a> */
67 span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside <a> */
70 div.mpdf_toc_level_1 { /* Whole line level 1 */
76 span.mpdf_toc_t_level_1 { /* Title level 1 */
81 span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside <a> */
84 div.mpdf_toc_level_2 { /* Whole line level 2 */
90 span.mpdf_toc_t_level_2 { /* Title level 2 */
93 span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside <a> */
/plugin/prosemirror/parser/
H A DHeadingNode.php15 protected $level; variable in dokuwiki\\plugin\\prosemirror\\parser\\HeadingNode
25 $this->level = $data['attrs']['level'];
39 return $wrapper[$this->level] . ' ' . $this->text . ' ' . $wrapper[$this->level];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DWebPropertySummary.php38 public $level; variable in Google\\Service\\Analytics\\WebPropertySummary
99 public function setLevel($level) argument
101 $this->level = $level;
108 return $this->level;

12345678910>>...26