Searched refs:smiley (Results 1 – 8 of 8) sorted by relevance
27 foreach ($this->smileys as $smiley) {28 $this->pattern .= $sep . '(?<=\W|^)' . Lexer::escape($smiley) . '(?=\W|$)';
356 * @param string $smiley358 public function smiley($smiley) function in Doku_Renderer_metadata360 $this->cdata($smiley);
501 * @param string $smiley503 public function smiley($smiley) function in Doku_Renderer
734 * @param string $smiley736 public function smiley($smiley) argument738 if (isset($this->smileys[$smiley])) {739 … $this->doc .= '<img src="' . DOKU_BASE . 'lib/images/smileys/' . $this->smileys[$smiley] .740 '" class="icon smiley" alt="' . $this->_xmlEntities($smiley) . '" />';742 $this->doc .= $this->_xmlEntities($smiley);
699 public function smiley($match, $state, $pos) function in Doku_Handler
70 img.icon.smiley {
371 The same is true for %%//__this__ text// with a smiley ;-)%%.376 The same is true for %%//__this__ text// with a smiley ;-)%%.