Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 103) sorted by path

12345

/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js63 l.remaining = 0;
190 l.remaining++;
279 l.remaining--;
282 if ( 0 === l.remaining ) {
H A Ddataloader.min.js1remaining++,c.percentLoaded[b]=0,void 0!==g.progress&&"function"==typeof g.progress&&void 0===g._p…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js692 var remaining = buf.length - offset
694 length = remaining
697 if (length > remaining) {
698 length = remaining
767 if (length === undefined || length > remaining) length = remaining
6161 if (remaining > 0) {
9246 if (remaining <= 0 || remaining > wait) {
9291 isCalled = remaining <= 0 || remaining > maxWait;
15449 var bits = 0, remaining = 8;
15454 if (n >= remaining) {
[all …]
H A Dpdfmake.min.js.map1remaining","strLen","Error","parsed","parseInt","substr","isNaN","utf8Write","blitBuffer","asciiWr…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DQuotaStatus.php29 public $remaining; variable in Google\\Service\\AnalyticsData\\QuotaStatus
48 public function setRemaining($remaining) argument
50 $this->remaining = $remaining;
57 return $this->remaining;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php191 $remaining = $length;
194 while ($remaining > 0) {
205 $result = $this->streams[$this->current]->read($remaining);
214 $remaining = $length - strlen($buffer);
H A DCachingStream.php88 $remaining = $length - strlen($data);
91 if ($remaining) {
97 $remaining + $this->skipReadBytes
H A DLimitStream.php148 $remaining = ($this->offset + $this->limit) - $this->stream->tell();
149 if ($remaining > 0) {
152 return $this->stream->read(min($remaining, $length));
H A DPumpStream.php126 $remaining = $length - $readLen;
128 if ($remaining) {
129 $this->pump($remaining);
130 $data .= $this->buffer->read($remaining);
H A DUtils.php58 $remaining = $maxLen;
59 while ($remaining > 0 && !$source->eof()) {
60 $buf = $source->read(min($bufferSize, $remaining));
65 $remaining -= $len;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php1263 $remaining = static::BASE - $overflow;
1264 $tempsplit = $split - $remaining;
1277 $digit[$j] = ($digit[$j] >> $overflow) | ($newbits << $remaining);
1307 $remaining = static::BASE;
1312 $remaining -= $split;
1313 $overflow = $split <= $remaining ? 0 : $split - $remaining;
1315 if (!$remaining) {
1317 $remaining = static::BASE;
1322 $digit |= ($val[$i] & $tempmask) << $remaining;
1324 $remaining = static::BASE - $overflow;
[all …]
/plugin/bible/bible_douayRheims/
H A D4_Kings.txt186 …7:13. And one of his servants answered: Let us take the five horses that are remaining in the city…
H A DEcclesiasticus.txt1436 46:15. And their name continue for ever, the glory of the holy men remaining unto their children.
H A DEzechiel.txt997 …o go continually about the land, to bury and to seek out them that were remaining upon the face of…
H A DGenesis.txt802 …29:7. And Jacob said: There is yet much day remaining, neither is it time to bring the flocks into…
1369 …45:11. And there I will feed thee, (for there are yet five years of famine remaining) lest both th…
H A DJeremias.txt88 …f his place, to make thy land desolate: thy cities shall be laid waste, remaining without an inhab…
H A DJohn.txt33 …water said to me: He upon whom thou shalt see the Spirit descending and remaining upon him, he it …
H A DJudges.txt134 …5:20. There was war made against them from heaven: the stars, remaining in their order and courses…
H A DJudith.txt159 …cob, so Moses, and all that have pleased God, passed through many tribulations, remaining faithful.
H A DLeviticus.txt243 …leazar and Ithamar, his sons that were left: Take the sacrifice that is remaining of the oblation …
H A DMark.txt10 …out of the water, he saw the heavens open and the Spirit as a dove descending and remaining on him.
H A DSophonias.txt39 … is none that passeth by: their cities are desolate, there is not a man remaining, nor any inhabit…
H A DWisdom.txt158 …7:27. And being but one, she can do all things: and remaining in herself the same, she reneweth al…
/plugin/bibtex/OSBib/format/
H A DREADME.txt194 Add all remaining items to the internal $item array in BIBFORMAT.php. Use this to add elements of …
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md525 We've migrated all remaining parts of [dmn-js](https://github.com/bpmn-io/dmn-js) as well as it's f…

12345