Home
last modified time | relevance | path

Searched refs:smiley (Results 26 – 50 of 69) sorted by path

123

/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.35 CKEDITOR.dialog.add("smiley",function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.s…
10 …k:k,style:"width: 100%; border-collapse: separate;"};return{title:f.lang.smiley.title,minWidth:270…
H A Dsmiley.js.unc6 CKEDITOR.dialog.add( 'smiley', function( editor ) {
8 lang = editor.lang.smiley,
132 // Build the HTML for the smiley images table.
226 title: editor.lang.smiley.title,
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js1 …edContent:"img"}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"s…
H A Dplugin.js.unc6 CKEDITOR.plugins.add( 'smiley', {
9 icons: 'smiley', // %REMOVE_LINE_CORE%
13 editor.addCommand( 'smiley', new CKEDITOR.dialogCommand( 'smiley', {
18 label: editor.lang.smiley.toolbar,
19 command: 'smiley',
22 CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' );
27 * The base path used to build the URL for the smiley images. It must end with a slash.
33 * @cfg {String} [smiley_path=CKEDITOR.basePath + 'plugins/smiley/images/']
66 * 'smiley', 'sad', 'wink', 'laugh', 'frown', 'cheeky', 'blush', 'surprise',
82 'smiley', 'sad', 'wink', 'laugh', 'frown', 'cheeky', 'blush', 'surprise',
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified484 "smiley": {
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …nfig.smileys.length > 0) {\n dokuModes.push({\n name: 'smiley', // 230\n …
/plugin/combo/renderer/
H A Danalytics.php709 public function smiley($smiley) argument
711 if ($smiley == 'FIXME') {
/plugin/combo/resources/theme/default/components/css/
H A Ddokuwiki-smiley.css2 img.smiley { max-height: 1.2em; }
/plugin/deeplautotranslate/
H A Daction.php879 foreach ($smileys as $smiley) {
880 $text = str_replace($smiley, "<ignore>" . $smiley . "</ignore>", $text);
936 foreach ($smileys as $smiley) {
937 $text = str_replace("<ignore>" . $smiley . "</ignore>", $smiley, $text);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …s",{character:"\\eb52"}),e.shield=new e("shield",{character:"\\eb53"}),e.smiley=new e("smiley",{ch…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1 …s",{character:"\\eb52"}),e.shield=new e("shield",{character:"\\eb53"}),e.smiley=new e("smiley",{ch…
H A Dbundle.js.map1 …ew Codicon('shield', { character: '\\\\eb53' });\n Codicon.smiley = new Codicon('smiley', { cha…
/plugin/dokutexit/
H A Dlatex.php369 function smiley($smiley) { function in Doku_Renderer_latex
370 if ( array_key_exists($smiley, $this->smileys) ) {
372 $this->put(DOKU_INC.'lib/images/smileys/'.$this->smileys[$smiley]);
375 $this->put($smiley);
/plugin/dw2markdown/
H A Drenderer.php402 * @param string $smiley
404 function smiley($smiley) { function in Renderer_Plugin_dw2markdown
405 $this->doc .= $smiley;
/plugin/edittable/renderer/
H A Dinverse.php335 function smiley($smiley) { argument
337 $this->doc .= $smiley;
/plugin/epub/
H A Drenderer.php322 function smiley($smiley) { argument
326 if ( array_key_exists($smiley, $this->smileys) ) {
327 $spath = DOKU_INC . 'lib/images/smileys/'.$smileys[$smiley];
/plugin/eventline/
H A Dplain.php76 function smiley($smiley) { function in Doku_Renderer_plain
77 $this->doc .= ' ' . $smiley . ' ';
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt191 …n]]s to their graphical equivalents. More smileys can be placed in the ''smiley'' directory and co…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt336 The same is true for %%//__this__ text// with a smiley ;-)%%.
341 The same is true for %%//__this__ text// with a smiley ;-)%%.
/plugin/fckg/
H A DChanges40 Fixed for smileys in lists where CR was lost if smiley was in li
43 fckeditor/dwsmileys.php: set alternate path for ajax access to smiley.conf in debian and ubuntu
50 Implemented option to rewrite FCKeditor smiley URLs when pages are moved to new server. Regex at to…
94 In edit.php: insert this.is_smiley = false after alt (text form of smiley) is added to results;
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1209 insertSmiley: function(smiley) argument
1218 w.value = w.value.substring(0, s) + smiley + w.value.substr(e);
1219 w.setSelectionRange(s + smiley.length, s + smiley.length);
1230 range.text = smiley;
1234 w.selStart = (w.selStart) ? w.selStart + smiley.length : smiley.length;
1240 w.value += smiley;
/plugin/gemini/
H A Drenderer.php194 public function smiley($smiley) function in renderer_plugin_gemini
196 $this->cdata($smiley);
/plugin/html5/
H A Drenderer.php150 function smiley($smiley) { argument
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].
155 $this->_xmlEntities($smiley).'" />';
157 $this->doc .= $this->_xmlEntities($smiley);
/plugin/latexit/_test/
H A Drenderer.test.php466 $this->r->smiley("text");
471 $this->r->smiley('\{}&%$#_~^<>');
476 $this->r->smiley(':-)');
481 $this->r->smiley('FIXME');
/plugin/latexit/
H A Drenderer.php816 * @param string $smiley Smiley chars.
818 function smiley($smiley) { argument
819 if ($smiley == 'FIXME' || $smiley == 'DELETEME') {
822 $this->doc .= $smiley;
824 $this->doc .= $this->_latexSpecialChars($smiley);

123