Home
last modified time | relevance | path

Searched refs:unicodeRegexp (Results 1 – 3 of 3) sorted by last modified time

/plugin/emoji/
H A Dsyntax.php59 …public $unicodeRegexp = '(?:[*#0-9](?>\\xEF\\xB8\\x8F)?\\xE2\\x83\\xA3(?!\\xEF\\xB8\\x8E)|[*#0-9]\… variable in syntax_plugin_emoji
137 return $this->unicodeRegexp;
/plugin/emoji/emojione/
H A DClient.php23 …public $unicodeRegexp = '([*#0-9](?>\\xEF\\xB8\\x8F)?\\xE2\\x83\\xA3|\\xC2[\\xA9\\xAE]|\\xE2..(\\x… variable in Emojione\\Client
158 …return preg_replace_callback('/'.$this->ignoredRegexp.'|'.$this->unicodeRegexp.'/S', array($this, …
169 …return preg_replace_callback('/'.$this->ignoredRegexp.'|'.$this->unicodeRegexp.'/S', array($this, …
H A DEmojione.php17 …public static $unicodeRegexp = '([*#0-9](?>\\xEF\\xB8\\x8F)?\\xE2\\x83\\xA3|\\xC2[\\xA9\\xAE]|\\xE… variable in Emojione\\Emojione
92 static::$unicodeRegexp = $client->unicodeRegexp;
116 $client->unicodeRegexp = static::$unicodeRegexp;