Searched refs:passes (Results 1 – 25 of 501) sorted by relevance
12345678910>>...21
7 function passes(src, options) { function15 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});
98 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 …]
33 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++)
104 * @param int $passes108 private static function generateV3Key($password, $flavour, $memory, $passes, $salt) argument126 $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));
54 assert(foo === 'bar')// => This fails for compile time with but passes for native with60 assert(obj.foo === 'bar')// => This fails for compile time with but passes for native with
92 /* hide the line where it passes through .stylehead */171 … 'overflow-x:auto;' maybe replaced by 'overflow:auto;' to ensure template passes w3c validation \*/
782 …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…
11 3. After pre-rendering, passes the result to DW parser and process as usual
130 lost if Black passes} $18 2. Kc6 Ke7) 2. Kd5?? { this is a blunder } Kd7 $11
78 It passes most of the CommonMark tests. Most of the tests that don't pass deal with cases that are …
81 Frontend passes to backend a list of key=value pairs using GET or POST method.
28 passes makes sense and it should become obvious why.
510 …* 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 the1732 * While [`queue`]{@link module:ControlFlow.queue} passes only one task to one of a group of workers1733 * at a time, cargo passes an array of tasks to a single worker, repeating1782 * While [`queue`]{@link module:ControlFlow.queue} passes only one task to one of a group of workers1783 …* 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. The2330 * that passes the test.2347 * Result will be the first item in the array that passes the truth test[all …]
217 * renderer.php: more safeguards. wiki:syntax now passes validators
222 IAP authorizes the request with it. After authorizing the request, IAP passes
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
471 passes: 2720 `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.
322 …mit/53f7bc626b9875f2abdfc5dd7a80bde7f14143a3) fix for bools doubling up, passes the parse test aga…324 …commit/d1e737970f15c6c006bebdd8917706827ff2f0f2) just rescan for now, alias test passes (@substack)
67 all rows where rowspans have been processed, causing them to be ignored on subsequent passes of loo…
72 passes : 1, property126 var passes = +this.options.passes || 1;127 for (var pass = 0; pass < passes && pass < 3; ++pass) {
245 program `Gnomovision' (a program to direct compilers to make passes
442 - `passes` -- default `1`. Number of times to run compress with a maximum of 3.444 mind more passes will take more time.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.