Home
last modified time | relevance | path

Searched refs:level (Results 201 – 225 of 630) sorted by relevance

12345678910>>...26

/plugin/nroff/
H A Drenderer.php122 function toc_additem($id, $text, $level) { argument
126 if($level >= $conf['toptoclevel'] && $level <= $conf['maxtoclevel']){
131 function header($text, $level, $pos) { argument
136 $this->toc_additem($hid, $text, $level);
139 if ($level < 2) {
159 function section_edit($start, $end, $level, $name) { argument
162 if ($start!=-1 && $level<=$conf['maxseclevel']) {
168 function section_open($level) { argument
324 function listitem_open($level) { argument
325 $this->doc .= '<li class="level'.$level.'">';
/plugin/codemirror/dist/modes/
H A Dmodelica.min.js.map1level","propertyIsEnumerable","tokenQIdent","tokenUnsignedNuber","startState","token","eatSpace","…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPsrHandler.php44 … public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true) argument
46 parent::__construct($level, $bubble);
H A DSendGridHandler.php60 …uct(string $apiUser, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, b… argument
66 parent::__construct($level, $bubble);
H A DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true) argument
56 parent::__construct($level, $bubble);
H A DErrorLogHandler.php38 …public function __construct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, boo… argument
40 parent::__construct($level, $bubble);
H A DMongoDBHandler.php50 …public function __construct($mongodb, string $database, string $collection, $level = Logger::DEBUG… argument
63 parent::__construct($level, $bubble);
H A DElasticaHandler.php53 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub… argument
55 parent::__construct($level, $bubble);
H A DLogmaticHandler.php51 $level = Logger::DEBUG, argument
68 $level,
H A DDynamoDbHandler.php51 …public function __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $b… argument
64 parent::__construct($level, $bubble);
H A DFlowdockHandler.php44 $level = Logger::DEBUG, argument
58 $level,
H A DPHPConsoleHandler.php77 …public function __construct(array $options = [], ?Connector $connector = null, $level = Logger::DE… argument
184 if ($record['level'] < Logger::NOTICE) {
H A DRedisHandler.php45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int … argument
55 parent::__construct($level, $bubble);
/plugin/mediasyntax/syntax/
H A Dlistblock.php83 $level = strlen(trim($match)); // Mediasyntax
84 return $level;
/plugin/bez/mdl/
H A DAcl.php37 public function revoke($columns, $level) { argument
41 if ($this->user_level <= $level) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php207 public function getAttachmentColor(int $level): string argument
210 case $level >= Logger::ERROR:
212 case $level >= Logger::WARNING:
214 case $level >= Logger::INFO:
/plugin/nodetailsxhtml/
H A Drenderer.php22 private $startlevel = 0; // level to start with numbered headings (default = 2)
111 $this->doc = preg_replace('#<(div|section|article) class="[^"]*?level\d[^"]*?">\s*</\1>#','',$this->doc);
122 function header($text, $level, $pos, $returnonly = false) { argument
148 $this->headingCount[$level]++;
154 if ($i>$level) {
168 parent::header($headingNumber . $text, $level, $pos);
180 $this->doc = $doc . preg_replace("/(<h([1-9]))/", "<".($this->sectionLevel<1?'section':'article')." class=\"level\\2{$class}\">\\1", $this->doc);
192 $name = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => rand() . $level));
229 function section_open($level) { argument
231 return parent::section_open($level);
[all...]
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php133 * @param mixed $level
141 abstract public function log($level, $message, array $context = array()); argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DSetExtHeadingParser.php
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php133 * @param mixed $level
141 abstract public function log($level, $message, array $context = array()); argument
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php62 $level = error_reporting(0);
64 error_reporting($level);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php9 * It simply delegates all log-level-specific methods to the `log` method to
11 * messages regardless of the error level has to implement.
131 * Logs with an arbitrary level.
133 * @param mixed $level
141 abstract public function log($level, $message, array $context = array()); argument
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerTrait.php133 * @param mixed $level
139 abstract public function log($level, $message, array $context = array()); argument
/plugin/upgrade/
H A Dcli.php67 public function log($level, $message, array $context = array())
73 parent::log($level, $message, $context);
65 log($level, $message, array $context = array()) global() argument
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php9 * It simply delegates all log-level-specific methods to the `log` method to
11 * messages regardless of the error level has to implement.
131 * Logs with an arbitrary level.
133 * @param mixed $level
141 abstract public function log($level, $message, array $context = array()); argument

12345678910>>...26