Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/plugin/asciidocjs/node_modules/is-expression/
Dtest.js7 function passes(src, options) { function
15 passes('myVar');
16 passes('["an", "array", "\'s"].indexOf("index")');
17 passes('\npublic');
18 passes('abc // my comment', {lineComment: true});
19 passes('() => a');
20 passes('function (a = "default") {"use strict";}', {ecmaVersion: 6});
/plugin/diagramsnet/lib/plugins/
Drandom.js98 var passes = Math.floor(Math.random() * numberA) + 1;
99 console.log(counter + " - swapping " + passes + " children from parent A to parent B");
101 for (var i = 0; i < passes; i++)
113 var passes = Math.floor(Math.random() * numberB) + 1;
114 console.log(counter + " - swapping " + passes + " children from parent B to parent A");
116 for (var i = 0; i < passes; i++)
323 var passes = Math.floor(Math.random() * numberA) + 1;
324 console.log(counter + " - swapping " + passes + " children from parent A to parent B");
326 for (var i = 0; i < passes; i++)
338 var passes = Math.floor(Math.random() * numberB) + 1;
[all …]
Dpage.js33 var passes = Math.floor(Math.random() * number) + 1;
34 console.log(counter + " - page reordering in " + passes + " passes");
36 for (var i = 0; i < passes; i++)
113 var passes = Math.floor(Math.random() * number) + 1;
114 console.log(counter + " - moving " + passes + " pages");
116 for (var i = 0; i < passes; i++)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPuTTY.php104 * @param int $passes
108 private static function generateV3Key($password, $flavour, $memory, $passes, $salt) argument
126 $temp = sodium_crypto_pwhash($length, $password, $salt, $passes, $memory << 10, $flavour);
239 … $passes = trim(preg_replace('#Argon2-Passes: (\d+)#', '$1', $key[$offset++]));
243 extract(self::generateV3Key($password, $flavour, $memory, $passes, $salt));
/plugin/asciidocjs/node_modules/with/
DREADME.md54 assert(foo === 'bar')// => This fails for compile time with but passes for native with
60 assert(obj.foo === 'bar')// => This fails for compile time with but passes for native with
/plugin/sidebar/
Dstyle.css92 /* hide the line where it passes through .stylehead */
171 … 'overflow-x:auto;' maybe replaced by 'overflow:auto;' to ensure template passes w3c validation \*/
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md782 …s, (function) callback | Prepares a JPEG representation of the chart and passes the binary data to…
783 …ns, (function) callback | Prepares a PNG representation of the chart and passes the binary data to…
784 …ns, (function) callback | Prepares a SVG representation of the chart and passes the binary data to…
785 …ns, (function) callback | Prepares a PDF representation of the chart and passes the binary data to…
786 toJSON | (object) options, (function) callback | Prepares a JSON and passes the plain data to the c…
787 toCSV | (object) options, (function) callback | Prepares a CSV and passes the plain data to the cal…
788 …s, (function) callback | Prepares a XLSX representation of the chart and passes the binary data to…
789 toBlob | (object) options, (function) callback | Prepares a BLOB and passes the instance to the cal…
790 toCanvas | (object) options, (function) callback | Prepares a Canvas and passes the element to the …
791 toArray | (object) options, (function) callback | Prepares an Array and passes the data to the call…
/plugin/commonmark/
H A DREADME.md11 3. After pre-rendering, passes the result to DW parser and process as usual
/plugin/pgn4web/pgn4web/
Dtest.pgn130 lost if Black passes} $18 2. Kc6 Ke7) 2. Kd5?? { this is a blunder } Kd7 $11
/plugin/aichat/vendor/erusev/parsedown/
DREADME.md78 It passes most of the CommonMark tests. Most of the tests that don't pass deal with cases that are …
/plugin/remotescript/lib/JsHttpRequest/
Dprotocol.txt81 Frontend passes to backend a list of key=value pairs using GET or POST method.
/plugin/mytemplate/
DREADME28 passes makes sense and it should become obvious why.
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs510 …* Like [`each`]{@link module:Collections.each}, except that it passes the key (or index) as the se…
630 * `iteratee` passes an error to its callback, the main `callback` (for the
1732 * While [`queue`]{@link module:ControlFlow.queue} passes only one task to one of a group of workers
1733 * at a time, cargo passes an array of tasks to a single worker, repeating
1782 * While [`queue`]{@link module:ControlFlow.queue} passes only one task to one of a group of workers
1783 …* at a time, and [`cargo`]{@link module:ControlFlow.cargo} passes an array of tasks to a single wo…
1784 * the cargoQueue passes an array of tasks to multiple parallel workers.
2326 * Returns the first value in `coll` that passes an async truth test. The
2330 * that passes the test.
2347 * Result will be the first item in the array that passes the truth test
[all …]
/plugin/odt/
DChangeLog.txt217 * renderer.php: more safeguards. wiki:syntax now passes validators
/plugin/authgooglesheets/vendor/google/auth/
DREADME.md222 IAP authorizes the request with it. After authorizing the request, IAP passes
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md471 passes: 2
720 `passes` set to `2` or higher.
761 - `passes` (default: `1`) — The maximum number of times to run compress.
763 mind more passes will take more time.
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DCHANGELOG.md322 …mit/53f7bc626b9875f2abdfc5dd7a80bde7f14143a3) fix for bools doubling up, passes the parse test aga…
324 …commit/d1e737970f15c6c006bebdd8917706827ff2f0f2) just rescan for now, alias test passes (@substack)
/plugin/fckg/
DChanges67 all rows where rowspans have been processed, causing them to be ignored on subsequent passes of loo…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js72 passes : 1, property
126 var passes = +this.options.passes || 1;
127 for (var pass = 0; pass < passes && pass < 3; ++pass) {
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
Dlicense.gpl-10.txt245 program `Gnomovision' (a program to direct compilers to make passes
/plugin/photogallery/phpThumb/licenses/
Dlicense.gpl-10.txt245 program `Gnomovision' (a program to direct compilers to make passes
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md442 - `passes` -- default `1`. Number of times to run compress with a maximum of 3.
444 mind more passes will take more time.
/plugin/pixelyear/
DLICENSE.md330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/randomtables/
DLICENSE330 `Gnomovision' (which makes passes at compilers) written by James Hacker.

12345678910>>...21