Home
last modified time | relevance | path

Searched refs:level (Results 276 – 300 of 630) sorted by relevance

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

/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A Dphpstan.neon.dist2 level: 7
/plugin/webdav/vendor/sabre/vobject/
H A Dphpstan.neon2 level: 0
/plugin/mediasyntax/test/
H A Dissue93 - this is item 3, level 2
/plugin/amazon_heavy/
H A Dclass.xmlreader.php123 function traverse_xmlize($array, $arrName = "array", $level = 0) { argument
128 traverse_xmlize($val, $arrName . "[" . $key . "]", $level + 1);
/plugin/button/
H A Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
24 - vertical-align : force inherit to get the one from upper level
/plugin/siteexport/syntax/
H A Dtoctools.php60 $level = $this->findPreviousSectionOpen( $handler );
62 $handler->_addCall('section_open', array($level), $pos+strlen($match) );
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A Dphpstan.neon.dist5 level: max
H A D.travis.yml13 - vendor/bin/phpstan --level=max analyse src
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md87 QRcode::html($code, $emblem = null, $level = null, $size = null, $margin = null, $color = null)
89 QRcode::png($code, $emblem = null, $file = null, $level = null, $size = null, $margin = null, $colo…
91 QRcode::svg($code, $emblem = null, $file = null, $level = null, $size = null, $margin = null, $colo…
97 $level QRcode level L,M,Q,H [default: `L`]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php2431 $level = 0;
2445 echo str_repeat("\t", ($level + 1));
2459 $tokens[$i]['level'] = $level;
2468 echo str_repeat("\t", ($level + 1));
2498 echo str_repeat("\t", ($level + 1));
2542 $level--;
2550 $level++;
2552 echo str_repeat("\t", ($level + 1));
2559 echo str_repeat("\t", ($level + 1));
2637 $level--;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/
H A DEmptyLogger.php35 public function log($level, $message, array $context = []) argument
/plugin/sentry/
H A DEvent.php93 * @param string $level one of the LVL_* constants
95 public function setLogLevel($level) argument
97 $this->data['level'] = $level;
/plugin/alphaindex/
H A Dsyntax.php50 $level = 0;
75 $level = $ns_opt[1];
86 return array($ns, array('level' => $level, 'nons' => $nons, 'incol' => $incol));
/plugin/linkback/action/
H A Ddisplay.php257 $level = 3 - $conf['toptoclevel'];
259 $item = '<li class="level' . $level . '"><div class="li"><span class="li"><a href="' .
262 if ($level == 1)
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DNormalizerStrategyInterface.php20 public function addItem(int $level, ListItem $listItemToAdd): void;
18 addItem(int $level, ListItem $listItemToAdd) global() argument
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php30 * @param int $level Compression level (0 to 9)
34 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
37 if ($level < -1 || $level > 9) {
38 throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
41 $this->complevel = $level;
42 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
/plugin/authgooglesheets/vendor/google/auth/
H A Dphpstan.neon.dist3 level: 7
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php129 list($timestamp, $level, $message) = explode(':', $store[$i], 3);
131 …if ($level === $record['level_name'] && $message === $expectedMessage && $timestamp > $timestampVa…
H A DRotatingFileHandler.php52 …public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bub… argument
60 … parent::__construct($this->getTimedFilename(), $level, $bubble, $filePermission, $useLocking);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.TidyAdd.txt
H A DHTML.TidyRemove.txt
/plugin/simplemysqlclient/
H A Ddescr.txt40 With the string ''%%{{simplemysqlclient}}%%'' on the page level you activates the plugin.
42 Also, the plugin is on page level.
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php466 $level = 3;
471 $level = 1;
484 'level' => $level,
/plugin/indexmenu2/syntax/
H A Dindexmenu.php209 return array($ns,array( 'level' => $level
240 * we've moved index root 1 level lower, adjust max level than
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php466 $level = 3;
471 $level = 1;
484 'level' => $level,

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