Home
last modified time | relevance | path

Searched refs:smileys (Results 1 – 25 of 54) sorted by path

123

/plugin/advanced/lang/en/
H A Dconfig.txt16 | ''smileys.conf'' | ''smileys.local.conf'' | [[doku>smileys]]…
/plugin/advanced/lang/en/config/
H A Dsmileys.txt3smileys 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 Dsmileys.txt3smileys/'' 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/chat/
H A Dajax.php80 $smileys = getSmileys();
81 foreach ($smileys as $key=>$value) {
/plugin/ckgdoku/action/
H A Dedit.php1123 $Renderer->smileys = getSmileys();
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1023 * [#10708](http://dev.ckeditor.com/ticket/10708): New [smileys](http://ckeditor.com/addon/smiley).
H A Dconfig.js1smileys=n.replace(/#.*?\n/g,"");smileys=smileys.replace(/^[\s\n]+$/mg,"");smileys=smileys.split(/\…
H A Dconfig.js.unc217 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/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc29 * 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/ckgdoku/scripts/
H A Dparse_wiki.js.unc922 if(src && src.match(/lib\/images\/smileys/)) {
/plugin/ckgedit/action/
H A Dedit.php1164 $Renderer->smileys = getSmileys();
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1443 * [#10708](https://dev.ckeditor.com/ticket/10708): New [smileys](https://ckeditor.com/cke4/addon/sm…
H A Dconfig.js1smileys=r.replace(/#.*?\n/g,"");smileys=smileys.replace(/^[\s\n]+$/mg,"");smileys=smileys.split(/\…
H A Dconfig.js.unc231 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/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc29 * 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/scripts/
H A Dparse_wiki.js.unc971 if (src && src.match(/lib\/images\/smileys/)) {
/plugin/codemirror/dist/
H A Dscripts.min.js8 …ol:true,exit:true}]}];if(b.smileys.length>0){c.push({name:"smiley",type:"substition",entries:[{beh…
H A Dscripts.min.js.map1smileys","behind","wordsRegExp","acronyms","entities","camelcase","emtry","tokenStyles","externalL…
/plugin/combo/ComboStrap/
H A DMarkupDynamicRender.php50 $this->renderer->smileys = getSmileys();
/plugin/confmanager/action/
H A Dregisterconfig.php69 …$smileys = new ConfigManagerTwoLineRightImageConfigCascade('smileys', 'lib/images/smileys/', 'svg,…
70 $smileys->setName($this->getLang('Smileys'));
71 $smileys->setDescription($this->getDescription('smileys'));
72 $event->data[] = $smileys;
/plugin/confmanager/lang/en/
H A Dsmileys.txt1 DokuWiki can convert text smileys to their graphically equivalent.
/plugin/confmanager/lang/fr/
H A Dsmileys.txt1 DokuWiki peut convertir automatiquement les frimousses (smileys) textuelles en leur équivalent grap…
/plugin/confmanager/lang/ja/
H A Dsmileys.txt4 これらの[[doku>ja:smileys|スマイリー]]や他の画像は設定・拡張できます。
/plugin/confmanager/lang/nl/
H A Dsmileys.txt3 …worden geconfigureerd en worden uitgebreid. Hier is een overzicht van de smileys die standaard bes…
/plugin/deeplautotranslate/
H A Daction.php877 // prevent deepl from messing with smileys
878 $smileys = array_keys(getSmileys());
879 foreach ($smileys as $smiley) {
934 // prevent deepl from messing with smileys
935 $smileys = array_keys(getSmileys());
936 foreach ($smileys as $smiley) {

123