Home
last modified time | relevance | path

Searched refs:actualLength (Results 1 – 8 of 8) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/
DMemory.php128 $actualLength = strlen($this->memory) - $this->offset;
130 $actualLength = min($length, strlen($this->memory) - $this->offset);
132 $result = substr($this->memory, $this->offset, $actualLength);
133 $this->offset += $actualLength;
DTar.php218 $actualLength = $this->leftLength;
220 $actualLength = min($this->leftLength, $length);
226 $data = $this->source->getData($actualLength);
227 if (strlen($data) != $actualLength) {
230 $this->leftLength -= $actualLength;
DZip.php211 $actualLength = min($length, $this->currentStat[7]-$this->offset);
213 $actualLength = $this->currentStat[7]-$this->offset;
220 $result = substr($this->data, $this->offset, $actualLength);
221 $this->offset += $actualLength;
/plugin/combo/ComboStrap/
H A DFetcherVignette.php160 $actualLength = strlen($actualLine);
161 if ($actualLength + strlen($word) > $maxCharacterByLine) {
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js16347 var actualLength = this._findStreamLength(startPos, ENDSTREAM_SIGNATURE);
16349 if (actualLength < 0) {
16366 actualLength = maybeLength;
16371 if (actualLength < 0) {
16376 length = actualLength;
37539 var actualLength;
37552 actualLength = stream.pos - streamStartPos;
37559 if (actualLength) {
37561 stream: new _stream.Stream(stream.getBytes(actualLength)),
37562 length: actualLength
[all …]
Dpdf.worker.js.map1actualLength","MAX_TRUNCATION","TRUNCATED_SIGNATURE","maybeLength","lastByte","filterArray","param…
/plugin/diagramsnet/lib/plugins/webcola/
Dcola.min.js2actualLength=function(a){var b=this;return Math.sqrt(a.reduce(function(a,c){var d=c[b.target]-c[b.… method in a
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1actualLength","origLength","mapping","substr","newMapping","_mapCommand","mappedCtxs","filter","el…