/plugin/zip/pear/File/Archive/ |
H A D | Reader.php | 239 function sendData(&$writer, $bufferSize = 0) argument 244 if ($bufferSize <= 0) { 245 $bufferSize = File_Archive::getOption('blockSize'); 255 while (($data = $this->getData($bufferSize)) !== null) { 273 * @param int $bufferSize Size of the chunks that will be sent to the writer 276 function extract(&$writer, $autoClose = true, $bufferSize = 0) argument 297 $error = $this->sendData($writer, $bufferSize); 318 * @param int $bufferSize Size of the chunks that will be sent to the writer 322 $autoClose = true, $bufferSize = 0) argument 329 $result = $this->sendData($writer, $bufferSize);
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | Buffer.php | 90 * @param int $bufferSize Buffer size. 92 public function __construct(\Iterator $iterator, $bufferSize) argument 95 $this->_bufferSize = max($bufferSize, 1); 166 $bufferSize = count($buffer), 168 $bufferSize >= $maximumBufferSize; 169 --$bufferSize
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | BufferHandler.php | 35 protected $bufferSize = 0; variable in Monolog\\Handler\\BufferHandler 73 if ($this->bufferLimit > 0 && $this->bufferSize === $this->bufferLimit) { 78 $this->bufferSize--; 88 $this->bufferSize++; 95 if ($this->bufferSize === 0) { 125 $this->bufferSize = 0;
|
H A D | FingersCrossedHandler.php | 55 protected $bufferSize; variable in Monolog\\Handler\\FingersCrossedHandler 73 …* @param int $bufferSize How many entries should be buf… 81 …public function __construct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubbl… argument 94 $this->bufferSize = $bufferSize; 140 if ($this->bufferSize > 0 && count($this->buffer) > $this->bufferSize) {
|
H A D | DeduplicationHandler.php | 83 if ($this->bufferSize === 0) {
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Buffer.php | 58 $bufferSize = 3 60 ->when($result = new SUT($innerIterator, $bufferSize)) 65 ->isEqualTo($bufferSize) 78 $bufferSize = -42 80 ->when($result = new SUT($innerIterator, $bufferSize)) 91 $bufferSize = 0 93 ->when($result = new SUT($innerIterator, $bufferSize))
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | Utils.php | 49 $bufferSize = 8192; 53 if (!$dest->write($source->read($bufferSize))) { 60 $buf = $source->read(min($bufferSize, $remaining));
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxFreehand.js | 18 var bufferSize = mxFreehand.prototype.NORMAL_SMOOTHING; 65 bufferSize = smoothing; 351 while (buffer.length > bufferSize) 362 if (len % 2 === 1 || len >= bufferSize)
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Cache.php | 61 $bufferSize = File_Archive::getOption('blockSize'); 62 while (($data = $this->source->getData($bufferSize))!=null) {
|
/plugin/diagramsnet/lib/shapes/rack/ |
H A D | mxRack.js | 192 var bufferSize = 9; 194 if (w > bufferSize * 2) 199 c.rect(0,0, bufferSize, h); 201 c.rect(w - bufferSize,0, bufferSize, h); 206 c.rect(bufferSize, 0, w - bufferSize * 2, h);
|
/plugin/zip/pear/File/ |
H A D | Archive.php | 1178 * @param int $bufferSize Size of the buffer to use to move data from the reader to the buffer 1183 function extract(&$sourceToConvert, &$destToConvert, $autoClose = true, $bufferSize = 0) argument 1190 return $source->extract($dest, $autoClose, $bufferSize);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 3242 this.bufferSize = Math.ceil(4096 / (this.deviceSampleRate / this.sampleRate) * this.channels); 3243 this.bufferSize += this.bufferSize % this.channels; 3260 data = new Float32Array(this.bufferSize);
|
/plugin/jcapture/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 24302 bufferSize = 0, 24306 while (bufferSize < count) { 24312 bufferSize += 7; 24316 bufferSize += 8; 24324 bufferSize -= count; 24325 return buffer >>> bufferSize & (1 << count) - 1; 24345 bufferSize = 0; 34135 bufferSize = 0; 34138 while (bufferSize < 8 && stack.length > 0) { 34140 bufferSize += 7; [all …]
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/diagramsnet/lib/js/socket.io/ |
H A D | simplepeer9.10.0.min.js | 6 …und=()=>{this._onFinish()},this.once("finish",this._onFinishBound)}get bufferSize(){return this._c…
|