Home
last modified time | relevance | path

Searched refs:level (Results 351 – 375 of 630) sorted by relevance

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

/plugin/findologicxmlexport/vendor/sebastian/version/
H A D.php_cs8 ->level(\Symfony\CS\FixerInterface::NONE_LEVEL)
/plugin/edittable/renderer/
H A Dinverse.php43 function header($text, $level, $pos) { argument
48 $markup = str_repeat('=', 7 - $level);
52 function section_open($level) { argument
240 function listitem_open($level, $node = false) { argument
242 $this->doc .= str_repeat(' ', $level * 2).end($this->_liststack).' ';
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php29 * Set the compression level.
36 * @param int $level Compression level (0 to 9)
40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
42 if ($level < -1 || $level > 9) {
43 throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
45 $this->complevel = $level;
337 $deflate_context = deflate_init(ZLIB_ENCODING_DEFLATE, ['level' => $this->complevel]);
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs9 ->level(\Symfony\CS\FixerInterface::NONE_LEVEL)
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs9 ->level(\Symfony\CS\FixerInterface::NONE_LEVEL)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs9 ->level(\Symfony\CS\FixerInterface::NONE_LEVEL)
/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1level","eat","normal","state","ch","next","cur","bracketed","skipToEnd","string","test","peek","ea…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.php_cs11 ->level(\Symfony\CS\FixerInterface::NONE_LEVEL)
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js18 var level = 40;
661 var dx = cell.geometry.width + level;
662 var dy = cell.geometry.height + level;
671 dy = -level;
675 dx = -level;
725 clones[1].geometry.y += cell.geometry.height + level;
731 clones[1].geometry.y -= clones[1].geometry.height + level;
735 clones[1].geometry.x -= clones[1].geometry.width + level;
741 clones[1].geometry.x += cell.geometry.width + level;
/plugin/odt/renderer/
H A Dpage.php482 * @param int $level the nesting level
484 function toc_additem($id, $text, $level) {} argument
666 * @param int $level header level
669 function header($text, $level, $pos){ argument
670 $this->document->heading($text, $level);
846 * @param int $level the nesting level
848 function listitem_open($level, $node = false) { argument
849 $this->document->listItemOpen($level);
859 * @param int $level the nesting level
861 function listheader_open($level) { argument
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.TidyLevel.txt
H A DHTML.BlockWrapper.txt
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_syntax.meta1 …5:"title";s:31:"Backlinks to what Bob Ross says";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstra…
H A Dbacklinks_exclude_syntax.meta1 …hat Bob Ross says (excluding exclude namespace)";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstra…
H A Dlink.meta1 …_bob_ross";s:5:"title";s:18:"A link to Bob Ross";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstra…
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md28 * Add PHPStan to CI runs at level 6.
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php16 function __construct($key,settingslevel $level, array $meta, $set){ argument
18 $this->_level = $level;
/plugin/htmlokay/
H A Dadmin.php147 … foreach($val as $name => $level) // display is in effect when HTML viewed by non-editor
149 if ($levels[$level] < $display)
151 $display = $levels[$level];
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php819 * @param int $level The logging level
823 private function log($level, $message, array $context = array()) argument
826 $this->logger->log($level, $message, $context);
/plugin/tindexmenu/syntax/
H A Dindexmenu.php113 if (is_numeric($ns_opt[2])) $level=$ns_opt[2];
180 array('level' => $level,
467 $level=$data[$i]['level'];
469 while ($data[$a]['level'] > $level && !$data[$a]['open']) {
/plugin/dir/
H A Dsyntax.php670 'level' => $level,
681 function _searchDir(&$data, $base, $file, $type, $level, $opts) { argument
687 return $this->_addFoundPage($data, $ns, pathID($file), $type, $level);
695 $this->_addFoundPage($data, $ns, $id, $type, $level);
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
145 loglevels and our own `success` level:
160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
162 The default log level of your script can be set by overwriting the `$logdefault` member.
/plugin/hipchat/
H A DREADME.md22 4. Optionally, you can also define a comma-separated list of first-level namespaces to limit notifi…
/plugin/archivegenerator/
H A Dadmin.php506 * @param string $level can be 'error', 'warning' or 'info'
509 protected function log($level, $message) argument
519 switch ($level) {
/plugin/latexport/examples/
H A Dexample.tex66 \renewcommand{\chaptermark}[1]{\markboth{\thechapter~-~#1}{}} % leftmark (higher level)
67 \renewcommand{\sectionmark}[1]{\markright{\thesection~-~#1}} % rightmark (lower level)

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