Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/
H A Ddeprecated.php170 * @param int $indent number of spaces indention
173 function ptln($string, $indent = 0) argument
176 echo str_repeat(' ', $indent) . "$string\n";
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php376 * @param int $indent
379 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0) argument
412 $indent + 6
421 $indent + 6
430 $indent + 6
439 $indent + 6
448 $indent + 6
457 $indent + 6
486 $this->htmlFilterSettings($indent + 10);
514 * @param int $indent
[all …]
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less150 text-indent: -99999px;
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css70 text-indent: -99999px;
188 text-indent: -9999px;
194 text-indent: 0;
210 text-indent: -9999px;
218 text-indent: 0;
473 text-indent: -99999px;
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3121 protected function indent(&$result) { function in GeSHi
3838 $this->indent($parsed_code);
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space…
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG625 - Optimization using basic rework of indent function improving tab expansion performance (BenBE)