Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 25 of 27) sorted by relevance

12

/plugin/davcal/vendor/sabre/event/tests/benchmark/
H A Dbench.php10 protected $iterations = 10000; variable in BenchMark
34 protected $iterations = 100000; variable in OneCallBack
47 for ($i = 0;$i < $this->iterations;$i++) {
72 for ($i = 0;$i < $this->iterations;$i++) {
96 for ($i = 0;$i < $this->iterations;$i++) {
/plugin/encryptedpasswords/script/
H A DSubtleAES.js8 iterations = 10000; // OpenSSL default field in SubtleAES
20 const {hash, iv} = await this.derivePkdf2(password, salt, 'SHA-256', this.iterations);
45 ({hash, iv} = await this.derivePkdf2(password, salt, 'SHA-256', this.iterations));
127 * @param {int} iterations Number of iterations
131 async derivePkdf2(strPassword, salt, hash, iterations) { argument
140 iterations: iterations
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php16 [, $format, $iterations] = $_SERVER['argv'];
62 $metrics['benchmark-collection-' . $format] = benchmark($f, $iterations);
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js433 benchmark: function(operation, iterations) { argument
435 (iterations || 1).times(operation);
438 iterations + ' iterations in ' + (timeTaken/1000)+'s' );
456 benchmark: function(operation, iterations) { argument
458 (iterations || 1).times(operation);
461 iterations + ' iterations in ' + (timeTaken/1000)+'s' );
/plugin/authdrupal8/
H A Dpassword.inc17 * The standard log2 number of iterations for password stretching. This should
23 // The minimum allowed log2 number of iterations for password stretching.
26 // The maximum allowed log2 number of iterations for password stretching.
84 * Integer that determines the number of iterations used in the hashing
106 * Integer that determines the number of iterations used in the hashing
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php402 $iterations = 1000;
411 $iterations--;
413 } while($recurrenceIterator->valid() && !$found && $iterations);
/plugin/odt/ODT/
H A DODTTable.php77 $iterations = 0;
104 $iterations++;
105 if ($iterations == 50) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst63 ``loop.revindex`` The number of iterations from the end of the loop (1 indexed)
64 ``loop.revindex0`` The number of iterations from the end of the loop (0 indexed)
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php401 $iterations = 1000;
409 --$iterations;
410 } while ($recurrenceIterator->valid() && !$found && $iterations);
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php402 $iterations = 1000;
411 $iterations--;
413 } while($recurrenceIterator->valid() && !$found && $iterations);
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php407 $iterations = 1000;
416 $iterations--;
418 } while ($recurrenceIterator->valid() && !$found && $iterations);
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php402 $iterations = 1000;
411 $iterations--;
413 } while($recurrenceIterator->valid() && !$found && $iterations);
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md42 // Calculate a run date two iterations into the future
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc200 <cfargument name="iterations" required="yes" type="numeric">
201 <cfset var imageResults = imageCFC.filterFastBlur(variables.img,"","",blurAmount,iterations)>
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js22iterations:1}),init:function(d){this.cfg=this.cfg.extend(d)},compute:function(d,r){for(var p=this.…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1iterations that are odd counts are played in the normal direction, and the animation cycle iterati…
H A Dbundle.js.map1iterations = 1;\n\n if (typeof radius !== \"function\") radius = constant(radius == null ? 1 : +r…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js70290 function browserPbkdf2(password, salt, iterations, length, algo) {
70297 iterations: iterations,
70333 out = sync(password, salt, iterations, keylen, digest);
70342 checkParameters(iterations, keylen);
70348 return sync(password, salt, iterations, keylen, digest);
70379 module.exports = function (iterations, keylen) {
70380 if (typeof iterations !== 'number') {
70384 if (iterations < 0) {
70477 function pbkdf2(password, salt, iterations, keylen, digest) {
70478 checkParameters(iterations, keylen);
[all …]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…
H A Dmermaid.min.js.map1iterations","ri","ri2","prepare","quad","rj","jiggle","nodeById","nodeId","strengths","distances",…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1iterations\n s2 = search[REGEX_DATA][cacheKey] || (\n search[REGEX_DATA]…
/plugin/flowcharts/
H A Dmermaid.min.js1iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…

12