Home
last modified time | relevance | path

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

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
/dokuwiki/inc/
H A Dcommon.php88 ptln($string, $indent = 0) global() argument
/dokuwiki/lib/plugins/extension/
H A Dstyle.less185 text-indent: -9999px;
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php375 * @param int $indent
378 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0)
411 $indent + 6
420 $indent + 6
429 $indent + 6
438 $indent + 6
447 $indent + 6
456 $indent + 6
485 $this->htmlFilterSettings($indent + 10);
513 * @param int $indent
377 htmlUserForm($cmd, $user = '', $userdata = array(), $indent = 0) global() argument
512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
563 htmlFilterSettings($indent = 0) global() argument
578 htmlImportForm($indent = 0) global() argument
[all...]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css71 text-indent: -99999px;
196 text-indent: -9999px;
202 text-indent: 0;
218 text-indent: -9999px;
226 text-indent: 0;
484 text-indent: -99999px;
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less150 text-indent: -99999px;
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG623 - Optimization using basic rework of indent function improving tab expansion performance (BenBE)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3118 * @param string $result The source to indent (reference!)
3121 protected function indent(&$result) { function in GeSHi
3838 $this->indent($parsed_code);