Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/
H A Dconfutils.php214 * If $lower is set to true all hash keys are converted to
215 * lower case.
222 * @param bool $lower
226 function linesToHash($lines, $lower = false)
241 if ($lower) {
254 * If $lower is set to true all hash keys are converted to
255 * lower case.
262 * @param bool $lower
266 function confToHash($file, $lower = false)
272 return linesToHash($lines, $lower);
218 linesToHash($lines, $lower = false) global() argument
257 confToHash($file, $lower = false) global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less153 ol ol { list-style-type: lower-alpha; }
156 ol ol ol ol ol { list-style-type: lower-roman; }
H A Dprint.css44 list-style-type: lower-alpha;
53 list-style-type: lower-roman;