Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 25 of 66) sorted by relevance

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequest.php45 private $iteration = 1; variable in FreeDSx\\Ldap\\Server\\Paging\\PagingRequest
159 return $this->iteration;
231 $this->iteration++;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dfor.rst61 ``loop.index`` The current iteration of the loop. (1 indexed)
62 ``loop.index0`` The current iteration of the loop. (0 indexed)
65 ``loop.first`` True if first iteration
66 ``loop.last`` True if last iteration
91 can however filter the sequence during iteration which allows you to skip
117 If no iteration took place because the sequence was empty, you can render a
/plugin/authdrupal8/
Dpassword.inc88 * A 12 character string containing the iteration count and a random salt.
94 // We encode the final log2 iteration count in base 64.
185 // Parse the log2 iteration count from a stored hash or setting string.
197 * Optional integer to specify the iteration count. Generally used only during
205 // Use the standard iteration count.
260 * password is available. A new hash is needed when the desired iteration count
281 // Check whether the iteration count used differs from the standard number.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php961 $iteration = 1;
1053 $recalculate = $this->tbsqrt($maxrowheight / $fullpage, $iteration);
1054 $iteration++;
1057 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $remainingpage, $iteration)) <= $this->mp…
1058 $recalculate = $this->tbsqrt($tableheight / $remainingpage, $iteration);
1059 $iteration++;
1072 …if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $fullpage, $iteration)) <= $this->mpdf->s…
1073 $recalculate = $this->tbsqrt($tableheight / $fullpage, $iteration);
1074 $iteration++;
1085 $recalculate = $this->tbsqrt($tableheight / $fullpage, $iteration);
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.IDPrefixLocal.txt8 have a seperate prefix that changes with each iteration. This way,
/plugin/openlayersmap/
Dstyle.less186 -moz-animation-iteration-count: 1;
187 -webkit-animation-iteration-count: 1;
188 animation-iteration-count: 1;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dbreak-up.js71 var iteration = _wrapDefault(property.name + '-iteration-count', property, compactable);
76 var components = [duration, timing, delay, iteration, direction, fill, play, name];
91 …duration.value = timing.value = delay.value = iteration.value = direction.value = fill.value = pla…
112 iteration.value = [value];
/plugin/diagramsnet/lib/math/extensions/MathML/
Dcontent-mathml.js19iteration:function(f,g){return function(q,y,C,l,h,u,m){var t=a.createElement("mrow");var x=a.creat…
/plugin/aichat/vendor/bdelespierre/php-kmeans/
DREADME.md127 Each iteration step can be monitored using a callback function passed to `Kmeans\Space::solve`:
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md694 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
740 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
826 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
872 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1502 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1927 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
1973 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2547 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2595 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
2640 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
[all …]
/plugin/asciidocjs/node_modules/jake/node_modules/brace-expansion/
DREADME.md75 to have equal length. Negative numbers and backwards iteration work too.
/plugin/asciidocjs/node_modules/brace-expansion/
DREADME.md75 to have equal length. Negative numbers and backwards iteration work too.
/plugin/findologicxmlexport/vendor/hoa/ustring/
DREADME.md134 Again, text direction is useful here. For `$arabic`, the iteration is done from
/plugin/asciidocjs/node_modules/async/
DCHANGELOG.md58 - Calling `callback(false)` will cancel an async method, preventing further iteration and callback …
136 - Optimized array iteration in `race`, `cargo`, `queue`, and `priorityQueue` ([#1253](https://githu…
143 - Significantly optimized all iteration based collection methods such as `each`, `map`, `filter`, e…
344 - Fix unneeded iteration in `queue.resume()` ([#758](https://github.com/caolan/async/issues/758))
/plugin/asciidocjs/node_modules/escalade/
Dreadme.md152 When your callback returns a string, then `escalade` stops iteration immediately.<br>
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md167 …`Symbol.asyncIterator` for [stage 2 async iteration proposal](https://github.com/tc39/proposal-asy…
542 * Added support safe closing iteration - calling `iterator.return` on abort iteration, if it exists
636 * Fast & correct iteration
DREADME.md1500 * `Symbol.asyncIterator` for [async iteration proposal](https://github.com/tc39/proposal-async-iter…
1826 …ey should have `keys`, `values`, `entries` and `@@iterator` methods for iteration. So add them. Mo…
/plugin/asciidocjs/node_modules/pug/
DHistory.md300 * fix accidental calling of functions in iteration block. Closes #986
609 * Added array iteration with index example. Closes #276
973 * Added `- each` support for readable iteration
/plugin/asciidocjs/node_modules/handlebars/
Drelease-notes.md643 - [#1093](https://github.com/wycats/handlebars.js/issues/1093) - #each skips iteration on undefined…
650 - `each` iteration with `undefined` values has been restored to the 3.0 behaviors. Helper calls wit…
698 - Allow empty key name in each iteration - [1bb640b](https://github.com/wycats/handlebars.js/commit…
941 …/wycats/handlebars.js/pull/661) - Add @first and @index to #each object iteration ([@cgp](https://…
956 - `@index` and `@first` are now supported for `each` iteration on objects
/plugin/sequencediagram/bower_components/lodash/test/
Dtest-fp.js1312 iteration = 0,
1318 if (++iteration == 2) {
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md971 > [Async generators and for-await](https://github.com/tc39/proposal-async-iteration) are now a [sta…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js.map1iteration.\n\t * @returns {Array} Returns the new duplicate-value-free array.\n\t */\n\t func…
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md657 - iteration counter in THEAD crashed in some circumstances
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/modes/
Dperl.min.js.map1 … redo :1, // - start this loop iteration over again\n …

123