Home
last modified time | relevance | path

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

/dokuwiki/inc/
Dconfutils.php222 * @param bool $lower
226 function linesToHash($lines, $lower = false) argument
241 if ($lower) {
262 * @param bool $lower
266 function confToHash($file, $lower = false) argument
272 return linesToHash($lines, $lower);
/dokuwiki/_test/tests/inc/
DIpTest.php36 * @param int $lower The lower 64 bits of the IP.
40 public function test_ip_to_number(string $ip, int $version, int $upper, int $lower): void argument
46 $this->assertSame($lower, $result['lower']);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
DStrings.php131 $temp += $lower < 0 ? ($lower & 0x7FFFFFFFF) + 0x80000000 : $lower;
/dokuwiki/lib/tpl/dokuwiki/css/
Dprint.css44 list-style-type: lower-alpha;
53 list-style-type: lower-roman;
Dbasic.less153 ol ol { list-style-type: lower-alpha; }
156 ol ol ol ol ol { list-style-type: lower-roman; }
/dokuwiki/vendor/php81_bc/strftime/
DREADME.md138 | `%l` | (lower-case 'L') Hour in 12-hour format, with a space preceding single digits | `' 1'` t…
141 | `%P` | lower-case '`am`' or '`pm`' based on the given time | Example:…
/dokuwiki/_test/
Dcomposer.lock188 … "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",