Searched refs:compressed (Results 1 – 25 of 114) sorted by relevance
12345
| /plugin/siteexport/_test/ |
| D | plugin_siteexport_javascript.test.php | 14 $compressed = $dir . 'compressed.source.js'; 17 if (@unlink($compressed) === false || @unlink($uncompressed) === false) { 24 file_put_contents($compressed, $this->setUpJavascript(1)); 25 $this->assertFileExists($compressed, "The compressed javascript version does not exist.");
|
| /plugin/attribute/ |
| D | helper.php | 199 list($compressed, $serial) = $preserial; 200 if ($compressed) { 244 $compressed = $this->conf['no_compress'] === 0; 245 if ($compressed) { 248 $packet = serialize(array($compressed, $serial));
|
| /plugin/authdjango/ |
| D | auth.php | 80 $compressed = false; 85 $compressed = true; 91 if ($compressed) {
|
| /plugin/plantumlparser/syntax/ |
| D | PlantUmlDiagram.php | 44 $compressed = gzdeflate($text, 9); 45 return $this->encode64($compressed);
|
| /plugin/webcode/vendor/ |
| D | README.md | 13 * https://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js
|
| /plugin/combo/resources/firebug/ |
| H A D | README.md | 15 * https://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js
|
| /plugin/backup/lang/en/ |
| D | intro.txt | 3 The tool will create a [[wp>tar_(file format)|tar]] archive, compressed with either [[wp>bzip2]] or…
|
| /plugin/diagramsnet/lib/ |
| D | electron.js | 955 function writePngWithText(origBuff, key, text, compressed, base64encoded) argument 964 if (compressed) 1010 var typeSignature = isDpi? 'pHYs' : (compressed ? "zTXt" : "tEXt"); 1036 if (compressed)
|
| /plugin/upgrade/myvendor/splitbrain/php-archive/ |
| D | README.md | 64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file indi…
|
| /plugin/addressbook/ |
| D | README.md | 78 …tely 4.1 MB if every contact has a photo. The photo is scaled down and compressed, so it uses abou…
|
| /plugin/backup/ |
| D | README.md | 15 …https://en.wikipedia.org/wiki/Tar_(computing)) archive, and optionally compressed with either [bzi…
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/ |
| D | phar-sample.phar | 141 ' gzinflate() function needed for zlib-compressed .phars'); 148 ' bzdecompress() function needed for bz2-compressed .phars');
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | README.md | 94 $ plessc -f=compressed myfile.less
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/ |
| D | README.md | 59 // this will echo CSS compiled by LESS and compressed by YUI 70 // each leaf is compressed by YUI
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DrawioFile.js | 883 var compressed = (this.ui.fileNode != null) ? this.ui.fileNode.getAttribute('compressed') : null; 885 if (compressed != null) 887 return compressed != 'false';
|
| /plugin/jplayer/ |
| D | composer.lock | 103 … "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_i18n.txt | 101 compressed=compressed
|
| D | dia_ru.txt | 101 compressed=Сжато
|
| D | dia_bg.txt | 101 compressed=Компресиран
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 596 * Bugfix: suppress PHP_notice on failed SWF-compressed 616 * SWF: lower memory use when compressed SWF files processed 863 * Bugfix: Added warning if compressed ID3v2 frame decompression 879 * Bugfix: was dying if on compressed ID3v2 frames if 1075 ID3v2.4 compressed frames are now supported 1135 * Bugfix: WavPack no longer tries to read entire compressed data 1394 parsing RIFF data occuring after the end of the compressed audio 1667 compressed file. To check if 2 files are identical in every way, 1669 files were compressed from the same source file: compare 1670 ['md5_data_source']. To check if the compressed audio/video data [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | pdf.fpdf.php | 2243 $compressed=(substr($file,-2)=='.z'); 2244 if (!$compressed && isset($info['length2'])) { 2257 if ($compressed) {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
| D | README.md | 164 debugging your compressed JavaScript. To get a source map, pass 197 compressed JS by mapping every token in the compiled JS to its original 443 In some cases more than one pass leads to further compressed code. Keep in 447 being compressed into `1/0`, which may cause performance issues on Chrome.
|
| /plugin/html2pdf/html2pdf/html2ps/fpdf/ |
| D | fpdf.php | 2696 $compressed=(substr($file,-2)=='.z'); 2697 if(!$compressed && isset($info['length2'])) { 2710 if ($compressed) {
|
| /plugin/indexmenu/scripts/fancytree/skin-bootstrap/ |
| D | boot.css | 743 /*.glyphicon-compressed:before {*/
|
| /plugin/highlightjs/highlight/ |
| D | readme.eng.txt | 11 Downloaded package includes file "highlight.pack.js" which is a full compressed
|
12345