Home
last modified time | relevance | path

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

/plugin/emoji/emojione/
H A DClient.php15 public $cacheBustParam = '?v=2.2.7'; variable in Emojione\\Client
276 …t="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$filename.'.png'.$this->cacheBustParam.'"/>';
286 …class="emojione" data="'.$this->imagePathSVG.$filename.'.svg'.$this->cacheBustParam.'" type="image…
371 …lt="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$unicode.'.png'.$this->cacheBustParam.'"/>';
381 … class="emojione" data="'.$this->imagePathSVG.$unicode.'.svg'.$this->cacheBustParam.'" type="image…
488 …pecialchars($shortname).'" src="'.$this->imagePathPNG.$filename.'.png'.$this->cacheBustParam.'"/>';
498 …class="emojione" data="'.$this->imagePathSVG.$filename.'.svg'.$this->cacheBustParam.'" type="image…
H A DEmojione.php10 public static $cacheBustParam = '?v=2.2.7'; variable in Emojione\\Emojione
85 static::$cacheBustParam = $client->cacheBustParam;
109 $client->cacheBustParam = static::$cacheBustParam;
/plugin/emoji/
H A Dscript.js24 var cacheBustParam = '?v=2.2.7';
58 … var fileName = assetUri + emojiStrategy[shortname].unicode + '.png' + cacheBustParam;