| /plugin/struct/_test/ |
| H A D | ColumnTest.php | 3 namespace dokuwiki\plugin\struct\test; 5 use dokuwiki\plugin\struct\meta; 20 'Checkbox' => 'dokuwiki\\plugin\\struct\\types\\Checkbox', 21 'Color' => 'dokuwiki\\plugin\\struct\\types\\Color', 22 'Date' => 'dokuwiki\\plugin\\struct\\types\\Date', 23 'DateTime' => 'dokuwiki\\plugin\\struct\\types\\DateTime', 24 'Decimal' => 'dokuwiki\\plugin\\struct\\types\\Decimal', 25 'Dropdown' => 'dokuwiki\\plugin\\struct\\types\\Dropdown', 26 'LongText' => 'dokuwiki\\plugin\\struct\\types\\LongText', 27 'Lookup' => 'dokuwiki\\plugin\\struct\\types\\Lookup', [all …]
|
| /plugin/deletepageguard/tests/ |
| H A D | test_runner.php | 3 * Delete Page Guard Plugin - Developer Test Suite 5 * This is a standalone test runner for developers to verify the plugin's 26 echo "Delete Page Guard Plugin - Developer Test Suite\n"; 68 $plugin = new TestableDeletePageGuard(); variable 69 $result = $plugin->validateRegexPattern('^start$'); 74 $plugin = new TestableDeletePageGuard(); variable 75 $result = $plugin->validateRegexPattern('^users:[^:]+:(start|profile)$'); 80 $plugin = new TestableDeletePageGuard(); variable 81 $result = $plugin->validateRegexPattern('^wiki:.*$'); 87 $plugin = new TestableDeletePageGuard(); variable [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/ |
| H A D | PluginTest.php | 15 $plugin = new Plugin(new Backend\Mock(),'realm'); 16 $this->assertTrue($plugin instanceof Plugin); 17 $fakeServer->addPlugin($plugin); 18 $this->assertEquals($plugin, $fakeServer->getPlugin('auth')); 19 $this->assertInternalType('array', $plugin->getPluginInfo()); 29 $plugin = new Plugin(new Backend\Mock()); 30 $fakeServer->addPlugin($plugin); 47 $plugin = new Plugin($backend); 48 $fakeServer->addPlugin($plugin); 63 $plugin = new Plugin(); [all …]
|
| /plugin/authsplit/ |
| D | README | 2 authsplit DokuWiki Split authentication plugin 7 NOTE: This auth plugin requires DokuWiki WeatherWax (2013-05-10a) or later! 12 authsplit, while technically being an auth plugin, does NOT do any 15 - a PRIMARY auth plugin that will be used for VALIDATION of login names and 17 authentication source behind this plugin is most probably shared with other 19 - a SECONDARY auth plugin that supplies ADDITIONAL user information such as 24 particularly useful auth plugin with an auth plugin that is more powerful, yet 27 The example that comes to mind is to use authhttp as PRIMARY auth plugin and 28 authplain as SECONDARY auth plugin, thereby combining the advantages of reusing 29 HTTP authentication information with an auth plugin that supplements everything [all …]
|
| /plugin/pageredirect/ |
| D | ChangeLog.md | 1 # Dokuwiki pageredirect plugin change log 9 [UNRELEASED]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20221120...master 14 - Add Move plugin support, #40 16 [20221120]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20220103...20221120 25 [20220103]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20170512...20220103 29 - plugin now requires dokuwiki 2014-05-05 (Ponder Stibbons) 33 - fix plugin conflict with creole plugin. [36ebf4a], [#18] 37 [20170512]: https://github.com/glensc/dokuwiki-plugin-pageredirect/compare/20160924...20170512 38 [#18]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/18 39 [#19]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/19 [all …]
|
| /plugin/linkfix/_test/ |
| D | linkfix.test.php | 5 * tests for the linkfix plugin 21 $plugin = new test_admin_plugin_linkfix(); 23 $plugin->changefrom = 'linkfix:'; 24 $plugin->changeto = 'linkfox:'; 25 $plugin->execute(); 32 $plugin = new test_admin_plugin_linkfix(); 34 $plugin->changefrom = 'http://www.google'; 35 $plugin->changeto = 'http://www.foogle'; 36 $plugin->isextern = true; 37 $plugin->execute(); [all …]
|
| /plugin/divalign2/ |
| D | README | 1 ====== Divalign2 Plugin for DokuWiki ====== 3 This plugin is a fork of the Divalign Plugin, and incorporates those 8 All documentation for this Plugin is available online at: 9 http://www.dokuwiki.org/plugin:divalign2 14 This plugin conflicts with the following plugins: 16 * Divalign Plugin http://www.dokuwiki.org/plugin:divalign 18 This plugin can be used in conjunction with: 20 * ODT Plugin http://www.dokuwiki.org/plugin:odt 21 * Text Plugin http://www.dokuwiki.org/plugin:text 23 This plugin also has experimental support for: [all …]
|
| /plugin/columns/ |
| D | style.css | 1 div.dokuwiki table.columns-plugin { 8 div.dokuwiki table.columns-plugin td.columns-plugin { 15 div.dokuwiki table.columns-plugin td.columns-plugin.first { 19 div.dokuwiki table.columns-plugin td.columns-plugin.last { 23 div.dokuwiki table.columns-plugin td.columns-plugin.left { 27 div.dokuwiki table.columns-plugin td.columns-plugin.center { 31 div.dokuwiki table.columns-plugin td.columns-plugin.right { 35 div.dokuwiki table.columns-plugin td.columns-plugin.center table { 40 div.dokuwiki table.columns-plugin td.columns-plugin.right table {
|
| /plugin/authcas/ |
| D | README.md | 4 - the [authsplit](https://www.dokuwiki.org/plugin:authsplit) extension 5 - the [authldap](https://www.dokuwiki.org/plugin:authldap) extension 21 - the [authsplit](https://www.dokuwiki.org/plugin:authsplit) extension 22 - the [authldap](https://www.dokuwiki.org/plugin:authldap) extension 35 $conf['plugin']['authsplit']['primary_authplugin'] = 'authcas'; 36 $conf['plugin']['authsplit']['secondary_authplugin'] = 'authldap'; 38 $conf['plugin']['authcas']['handlelogoutrequestTrustedHosts'] = Array(""); 39 $conf['plugin']['authcas']['server'] = 'cas.univ.fr'; 40 $conf['plugin']['authcas']['port'] = 443; 42 $conf['plugin']['authcas']['rootcas'] = ''; [all …]
|
| /plugin/authsqlite/ |
| D | README.md | 18 $conf['plugin']['authsqlite']['checkPass'] = 24 $conf['plugin']['authsqlite']['getUserInfo'] = 27 $conf['plugin']['authsqlite']['getGroups'] = 32 $conf['plugin']['authsqlite']['getUsers'] = 36 $conf['plugin']['authsqlite']['FilterLogin'] = 'u.login LIKE \'%{user}\''; 37 $conf['plugin']['authsqlite']['FilterName'] = 'u.fullname LIKE \'%{name}\''; 38 $conf['plugin']['authsqlite']['FilterEmail'] = 'u.email LIKE \'%{email}\''; 39 $conf['plugin']['authsqlite']['FilterGroup'] = 'g.name LIKE \'%{group}\''; 40 $conf['plugin']['authsqlite']['SortOrder'] = 'ORDER BY u.login'; 41 $conf['plugin']['authsqlite']['addUser'] = [all …]
|
| /plugin/matomo/ |
| D | README.md | 4 This is a plugin for DokuWiki (https://www.dokuwiki.org). In integrates a editable tracking code or… 6 Plugin Data 11 …Plugin for the new 3.x version of Matomo (formaly Piwik), the open source Google Analytics alterna… 26 Plugin for the new 3.x version of Matomo (formaly Piwik), the open source Google Analytics alternat… 27 (inspired by the piwik plugin from Heikki Hokkanen <hoxu@users.sf.net>, https://www.dokuwiki.org/pl… 31 Just install the plugin using the PluginManager(https://www.dokuwiki.org/plugin:plugin) or download… 42 This plugin requires the following additional components that must be installed separately: 48 …plugin using the Plugin Manager (https://www.dokuwiki.org/plugin:plugin) and the download URL abov… 52 - Go to Plugin Management and make sure “matomo” is enabled 53 …- Configure the plugin in ***Admin -> Configuration Manager –> Plugin Settings –> Matomo*** (Value… [all …]
|
| /plugin/farmer/action/ |
| H A D | ajax.php | 8 * DokuWiki Plugin farmer (Action Component) 19 * plugin should use this method to register its handlers with the DokuWiki's event controller 79 * Turn a plugin on or off 91 $pname = $INPUT->str('plugin'); 96 if (!isset($plugins[$pname])) die('no such plugin'); 97 $plugin = $plugins[$pname]; 100 if ($plugin['isdefault']) { 101 $new = (int) !$plugin['actual']; 109 $plugin = $plugins[$pname]; 111 echo $this->createPluginMatrixCell($plugin, $animal); [all …]
|
| /plugin/minimap/ |
| D | README.md | 1 # dokuwiki-plugin-minimap 3 …/travis-ci.com/gerardnico/dokuwiki-plugin-minimap.svg?branch=master)](https://travis-ci.com/gerard… 7 The [Minimap Dokuwiki plugin](https://www.dokuwiki.org/plugin:minimap) generates a [sitemap](https:… 11 See the mini-map plugin page on Dokuwiki [here](https://www.dokuwiki.org/plugin:minimap) 15 See the plugin in action [here](http://gerardnico.com/dokuwiki/minimap). 19  26 …plugin:Plugins) with the [download URL](http://github.com/gerardnico/dokuwiki-plugin-minimap/zipba… 52 Dokuwiki - Plugin Mini Map [all …]
|
| /plugin/pagecss/ |
| H A D | plugin-page.md | 1 ====== pagecss Plugin ====== 3 ---- plugin ---- 4 description: Inject per-page custom CSS using <css>...</css> blocks. Auto-supports Wrap plugin clas… 12 similar : plugin:cssperpage 15 downloadurl: https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/archive/refs/heads/main.zip 16 bugtracker : https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/issues 17 sourcerepo : https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/ 23 //:!: This plugin allows users to style individual pages using inline `<css>` blocks without editin… 27 Install via the [[plugin:extension|Extension Manager]] or manually: 31 * Make sure `syntax.php` and `plugin.info.txt` are in place [all …]
|
| /plugin/aichatlocal/ |
| D | plugin-info.txt | 1 ====== AIchatLocal Plugin ====== 3 ---- plugin ---- 4 description: Adds support for local LLMs with OpenAI-compatible APIs to the AIChat plugin 15 downloadurl: https://github.com/doobidoo/dokuwiki-plugin-aichatlocal/zipball/master 16 bugtracker : https://github.com/doobidoo/dokuwiki-plugin-aichatlocal/issues 17 sourcerepo : https://github.com/doobidoo/dokuwiki-plugin-aichatlocal/ 22 screenshot_img : plugin:aichat.png 27 ===== Additional Plugin Information ===== 29 description: This plugin extends the AIChat plugin to support local Large Language Models (LLMs) th… 33 - Install the AIChat plugin if not already installed [all …]
|
| /plugin/openlayersmapoverlays/ |
| D | README.md | 1 # Overlay add-on for the openlayersmap plugin for DokuWiki 3  7 All documentation for this plugin can be found at https://www.dokuwiki.org/plugin:openlayersmapover… 8 This plugin requires that you install https://www.dokuwiki.org/plugin:openlayersmap 10 If you install this plugin manually, make sure it is installed in 18 …ub.com/mprins/dokuwiki-plugin-openlayersmapoverlays/actions/workflows/CI.yml/badge.svg)](https://g… 19 …g/mprins/dokuwiki-plugin-openlayersmapoverlays/badges/quality-score.png?b=master)](https://scrutin… 20 …elds.io/github/issues/mprins/dokuwiki-plugin-openlayersmapoverlays.svg)](https://github.com/mprins… 21 …ields.io/github/forks/mprins/dokuwiki-plugin-openlayersmapoverlays.svg)](https://github.com/mprins… 22 …ields.io/github/stars/mprins/dokuwiki-plugin-openlayersmapoverlays.svg)](https://github.com/mprins…
|
| /plugin/ifauthex/ |
| D | README.md | 1 IfAuthEx Plugin for DokuWiki 5 **Latest release: v0.3, [download here](https://git.mittelab.org/proj/ifauthex-dokuwiki-plugin/-/jo… 8 …https://github.com/mittelab/ifauthex-dokuwiki-plugin](https://github.com/mittelab/ifauthex-dokuwik… 9 …om/mittelab/ifauthex-dokuwiki-plugin/issues) or [make a pull request](https://github.com/mittelab/… 11 **Documentation: [https://www.dokuwiki.org/plugin:ifauthex](https://www.dokuwiki.org/plugin:ifauthe… 13 …ps://git.mittelab.org/proj/ifauthex-dokuwiki-plugin](https://git.mittelab.org/proj/ifauthex-dokuwi… 16 …lab.org/proj/ifauthex-dokuwiki-plugin/badges/master/pipeline.svg)](https://git.mittelab.org/proj/i… 20 This plugin intends to replace the [IfAuth plugin](https://www.dokuwiki.org/plugin:ifauth), but 26 Plugin notes 29 All documentation for this plugin can be found at [all …]
|
| /plugin/snow/ |
| D | script.js | 4 snowStorm.excludeMobile = JSINFO.plugin.snow.excludemobile; 5 snowStorm.flakesMax = JSINFO.plugin.snow.flakesmax; 6 snowStorm.flakesMaxActive = JSINFO.plugin.snow.flakesmaxactive; 7 snowStorm.animationInterval = JSINFO.plugin.snow.animationinterval; 8 snowStorm.useGPU = JSINFO.plugin.snow.usegpu; 9 snowStorm.followMouse = JSINFO.plugin.snow.followmouse; 10 snowStorm.snowColor = JSINFO.plugin.snow.color; 11 snowStorm.snowStick = JSINFO.plugin.snow.snowstick; 12 snowStorm.useMeltEffect = JSINFO.plugin.snow.usemelteffect; 13 snowStorm.useTwinkleEffect = JSINFO.plugin.snow.usetwinkleeffect; [all …]
|
| /plugin/note/ |
| D | README.md | 1 # DokuWiki Note plugin 3 A plugin for [DokuWiki](https://www.dokuwiki.org/) which allows users to easily insert four kinds o… 25 It is regularly reported that the cache needs to be cleaned after installing the plugin before the … 29 Currently this plugin has some limitations: 31 * Plugin won't work inside numbered lists 32 * Plugin won't work inside tables 36 See [DokuWiki's plugin page](https://www.dokuwiki.org/plugin:note) 39 1. Download plugin/repo archive 40 2. Installing the plugin: 42 …e and go to Manage Plugins and enter the URL of the plugin under Download and install the new plug… [all …]
|
| /plugin/piwik2/ |
| D | README.md | 5 This is a plugin for DokuWiki (https://www.dokuwiki.org). In integrates a editable tracking code or… 7 Plugin Data 12 description | Plugin for the new 3.5 version of Matomo (formaly Piwik), the open source Google Ana… 27 Plugin for the new 2.0 version of Piwik, the open source Google Analytics alternative (inspired by … 31 Just install the plugin using the PluginManager(https://www.dokuwiki.org/plugin:plugin) or download… 42 This plugin requires the following additional components that must be installed separately: 48 …plugin using the Plugin Manager (https://www.dokuwiki.org/plugin:plugin) and the download URL abov… 52 - Go to Plugin Management and make sure “piwik2” is enabled 53 …- Configure the plugin in ***Admin -> Configuration Manager –> Plugin Settings –> Piwik2*** (Value… 54 …- Piwik plugin should now be enabled and you should see the trackingcode in the rendered html on w…
|
| /plugin/metaheaders/ |
| D | README | 4 "MetaHeaders" is a DokuWiki plugin to add/remove meta headers [1] 7 Website: <https://www.dokuwiki.org/plugin:metaheaders> 19 - If possible, use DokuWiki's plugin manager to install the plugin. Have a 20 look at the plugin website [2] to get the package download URL, paste it 21 into your Plugin Manager URL box and hit "Download". 23 - If you have to install the plugin manually: Download the package from the 24 plugin website [2]. Extract it into your DokuWiki's "lib/plugins/" folder. 27 Updating the plugin works the same way: Simply install the newest version 28 over the existing one. If you got any problems, remove the plugin and 29 re-install it. The configuration file holding your data and the plugin [all …]
|
| /plugin/404manager/ |
| D | README.md | 1 …plugin-404manager [ changes the behavior … 7 … an [hard HTTP 404 response](https://en.wikipedia.org/wiki/HTTP_404), hence the name of the plugin. 12  43 …plugin:Plugins) with the [download URL](http://github.com/gerardnico/dokuwiki-plugin-minimap/zipba… [all …]
|
| /plugin/dev/www/ |
| D | index.php | 4 $WIZ = new dokuwiki\plugin\dev\www\PluginWizard(); 9 header('Content-Disposition: attachment; filename="plugin.zip"'); 21 <title>DokuWiki Plugin Wizard</title> 32 <h1>DokuWiki Plugin Wizard</h1> 37 … This wizard generates a <a href="https://www.dokuwiki.org/devel:plugins">DokuWiki plugin</a> 38 skeleton to help you get started with coding your plugin. 40 and determine what components your plugin will need. 44 To use it, fill in the general plugin info and add plugin components. Once you're 45 done, click "create" and download your plugin skeleton. 49 … Alternatively you can also use the <a href="https://www.dokuwiki.org/plugin:dev">dev plugin</a>. [all …]
|
| /plugin/backlinks2/ |
| D | README.md | 1 # Backlinks Plugin for DokuWiki 5 All documentation for the Backlinks Plugin is available online at: http://dokuwiki.org/plugin:backl… 9 …tps://travis-ci.org/mprins/dokuwiki-plugin-backlinks.svg?branch=master)](https://travis-ci.org/mpr… 10 …i.com/g/mprins/dokuwiki-plugin-backlinks/badges/quality-score.png?b=master)](https://scrutinizer-c… 11 …mg.shields.io/github/issues/mprins/dokuwiki-plugin-backlinks.svg)](https://github.com/mprins/dokuw… 12 …img.shields.io/github/forks/mprins/dokuwiki-plugin-backlinks.svg)](https://github.com/mprins/dokuw… 13 …img.shields.io/github/stars/mprins/dokuwiki-plugin-backlinks.svg)](https://github.com/mprins/dokuw… 14 …cense-GPLv2-blue.svg)](https://raw.githubusercontent.com/mprins/dokuwiki-plugin-backlinks/master/C…
|
| /plugin/description/ |
| D | README.md | 1 # description Plugin for DokuWiki 3 All documentation for the description Plugin is available online at: 5 * http://dokuwiki.org/plugin:description 9 …/github.com/mprins/dokuwiki-plugin-description/actions/workflows/CI.yml/badge.svg)](https://github… 10 ….com/g/mprins/dokuwiki-plugin-description/badges/quality-score.png?b=master)](https://scrutinizer-… 11 …g.shields.io/github/issues/mprins/dokuwiki-plugin-description.svg)](https://github.com/mprins/doku… 12 …mg.shields.io/github/forks/mprins/dokuwiki-plugin-description.svg)](https://github.com/mprins/doku… 13 …mg.shields.io/github/stars/mprins/dokuwiki-plugin-description.svg)](https://github.com/mprins/doku… 14 …cense-GPLv2-blue.svg)](https://raw.githubusercontent.com/mprins/dokuwiki-plugin-description/master…
|