Searched refs:editor (Results 1 – 8 of 8) sorted by relevance
/dokuwiki/lib/scripts/ |
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);}] 74 sizeCtl: function(editor,val){ argument 75 var $textarea = jQuery(editor), 87 toggleWrap: function(editor){ argument 88 var $textarea = jQuery(editor),
|
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
D | OPMLCreator.php | 38 if ($this->editor != "") { 39 $feed .= " <ownerName>".$this->editor."</ownerName>\n";
|
D | AtomCreator03.php | 50 if ($this->editor != "") { 52 $feed .= " <name>".$this->editor."</name>\n";
|
D | AtomCreator10.php | 50 if ($this->editor != "") { 52 $feed .= " <name>".$this->editor."</name>\n";
|
D | RSSCreator091.php | 94 if ($this->editor != "") { 96 htmlspecialchars($this->editor),
|
D | FeedCreator.php | 22 …public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorE…
|
/dokuwiki/vendor/geshi/geshi/ |
D | .editorconfig | 14 ; Use editor default (possible autodetection).
|
/dokuwiki/ |
D | .editorconfig | 17 ; Use editor default (possible autodetection).
|