/plugin/siteexport/_test/ |
H A 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/ |
H A 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/plantumlparser/syntax/ |
H A D | PlantUmlDiagram.php | 44 $compressed = gzdeflate($text, 9); 45 return $this->encode64($compressed);
|
/plugin/webcode/vendor/ |
H A 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/ |
H A D | intro.txt | 3 The tool will create a [[wp>tar_(file format)|tar]] archive, compressed with either [[wp>bzip2]] or…
|
/plugin/diagramsnet/lib/ |
H A 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/addressbook/ |
H A 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/ |
H A D | README.md | 15 …https://en.wikipedia.org/wiki/Tar_(computing)) archive, and optionally compressed with either [bzi…
|
/plugin/upgrade/vendor/splitbrain/php-archive/ |
H A D | README.md | 64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file individually. Therefore
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/ |
H A D | phar-sample.phar | 141 ' gzinflate() function needed for zlib-compressed .phars'); 148 ' bzdecompress() function needed for bz2-compressed .phars');
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A 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/ |
H A 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/ |
H A D | composer.lock | 103 … "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_i18n.txt | 101 compressed=compressed
|
H A D | dia_ru.txt | 101 compressed=Сжато
|
H A D | dia_bg.txt | 101 compressed=Компресиран
|
H A D | dia_el.txt | 101 compressed=Συμπιεσμένο
|
H A D | dia_zh.txt | 101 compressed=已压缩
|
H A D | dia_uk.txt | 101 compressed=Стисло
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A 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 1669 files were compressed from the same source file: compare 1690 data is lossless-compressed, false means the data is lossy- 1691 compressed. 1695 represents a compressed file half the size of the original file [all …]
|
H A D | structure.txt | 93 … ['compression_ratio']=>double() // ratio of compressed byte size of audio to uncompressed size 104 … ['compression_ratio']=>double() // ratio of compressed byte size of video to uncompressed size 2060 …['m_wQuality']=>integer() // quality factor (0=most compressed lossy; 99=best qu…
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.php | 2243 $compressed=(substr($file,-2)=='.z'); 2244 if (!$compressed && isset($info['length2'])) { 2257 if ($compressed) {
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 2696 $compressed=(substr($file,-2)=='.z'); 2697 if(!$compressed && isset($info['length2'])) { 2710 if ($compressed) {
|
/plugin/highlightjs/highlight/ |
H A D | readme.eng.txt | 11 Downloaded package includes file "highlight.pack.js" which is a full compressed
|