Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/plugin/asciidocjs/node_modules/glob/
Dsync.js106 var remain = pattern.slice(n)
128 var isGlobStar = remain[0] === minimatch.GLOBSTAR
130 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar)
132 this._processReaddir(prefix, read, abs, remain, index, inGlobStar)
136 GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { argument
145 var pn = remain[0]
175 if (remain.length === 1 && !this.mark && !this.stat) {
199 remain.shift()
207 this._process(newPattern.concat(remain), index, inGlobStar)
348 GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { argument
[all …]
Dglob.js339 var remain = pattern.slice(n)
361 var isGlobStar = remain[0] === minimatch.GLOBSTAR
363 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb)
365 this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb)
368 Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument
371 return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb)
375 Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, … argument
383 var pn = remain[0]
415 if (remain.length === 1 && !this.mark && !this.stat) {
439 remain.shift()
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
DTableFormatter.php150 $remain = $this->max - $alloc;
159 $real = (int)floor(($perc * $remain) / 100);
165 $remain = $this->max - $alloc;
166 if ($remain < 0) {
172 $columns[$idx] += ($remain); // add to last column
174 $columns[$fluid] = $remain;
/plugin/prettytables/
Dscript.js48 var remain = ( len % 2 === 0 ) ? "" : padding;
50 return pads + text + pads + remain;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php252 foreach ($remains as $remain) {
253 $name = trim($remain['name'] ?? '');
255 $token = $remain['name'];
/plugin/move/helper/
Dplan.php173 $remain =
179 $remain += $this->options['affpg_run'];
183 return round((($max - $remain) * 100) / $max, 2);
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
DDhyanaOFL.txt26 requirement for fonts to remain under this license does not apply
78 remain under this license does not apply to any document created
DLohitKannadaOFL.txt26 requirement for fonts to remain under this license does not apply
78 remain under this license does not apply to any document created
DLateef font OFL.txt25 requirement for fonts to remain under this license does not apply
77 remain under this license does not apply to any document created
DTharlonOFL.txt25 requirement for fonts to remain under this license does not apply
77 remain under this license does not apply to any document created
DXW Zar Font Info.txt24 requirement for fonts to remain under this license does not apply
76 remain under this license does not apply to any document created
DKhmerOFL.txt25 requirement for fonts to remain under this license does not apply
77 remain under this license does not apply to any document created
/plugin/revealjs/lib/font/source-sans-pro/
DLICENSE15 …e released under any other type of license. The requirement for fonts to remain under this license…
39 …not be distributed under any other license. The requirement for fonts to remain under this license…
/plugin/asciidocjs/node_modules/with/
DREADME.md45 There are a few differences though. For starters, assignments to variables will always remain cont…
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt3 …has a simple but powerful [[wiki:syntax]] which makes sure the datafiles remain readable outside t…
/plugin/pgn4web/
DREADME.md45 The embedded items remain subject to their original licenses (if any).
/plugin/farm/install/animaltemplate/data/pages/wiki/
Ddokuwiki.txt3 …has a simple but powerful [[wiki:syntax]] which makes sure the datafiles remain readable outside t…
/plugin/foldablelist/
DREADME.md113 and each list naturally grows as new items are added on top but older items remain important enough…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DQRcode.php1919 $remain = $payload - $chunks * 10;
1921 if ($remain >= 7) {
1923 } elseif ($remain >= 4) {
1930 $remain = $payload - $chunks * 11;
1932 if ($remain >= 6) {
/plugin/qrcode2/
Dphpqrcode.php1566 $remain = $payload - $chunks * 10;
1568 if($remain >= 7) {
1570 } else if($remain >= 4) {
1576 $remain = $payload - $chunks * 11;
1578 if($remain >= 6)
/plugin/tile/
DLICENSE163 The Agreement shall remain in force for the entire legal term of
308 The Holder undertakes that the Initial Software will remain ruled at
442 shall remain valid subject to their having been granted in compliance
476 text. All other provisions shall remain effective. Similarly, invalidity
/plugin/bible/bible_douayRheims/
DAbdias.txt14 …e crossways to kill them that flee: and thou shalt not shut up them that remain of him in the day …
D1_Thessalonians.txt30 3:1. For which cause, forbearing no longer, we thought it good to remain at Athens alone.
56 …4:14. For this we say unto you in the word of the Lord, that we who are alive, who remain unto the…
/plugin/copy2clipboard/
DLICENSE175 The Agreement shall remain in force for the entire legal term of
313 The Holder undertakes that the Initial Software will remain ruled at
447 shall remain valid subject to their having been granted in compliance
481 text. All other provisions shall remain effective. Similarly, invalidity
/plugin/diagramsnet/lib/resources/
Ddia_zh.txt904 …hat the import procedure will take some time and the browser window must remain open until the imp…
927 …hat the export procedure will take some time and the browser window must remain open until the exp…
931 …t the indexing procedure will take some time and the browser window must remain open until the ind…

12345678910>>...29