Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 25 of 158) sorted by relevance

1234567

/plugin/openid/Auth/OpenID/
DMemcachedStore.php38 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/
DStylusFilter.php28 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;
DUglifyJs2Filter.php28 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);
DLessFilter.php64 * @param bool $compress
66 public function setCompress($compress) argument
68 $this->addTreeOption('compress', $compress);
/plugin/fedauth/Auth/OpenID/
DMemcachedStore.php44 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/
Dminify.js77 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/
DConfigForm.php33 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/
Dnode.js49 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/
Dhtml2ps.php32 'compress' => isset($_REQUEST['compress']),
180 if ($GLOBALS['g_config']['compress'] && $GLOBALS['g_config']['method'] == 'fastps') {
/plugin/siteexport/_test/
Dplugin_siteexport_javascript.test.php28 private function setUpJavascript($compress = 1) { argument
33 $conf['compress'] = $compress;
/plugin/yuriigantt/3rd/fontawesome/
Dcompress-solid.svg1 …="true" focusable="false" data-prefix="fas" data-icon="compress" class="svg-inline--fa fa-compress
/plugin/advanced/lang/en/config/
Duserscript.txt3 … 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/
DImageWriter.php31 $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'];
DFormWriter.php42 if ($this->mpdf->compress) {
46 $data = $this->mpdf->compress ? gzcompress($info['data']) : $info['data'];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
Dbuild-phar.php88 $phar['licence.txt']->compress(Phar::GZ);
114 $phar[$path]->compress(Phar::GZ);
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md42 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/
Dcompressor.php8 public function compress($sourceFolder, $destinationFile); function
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
DCssCompressorFilter.php26 $asset->setContent($this->compress($asset->getContent(), 'css'));
DJsCompressorFilter.php59 $asset->setContent($this->compress($asset->getContent(), 'js', $options));
/plugin/nsexport/packer/ziphtml/compress/
Dziplib.php10 public function compress($sourceFolder, $destinationFile) { function in nsexport_ziplib
/plugin/copypage/
DREADME.md34 * Disabling [compress](https://www.dokuwiki.org/config:compress) option will help debugging JavaScr…
/plugin/epub/scripts/
Dcss3.php119 $compress = false;
120 $compress=$conf['plugin']['epub']['compress'];
122 if($compress) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
DMakefile79 --comments all --compress --beautify
122 --compress --comments --lint \
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs197 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/
DREADME.md50 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 …]

1234567