/plugin/html5/ |
H A D | renderer.php | 150 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/multiselect/ |
H A D | syntax.php | 106 $renderer->smiley(reset($smileys)); 124 foreach($smileys as $smiley) { 127 $renderer->smiley($smiley); 134 $renderer->smiley(reset($smileys)); 138 $renderer->smiley(reset($smileys)); 146 $renderer->smiley(reset($smileys));
|
/plugin/ckgdoku/ckeditor/plugins/smiley/ |
H A D | plugin.js.unc | 6 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',
|
H A D | plugin.js | 1 …edContent:"img"}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"s…
|
/plugin/ckgedit/ckeditor/plugins/smiley/ |
H A D | plugin.js.unc | 6 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',
|
H A D | plugin.js | 1 …edContent:"img"}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"s…
|
/plugin/vshare/syntax/ |
H A D | debug.php | 67 $renderer->smiley('FIXME'); 78 $renderer->smiley('FIXME');
|
/plugin/dw2markdown/ |
H A D | renderer.php | 402 * @param string $smiley 404 function smiley($smiley) { function in Renderer_Plugin_dw2markdown 405 $this->doc .= $smiley;
|
/plugin/qc/ |
H A D | renderer.php | 242 public function smiley($smiley) 244 if ($smiley == 'FIXME') $this->docArray['fixme']++; 234 smiley($smiley) global() argument
|
/plugin/struct/renderer/ |
H A D | csv.php | 233 public function smiley($smiley) argument 235 $this->cdata($smiley);
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | dokuwiki-smiley.css | 2 img.smiley { max-height: 1.2em; }
|
/plugin/prosemirror/ |
H A D | renderer.php | 573 public function smiley($smiley) 575 if (array_key_exists($smiley, $this->smileys)) { 576 $node = new Node('smiley'); 577 $node->attr('icon', $this->smileys[$smiley]); 578 $node->attr('syntax', $smiley); 581 $this->cdata($smiley); 561 smiley($smiley) global() argument
|
/plugin/eventline/ |
H A D | plain.php | 76 function smiley($smiley) { argument 77 $this->doc .= ' ' . $smiley . ' ';
|
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
H A D | smiley.js.4.3 | 5 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 D | smiley.js.unc | 6 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/dialogs/ |
H A D | smiley.js.4.3 | 5 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 D | smiley.js.unc | 6 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/epub/ |
H A D | renderer.php | 322 function smiley($smiley) { function in renderer_plugin_epub 326 if ( array_key_exists($smiley, $this->smileys) ) { 327 $spath = DOKU_INC . 'lib/images/smileys/'.$smileys[$smiley];
|
/plugin/latexport/implementation/ |
H A D | decorator.php | 645 * @param string $smiley 647 function smiley($smiley) { function in decorator 649 $this->decorator->smiley($smiley);
|
H A D | decorator_persister.php | 613 * @param string $smiley 615 function smiley($smiley) { argument 616 $this->cdata($smiley);
|
/plugin/deeplautotranslate/ |
H A D | action.php | 900 foreach ($smileys as $smiley) { 901 $text = str_replace($smiley, "<ignore>" . $smiley . "</ignore>", $text); 957 foreach ($smileys as $smiley) { 958 $text = str_replace("<ignore>" . $smiley . "</ignore>", $smiley, $text);
|
/plugin/gemini/ |
H A D | renderer.php | 194 public function smiley($smiley) function in renderer_plugin_gemini 196 $this->cdata($smiley);
|
/plugin/txtconf/lang/en/ |
H A D | intro_smileys.txt | 7 Please note that you need to specify a smiley image file that does exist in your dokuwiki's ''image…
|
/plugin/txtconf/lang/fr/ |
H A D | intro_smileys.txt | 7 Please note that you need to specify a smiley image file that does exist in your dokuwiki's ''image…
|
/plugin/latexit/ |
H A D | renderer.php | 816 * @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);
|