Home
last modified time | relevance | path

Searched refs:smiley (Results 51 – 69 of 69) sorted by last modified time

123

/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc410 "smiley": {
H A Dlang_array.txt404 "smiley": {
/plugin/ckgdoku/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/xml/
H A Drenderer.php325 function smiley($smiley) { argument
327 $this->doc .= $this->_xmlEntities($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/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) { function in renderer_plugin_latexit
819 if ($smiley == 'FIXME' || $smiley == 'DELETEME') {
822 $this->doc .= $smiley;
824 $this->doc .= $this->_latexSpecialChars($smiley);
/plugin/odp/
H A Drenderer.php837 function smiley($smiley) { argument
838 if ( array_key_exists($smiley, $this->smileys) ) {
839 $src = DOKU_INC."lib/images/smileys/".$this->smileys[$smiley];
842 $this->doc .= $this->_xmlEntities($smiley);
/plugin/mellelexport/
H A Drenderer.php664 …function smiley($smiley) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_ge… argument
/plugin/txt2tags/
H A Dtoolbar.php204 'icon' => 'smiley.png',
/plugin/dokutexit/
H A Dlatex.php369 function smiley($smiley) { argument
370 if ( array_key_exists($smiley, $this->smileys) ) {
372 $this->put(DOKU_INC.'lib/images/smileys/'.$this->smileys[$smiley]);
375 $this->put($smiley);
/plugin/eventline/
H A Dplain.php76 function smiley($smiley) { argument
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/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/nroff/
H A Drenderer.php425 function smiley($smiley) { function in renderer_plugin_nroff
/plugin/txtconf/lang/fr/
H A Dintro_smileys.txt7 Please note that you need to specify a smiley image file that does exist in your dokuwiki's ''image…
/plugin/txtconf/lang/en/
H A Dintro_smileys.txt7 Please note that you need to specify a smiley image file that does exist in your dokuwiki's ''image…

123