Home
last modified time | relevance | path

Searched refs:smiley (Results 1 – 7 of 7) sorted by path

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt371 The same is true for %%//__this__ text// with a smiley ;-)%%.
376 The same is true for %%//__this__ text// with a smiley ;-)%%.
/dokuwiki/inc/Parsing/ParserMode/
H A DSmiley.php27 foreach ($this->smileys as $smiley) {
28 $this->pattern .= $sep . '(?<=\W|^)' . Lexer::escape($smiley) . '(?=\W|$)';
39 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'smiley');
/dokuwiki/inc/parser/
H A Dhandler.php699 public function smiley($match, $state, $pos)
701 $this->addCall('smiley', [$match], $pos);
667 public function smiley($match, $state, $pos) { global() function in Doku_Handler
H A Dmetadata.php350 * Format a smiley
352 * Uses $this->smiley
354 * @param string $smiley
356 public function smiley($smiley)
358 $this->cdata($smiley);
351 smiley($smiley) global() argument
H A Drenderer.php38 /** @var array contains the smiley configuration, set in p_render() */
497 * Format a smiley
499 * Uses $this->smiley
501 * @param string $smiley
503 public function smiley($smiley)
451 smiley($smiley) global() argument
H A Dxhtml.php729 * Format a smiley
731 * Uses $this->smiley
733 * @param string $smiley
735 public function smiley($smiley)
737 if (isset($this->smileys[$smiley])) {
738 $this->doc .= '<img src="' . DOKU_BASE . 'lib/images/smileys/' . $this->smileys[$smiley] .
739 '" class="icon smiley" alt="' . $this->_xmlEntities($smiley) . '" />';
741 $this->doc .= $this->_xmlEntities($smiley);
684 smiley($smiley) global() argument
[all...]
/dokuwiki/lib/styles/
H A Dall.css70 img.icon.smiley {