Home
last modified time | relevance | path

Searched refs:shortnameToImage (Results 1 – 3 of 3) sorted by relevance

/plugin/emoji/
H A Dsyntax.php112 $renderer->doc .= $this->shortnameToImage($match);
118 $link = $this->shortnameToImage($match);
171 private function shortnameToImage($shortname) { function in syntax_plugin_emoji
/plugin/emoji/emojione/
H A DClientInterface.php53 public function shortnameToImage($string); function
H A DClient.php51 $string = $this->shortnameToImage($string);
132 public function shortnameToImage($string) function in Emojione\\Client