Home
last modified time | relevance | path

Searched refs:CHUNK_SIZE (Results 1 – 11 of 11) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php121 $data = @fread($pipe, self::CHUNK_SIZE);
123 } while (isset($data[0]) && ($close || isset($data[self::CHUNK_SIZE - 1])));
H A DPipesInterface.php23 const CHUNK_SIZE = 16384; define
H A DAbstractPipes.php141 $data = fread($input, self::CHUNK_SIZE);
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php131 $data = @fread($pipe, self::CHUNK_SIZE);
133 } while (isset($data[0]) && ($close || isset($data[self::CHUNK_SIZE - 1])));
H A DPipesInterface.php23 public const CHUNK_SIZE = 16384; define
H A DAbstractPipes.php139 $data = fread($input, self::CHUNK_SIZE);
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php137 $expectedOutputSize = PipesInterface::CHUNK_SIZE * 2 + 2;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js30186 var CHUNK_SIZE = 1000;
30187 var CHUNK_SIZE_ABOUT = CHUNK_SIZE - 5;
30221 if (this.weight >= CHUNK_SIZE) {
H A Dpdf.worker.js.map1CHUNK_SIZE","CHUNK_SIZE_ABOUT","messageHandler","addOp","addDependency","addDependencies","addOpLi…