Home
last modified time | relevance | path

Searched refs:underline (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/styles/
H A Dall.css61 /* underline */
64 text-decoration: underline;
H A Dfeed.css20 text-decoration: underline;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php149 $attr_cell->underline = false;
301 case '4': // Turn underline mode on
302 $attr_cell->underline = true;
472 if ($last_attr->underline != $cur_attr->underline) {
473 if ($cur_attr->underline) {
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less209 text-decoration: underline;
H A Dcontent.less114 text-decoration: underline;
/dokuwiki/inc/parser/
H A Dhandler.php435 public function underline($match, $state, $pos)
437 $this->nestingTag($match, $state, $pos, 'underline');
414 public function underline($match, $state, $pos) { global() function in Doku_Handler