Searched refs:lower (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/inc/ |
| H A D | Ip32.php | 23 $lower = bcmod($u64, Ip32::$b32); 26 $lower_bin = Ip32::decimalToBinary32($lower); 81 $lower = Ip32::partsTo64($parts[3], $parts[4]); 82 return ['upper' => $upper, 'lower' => $lower];
|
| H A D | confutils.php | 222 * @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/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
| H A D | Strings.php | 131 $lower = $unpacked['lower']; 133 $temp += $lower < 0 ? ($lower & 0x7FFFFFFFF) + 0x80000000 : $lower;
|
| /dokuwiki/_test/tests/inc/ |
| H A D | IpTest.php | 53 * @param int $lower The lower 64 bits of the IP. 60 public function test_ip_to_number(string $ip, int $version, $upper, $lower): void argument 72 $this->assertSame($lower, $result['lower']);
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | print.css | 44 list-style-type: lower-alpha; 53 list-style-type: lower-roman;
|
| H A D | basic.less | 153 ol ol { list-style-type: lower-alpha; } 156 ol ol ol ol ol { list-style-type: lower-roman; }
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | README.md | 138 | `%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:…
|