Home
last modified time | relevance | path

Searched refs:plugin (Results 201 – 225 of 3657) sorted by relevance

12345678910>>...147

/plugin/templater/
H A DREADME.md2 Plugin for [DokuWiki](https://www.dokuwiki.org), available at [plugin: templater](https://www.dokuwiki.org/plugin:templater).
10 Want to translate this plugin to your language? Go to [DokuWiki Localization](https://translate.dokuwiki.org/plugin/templater)
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt3 ---- plugin ----
39 Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which poi…
46 @lisps: [[https://github.com/lisps/plugin-linksuggest/|linksuggest plugin]] - yes, I copied it \\
48 @jakob1111 [[https://github.com/jakob1111/dokuwiki-plugin-flowcharts/|flowcharts plugin]] - the bas…
66 …ially when editing and with "advanced config" plugin - done ...that means that after install of th…
85 [[https://www.dokuwiki.org/plugin:bureaucracy|bureaucracy-plugin]] \\
86 [[https://www.dokuwiki.org/plugin:struct|struct-plugin]] \\
96 * create the dokuwiki page that is configured "plugin»dirtylittlehelper»page"
213 <dlh.td.wiki> call a plugin or some other cool stuff </dlh.td.wiki>
278 | your link | links to admin plugin pages |
[all …]
/plugin/mundart/doku/
H A Dsource.txt1 ====== mundart plugin ======
3 ---- plugin ----
17 This is a plugin for german dokuwiki-installations. You can apply one of various dialects.
18 The plugin will of course work with non-german wikis (you can't break anything) but its quite usele…
27 As this plugin is a render plugin, the source code of the page will not be touched. Only the presen…
62 * Download the plugin here.
74 * **mundart_alwayson** Check if you want to turn the plugin On.
76 …* **mundart_timer** You can activate the plugin for special days, and disable it for the rest of t…
78 So if you want to have the plugin activated on christmas and new year, but disabled for the rest of…
/plugin/hipchat/
H A Dcomposer.lock36 "guzzle/plugin": "self.version",
37 "guzzle/plugin-async": "self.version",
38 "guzzle/plugin-backoff": "self.version",
39 "guzzle/plugin-cache": "self.version",
40 "guzzle/plugin-cookie": "self.version",
41 "guzzle/plugin-curlauth": "self.version",
42 "guzzle/plugin-history": "self.version",
43 "guzzle/plugin-log": "self.version",
44 "guzzle/plugin-md5": "self.version",
45 "guzzle/plugin-mock": "self.version",
[all …]
/plugin/facebooklike/
H A Dsyntax.php138 if(!isset($gconf['plugin']['facebooklike']['show_faces']))
141 return ($gconf['plugin']['facebooklike']['show_faces'] == 1)?'true':'false';
146 if(!isset($gconf['plugin']['facebooklike'][$name]))
149 return $gconf['plugin']['facebooklike'][$name];
/plugin/livemark/
H A DREADME.md1 Livemark plugin
4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
7 based on [iReflect Plugin]( https://github.com/i-net-software/dokuwiki-plugin-reflect)
12 - https://www.dokuwiki.org/plugin:livemark
/plugin/patchpanel/
H A DREADME.md3 …ItSolutions/dokuwiki-plugin-switchpanel). Since I haven't had time to maintain this project latel…
5 # dokuwiki-plugin-patchpanel
6 Plugin for patch panels based on Tyler Bletsch's rack plugin
/plugin/codeclipboard/
H A DREADME.md1 # dokuwiki-plugin-codeclipboard
3 With this plugin enabled you can copy code block content within the frontend
10 Based on an Action plugin it will load a javascript code that uses jQuery
16 decompress in your plugin folder `/dokuwiki/lib/plugins`
/plugin/evesso/conf/
H A Dmetadata.php14 public function html(\admin_plugin_config $plugin, $echo = false) { argument
21 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
34 public function html(\admin_plugin_config $plugin, $echo = false) { argument
41 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
/plugin/ckgedit/ckeditor/plugins/note/
H A DREADME.md2 …ert the note plugin source code in dokuwiki using the ckgedit editor (https://github.com/turnermm/…
5 Refer to: https://www.dokuwiki.org/plugin:ckgedit:configuration#extra_plugins.
10 Add the text **Note** to the dokuwiki **plugin»ckgedit»extra_plugins** configuration.
/plugin/gitlog/
H A Dreadme.md3 This dokuwiki plugin displays your last commits for a given repository and the changed files.
5 This plugin is based on: https://github.com/tuomasj/dokugitviewer
20 - activate plugin inside dokuwiki
21 - goto admin configuration page, section "plugin/gitlog" and set up plugin
59 Plugin page: http://www.dokuwiki.org/plugin:gitlog
/plugin/credits/
H A DREADME9 Credits is a highly configurable plugin for displaying credits for DokuWiki plugins. Using the con…
20 …ond form will turn off the printing of the plugin descriptions. This is the desc field returned by…
27 $info has access to all of the fields returned by the getInfo() function of each plugin; alt_credit…
28 will print out the following information for each plugin on your system:
36 url: http://wiki.splitbrain.org/plugin:user_manager
/plugin/timezoneco/
H A DREADME1 timezoneco plugin for DokuWiki
12 if(empty($conf['plugin']['timezoneco']['timezone'])){
15 date_default_timezone_set($conf['plugin']['timezoneco']['timezone']);
20 All documentation for this plugin can be found at
23 If you install this plugin manually, make sure it is installed in
33 https://www.dokuwiki.org/plugin:timezoneco
/plugin/tagging/
H A DREADME6 All documentation for this plugin can be found at
7 http://www.dokuwiki.org/plugin:tagging
9 If you install this plugin manually, make sure it is installed in
13 This plugin requires the sqlite plugin!
14 See https://www.dokuwiki.org/plugin:sqlite
/plugin/googlemaps3/
H A DREADME.md1 # dokuwiki-plugin-googlemaps3
2 Google Maps v3 plugin for DokuWiki
4 All documentation for this plugin can be found at
5 https://www.dokuwiki.org/plugin:googlemaps3
7 If you install this plugin manually, make sure it is installed in
/plugin/siteexport/
H A Dhelper.php75 foreach ($plugin_controller->getList(null, true) as $plugin) { // All plugins
77 …xists(DOKU_PLUGIN . "$plugin/script.js") && !file_exists(DOKU_PLUGIN . "$plugin/style.css") && !fi…
78 $allPlugins[] = $plugin;
267 foreach ($allPlugins as $plugin) {
268 …m_makeCheckboxField("disableplugin[]", $plugin, $plugin . ':', "disableplugin_$plugin", null, (!in…
333 private function addPluginHint( &$form, $condition, $hint, $plugin ) { argument
338 …'href' => 'http://www.dokuwiki.org/plugin:' . $plugin, 'alt' => 'install plugin', 'target' => '_bl…
339 $form->addElement('install the ' . $plugin . ' plugin.');
/plugin/pagetemplate/
H A Dsyntax.php228 $plugin = $this->getPluginName();
229 $file = DOKU_PLUGIN.$plugin.'/lang/'.$conf['lang'].'/'.$id.'.txt';
232 $file = DOKU_PLUGIN.$plugin.'/lang/en/'.$id.'.txt';
276 $plugin = $this->getPluginName();
279 if (isset($conf['plugin'][$plugin][$key])) continue;
280 $conf['plugin'][$plugin][$key] = $value;
284 $this->conf =& $conf['plugin'][$plugin];
/plugin/botbouncer/
H A DREADME.md1 dokuwiki-plugin-botbouncer
4 BotBouncer plugin for Dokuwiki
10 This plugin for Dokuwiki uses the class to block spam signups to Dokuwiki.
28 http://www.stopforumspam.com/ is a free service, although donations are welcome. This plugin will a…
32 …gn up, you get an API key, which you can enter in the configuration for this plugin to activate it.
37 …nd a public key string, which you can enter in the configuration of this plugin to active using th…
41 … up to get an API key, which you can enter in the configuration for this plugin, to use this servi…
/plugin/googleads/lang/en/
H A Douttro.txt3 …emplate "Google AdSense Ready", even if your users do not use Google AdSense (or have this plugin.)
7 For further support or discussion, please see the official plugin page [[doku>plugin:googleads|here…
9 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/plugin/npd/
H A DREADME.mdown4 A DokuWiki plugin which helps people to create new pages.
9 All documentation for this plugin can be found at
10 http://www.dokuwiki.org/plugin:npd.
12 If you install this plugin manually, make sure it is installed in
19 This plugin is adopted from the original New Page Dialog plugin by Pierre Spring at
20 https://www.dokuwiki.org/plugin:new_page_dialog.
25 This plugin requires the modification of the template (Often `main.php`). Decide where
/plugin/pagelist/
H A Dhelper.php36 * @var array[] array of arrays with the entries: 'columnname' => value, or if plugin the html for in cell
44 * @var null|array with entries: 'columnname' => value or if plugin html for in cell, null if no lines processed
70 * @var array with entries: 'pluginname' => ['columnname1', 'columnname2'], registers the available columns per plugin
143 'desc' => '(optional) adds an extra column for plugin data',
145 'plugin name' => 'string',
159 'desc' => '(optional) Provide header data, if not given default values or [plugin]->th() is used',
189 * (optional) Adds an extra column named $col for plugin $plugin.
192 * 2) or, alternatively, by the plugin $plugin tha
174 addColumn($plugin, $col) global() argument
697 pluginCell($plugin, $col, $id) global() argument
[all...]
/plugin/copypage/
H A DMenuItem.php3 namespace dokuwiki\plugin\copypage;
28 $plugin = plugin_load('action', 'copypage');
29 return $plugin->getLang('copypage');
/plugin/new_page_dialog/
H A DREADME.mdown3 All documentation for the **npd plugin** can be found on the
4 [npd plugin page on dokuwiki.org](http://www.dokuwiki.org/plugin:new_page_dialog)
6 If you install this plugin manually, make sure it is installed in
/plugin/issuelinks/services/
H A DServiceInterface.php3 namespace dokuwiki\plugin\issuelinks\services;
6 use dokuwiki\plugin\issuelinks\classes\Issue;
7 use dokuwiki\plugin\issuelinks\classes\Repository;
8 use dokuwiki\plugin\issuelinks\classes\RequestResult;
/plugin/prettyphoto/
H A Dplugin.info.txt5 name prettyphoto plugin
7 url https://bitbucket.org/marcusva/dokuwiki-plugin-prettyphoto
11 name PrettyPhoto plugin
13 url https://www.dokuwiki.org/plugin:prettyphoto

12345678910>>...147