Home
last modified time | relevance | path

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

12345678910>>...26

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php34 protected $level; variable in Mustache_Logger_StreamLogger
46 $this->setLevel($level);
72 public function setLevel($level) argument
78 $this->level = $level;
88 return $this->level;
96 * @param mixed $level
106 if (self::$levels[$level] >= self::$levels[$this->level]) {
117 * @param int $level The logging level
144 * @param int $level
150 return strtoupper($level);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php120 * @param string|int $level Logging level value or name
124 public function hasRecords($level): bool argument
136 public function hasRecord($record, $level): bool argument
151 }, $level);
155 * @param string|int $level Logging level value or name
163 }, $level);
167 * @param string|int $level Logging level value or name
175 }, $level);
187 $level = Logger::toMonologLevel($level);
189 if (!isset($this->recordsByLevel[$level])) {
[all …]
H A DOverflowHandler.php68 $level = Logger::DEBUG, argument
75 parent::__construct($level, $bubble);
92 if ($record['level'] < $this->level) {
96 $level = $record['level'];
99 $this->thresholdMap[$level] = 0;
102 if ($this->thresholdMap[$level] > 0) {
104 $this->thresholdMap[$level]--;
105 $this->buffer[$level][] = $record;
110 if ($this->thresholdMap[$level] == 0) {
115 $this->thresholdMap[$level]--;
[all …]
H A DAbstractHandler.php32 protected $level = Logger::DEBUG; variable in Monolog\\Handler\\AbstractHandler
37 * @param int|string $level The minimum logging level at which this handler will be triggered
42 public function __construct($level = Logger::DEBUG, bool $bubble = true) argument
44 $this->setLevel($level);
53 return $record['level'] >= $this->level;
62 public function setLevel($level): self argument
64 $this->level = Logger::toMonologLevel($level);
78 return $this->level;
H A DNullHandler.php33 private $level; variable in Monolog\\Handler\\NullHandler
36 * @param string|int $level The minimum logging level at which this handler will be triggered
40 public function __construct($level = Logger::DEBUG) argument
42 $this->level = Logger::toMonologLevel($level);
50 return $record['level'] >= $this->level;
58 return $record['level'] >= $this->level;
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php72 'level' => $level,
81 public function hasRecords($level) argument
83 return isset($this->recordsByLevel[$level]);
86 public function hasRecord($record, $level) argument
99 }, $level);
106 }, $level);
109 public function hasRecordThatMatches($regex, $level) argument
113 }, $level);
118 if (!isset($this->recordsByLevel[$level])) {
133 $level = strtolower($matches[2]);
[all …]
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php69 public function log($level, $message, array $context = []) argument
72 'level' => $level,
77 $this->recordsByLevel[$record['level']][] = $record;
81 public function hasRecords($level) argument
83 return isset($this->recordsByLevel[$level]);
86 public function hasRecord($record, $level) argument
99 }, $level);
102 public function hasRecordThatContains($message, $level) argument
106 }, $level);
109 hasRecordThatMatches($regex, $level) global() argument
116 hasRecordThatPasses(callable $predicate, $level) global() argument
[all...]
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php69 public function log($level, $message, array $context = []) argument
72 'level' => $level,
77 $this->recordsByLevel[$record['level']][] = $record;
81 public function hasRecords($level) argument
83 return isset($this->recordsByLevel[$level]);
86 public function hasRecord($record, $level) argument
99 }, $level);
102 public function hasRecordThatContains($message, $level) argument
106 }, $level);
109 hasRecordThatMatches($regex, $level) global() argument
116 hasRecordThatPasses(callable $predicate, $level) global() argument
[all...]
/plugin/revealjs/syntax/
H A Dheader.php53 $level = 7 - strspn($title,'=');
54 if($level < 1) $level = 1;
70 return array($title, $level, $pos);
88 list($text, $level, $pos) = $data;
98 $renderer->doc .= '<h'. $level .'>';
112 …$level_calculated = ($level > $horizontal_slide_level && $this->getConf('enlarge_vertical_slide_he…
131 * @param int $level header level
137 $renderer->toc_additem($hid, $text, $level);
140 $level <= $horizontal_slide_level + 1 &&
148 $level <= $horizontal_slide_level + 1 &&
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php88 $level++;
104 $level
113 $level
121 $level
130 $level
142 $level
255 * @param int $level
282 * @param int $level
437 * @param int $level
477 * @param int $level
[all …]
/plugin/header3/
H A Dsyntax.php67 list($state,$level,$pos) = $data;
89 if($level < 1) $level = 1;
96 $renderer->header($title,$level,$pos);
128 $renderer->node[$level-1]++;
129 if ($level < $renderer->lastlevel) {
134 $renderer->lastlevel = $level;
136 if ($level <= $conf['maxseclevel'] &&
143 $renderer->doc .= DOKU_LF.'<h'.$level;
144 if ($level <= $conf['maxseclevel']) {
149 $renderer->doc .= "</a></h$level>".DOKU_LF;
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php308 'level' => $level,
404 if (!isset(static::$levels[$level])) {
408 return static::$levels[$level];
422 if (is_string($level)) {
423 if (is_numeric($level)) {
425 return intval($level);
438 if (!is_int($level)) {
442 return $level;
453 'level' => $level,
495 if (!is_int($level) && !is_string($level)) {
[all …]
/plugin/header2/
H A Dsyntax.php72 list($state,$level,$pos) = $data;
94 if($level < 1) $level = 1;
130 $renderer->toc_additem($hid, $text, $level);
133 $renderer->node[$level-1]++;
134 if ($level < $renderer->lastlevel) {
139 $renderer->lastlevel = $level;
141 if ($level <= $conf['maxseclevel'] &&
148 $renderer->doc .= DOKU_LF.'<h'.$level;
149 if ($level <= $conf['maxseclevel']) {
154 $renderer->doc .= "</a></h$level>".DOKU_LF;
[all …]
/plugin/html5/
H A Drenderer.php70 * @param int $level The header level
73 function header( $text, $level, $pos ) argument
80 $this->toc_additem( $hid, $text, $level );
83 $this->node[$level-1]++;
84 if ($level < $this->lastlevel) {
90 $this->lastlevel = $level;
93 if( $lastLevel >= $level )
99 if( $level > 1 )
114 function section_edit( $start, $end, $level, $name ) argument
121 * @param int $level The section level
[all …]
/plugin/dw2pdf/
H A Drenderer.php70 * @param int $level from 1 (highest) to 6 (lowest)
73 public function header($text, $level, $pos, $returnonly = false)
84 $this->toc_additem($hid, $text, $level);
96 if ($level > 0) {
97 if (self::$previous_level > $level) {
98 for ($i = $level + 1; $i <= self::$previous_level; $i++) {
103 self::$header_count[$level]++;
106 for ($i = 1; $i <= $level; $i++) {
114 // 0: off, 1-6: show down to this level
115 if ($maxbookmarklevel && $maxbookmarklevel >= $level) {
71 header($text, $level, $pos, $returnonly = false) global() argument
130 calculateBookmarklevel($level) global() argument
[all...]
/plugin/numberedheadings/
H A Dhelper.php11 * tier1 : heading level corresponding to the 1st tier
16 protected $Tier1Level; // (int) heading level corresponding to the 1st tier
26 * Set the first tier level
28 public function setTier1($level=null) argument
30 $this->Tier1Level = $level;
35 * Get the first tier level
72 public function setHeadingCounter($level=null, $number=null) argument
74 if (isset($level)) {
80 $this->HeadingCount[$level] = isset($number)
82 : ++$this->HeadingCount[$level];
96 getTieredNumbers($level, $offset = null) global() argument
[all...]
/plugin/mediasyntax/syntax/
H A Dheader.php33 // get level and title
35 $level = strspn($title, '=');
36 if ($level < 1) $level = 1;
37 elseif ($level > 5) $level = 5;
43 if ($level <= $conf['maxseclevel'])
46 $handler->setStatus('section_edit_level', $level);
50 $handler->addCall('header', array($title, $level, $pos), $pos);
52 $handler->addCall('section_open', array($level),
[all...]
/plugin/markdowku/
H A Dheaderatx.php30 $level = strspn($title, '#');
34 if ($level < 1)
35 $level = 1;
36 elseif ($level > 6)
37 $level = 6;
41 if ($level <= $conf['maxseclevel']) {
43 $handler->setStatus('section_edit_level', $level);
46 $handler->_addCall('header', array($title, $level, $pos), $pos);
47 $handler->_addCall('section_open', array($level), $pos);
/plugin/rplus/
H A Drenderer.php90 * @param int $level header level
93 function header($text, $level, $pos) argument
99 if ($level > $this->previousNodeLevel) {
106 ($level < $this->previousNodeLevel
124 $this->previousNodeLevel = $level;
129 if ($level == 2) {
132 if ($level == 3) {
135 if ($level == 4) {
138 if ($level == 5) {
139 … $this->nodeParentPosition[$level - 3] . "." . $this->nodeParentPosition[$level - 2] . "." . $this…
[all …]
/plugin/combo/ComboStrap/
H A DHeadingTag.php46 public const LEVEL = 'level';
60 * The default level if not set
61 * Not level 1 because this is the top level heading
62 * Not level 2 because this is the most used level and we can confound with it
117 $openingAttributes = $openingTag->getAttributes(); // for level
196 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
198 $renderer->header($text, $level, $pos);
200 if ($level
540 getTagFromContext(string $context, int $level) global() argument
[all...]
/plugin/latexit/syntax/
H A Dbase.php101 $level = 1;
104 $level = 2;
107 $level = 3;
110 $level = 4;
113 $level = 5;
116 $level = 5;
123 … $renderer->doc .= '<h'.$level.'>'.hsc($this->getConf('link_insertion_message')).'</h'.$level.'>';
132 $renderer->_increaseLevel($level - 1);
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php120 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
125 while (isset($level))
129 if (!empty($level)) {
131 $attrs += $style->importODTStyleInternal($text_fields, $level, $properties);
140 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
171 $level = '';
178 $level .= $items ['odt_property'].'="'.$items ['value'].'" ';
191 $levels .= ' <text:outline-level-style '.$level.">\n";
224 public function getPropertyFromLevel($level, $property) { argument
225 return $this->getPropertyInternal($property, $this->outline_level_styles [$level]);
[all …]
H A DODTTextListStyle.php150 $level = XMLUtil::getNextElement($element, substr($content, $pos), $end);
151 $level_content = XMLUtil::getNextElementContent($element, $level, $ignore);
152 if (!empty($level)) {
289 public function getPropertyFromLevel($level, $property) { argument
294 …return $this->getPropertyInternal('list-level-style', $this->list_level_styles [$level]['list-styl…
298 return $this->getPropertyInternal($property, $this->list_level_styles [$level]['text']);
313 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['list-style']);
316 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['list-level']);
319 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['label']);
330 public function setPropertyForLevel($level, $property, $value) { argument
[all …]
/plugin/creole/syntax/
H A Dheader.php47 $level = 7 - strspn($title, '=');
49 $level = strspn($title, '=');
51 if ($level < 1) $level = 1;
52 elseif ($level > 5) $level = 5;
60 $handler->addCall('header', array($title, $level, $pos), $pos);
62 $handler->addCall('section_open', array($level), $pos);
/plugin/folded/syntax/
H A Dheader.php35 // Copied from parser: get level and title
37 $level = 7 - strspn($title,'=');
38 if($level < 1) $level = 1;
41 return array($title,$level,$pos);
50 list($text,$level,$pos) = $data;
53 $renderer->doc .= DOKU_LF.'<h'.$level.'>';
55 $renderer->doc .= "</h$level>".DOKU_LF;

12345678910>>...26