Home
last modified time | relevance | path

Searched +full:compress -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 28) sorted by path

12

/dokuwiki/conf/
H A Ddokuwiki.php152 $conf['compression'] = 'gz'; //compress old revisions: (0: off) ('gz': gnuzip) ('bz2': bzip)
155 $conf['compress'] = 1; //Strip whitespaces and comments from Styles and JavaScript? 1|0
/dokuwiki/inc/
H A Dhttputils.php204 return copy($uncompressed_file, 'compress.zlib://' . $gzip);
/dokuwiki/lib/exe/
H A Dcss.php185 // compress whitespace and comments
186 if ($conf['compress']) {
214 $less->setPreserveComments(!$conf['compress']);
H A Djs.php156 // compress whitespace and comments
157 if ($conf['compress']) {
159 $js = (new JSStrip())->compress($js);
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php239 $meta['compress'] = ['onoff'];
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript3.php267 'compress', 'componentY', 'componentX', 'complete', 'compare',
H A Dapache.php395 'x-compress','x-gzip'
H A Ddot.php67 'both', 'box', 'circle', 'compress', 'dashed', 'diamond', 'dot',
H A Dgambas.php107 'Stream', 'System', 'User', 'Chart', 'Compress', 'Crypt', 'Blob', 'Connection', 'DB', 'Database',
H A Dmathematica.php792 'Compress',
H A Dmysql.php224 'AES_DECRYPT','AES_ENCRYPT','COMPRESS','DECODE','DES_DECRYPT',
H A Doracle11.php126 'COMPRESS',
H A Doracle8.php113 'COMPRESS',
H A Dper.php67 "COMPRESS",
H A Dplsql.php75 'CONSTANT', 'CONNECT', 'COMPRESS', 'COMMIT', 'COMMENT', 'COLLECT',
H A Drebol.php82 'compress','confirm','connected?','construct','context','copy',
H A Dsas.php71 'COMPOUND','COMPRESS','COSH','COS','CSS','CUROBS','CV','DACCDBSL',
H A Dscl.php64 'UBLKMOV','FILL','CREAT_DB','DEL_DB','TEST_DB','COMPRESS','REPL_VAL','CREA_DBL','READ_DBL',
H A Dvisualfoxpro.php227 'Com1','Com2','Command','Compact','Compatible','Compress',
H A Dwolfram.php162 'CompoundExpression', 'Compress', 'ConditionalExpression', 'Cross',
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1046 private $compress = self::NET_SSH2_COMPRESSION_NONE;
1713 $this->compress = $compression_map[$compression_algorithm_out];
4289 switch ($this->compress) {
5055 'comp' => $compression_map[$this->compress],
1019 var $compress = self::NET_SSH2_COMPRESSION_NONE; global() variable in phpseclib\\Net\\SSH2
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php884 $this->ihost = '[' . \SimplePie\Net\IPv6::compress(substr($ihost, 1, -1)) . ']';
/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php66 * RFC 4291 allows you to compress concecutive zero pieces in an address to
126 * RFC 4291 allows you to compress concecutive zero pieces in an address to
137 public static function compress($ip) function in SimplePie\\Net\\IPv6
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file individually. Therefore

12