Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 201) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A DSampler.php131 $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 DRandom.php82 * @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 Dlower.rst1 ``lower``
4 The ``lower`` filter converts a value to lowercase:
8 {{ 'WELCOME'|lower }}
H A Dindex.rst22 lower
/plugin/avatar/
H A Dmonsterid.php73 function _get_monster_part($seed, $lower = 0, $upper = 255) { argument
74 return hexdec($seed) % ($upper - $lower) + $lower;
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js28 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 Dplugin.js28 var lower = Number(lastH.substring(1,2)) + 1;
29 lowerH = 'h' + lower;
66 label: editor.lang.headerbuttons.lower,
/plugin/scrollticker/
H A Dstyle.css38 /*content: counter(scrollticker-counter, lower-roman);*/
48 content: counter(scrollticker-counter, lower-roman);
58 content: counter(scrollticker-counter, lower-latin);
/plugin/lists/
H A Dstyle.css13 ol ol ol{list-style-type:lower-alpha;}
14 ol ol ol ol{list-style-type:lower-greek;}
H A Dsyntax_plugin_lists.css65 list-style-type: lower-alpha;
68 list-style-type: lower-greek;
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/lang/
H A Den.js3 lower: 'Lower Level Header',
H A Dde.js3 lower: 'Untergeordnete Überschrift',
/plugin/ckgedit/ckeditor/plugins/headerbuttons/lang/
H A Dde.js3 lower: 'Untergeordnete Überschrift',
H A Den.js3 lower: 'Lower Level Header',
/plugin/layeranimation/
H A DREADME.md6 …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…
43lower 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 Dmultiple.test4 {% filter lower|title %}
H A Dnested.test4 {% filter lower|title %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dbasic.test5 {% block title2 foo|lower %}
/plugin/wrapadd/
H A Dstyle.css9 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 DStrings.php133 $temp += $lower < 0 ? ($lower & 0x7FFFFFFFF) + 0x80000000 : $lower;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dobjects.test6 {{ user.name|lower }}
/plugin/geonav/tpl/startermap/css/
H A Dprint.css43 list-style-type: lower-alpha;
52 list-style-type: lower-roman;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst64 {{ foo|upper|lower }}
85 * Use lower cased and underscored variable names:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfilter.rst17 {% filter lower|escape('html') %}
/plugin/panoview/
H A Dsyntax.php202 function image_crop($image, $x, $y, $left, $upper, $right, $lower) { argument
204 $h = abs($lower - $upper);

123456789