Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 100) sorted by relevance

1234

/plugin/siteexport/_test/
H A Dplugin_siteexport_javascript.test.php14 $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 Dhelper.php199 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 DPlantUmlDiagram.php44 $compressed = gzdeflate($text, 9);
45 return $this->encode64($compressed);
/plugin/webcode/vendor/
H A DREADME.md13 * https://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js
/plugin/combo/resources/firebug/
H A DREADME.md15 * https://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js
/plugin/backup/lang/en/
H A Dintro.txt3 The tool will create a [[wp>tar_(file format)|tar]] archive, compressed with either [[wp>bzip2]] or…
/plugin/diagramsnet/lib/
H A Delectron.js955 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 DREADME.md78 …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 DREADME.md15 …https://en.wikipedia.org/wiki/Tar_(computing)) archive, and optionally compressed with either [bzi…
/plugin/upgrade/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
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md59 // 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 DDrawioFile.js883 var compressed = (this.ui.fileNode != null) ? this.ui.fileNode.getAttribute('compressed') : null;
885 if (compressed != null)
887 return compressed != 'false';
/plugin/jplayer/
H A Dcomposer.lock103 … "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt101 compressed=compressed
H A Ddia_ru.txt101 compressed=Сжато
H A Ddia_bg.txt101 compressed=Компресиран
H A Ddia_el.txt101 compressed=Συμπιεσμένο
H A Ddia_zh.txt101 compressed=已压缩
H A Ddia_uk.txt101 compressed=Стисло
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt596 * 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 Dstructure.txt93 … ['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 Dpdf.fpdf.php2243 $compressed=(substr($file,-2)=='.z');
2244 if (!$compressed && isset($info['length2'])) {
2257 if ($compressed) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2696 $compressed=(substr($file,-2)=='.z');
2697 if(!$compressed && isset($info['length2'])) {
2710 if ($compressed) {
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt11 Downloaded package includes file "highlight.pack.js" which is a full compressed

1234