Home
last modified time | relevance | path

Searched refs:upper (Results 26 – 50 of 171) sorted by relevance

1234567

/plugin/passpolicy/_test/
H A DHelperTest.php22 * @param boolean $upper
35 $upper, argument
49 'upper' => $upper,
/plugin/odt/
H A Dexample.css297 list-style-type: upper-alpha;
303 list-style-type: upper-latin;
309 list-style-type: upper-roman;
/plugin/lists/
H A Dstyle.css12 ol ol{list-style-type:upper-roman;}
H A Dsyntax_plugin_lists.css62 list-style-type: upper-roman;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php132 $temp = $upper ? 4294967296 * $upper : 0;
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;w…
/plugin/passpolicy/
H A Dscript.js32 upper: /[A-Z]/.test(pass), property in AnonymousFunction81b8ea730100.scorePassword.variations
/plugin/move/helper/
H A Dhandler.php169 $upper = $ups ? array_fill(0, $ups, '..:') : array();
172 $newrel = join(':', $upper);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php297 static $upper = null;
298 if (null === $upper) {
299 $upper = self::getData('upperCase');
301 $map = $upper;
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2595 number = number <= upper ? number : upper;
13983 upper = lower;
13987 upper = toNumber(upper);
13988 upper = upper === upper ? upper : 0;
14084 floating = upper;
14094 upper = 1;
14099 upper = lower;
14102 upper = toFinite(upper);
14105 if (lower > upper) {
14107 lower = upper;
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2595 number = number <= upper ? number : upper;
13983 upper = lower;
13987 upper = toNumber(upper);
13988 upper = upper === upper ? upper : 0;
14084 floating = upper;
14094 upper = 1;
14099 upper = lower;
14102 upper = toFinite(upper);
14105 if (lower > upper) {
14107 lower = upper;
[all …]
/plugin/button/
H A Dstyle.css24 - vertical-align : force inherit to get the one from upper level
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst44 {% for letter in 'a'|upper..'z'|upper %}
/plugin/extlist/css/
H A D_numbering.less95 list-style-type: upper-alpha;
/plugin/register/
H A Dregister.php237 private function bitrange($bits, $upper, $lower) argument
239 $upper++; $lower++; /* they ask for the 15th bit so we want to shift 16 ... */
240 return ($bits & ((1 << $upper) - 1) ^ ((1 << $lower) - 1)) >> $lower;
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md236 Handlebars expressions with a helper. In this case we're using the upper helper
239 {{#upper title}}
503 {{#upper title}}
663 $handlebars->addHelper("upper",
673 {{#upper title}}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst64 {{ foo|upper|lower }}
H A Dapi.rst439 {{ var|upper }} {# is equivalent to {{ var|upper|escape }} #}
445 {{ var|raw|upper }} {# will be escaped #}
447 {{ var|upper|raw }} {# won't be escaped #}
480 $filters = ['upper'];
491 the ``if`` tag, and the ``upper`` filter. Moreover, the templates will only be
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md71 …* Add exceptions when `$lower` value is greater than `$upper`. (Rémi Parpaillon, 2014-12-18T10:16:…
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css166 list-style-type: upper-roman;
169 list-style-type: upper-alpha;
/plugin/medialist/
H A DREADME.md10 Media Manager is shown at the upper-right corner of the list area.
/plugin/html2pdf/snorriheim/
H A Dprint.css134 div.dokuwiki ol ol {list-style-type: upper-roman}
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md60 10. Constants are always upper-case.
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md60 10. Constants are always upper-case.
/plugin/ckgdoku/ckeditor/
H A Dcontents.css1 …{list-style-type:lower-alpha}ol ol ol{list-style-type:upper-roman}ol ol ol ol{list-style-type:uppe…

1234567