Home
last modified time | relevance | path

Searched refs:acronym (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/parser/
H A Dmetadata.php338 * Format an acronym
342 * @param string $acronym
344 public function acronym($acronym)
346 $this->cdata($acronym);
339 acronym($acronym) global() argument
H A Drenderer.php42 /** @var array contains the acronym configuration, set in p_render() */
486 * Format an acronym
490 * @param string $acronym
492 public function acronym($acronym)
441 acronym($acronym) global() argument
H A Dxhtml.php709 * Format an acronym
713 * @param string $acronym
715 public function acronym($acronym)
718 if (array_key_exists($acronym, $this->acronyms)) {
719 $title = $this->_xmlEntities($this->acronyms[$acronym]);
722 . '">' . $this->_xmlEntities($acronym) . '</abbr>';
724 $this->doc .= $this->_xmlEntities($acronym);
663 acronym($acronym) global() argument
H A Dhandler.php687 public function acronym($match, $state, $pos)
689 $this->addCall('acronym', [$match], $pos);
656 public function acronym($match, $state, $pos) { global() function in Doku_Handler
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less250 acronym,
257 em acronym,