/plugin/multiselect/ |
H A D | syntax.php | 77 $smileys=str_replace('"','',$matches[0]); 82 $smileys, 100 list($smileys, 106 $renderer->smiley(reset($smileys)); 111 if(!reset($smileys)) { 124 foreach($smileys as $smiley) { 133 …ismiley_'.$htmlid.'" title="multiselect:['.implode(', ',array_map('hsc',$smileys)).']" class="mult… 134 $renderer->smiley(reset($smileys)); 137 …derer->doc .= '<span title="multiselect:['.implode(', ',array_map('hsc',$smileys)).']" class="mult… 138 $renderer->smiley(reset($smileys)); [all …]
|
/plugin/advanced/lang/en/config/ |
H A D | smileys.txt | 3 …smileys to their graphically equivalent. The default smileys images are stored in the ''lib/images… 5 === Example of smileys.conf === 12 * [[doku>smileys]]
|
/plugin/advanced/lang/fr/config/ |
H A D | smileys.txt | 3 …smileys/'' et configurés à partir du fichier ''conf/smileys.conf''. Le répertoire où l'on peut eff… 5 === Exemple du fichier smileys.conf === 12 * [[doku>smileys]]
|
/plugin/ckgdoku/ckeditor/ |
H A D | config.js | 1 …smileys=n.replace(/#.*?\n/g,"");smileys=smileys.replace(/^[\s\n]+$/mg,"");smileys=smileys.split(/\…
|
H A D | config.js.unc | 217 config.dokuSmileyPath = config.doku_url + 'lib/images/smileys/'; 248 smileys = data.replace(/#.*?\n/g,""); 249 smileys = smileys.replace(/^[\s\n]+$/mg,""); 250 smileys=smileys.split(/\n/); 251 if(!smileys[0]) smileys.shift(); 252 if(!smileys[smileys.length-1]) smileys.pop(); 253 for(var i=0; i < smileys.length; i++) { 254 var a = smileys[i].split(/\s+/);
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcresource.js | 13 this.smileys = $H(); 50 this.smileys.set(key, value); 56 if (this.smileys.get(key)) 57 return this.smileys.get(key); 63 return this.smileys;
|
/plugin/fckg/fckeditor/ |
H A D | fckconfig.js | 518 smileys = ajax.response.replace(/#.*?\n/g,""); 519 smileys = smileys.replace(/^[\s\n]+$/mg,""); 520 smileys=smileys.split(/\n/); 521 if(!smileys[0]) smileys.shift(); 522 if(!smileys[smileys.length-1]) smileys.pop(); 523 for(var i=0; i < smileys.length; i++) { 524 var a = smileys[i].split(/\s+/);
|
/plugin/ckgedit/ckeditor/ |
H A D | config.js | 1 …smileys=r.replace(/#.*?\n/g,"");smileys=smileys.replace(/^[\s\n]+$/mg,"");smileys=smileys.split(/\…
|
H A D | config.js.unc | 231 config.dokuSmileyPath = config.doku_url + 'lib/images/smileys/'; 262 smileys = data.replace(/#.*?\n/g,""); 263 smileys = smileys.replace(/^[\s\n]+$/mg,""); 264 smileys=smileys.split(/\n/); 265 if(!smileys[0]) smileys.shift(); 266 if(!smileys[smileys.length-1]) smileys.pop(); 267 for(var i=0; i < smileys.length; i++) { 268 var a = smileys[i].split(/\s+/);
|
/plugin/emoji/ |
H A D | syntax.php | 18 protected static $smileys = array( variable in dwplugin_emoji_ruleset 30 $this->ascii_replace = array_merge($this->ascii_replace, static::$smileys); 31 $smileys = array_keys($this->ascii_replace); 32 $this->asciiRegexp = '(?:'.join('|',array_map('preg_quote_cb', $smileys)).')'; 149 if(isset($this->smileys[$shortname])) { 150 $unicode = $this->smileys[$shortname];
|
/plugin/confmanager/action/ |
H A D | registerconfig.php | 34 $event->data[] = ConfigManagerConfigFile::create('smileys') 35 ->setImageFolder(DOKU_INC . 'lib/images/smileys/') 69 $smileys = new ConfigManagerTwoLineRightImageConfigCascade('smileys', 'lib/images/smileys/', 'svg,png,jpg,gif'); 70 $smileys->setName($this->getLang('Smileys')); 71 $smileys->setDescription($this->getDescription('smileys')); 72 $event->data[] = $smileys;
|
/plugin/html5/ |
H A D | renderer.php | 151 if ( array_key_exists($smiley, $this->smileys) ) { 152 $title = $this->_xmlEntities($this->smileys[$smiley]); 153 $this->doc .= '<img src="'.DOKU_BASE.'lib/images/smileys/'.$this->smileys[$smiley].
|
/plugin/txtconf/lang/en/ |
H A D | intro_smileys.txt | 4 What are Smileys? refer to [[doku>wiki:smileys]].\\ 7 … specify a smiley image file that does exist in your dokuwiki's ''images/smileys'' directory. Unfo…
|
/plugin/txtconf/lang/fr/ |
H A D | intro_smileys.txt | 4 Que sont les Smileys? Voir [[doku>wiki:smileys]]. 7 … specify a smiley image file that does exist in your dokuwiki's ''images/smileys'' directory. Unfo…
|
/plugin/advanced/lang/en/ |
H A D | config.txt | 16 | ''smileys.conf'' | ''smileys.local.conf'' | [[doku>smileys]]…
|
/plugin/ckgdoku/ckeditor/plugins/smiley/ |
H A D | plugin.js.unc | 29 * config.smiley_path = 'http://www.example.com/images/smileys/'; 31 * config.smiley_path = '/images/smileys/'; 38 * The file names for the smileys to be displayed. These files must be 59 * The description to be used for each of the smileys defined in the
|
/plugin/ckgedit/ckeditor/plugins/smiley/ |
H A D | plugin.js.unc | 29 * config.smiley_path = 'http://www.example.com/images/smileys/'; 31 * config.smiley_path = '/images/smileys/'; 38 * The file names for the smileys to be displayed. These files must be 59 * The description to be used for each of the smileys defined in the
|
/plugin/epub/ |
H A D | renderer.php | 323 static $smileys; 324 if(!$smileys) $smileys = getSmileys(); 326 if ( array_key_exists($smiley, $this->smileys) ) { 327 $spath = DOKU_INC . 'lib/images/smileys/'.$smileys[$smiley];
|
/plugin/confmanager/lang/ja/ |
H A D | smileys.txt | 4 これらの[[doku>ja:smileys|スマイリー]]や他の画像は設定・拡張できます。
|
/plugin/freechat/phpfreechat/themes/phoenity/smileys/ |
H A D | author.txt | 1 These smileys have been developed by Lim Chee Aun and ported to PHPFreeChat by Robin Monks.
|
/plugin/confmanager/lang/en/ |
H A D | smileys.txt | 1 DokuWiki can convert text smileys to their graphically equivalent.
|
/plugin/confmanager/lang/fr/ |
H A D | smileys.txt | 1 DokuWiki peut convertir automatiquement les frimousses (smileys) textuelles en leur équivalent graphique.
|
/plugin/confmanager/lang/nl/ |
H A D | smileys.txt | 3 DokuWiki zet regelmatig gebruikte [[wp>emoticon]]s naar een grafische versie. Deze [[doku>Smileys]] en andere afbeeldingen kunnen worden geconfigureerd en worden uitgebreid. Hier is een overzicht van de smileys die standaard beschikbaar zijn in DokuWiki:
|
/plugin/chat/ |
H A D | ajax.php | 80 $smileys = getSmileys(); 81 foreach ($smileys as $key=>$value) {
|
/plugin/combo/ComboStrap/ |
H A D | MarkupDynamicRender.php | 50 $this->renderer->smileys = getSmileys();
|