| /plugin/openid/Auth/OpenID/ |
| D | MemcachedStore.php | 38 private $compress = 0; variable in Auth_OpenID_MemcachedStore 48 * @param bool $compress 50 function __construct($connection, $compress = false) argument 53 $this->compress = $compress ? MEMCACHE_COMPRESSED : 0; 86 $this->compress 92 $this->compress, 171 $this->compress 201 $this->compress,
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | StylusFilter.php | 28 private $compress; variable in Assetic\\Filter\\StylusFilter 46 * @param boolean $compress 48 public function setCompress($compress) argument 50 $this->compress = $compress; 90 if (null !== $this->compress) { 91 $parserOptions['compress'] = $this->compress;
|
| D | UglifyJs2Filter.php | 28 private $compress; variable in Assetic\\Filter\\UglifyJs2Filter 42 public function setCompress($compress) argument 44 $this->compress = $compress; 89 if ($this->compress) { 92 if (is_string($this->compress) && !empty($this->compress)) { 93 $pb->add($this->compress);
|
| D | LessFilter.php | 64 * @param bool $compress 66 public function setCompress($compress) argument 68 $this->addTreeOption('compress', $compress);
|
| /plugin/fedauth/Auth/OpenID/ |
| D | MemcachedStore.php | 44 function Auth_OpenID_MemcachedStore($connection, $compress = false) argument 47 $this->compress = $compress ? MEMCACHE_COMPRESSED : 0; 77 $this->compress 83 $this->compress, 154 $this->compress 179 $this->compress,
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | minify.js | 77 compress: {}, property 141 if (options.rename === undefined) options.rename = options.compress && options.mangle; 195 if (timings) timings.compress = Date.now(); 196 if (options.compress) { 197 toplevel = new Compressor(options.compress).compress(toplevel); 257 rename: 1e-3 * (timings.compress - timings.rename), 258 compress: 1e-3 * (timings.scope - timings.compress), property
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ |
| D | ConfigForm.php | 33 protected $compress = false; variable in HTMLPurifier_Printer_ConfigForm 38 …* @param bool $compress Integer max length before compressing a directive name, set to false to tu… 43 $compress = false argument 48 $this->compress = $compress; 163 if (!$this->compress || (strlen($directive) < $this->compress)) { 166 $directive_disp = substr($directive, 0, $this->compress - 2) . '...';
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | node.js | 49 compress : {}, property 117 if (options.compress) { 118 var compress = { warnings: options.warnings }; variable 119 UglifyJS.merge(compress, options.compress); 121 var sq = UglifyJS.Compressor(compress); 122 toplevel = sq.compress(toplevel);
|
| /plugin/html2pdf/html2pdf/html2ps/demo/ |
| D | html2ps.php | 32 'compress' => isset($_REQUEST['compress']), 180 if ($GLOBALS['g_config']['compress'] && $GLOBALS['g_config']['method'] == 'fastps') {
|
| /plugin/siteexport/_test/ |
| D | plugin_siteexport_javascript.test.php | 28 private function setUpJavascript($compress = 1) { argument 33 $conf['compress'] = $compress;
|
| /plugin/yuriigantt/3rd/fontawesome/ |
| D | compress-solid.svg | 1 …="true" focusable="false" data-prefix="fas" data-icon="compress" class="svg-inline--fa fa-compress…
|
| /plugin/advanced/lang/en/config/ |
| D | userscript.txt | 3 … single dispatcher to minimize HTTP requests, for caching and [[doku>config:compress|compression]]. 9 …red by [[xref>lib/exe/js.php]]. This file will concatenate all found files, whitespace compress (if 10 [[doku>config:compress]] is enabled) and cache the result. It also instructs browsers to cache the …
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
| D | ImageWriter.php | 31 $filter = $this->mpdf->compress ? '/Filter /FlateDecode ' : ''; 105 $icc = $this->mpdf->compress ? gzcompress($info['icc']) : $info['icc']; 111 $pal = $this->mpdf->compress ? gzcompress($info['pal']) : $info['pal'];
|
| D | FormWriter.php | 42 if ($this->mpdf->compress) { 46 $data = $this->mpdf->compress ? gzcompress($info['data']) : $info['data'];
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
| D | build-phar.php | 88 $phar['licence.txt']->compress(Phar::GZ); 114 $phar[$path]->compress(Phar::GZ);
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 42 uglifyjs --compress --mangle -- input.js 59 -c, --compress [options] Enable compressor/specify compressor options: 116 for `compress`, `mangle` and `output` options. 150 for `compress`, `mangle` and `output` options. 190 The above will compress and mangle `file1.js` and `file2.js`, will drop the 211 ## CLI compress options 213 You need to pass `--compress` (`-c`) to enable the compressor. Optionally 214 you can pass a comma-separated list of [compress options](#compress-options). 302 When you compress multiple files using this option, in order for them to 317 Using the name cache is not necessary if you compress all your files in a [all …]
|
| /plugin/nsexport/packer/ziphtml/ |
| D | compressor.php | 8 public function compress($sourceFolder, $destinationFile); function
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/ |
| D | CssCompressorFilter.php | 26 $asset->setContent($this->compress($asset->getContent(), 'css'));
|
| D | JsCompressorFilter.php | 59 $asset->setContent($this->compress($asset->getContent(), 'js', $options));
|
| /plugin/nsexport/packer/ziphtml/compress/ |
| D | ziplib.php | 10 public function compress($sourceFolder, $destinationFile) { function in nsexport_ziplib
|
| /plugin/copypage/ |
| D | README.md | 34 * Disabling [compress](https://www.dokuwiki.org/config:compress) option will help debugging JavaScr…
|
| /plugin/epub/scripts/ |
| D | css3.php | 119 $compress = false; 120 $compress=$conf['plugin']['epub']['compress']; 122 if($compress) {
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
| D | Makefile | 79 --comments all --compress --beautify 122 --compress --comments --lint \
|
| /plugin/asciidocjs/node_modules/uglify-js/bin/ |
| D | uglifyjs | 197 if (typeof options.compress != "object") options.compress = {}; 198 … options.compress.global_defs = parse_js(read_value(true), options.compress.global_defs, "define"); 412 if (!options.compress && !options.mangle) {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
| D | README.md | 50 uglifyjs --compress --mangle -- input.js 75 for `compress`, `mangle` and `output` options. 89 -c, --compress Enable compressor/pass compressor options, e.g. 155 (requires `--compress`) 183 The above will compress and mangle `file1.js` and `file2.js`, will drop the 274 When you compress multiple files using this option, in order for them to 289 Using the name cache is not necessary if you compress all your files in a 320 You need to pass `--compress` (`-c`) to enable the compressor. Optionally 331 occasions the default sequences limit leads to very slow compress times in which 442 - `passes` -- default `1`. Number of times to run compress with a maximum of 3. [all …]
|