Searched refs:editor (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/lib/scripts/ |
| H A D | editor.js | 40 initSizeCtl: function(ctlarea,editor){ argument 42 $textarea = jQuery(editor); 56 ['larger', function(){dw_editor.sizeCtl(editor,100);}], 57 ['smaller', function(){dw_editor.sizeCtl(editor,-100);}], 58 ['wrap', function(){dw_editor.toggleWrap(editor);}] 77 sizeCtl: function(editor,val){ argument 78 var $textarea = jQuery(editor), 90 toggleWrap: function(editor){ argument 91 var $textarea = jQuery(editor),
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | OPMLCreator.php | 38 if ($this->editor != "") { 39 $feed .= " <ownerName>".$this->editor."</ownerName>\n";
|
| H A D | AtomCreator03.php | 50 if ($this->editor != "") { 52 $feed .= " <name>".$this->editor."</name>\n";
|
| H A D | AtomCreator10.php | 50 if ($this->editor != "") { 52 $feed .= " <name>".$this->editor."</name>\n";
|
| H A D | RSSCreator091.php | 94 if ($this->editor != "") { 96 htmlspecialchars($this->editor),
|
| H A D | FeedCreator.php | 22 …public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorE…
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | .editorconfig | 14 ; Use editor default (possible autodetection).
|
| /dokuwiki/ |
| H A D | .editorconfig | 17 ; Use editor default (possible autodetection).
|