Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/plugin/asciidocjs/node_modules/kind-of/
DREADME.md147 current x 23,329,397 ops/sec ±0.82% (94 runs sampled)
148 lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled)
149 lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled)
152 current x 27,197,115 ops/sec ±0.85% (94 runs sampled)
153 lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled)
154 lib-typeof x 9,199,562 ops/sec ±0.44% (99 runs sampled)
157 current x 20,190,117 ops/sec ±0.86% (92 runs sampled)
158 lib-type-of x 5,166,970 ops/sec ±0.74% (94 runs sampled)
159 lib-typeof x 9,610,821 ops/sec ±0.50% (96 runs sampled)
162 current x 23,855,460 ops/sec ±0.60% (97 runs sampled)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
DStartManualTransferRunsResponse.php29 public function setRuns($runs) argument
31 $this->runs = $runs;
38 return $this->runs;
DScheduleTransferRunsResponse.php29 public function setRuns($runs) argument
31 $this->runs = $runs;
38 return $this->runs;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DShardSummary.php31 public function setRuns($runs) argument
33 $this->runs = $runs;
40 return $this->runs;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection127 runs = options.runs;
128 while runs!=0 :
136 if runs>0:
137 runs = runs - 1
/plugin/asciidocjs/node_modules/escalade/
Dreadme.md168 find-up x 24,856 ops/sec ±6.46% (55 runs sampled)
169 escalade x 73,084 ops/sec ±4.23% (73 runs sampled)
170 find-up.sync x 3,663 ops/sec ±1.12% (83 runs sampled)
171 escalade/sync x 9,360 ops/sec ±0.62% (88 runs sampled)
174 find-up x 29,300 ops/sec ±10.68% (70 runs sampled)
175 escalade x 73,685 ops/sec ± 5.66% (66 runs sampled)
176 find-up.sync x 1,707 ops/sec ± 0.58% (91 runs sampled)
177 escalade/sync x 4,667 ops/sec ± 0.68% (94 runs sampled)
180 find-up x 21,818 ops/sec ±17.37% (14 runs sampled)
181 escalade x 67,101 ops/sec ±21.60% (20 runs sampled)
[all …]
/plugin/wordimport/docx/
DCodeBlock.php20 $runs = $this->p->xpath('w:r');
21 foreach ($runs as $run) {
/plugin/docsearch/action/
Dsearch.php43 $runs = 0;
47 if($runs++ < $this->getConf('showSnippets')) {
/plugin/maintenance/
Dplugin.info.txt6 desc Locks the site and runs a maintenance script
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBigQueryDataTransfer.php367 'runs',
391 'path' => 'v1/{+parent}/runs',
578 'runs',
602 'path' => 'v1/{+parent}/runs',
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
DGtk.php721 * @param integer $runs
726 function _updateProgress($runs, $errors, $failures) argument
728 $percentage = 1 - (($errors + $failures) / $runs);
/plugin/fetchmedia/lang/en/
Dintro.txt3 If your DokuWiki runs on a Windows-Server, you can choose whether to download
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md35 * Introduced code coverage to CI runs.
36 * Moved CI runs into Github Actions.
53 * Implement OpenLDAP / Active Directory test servers with test data during CI runs for integration …
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md28 * Add PHPStan to CI runs at level 6.
/plugin/asciidocjs/node_modules/lodash/
DREADME.md39 …tps://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available.
/plugin/shell/lang/en/
Dhelp.txt1 …ings to the server. Use with caution. All commands are executed as the user the web server runs as.
/plugin/secedit2head/
DREADME.md9 The plugin adds Javascript inline at the end of page content creation. It then runs two checks for …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dset-retries.asciidoc21 When the client runs out of retries, it will throw the last exception that it
/plugin/dev/
DREADME29 dependencies using composer. This is needed because the wizard runs
/plugin/deletepageguard/tests/
H A DREADME.md124 The test suite typically runs in under 1 second and includes 30+ test cases covering all critical f…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dhelp2.phpt41 --group ... Only runs tests from the specified group(s).
Dhelp.phpt40 --group ... Only runs tests from the specified group(s).
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs450 …* The same as [`eachOf`]{@link module:Collections.eachOf} but runs a maximum of `limit` async oper…
789 …* The same as [`eachOf`]{@link module:Collections.eachOf} but runs only a single async operation a…
812 …* The same as [`map`]{@link module:Collections.map} but runs only a single async operation at a ti…
836 …* The same as [`applyEach`]{@link module:ControlFlow.applyEach} but runs only a single async opera…
2065 …* The same as [`map`]{@link module:Collections.map} but runs a maximum of `limit` async operations…
2090 …* The same as [`concat`]{@link module:Collections.concat} but runs a maximum of `limit` async oper…
2229 …* The same as [`concat`]{@link module:Collections.concat} but runs only a single async operation a…
2402 …* The same as [`detect`]{@link module:Collections.detect} but runs a maximum of `limit` async oper…
2430 …* The same as [`detect`]{@link module:Collections.detect} but runs only a single async operation a…
2691 …* The same as [`each`]{@link module:Collections.each} but runs a maximum of `limit` async operatio…
[all …]
/plugin/aichat/
DAGENTS.md17 The command does not accept any additional arguments or parameters and runs all tests in the `_test…
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
DtableCell.js.unc17 // Returns a function, which runs regular "setup" for all selected cells to find out

12345678910>>...25