Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 93) sorted by path

1234

/plugin/advanced/lang/en/config/
H A Dacl.txt13 There are 7 permission levels represented by an integer. Higher levels include lower ones. If you c…
/plugin/advrack/
H A Djquery.qtip.js489 levels = notation.split('.');
492 while( option = option[ levels[i++] ] ) {
493 if(i < levels.length) { obj = option; }
496 return [obj || options, levels.pop()];
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js31693 var flatten, i, indent, itemIndent, items, level, levels, r;
31700 levels = [];
31712 _results.push(levels.push(level));
31725 if ((l = levels[i++]) !== level) {
H A Dpdfmake.min.js.map1levels","textIndent","bulletIndent","lineBreak","columnGap","_fragment","align","lineY","renderedW…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCivicInfo.php133 'levels' => [
153 'levels' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DOffice.php30 public $levels; variable in Google\\Service\\CivicInfo\\Office
63 public function setLevels($levels) argument
65 $this->levels = $levels;
72 return $this->levels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTreemapChartSpec.php43 public $levels; variable in Google\\Service\\Sheets\\TreemapChartSpec
154 public function setLevels($levels) argument
156 $this->levels = $levels;
163 return $this->levels;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md438 …* Added FilterHandler to filter records and only allow those of a given list of levels through to …
474 …* Added ChannelLevelActivationStrategy for the FingersCrossedHandler to customize levels by channel
491 * Added Monolog\Logger::getLevels() to get all available levels
514 * Fixed GelfMessageFormatter levels on Windows
542 * Added NOTICE and EMERGENCY levels to conform with RFC 5424
H A DREADME.md15 As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels.
H A DUPGRADE.md39 - Log levels are not shortened to 4 characters anymore. e.g. a warning record
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php103 protected static $levels = [ variable in Monolog\\Logger
391 return array_flip(static::$levels);
404 if (!isset(static::$levels[$level])) {
405 …tion('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(static::$levels)));
408 return static::$levels[$level];
435 …vel.'" is not defined, use one of: '.implode(', ', array_keys(static::$levels) + static::$levels));
439 …ue).'" is not defined, use one of: '.implode(', ', array_keys(static::$levels) + static::$levels));
/plugin/autonumbering/
H A DREADME.md2 This plugin allows the use of multiple counters with multiples levels, within the same page in doku…
H A Dplugin.info.txt6 desc This plugin allows the use of multiples counters with multiples levels, within the same page.
/plugin/behave/
H A Dbehave.js301 levels = 0, variable
308 levels++;
312 levels--;
328 var finalLevels = levels - toDecrement;
/plugin/bible/bible_douayRheims/
H A DJosue.txt258 …ns and in the plains over against the south side of Ceneroth, and in the levels and the countries …
/plugin/blogtng/helper/
H A Dtags.php283 private function _cloud_weight(&$tags,$min,$max,$levels){ argument
287 for($i=1; $i<=$levels; $i++){
288 $tresholds[$i] = pow($max - $min + 1, $i/$levels) + $min;
298 $tags[$tag] = $levels;
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md112 …nts in preservation of list numbering, styling and indentation (nested lists with multiple levels).
126 * [#7209](http://dev.ckeditor.com/ticket/7209): Fixed: Lists with 3 levels not [pasted from Word](h…
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js50 …h(d,function(a,b){a.attributes["cke-list-level"]=f[b]});return{indents:c,levels:f,diffs:k}}},guess…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md532 …nts in preservation of list numbering, styling and indentation (nested lists with multiple levels).
546 * [#7209](https://dev.ckeditor.com/ticket/7209): Fixed: Lists with 3 levels not [pasted from Word](…
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js53 …h(d,function(a,b){a.attributes["cke-list-level"]=e[b]});return{indents:c,levels:e,diffs:k}}},guess…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …'t check for code block level and\n // therefore it operates on any levels.\n method: {\…
/plugin/codemirror/dist/modes/
H A Dsas.min.js.map1 …join juldate keep kentb kurtosis label lag last lbound leave left length levels lgamma lib librar…
H A Dverilog.min.js.map1 … }\n }\n // Clear out deeper indentation levels unless line is bla…
H A Dxquery.min.js.map1 …n 'invoke', 'is', 'item', 'language', 'last', 'lax', 'least', 'let', 'levels', 'lowercase', 'ma…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 … order to avoid\n // building up an actual levels array. Since there are only three\n //…

1234