/plugin/findologicxmlexport/vendor/hoa/math/Sampler/ |
H A D | Sampler.php | 131 $lower = null, argument 135 if (null === $lower) { 144 if ($lower > $upper) { 148 [$lower, $upper] 160 if ($lower > $upper) { 164 [$lower, $upper] 184 * @param int $lower Lower bound value. 199 if (null === $lower) { 217 if ($lower > $upper) { 220 2, [$lower, $upper]); [all …]
|
H A D | Random.php | 82 * @param int $lower Lower bound value. 86 protected function _getInteger($lower, $upper) argument 88 return mt_rand($lower, $upper); 94 * @param float $lower Lower bound value. 98 protected function _getFloat($lower, $upper) argument 100 return $lower + lcg_value() * abs($upper - $lower);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | lower.rst | 1 ``lower`` 4 The ``lower`` filter converts a value to lowercase: 8 {{ 'WELCOME'|lower }}
|
H A D | index.rst | 22 lower
|
/plugin/avatar/ |
H A D | monsterid.php | 73 function _get_monster_part($seed, $lower = 0, $upper = 255) { argument 74 return hexdec($seed) % ($upper - $lower) + $lower;
|
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/ |
H A D | plugin.js | 28 var lower = Number(lastH.substring(1,2)) + 1; 29 lowerH = 'h' + lower; 66 label: editor.lang.headerbuttons.lower,
|
/plugin/ckgedit/ckeditor/plugins/headerbuttons/ |
H A D | plugin.js | 28 var lower = Number(lastH.substring(1,2)) + 1; 29 lowerH = 'h' + lower; 66 label: editor.lang.headerbuttons.lower,
|
/plugin/scrollticker/ |
H A D | style.css | 38 /*content: counter(scrollticker-counter, lower-roman);*/ 48 content: counter(scrollticker-counter, lower-roman); 58 content: counter(scrollticker-counter, lower-latin);
|
/plugin/lists/ |
H A D | style.css | 13 ol ol ol{list-style-type:lower-alpha;} 14 ol ol ol ol{list-style-type:lower-greek;}
|
H A D | syntax_plugin_lists.css | 65 list-style-type: lower-alpha; 68 list-style-type: lower-greek;
|
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/lang/ |
H A D | en.js | 3 lower: 'Lower Level Header',
|
H A D | de.js | 3 lower: 'Untergeordnete Überschrift',
|
/plugin/ckgedit/ckeditor/plugins/headerbuttons/lang/ |
H A D | de.js | 3 lower: 'Untergeordnete Überschrift',
|
H A D | en.js | 3 lower: 'Lower Level Header',
|
/plugin/layeranimation/ |
H A D | README.md | 6 …will resume the anmation. You can also click the pause/play button at the lower left the pause and… 10 The lower left also shows a button for each layer. Clicking the button skips to the layer and pause… 43 …lower items. This is due to HTML Container positioned above. Using the optional clipping you can s…
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/ |
H A D | multiple.test | 4 {% filter lower|title %}
|
H A D | nested.test | 4 {% filter lower|title %}
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/ |
H A D | basic.test | 5 {% block title2 foo|lower %}
|
/plugin/wrapadd/ |
H A D | style.css | 9 counter-reset: leva 0; /* set to one lower than intended value of first list item */ 25 counter-reset: levb 0; /* set to one lower than intended value of first list item */ 42 counter-reset: levc 0; /* set to one lower than intended value of first list item */
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
H A D | Strings.php | 133 $temp += $lower < 0 ? ($lower & 0x7FFFFFFFF) + 0x80000000 : $lower;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
H A D | objects.test | 6 {{ user.name|lower }}
|
/plugin/geonav/tpl/startermap/css/ |
H A D | print.css | 43 list-style-type: lower-alpha; 52 list-style-type: lower-roman;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | coding_standards.rst | 64 {{ foo|upper|lower }} 85 * Use lower cased and underscored variable names:
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | filter.rst | 17 {% filter lower|escape('html') %}
|
/plugin/panoview/ |
H A D | syntax.php | 202 function image_crop($image, $x, $y, $left, $upper, $right, $lower) { argument 204 $h = abs($lower - $upper);
|