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 relevance

12

/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md38 $minifiedJS = (new \splitbrain\JSStrip\JSStrip())->compress($js);
/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
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php38 * Compress the given code
40 * @param string $source The JavaScript code to compress
44 function compress($source) function in splitbrain\\JSStrip\\JSStrip
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/lib/exe/
H A Djs.php156 // compress whitespace and comments
157 if ($conf['compress']) {
159 $js = (new JSStrip())->compress($js);
H A Dcss.php185 // compress whitespace and comments
186 if ($conf['compress']) {
214 $less->setPreserveComments(!$conf['compress']);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dper.php67 "COMPRESS",
H A Dscl.php64 'UBLKMOV','FILL','CREAT_DB','DEL_DB','TEST_DB','COMPRESS','REPL_VAL','CREA_DBL','READ_DBL',
H A Ddot.php67 'both', 'box', 'circle', 'compress', 'dashed', 'diamond', 'dot',
H A Doracle8.php113 'COMPRESS',
H A Drebol.php82 'compress','confirm','connected?','construct','context','copy',
H A Doracle11.php126 'COMPRESS',
H A Dapache.php395 'x-compress','x-gzip'
H A Dgambas.php107 'Stream', 'System', 'User', 'Chart', 'Compress', 'Crypt', 'Blob', 'Connection', 'DB', 'Database',
H A Dsas.php71 'COMPOUND','COMPRESS','COSH','COS','CSS','CUROBS','CV','DACCDBSL',
H A Dplsql.php75 'CONSTANT', 'CONNECT', 'COMPRESS', 'COMMIT', 'COMMENT', 'COLLECT',
H A Dactionscript3.php267 'compress', 'componentY', 'componentX', 'complete', 'compare',
H A Dvisualfoxpro.php227 'Com1','Com2','Command','Compact','Compatible','Compress',
H A Dmysql.php224 'AES_DECRYPT','AES_ENCRYPT','COMPRESS','DECODE','DES_DECRYPT',
H A Dwolfram.php162 'CompoundExpression', 'Compress', 'ConditionalExpression', 'Cross',
/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/plugins/config/settings/
H A Dconfig.metadata.php239 $meta['compress'] = ['onoff'];
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php336 // prepare info, compress and write data to archive
416 // prepare info and compress data

12