Home
last modified time | relevance | path

Searched refs:level (Results 526 – 550 of 630) sorted by last modified time

1...<<212223242526

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DUnusedSystemSniff.php82 $level = $tokens[$stackPtr]['level'];
84 if ($tokens[$i]['level'] < $level) {
89 if ($tokens[$stackPtr]['level'] === $level) {
97 $level--;
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php849 public $level; variable in Google_NotificationConfig
856 public function setLevel( $level) { argument
857 $this->level = $level;
860 return $this->level;
H A DGoogle_AnalyticsService.php3008 public $level; variable in Google_Webproperty
3059 public function setLevel( $level) { argument
3060 $this->level = $level;
3063 return $this->level;
H A DGoogle_CivicInfoService.php336 public $level; variable in Google_Contest
380 public function setLevel( $level) { argument
381 $this->level = $level;
384 return $this->level;
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12 …ray",c.magic="\b\x00",c.compress=function(a,b){return e.deflateRaw(a,{level:b.level||-1})},c.uncom…
13level:p,method:r,chunkSize:16384,windowBits:15,memLevel:8,strategy:q,to:""},a||{});var b=this.opti…
14 …unction B(a){g(a,K<<1,3),h(a,X,eb),j(a)}function C(a,b,c,d){var e,f,h=0;a.level>0?(a.strm.data_typ…
H A Djszip.js473 level : compressionOptions.level || -1 // default compression
2921 level: Z_DEFAULT_COMPRESSION,
2950 opt.level,
5258 level = 6;
5273 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
5315 s.level = level;
5322 function deflateInit(strm, level) { argument
5362 put_byte(s, s.level === 9 ? 2 :
5401 } else if (s.level < 6) {
5403 } else if (s.level === 6) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20664 if (opts.level) {
20711 if (typeof opts.level === 'number') level = opts.level;
20993 this.level = 0;
21001 this.level = level;
21023 this.level,
22571 level = 6;
22586 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
22628 s.level = level;
24196 if (s.level > 0) {
31698 level = 1;
[all …]
H A Dpdfmake.min.js.map1level","Z_MIN_LEVEL","Z_MAX_LEVEL","memLevel","Z_MIN_MEMLEVEL","Z_MAX_MEMLEVEL","strategy","Z_FILT…
H A Dpdfmake.min.js11level&&(n.level<e.Z_MIN_LEVEL||n.level>e.Z_MAX_LEVEL))throw new Error("Invalid compression level: …
12level].max_lazy,t.good_match=I[t.level].good_length,t.nice_match=I[t.level].nice_length,t.max_chai…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md153 You can set up menus, sub-menus, down to any level. You can even add custom
157 The top-level menu is configured via `menu` property under `export`. It should
193 we have a two-level hierarchical menu.
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng368 # Top-level grammar
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php362 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
409 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
H A DProperty.php555 $level = 3;
560 $level = 1;
573 'level' => $level,
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md476 * Fixed: Issue 60 Use Document::$componentMap when instantiating the top-level
/plugin/publist/bib2tpl/lib/
H A DPEAR.php804 var $level = E_USER_NOTICE; variable in PEAR_Error
855 $this->level = E_USER_NOTICE;
862 $this->level = $options;
877 trigger_error($this->getMessage(), $this->level);
1055 implode("|", $modes), $levels[$this->level],
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md204 * Changed: Reader::parse returns an array with 1 level less depth.
/plugin/news/
H A DREADME46 Each of the following methods generates an xml news feed in your top level dokuwiki directory. Th…
51 1. place newsfeed.php in your top level dokiuwiki directory and use as your feed url:
/plugin/jokuwiki/
H A DREADME.md28 …tain a valid JSON string. This should not have a propery 'id' at the root level. The id of the con…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.TidyAdd.txt
H A DHTML.TidyLevel.txt
H A DHTML.TidyRemove.txt
H A DHTML.BlockWrapper.txt
H A DURI.MungeSecretKey.txt
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php

1...<<212223242526