Home
last modified time | relevance | path

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

12345

/plugin/siteexport/_test/
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/
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/authdjango/
Dauth.php80 $compressed = false;
85 $compressed = true;
91 if ($compressed) {
/plugin/plantumlparser/syntax/
DPlantUmlDiagram.php44 $compressed = gzdeflate($text, 9);
45 return $this->encode64($compressed);
/plugin/webcode/vendor/
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/
Dintro.txt3 The tool will create a [[wp>tar_(file format)|tar]] archive, compressed with either [[wp>bzip2]] or…
/plugin/diagramsnet/lib/
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/upgrade/myvendor/splitbrain/php-archive/
DREADME.md64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file indi…
/plugin/addressbook/
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/
DREADME.md15 …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/
Dphar-sample.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A DREADME.md94 $ plessc -f=compressed myfile.less
/plugin/jplayer/vendor/kriswallsmith/assetic/
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/
DDrawioFile.js883 var compressed = (this.ui.fileNode != null) ? this.ui.fileNode.getAttribute('compressed') : null;
885 if (compressed != null)
887 return compressed != 'false';
/plugin/jplayer/
Dcomposer.lock103 … "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt101 compressed=compressed
Ddia_ru.txt101 compressed=Сжато
Ddia_bg.txt101 compressed=Компресиран
/plugin/jplayer/vendor/james-heinrich/getid3/
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
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/
Dpdf.fpdf.php2243 $compressed=(substr($file,-2)=='.z');
2244 if (!$compressed && isset($info['length2'])) {
2257 if ($compressed) {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md164 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/
Dfpdf.php2696 $compressed=(substr($file,-2)=='.z');
2697 if(!$compressed && isset($info['length2'])) {
2710 if ($compressed) {
/plugin/indexmenu/scripts/fancytree/skin-bootstrap/
Dboot.css743 /*.glyphicon-compressed:before {*/
/plugin/highlightjs/highlight/
Dreadme.eng.txt11 Downloaded package includes file "highlight.pack.js" which is a full compressed

12345