/plugin/davcal/vendor/sabre/event/tests/benchmark/ |
H A D | bench.php | 10 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 D | SubtleAES.js | 8 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 D | benchmark.php | 16 [, $format, $iterations] = $_SERVER['argv']; 62 $metrics['benchmark-collection-' . $format] = benchmark($f, $iterations);
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | unittest.js | 433 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 D | password.inc | 17 * 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 D | Broker.php | 402 $iterations = 1000; 411 $iterations--; 413 } while($recurrenceIterator->valid() && !$found && $iterations);
|
/plugin/odt/ODT/ |
H A D | ODTTable.php | 77 $iterations = 0; 104 $iterations++; 105 if ($iterations == 50) {
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | for.rst | 63 ``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 D | Broker.php | 401 $iterations = 1000; 409 --$iterations; 410 } while ($recurrenceIterator->valid() && !$found && $iterations);
|
/plugin/davcard/vendor/sabre/vobject/lib/ITip/ |
H A D | Broker.php | 402 $iterations = 1000; 411 $iterations--; 413 } while($recurrenceIterator->valid() && !$found && $iterations);
|
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/ |
H A D | Broker.php | 407 $iterations = 1000; 416 $iterations--; 418 } while ($recurrenceIterator->valid() && !$found && $iterations);
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/ |
H A D | Broker.php | 402 $iterations = 1000; 411 $iterations--; 413 } while($recurrenceIterator->valid() && !$found && $iterations);
|
/plugin/combo/vendor/dragonmantank/cron-expression/ |
H A D | README.md | 42 // Calculate a run date two iterations into the future
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | ImageObject.cfc | 200 <cfargument name="iterations" required="yes" type="numeric"> 201 <cfset var imageResults = imageCFC.filterFastBlur(variables.img,"","",blurAmount,iterations)>
|
/plugin/diagramsnet/lib/js/cryptojs/ |
H A D | aes.min.js | 22 …iterations: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 D | 2.2.js.map | 1 …iterations that are odd counts are played in the normal direction, and the animation cycle iterati…
|
H A D | bundle.js.map | 1 …iterations = 1;\n\n if (typeof radius !== \"function\") radius = constant(radius == null ? 1 : +r…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 70290 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 D | pdfmake.min.js |
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js | 1 …iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…
|
H A D | mermaid.min.js.map | 1 …iterations","ri","ri2","prepare","quad","rj","jiggle","nodeById","nodeId","strengths","distances",…
|
/plugin/diagramsnet/lib/js/mermaid/ |
H A D | mermaid.min.js | 6 …iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …iterations\n s2 = search[REGEX_DATA][cacheKey] || (\n search[REGEX_DATA]…
|
/plugin/flowcharts/ |
H A D | mermaid.min.js | 1 …iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1705 …iterations=function(t){return arguments.length?(i=+t,a):i},a.strength=function(t){return arguments…
|