Home
last modified time | relevance | path

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

/plugin/emoji/emojione/
H A DEmojione.php18 public static $shortcodeRegexp = ':([-+\\w]+):'; variable in Emojione\\Emojione
93 static::$shortcodeRegexp = $client->shortcodeRegexp;
117 $client->shortcodeRegexp = static::$shortcodeRegexp;
H A DClient.php25 public $shortcodeRegexp = ':([-+\\w]+):'; variable in Emojione\\Client
82 …$string = preg_replace_callback('/'.$this->ignoredRegexp.'|('.$this->shortcodeRegexp.')/Si', array…
106 …$string = preg_replace_callback('/'.$this->ignoredRegexp.'|('.$this->shortcodeRegexp.')/Si', array…
136 …$string = preg_replace_callback('/'.$this->ignoredRegexp.'|('.$this->shortcodeRegexp.')/Si', array…
/plugin/emoji/
H A Dsyntax.php141 return preg_replace('/\((?!\?)/', '(?:', $this->client->shortcodeRegexp);