Home
last modified time | relevance | path

Searched refs:Plugins (Results 126 – 144 of 144) sorted by path

123456

/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki25 …oad URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to insta…
/plugin/syntaxhighlighter3/
H A DREADME.md22 …kuwiki.org/plugin:plugin) using the download link given above. Refer to [Plugins](https://www.doku…
/plugin/syntaxhighlighter4/
H A DREADME.md21 …kuwiki.org/plugin:plugin) using the download link given above. Refer to [Plugins](https://www.doku…
/plugin/tuxquote/
H A DREADME21 - From the plugin manager (Admin - Manage Plugins), enter "https://github.com/eldougo/dokuwiki_plug…
/plugin/twcheckliste/lang/de/
H A Dstep0.txt10 Installierte Plugins oder Templates werden nicht aktualisiert. Es wird dringend empfohlen, vor der …
/plugin/upgrade/lang/de-informal/
H A Dstep0.txt5 Diese Plugin führt kein Upgrade von installierten Plugins oder Templates durch.
/plugin/upgrade/lang/de/
H A Dstep0.txt5 Dieses Plugin aktualisiert keine installierten Plugins oder Vorlagen.
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki25 …oad URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to insta…
/plugin/vbsso/
H A DREADME.md55 1. Go to the `Admin` -> `Manage Plugins`.
/plugin/virtualkeyboard/vk/
H A Dreadme.txt11 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixNoMouseSelect.js"></script>
12 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.moveIT.js"></script>
13 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.adjustZIndex.js"></script>
14 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInMz.js"></script>
15 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInIE.js"></script>
/plugin/webcode/
H A DREADME.md31 …* [manually](https://www.dokuwiki.org/plugin:Plugins) with the [download URL](http://github.com/ge…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md86 * Plugins can now control the "Supported Privilege Set".
1730 * Added: Plugins can now specify a pluginname, for easy access using
2152 * Added: Plugins can now be retrieved by their classname. This is useful for
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample06.config.js42 FCKConfig.Plugins.Add( 'findreplace', 'en,it,fr' ) ;
43 FCKConfig.Plugins.Add( 'samples' ) ;
47 FCKConfig.Plugins.Add( 'placeholder', 'en,it,de,fr', sOtherPluginPath ) ;
48 FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ;
49 FCKConfig.Plugins.Add( 'simplecommands', null, sOtherPluginPath ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js151 FCKConfig.Plugins = new Object() ; class in FCKConfig
152 FCKConfig.Plugins.Items = new Array() ;
154 FCKConfig.Plugins.Add = function( name, langs, path )
156 FCKConfig.Plugins.Items.AddItem( [name, langs, path] ) ;
H A Dfckplugins.js24 var FCKPlugins = FCK.Plugins = new Object() ;
33 for ( var i = 0 ; i < FCKConfig.Plugins.Items.length ; i++ )
35 var oItem = FCKConfig.Plugins.Items[i] ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js108Plugins={};FCKPlugins.ItemsCount=0;FCKPlugins.Items={};FCKPlugins.Load=function(){var A=FCKPlugins…
H A Dfckeditorcode_ie.js109Plugins={};FCKPlugins.ItemsCount=0;FCKPlugins.Items={};FCKPlugins.Load=function(){var A=FCKPlugins…
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/_sample/
H A Dsample.config.js26 FCKConfig.Plugins.Add( 'bbcode' ) ;
/plugin/wysiwyg/fckeditor/
H A Dfckconfig.js50 FCKConfig.Plugins.Add( 'autogrow' ) ;

123456