Home
last modified time | relevance | path

Searched refs:level (Results 151 – 175 of 630) sorted by relevance

12345678910>>...26

/plugin/codemirror/dist/modes/
H A Dmodelica.min.js1level++;else if(b.sol&&c=="end"&&b.level>0)b.level--;b.tokenize=null;b.sol=false;if(e.propertyIsEn…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Dcoverage_bar.html.dist2 …<div class="progress-bar progress-bar-{{level}}" role="progressbar" aria-valuenow="{{percent}}" ar…
3 <span class="sr-only">{{percent}}% covered ({{level}})</span>
/plugin/combo/ComboStrap/
H A DTreeSystem.php32 $printRecursively = function (TreeNode $treeNode, int $level) {
33 for ($i = 0; $i < $level - 1; $i++) {
/plugin/htmlokay/
H A Dhelper.php335 $level = 0;
339 if ($levels[$temp] > $level)
341 $level = $levels[$temp];
345 $this->access_level = $level;
346 return $level;
/plugin/templater/
H A Dsyntax.php232 $level = null;
240 $level = $instruction[1][1];
243 if (isset($level) && isset($i)) {
244 if ($instruction[1][1] > $level) {
246 // next header of the same level or higher -> exit
253 if (isset($level) && isset($i)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php267 protected $level = self::QR_ECLEVEL_L; variable in jucksearm\\barcode\\lib\\QRcode
604 if ($this->level === false) {
605 $this->level = self::QR_ECLEVEL_L;
901 $format = $this->getFormatInfo($mask, $level);
2347 $b1 = $this->eccTable[$version][$level][0];
2348 $b2 = $this->eccTable[$version][$level][1];
2349 $data = $this->getDataLength($version, $level);
2350 $ecc = $this->getECCLength($version, $level);
2450 protected function getFormatInfo($mask, $level) { argument
2454 if (($level < 0) OR ($level > 3)) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php41 while ($bmo[$i]['l'] - $lastlevel > 1) { // If jump down more than one level, insert a new entry
55 $level = 0;
62 if ($o['l'] > $level) {
69 if ($o['l'] <= $level and $i > 0) {
76 $level = $o['l'];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true) argument
32 parent::__construct($level, $bubble);
H A DGelfHandler.php35 …public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = … argument
37 parent::__construct($level, $bubble);
H A DBufferHandler.php50 …public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBU… argument
52 parent::__construct($level, $bubble);
63 if ($record['level'] < $this->level) {
H A DRedisPubSubHandler.php40 public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true) argument
49 parent::__construct($level, $bubble);
/plugin/jplayer/vendor/mustache/mustache/
H A D.php_cs7 // use symfony level and extra fixers:
8 ->level(Symfony\CS\FixerInterface::SYMFONY_LEVEL)
/plugin/odt/ODT/elements/
H A DODTElementListHeader.php21 public function __construct($level=0) { argument
24 $this->setListItemLevel ($level);
H A DODTElementListItem.php21 public function __construct($level=0) { argument
24 $this->setListItemLevel ($level);
/plugin/subnumberlist/
H A Dstyle.css28 /*level 2*/
41 /*level 3*/
54 /*level 4*/
/plugin/metadisplay/
H A DREADME.md21 … to the top level. The dot is required if -n option is followed by a second option, e.g -p
32 …--loglevel <level> Minimum level of messages to display. Default is info. Valid lev…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DHtmlFormatter.php71 * @param int $level Error level
74 protected function addTitle(string $title, int $level): string argument
78 …return '<h1 style="background: '.$this->logLevels[$level].';color: #ffffff;padding: 5px;" class="m…
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php116 * @param mixed $level
124 public function log($level, $message, array $context = array()); argument
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php116 * @param mixed $level
124 public function log($level, $message, array $context = array()); argument
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php114 * Logs with an arbitrary level.
116 * @param mixed $level
124 public function log($level, $message, array $context = array()); argument
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerInterface.php116 * @param mixed $level
122 public function log($level, $message, array $context = array()); argument
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php114 * Logs with an arbitrary level.
116 * @param mixed $level
124 public function log($level, $message, array $context = array()); argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php126 function get_propertyOnLevel($code, $level) { argument
127 return $this->_state[$level][$code];
151 function set_property_on_level($code, $level, $value) { argument
152 $this->_state[$level][$code] = $value;
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php88 $level = $bytes[$i++] & 0xFF;
90 if ($checkLevel && $previousLevel >= $level) {
91 throw new GTException("invalid hash step level: {$level}");
93 $previousLevel = $level;
95 … array_push($this->entries, new GTHashEntry($algorithm, $direction, $siblingHash, $level));

12345678910>>...26