Home
last modified time | relevance | path

Searched refs:plugin (Results 276 – 300 of 3657) sorted by relevance

1...<<11121314151617181920>>...147

/plugin/html2pdf/
H A DREADME.md4 Plugins for dokuwiki. Documentation is on the official dokuwiki plugin pages.
6 * [html2pdf](https://www.dokuwiki.org/plugin:html2pdf)
7 * [multingual](https://www.dokuwiki.org/plugin:multilingual)
/plugin/pureldap/
H A Dplugin.info.txt5 name pureldap plugin
6 desc A new LDAP auth plugin
7 url https://www.dokuwiki.org/plugin:pureldap
/plugin/bulletodo/
H A Dplugin.info.txt5 name bulletodo plugin
6 desc bullet journal symbol plugin
7 url https://github.com/edwardcodelab/dokuwiki-plugin-bulletodo
/plugin/sync/
H A Ddiff.php20 $plugin = new admin_plugin_sync(); variable
29 <title><?php echo $plugin->getLang('diff')?></title>
34 <?php $plugin->_diff($id);?>
/plugin/dbquery/_test/
H A DQueryTest.php3 namespace dokuwiki\plugin\dbquery\test;
38 $plugin = new \syntax_plugin_dbquery_query();
41 $this->callInaccessibleMethod($plugin, 'cellFormat', [$content, $R]);
/plugin/jenkins/
H A DREADME.md4 Dokuwiki plugin for Jenkins user.
16 This plugin does not require any prerequisites.
20 Download Redissue plugin into your `${dokuwiki_root}/lib/plugins` folder and restart dokuwiki. Or u…
44 By default, jenkins plugin display the last build of your job. If you want to display a specific bu…
54 …r information, see also [Dokuwiki-Jenkins on dokuwiki.org](https://www.dokuwiki.org/plugin:jenkins)
/plugin/pagebuttons/
H A DREADME.md3 The plugin adds a few Page Menu buttons to perform useful actions:
25 If you install this plugin manually, make sure it is installed in
31 This plugin has been developped and tested with DokuWiki release
38 Source code and support for this plugin can be found at
39 https://github.com/SoarinFerret/dokuwiki-plugin-pagebuttons
49 Built off the work provided here: https://github.com/dregad/dokuwiki-plugin-deletepagebutton
/plugin/bootnote/
H A DREADME.md5 Bootnote is a plugin for [Dokuwiki](https://www.dokuwiki.org). It display some note inside the wiki…
9 Download this plugin into your ``${dokuwiki_root}/lib/plugins`` folder and restart dokuwiki or use …
13 This plugin does not need any requirements but you need a template like [Boostrap 3](https://github…
30 * **bootnote.note**: You can choose to override the plugin [note](https://www.dokuwiki.org/plugin:n…
42 For further information, see also [Bootnote on dokuwiki.org](https://www.dokuwiki.org/plugin:bootno…
/plugin/commonmark/
H A DREADME.md5 This is another plugin for parsing Commonmark / Markdown document in Dokuwiki.
7 While there are many Markdown plugins (for example, [markdownu](https://www.dokuwiki.org/plugin:markdowku), [mdpage](https://www.dokuwiki.org/plugin:mdpage)) available, this plugin processes Markdown text in different approach:
15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
17 - Since the release of "Jack Jackrun", DW have [completely disabled](https://www.dokuwiki.org/faq:html) embedding HTML code. [HTML blocks](https://spec.commonmark.org/0.30/#html-blocks) will be passed as-is, unless enabling [htmlok plugin](https://www.dokuwiki.org/plugin:htmlok); but it is recommended to use it in limited environments.
18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:
26 Commonmark plugin woul
[all...]
/plugin/nspages/printers/
H A Dprinter.php12 protected $plugin; variable in nspages_printer
27 function __construct($plugin, $mode, $renderer, $data){ argument
28 $this->plugin = $plugin;
55 $this->printError($this->plugin->getLang('doesntexist').$wantedNS);
59 $this->printError($this->plugin->getLang('sidebarOrNs').$wantedNS);
91 $this->renderer->cdata($this->plugin->getLang(($type == 'page') ? 'nopages' : 'nosubns'));
169 //this is needed to make sure everything after the plugin is written below the output
/plugin/bez/struct/
H A DBezSearch.php3 namespace dokuwiki\plugin\bez\struct;
5 use dokuwiki\plugin\bez\mdl\Factory;
6 use dokuwiki\plugin\struct\meta\SearchConfig;
/plugin/authsmartcard/
H A DREADME.md4 Dokuwiki plugin providing client certificate (smartcard) authentication.
8 This plugin authenticates users to dokuwiki by comparing the user's client certificate's CN attribu…
12 … his browser configured to use a client certificate (or smartcard), this plugin will authenticate …
14 This is a rewrite of an old plugin by Margus Pärt (mxrguspxrt). Much of the plugin structure and A…
34 You will also need to allow htaccess for the virtual directory that contains the plugin. Otherwise…
36 Redirect requests to the authentication plugin, so that requests to the first page of the wiki, e.g…
54 Unpack the plugin to DOKUWIKI_ROOT/lib/plugins/
66 Available configuration options for the plugin are:
/plugin/structtasks/_test/
H A DNotifiersTest.php3 namespace dokuwiki\plugin\structtasks\test;
8 use dokuwiki\plugin\structtasks\meta\AssignedNotifier;
9 use dokuwiki\plugin\structtasks\meta\ClosedStatusNotifier;
10 use dokuwiki\plugin\structtasks\meta\DateNotifier;
11 use dokuwiki\plugin\structtasks\meta\DeletedNotifier;
12 use dokuwiki\plugin\structtasks\meta\OpenStatusNotifier;
13 use dokuwiki\plugin\structtasks\meta\RemovedNotifier;
14 use dokuwiki\plugin\structtasks\meta\ReminderNotifier;
15 use dokuwiki\plugin\structtasks\meta\SelfRemovalNotifier;
16 use dokuwiki\plugin\structtasks\meta\TodayNotifier;
[all …]
/plugin/imapmarkers/
H A DREADME.md1 # dokuwiki-plugin-imapmarkers
3 This software is a plugin for [DokuWiki](https://www.dokuwiki.org/).
6 …iki-plugin-imagemap](https://github.com/i-net-software/dokuwiki-plugin-imagemap/), whose author, G…
7 This plugin is a superset of the *dokuwiki-plugin-imagemap* plugin, simply use no references and om…
89 This plugin tests, if it is correct JSON.
159 …e plugin using the [Plugin Manager](https://www.dokuwiki.org/plugin:extension) or the download URL…
164 …ps://github.com/kgitthoene/dokuwiki-plugin-imapmarkers/zipball/master/](https://github.com/kgittho…
174 This plugin is based on [dokuwiki-plugin-imagemap](https://github.com/i-net-software/dokuwiki-plugi…
178 [MIT](https://github.com/kgitthoene/dokuwiki-plugin-imapmarkers/blob/master/LICENSE.md)
/plugin/ckgedit/lang/ru/
H A Dmerger.txt1 - Эта версия [[doku>plugin:ckgedit|ckgedit]] обновляет CKEditor с 4.9 до 4.10, что дает современный…
2 - С обновлением до 4.9 ckgedit переехал с [[doku>plugin:ckgdoku|ckgdoku]]. См. ckgdoku [[doku>plugi…
/plugin/davcal/
H A Dscript.js56 sectok: JSINFO.plugin.davcal['sectok']
97 locale: JSINFO.plugin.davcal['language'],
168 if(!JSINFO.plugin.davcal['disable_settings'])
191 sectok: JSINFO.plugin.davcal['sectok']
212 …if(JSINFO.plugin.davcal['disable_settings'] && JSINFO.plugin.davcal['disable_sync'] && JSINFO.plug…
217 if(!JSINFO.plugin.davcal['disable_settings'])
226 if(!JSINFO.plugin.davcal['disable_sync'])
232 if(!JSINFO.plugin.davcal['disable_ics'])
272 if(!JSINFO.plugin.davcal['disable_settings'])
285 if(!JSINFO.plugin.davcal['disable_sync'])
[all …]
/plugin/yuriigantt/
H A Dplugin.info.txt5 name yuriigantt plugin
6 desc gantt table plugin
7 url https://github.com/yurii-github/dokuwiki-plugin-yuriigantt
/plugin/box/
H A DREADME3 see http://www.dokuwiki.org/plugin:box
4 now superceded by the "Wrap" plugin, http://www.dokuwiki.org/plugin:wrap
/plugin/oauth/
H A Dplugin.info.txt5 name oauth plugin
6 desc Generic oAuth plugin to login via various services
7 url http://www.dokuwiki.org/plugin:oauth
/plugin/relativetimehelper/
H A Dplugin.info.txt5 name relativetimehelper plugin
6 desc Pure helper plugin to format timestamps into relative strings
7 url https://dokuwiki.org/plugin:relativetimehelper
/plugin/fbcomments/
H A Dplugin.info.txt5 name Facebook comments box plugin for Dokuwiki
6 desc Facebook comments system plugin for Dokuwiki
7 url http://www.dokuwiki.org/plugin:fbcomments
/plugin/forceuserchange/
H A Dplugin.info.txt3 email dokuwiki.plugin@phy25.com
5 name forceuserchange plugin
7 url https://www.dokuwiki.org/plugin:forceuserchange
/plugin/translationbuddy/
H A Dplugin.info.txt5 name translationbuddy plugin
6 desc Shows translation statistics, supporting the plugin:translation
7 url https://www.dokuwiki.org/plugin:translationbuddy
/plugin/autolink2/
H A Dplugin.info.txt5 name autolink2 plugin
6 desc Generate automatic links for words defined by add plugin
7 url http://www.dokuwiki.org/plugin:autolink2
/plugin/snow/
H A Dplugin.info.txt5 name Snow plugin
6 desc This plugin makes it snow on your wiki
7 url https://dokuwiki.org/plugin:snow

1...<<11121314151617181920>>...147