Home
last modified time | relevance | path

Searched refs:imagePathPNG (Results 1 – 2 of 2) sorted by path

/plugin/emoji/emojione/
H A DClient.php17 public $imagePathPNG = 'https://cdn.jsdelivr.net/emojione/assets/png/'; variable in Emojione\\Client
276 …urn '<img class="emojione" alt="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$filename.'.png…
371 …[2].'<img class="emojione" alt="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$unicode.'.png'…
488 … '.$titleTag.' title="'.htmlspecialchars($shortname).'" src="'.$this->imagePathPNG.$filename.'.png…
H A DEmojione.php12 public static $imagePathPNG = 'https://cdn.jsdelivr.net/emojione/assets/png/'; variable in Emojione\\Emojione
87 static::$imagePathPNG = $client->imagePathPNG;
111 $client->imagePathPNG = static::$imagePathPNG;