Home
last modified time | relevance | path

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

/plugin/emoji/emojione/
H A DEmojione.php8 …public static $unicodeAlt = true; // use the unicode char as the alt attribute (makes copy and pas… variable in Emojione\\Emojione
83 static::$unicodeAlt = $client->unicodeAlt;
107 $client->unicodeAlt = static::$unicodeAlt;
H A DClient.php13 …public $unicodeAlt = true; // use the unicode char as the alt attribute (makes copy and pasting th… variable in Emojione\\Client
259 if ($this->unicodeAlt)
354 if ($this->unicodeAlt)
471 if ($this->unicodeAlt)
/plugin/emoji/
H A Dsyntax.php68 $this->client->unicodeAlt = true;