Home
last modified time | relevance | path

Searched refs:smiley (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DSmiley.php27 foreach ($this->smileys as $smiley) {
28 $this->pattern .= $sep . '(?<=\W|^)' . Lexer::escape($smiley) . '(?=\W|$)';
/dokuwiki/inc/parser/
H A Dmetadata.php356 * @param string $smiley
358 public function smiley($smiley) function in Doku_Renderer_metadata
360 $this->cdata($smiley);
H A Drenderer.php501 * @param string $smiley
503 public function smiley($smiley) function in Doku_Renderer
H A Dxhtml.php734 * @param string $smiley
736 public function smiley($smiley) argument
738 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);
H A Dhandler.php699 public function smiley($match, $state, $pos) function in Doku_Handler
/dokuwiki/lib/styles/
H A Dall.css70 img.icon.smiley {
/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/_test/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 ;-)%%.