Home
last modified time | relevance | path

Searched refs:plugin (Results 26 – 50 of 3657) sorted by relevance

12345678910>>...147

/plugin/ifauthex/
H A DREADME.md5 **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
29 All documentation for this plugin can be found at
30 [https://www.dokuwiki.org/plugin:ifauthex](https://www.dokuwiki.org/plugin:ifauthex)
32 If you install this plugin manually, make sure it is installed in
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js31 plugin = this,
57 plugin.settings = {};
67 plugin.init = function() {
149 if ( plugin.settings.beforeOpen ) {
150 plugin.settings.beforeOpen();
159 if ( plugin.settings.afterOpen ) {
160 plugin.settings.afterOpen(index);
456 plugin.settings.hideBarsDelay
853 if ( plugin.settings.nextSlide ) {
940 plugin.settings.afterClose();
[all …]
/plugin/datatemplate/
H A DREADME.md1 # dokuwiki-plugin-datatemplate
2 Extension to the data plugin allowing for the use of templates.
4 For more information, visit the official plugin page at https://www.dokuwiki.org/plugin:datatemplat…
8 Changes log are maintained on the [official plugin page](https://www.dokuwiki.org/plugin:datatempla…
10 …istoph Clausen](https://github.com/ccl/dokuwiki-plugin-datatemplate), cannot maintain anymore the
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/geophp/
H A DREADME.md1 # geoPHP plugin for DokuWiki
5 All documentation for this plugin can be found at https://www.dokuwiki.org/plugin:geophp
7 If you install this plugin manually, make sure it is installed in lib/plugins/geophp/ - if the folder is called different it will not work!
15 [![CI](https://github.com/mprins/dokuwiki-plugin-geophp/actions/workflows/CI.yml/badge.svg)](https://github.com/mprins/dokuwiki-plugin-geophp/actions/workflows/CI.yml)
16 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-geophp/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-geophp/?branch=master)
17 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-plugin-geophp.svg)](https://github.com/mprins/dokuwiki-plugin
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginAdminTest.php25 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
26 $fakeServer->addPlugin($plugin);
27 $plugin = new Plugin();
28 $fakeServer->addPlugin($plugin);
61 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
62 $fakeServer->addPlugin($plugin);
63 $plugin = new Plugin();
64 $plugin->adminPrincipals = array(
67 $fakeServer->addPlugin($plugin);
/plugin/divalign2/
H A DREADME3 This plugin is a fork of the Divalign Plugin, and incorporates those
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:
25 * Renderer (s5) http://www.dokuwiki.org/plugin:s5
26 * Renderer (purplenumbers) http://www.dokuwiki.org/plugin:purplenumbers
/plugin/datepicker/_test/
H A Dsyntax.test.php8 protected $plugin; variable in plugin_datepicker_syntax_test
13 $this->plugin = plugin_load('action', 'datepicker');
35 $this->plugin->getConf('emptyStringDate').DOKU_LF.
36 $this->plugin->getConf('emptyStringDate').DOKU_LF.
37 $this->plugin->getConf('emptyStringDate'),trim($mselector->eq(0)->text()));
46 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(0)->text()));
47 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(1)->text()));
48 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(2)->text()));
69 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
70 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
[all …]
/plugin/matomo/
H A DREADME.md4 This is a plugin for DokuWiki (https://www.dokuwiki.org). In integrates a editable tracking code or…
11 … Google Analytics alternative. It's the followup version of https://www.dokuwiki.org/plugin:piwik2.
26 …Google Analytics alternative. It's the followup version of https://www.dokuwiki.org/plugin:piwik2.
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:
48plugin using the Plugin Manager (https://www.dokuwiki.org/plugin:plugin) and the download URL abov…
53 …- Configure the plugin in ***Admin -> Configuration Manager –> Plugin Settings –> Matomo*** (Value…
54 …- Matomo plugin should now be enabled and you should see the trackingcode in the rendered html on …
/plugin/statistics/
H A Dlog.php3 * Statistics plugin - data logger
14 // all features are brokered by the helper plugin
15 /** @var helper_plugin_statistics $plugin */
16 $plugin = plugin_load('helper', 'statistics'); variable
22 $plugin->Logger()->log_access();
23 $plugin->Logger()->log_session(1);
28 $plugin->Logger()->log_outgoing();
32 $plugin->Logger()->log_session();
36 $plugin->sendGIF();
/plugin/metaheaders/
H A DREADME4 "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
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/oauthdoorkeeper/
H A DDoorKeeper.php3 namespace dokuwiki\plugin\oauthdoorkeeper;
5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
17 $plugin = plugin_load('action', 'oauthdoorkeeper');
18 return new Uri($plugin->getConf('baseurl') . '/oauth/authorize');
24 $plugin = plugin_load('action', 'oauthdoorkeeper');
25 return new Uri($plugin->getConf('baseurl') . '/oauth/token');
/plugin/oauthcognito/
H A DCognito.php3 namespace dokuwiki\plugin\oauthcognito;
5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
17 $plugin = plugin_load('action', 'oauthcognito');
18 return new Uri($plugin->getConf('baseurl') . '/oauth2/authorize');
24 $plugin = plugin_load('action', 'oauthcognito');
25 return new Uri($plugin->getConf('baseurl') . '/oauth2/token');
/plugin/oauthwechange/
H A DWechange.php3 namespace dokuwiki\plugin\oauthwechange;
5 use dokuwiki\plugin\oauth\Service\AbstractOAuth2Base;
17 $plugin = plugin_load('action', 'oauthwechange');
18 return new Uri($plugin->getConf('baseurl') . '/o/authorize/');
24 $plugin = plugin_load('action', 'oauthwechange');
25 return new Uri($plugin->getConf('baseurl') . '/o/token/');
/plugin/slacknotifier/helper/
H A DConfig.php3 namespace dokuwiki\plugin\slacknotifier\helper;
8 * A class to provide lazy access to plugin config
21 private $plugin;
23 public function __construct(PluginInterface $plugin)
25 $this->plugin = $plugin;
30 return $this->plugin->getConf($name, null);
20 private $plugin; global() variable in dokuwiki\\plugin\\slacknotifier\\helper\\Config
22 __construct(PluginInterface $plugin) global() argument
/plugin/prespan/
H A DREADME.md1 # DokuWiki Prespan plugin
3 A plugin for [DokuWiki](https://www.dokuwiki.org/) which allows users create text
19 See [DokuWiki's plugin page](https://www.dokuwiki.org/plugin:prespan)
22 1. Download plugin/repo archive
23 2. Installing the plugin:
25 …* Load the admin page, go to the Extension Manager and enter the URL of the plugin under Manual In…
29 The plugin has been written by LarsDW223.
33 This plugin is open-source and licensed under the GNU GPL v.2.
/plugin/inclform/
H A DREADME.md1 This DokuWiki-plugin was originally created to include an approved html-form into a wiki-page. But …
3plugin is a fork of the incl_form-plugin, which can be found at https://www.dokuwiki.org/plugin:in…
/plugin/bootswrapper/exe/help/
H A Dcarousel.txt6 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
7 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
8 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
14 <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
22 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
23 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
24 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
31 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
44 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
51 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
[all …]
/plugin/siteexport/
H A Dpreload.php191 foreach ($this->tmp_plugins as $plugin => $enabled) { // All plugins
193 …xists(DOKU_PLUGIN . "$plugin/script.js") && !file_exists(DOKU_PLUGIN . "$plugin/style.css") && !fi…
194 $allPlugins[] = $plugin;
202 foreach ($disabledPlugins as $plugin) {
203 $this->disable($plugin);
213 * @param string $plugin name of plugin
216 public function disable($plugin) { argument
217 $this->tmp_plugins[$plugin] = 0;
224 * @param string $plugin name of plugin
227 public function enable($plugin) { argument
[all …]
/plugin/bpmnio/css/
H A Dbpmniojs.less1 div.plugin-bpmnio {
5 div.plugin-bpmnio .bpmn_js_canvas {
9 div.plugin-bpmnio .dmn_js_canvas {
13 .plugin-bpmnio svg {
18 .plugin-bpmnio .dmn-drd-container {
22 .plugin-bpmnio .bjs-breadcrumbs {
/plugin/data-au/_test/
H A Ddb.test.php41 $plugin = plugin_load('syntax','dataau_table');
44 $dataau = $plugin->handle($test_table, 0, 0, $handler);
46 $plugin->render('xhtml',$renderer,$dataau);
70 $plugin = plugin_load('syntax','dataau_table');
73 $dataau = $plugin->handle($test_table, 0, 0, $handler);
75 $plugin->render('xhtml',$renderer,$dataau);
98 $plugin = plugin_load('syntax','dataau_table');
101 $dataau = $plugin->handle($test_table, 0, 0, $handler);
103 $plugin->render('xhtml',$renderer,$dataau);
128 $plugin = plugin_load('syntax','dataau_table');
[all …]
/plugin/data/_test/
H A Ddb.test.php
/plugin/distribute/
H A Daction.php31 $p = $_GET['plugin'];
33 msg('sorry, distribution of ['.$p.'] plugin is not allowed.',-1);
37 msg('['.$p.'] plugin directory does not exist.',-1);
44 elseif(file_exists(DOKU_PLUGIN.'plugin/inc/zip.lib.php')){//older dokuwiki version
45 require_once DOKU_PLUGIN.'plugin/inc/zip.lib.php';
49 …msg('Please make sure the dependency Plugin Manager plugin is installed, and that plugin/inc/zip.l…
/plugin/gitbacked/lib/
H A DGit.php71 return GitRepo::create_new($repo_path, $source, $plugin);
85 return new GitRepo($repo_path, $plugin);
143 protected $plugin = null; variable in GitRepo
161 $repo = new self($repo_path, $plugin, true, false);
193 $this->plugin = $plugin;
370 if ($plugin instanceof \action_plugin_gitbacked_editcommit) {
385 if ($this->plugin instanceof \action_plugin_gitbacked_editcommit) {
386 $this->plugin->notify_repo_path_error($repo_path, $error_message);
403 if ($this->plugin instanceof \action_plugin_gitbacked_editcommit) {
419 if ($this->plugin instanceof \action_plugin_gitbacked_editcommit) {
[all …]
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php21 namespace dokuwiki\plugin\yuriigantt\src\Driver\Embedded;
100 public function plugin($match, $state, $pos, $pluginname) function in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
104 $plugin = plugin_load('syntax', $pluginname);
105 if ($plugin != null) {
106 $data = $plugin->handle($match, $state, $pos, $this);
118 * @param string $plugin name of the plugin
124 public function addPluginCall($plugin, $args, $state, $pos, $match) argument
126 $call = array('plugin', array($plugin, $args, $state, $match), $pos);

12345678910>>...147