Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A DIp32.php98 * @param string $decimal The decimal number as string
101 private static function decimalToBinary32(string $decimal): string argument
103 if (bccomp($decimal, '0') == 0) {
107 $num = $decimal;
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dprint.css41 list-style: decimal outside;
H A Dbasic.less152 ol { list-style: decimal outside; }