Home
last modified time | relevance | path

Searched refs:plugin (Results 151 – 175 of 3657) sorted by relevance

12345678910>>...147

/plugin/mediathumbnails/
H A DREADME.md1 # dokuwiki-plugin-mediathumbnails
4 All documentation for this plugin can be found at
5 [https://www.dokuwiki.org/plugin:mediathumbnails](https://www.dokuwiki.org/plugin:mediathumbnails)
7 If you install this plugin manually, make sure it is installed in
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCollectdPayload.php32 public $plugin; variable in Google\\Service\\Monitoring\\CollectdPayload
83 public function setPlugin($plugin) argument
85 $this->plugin = $plugin;
92 return $this->plugin;
/plugin/blogtng/renderer/
H A Dcomment.php92 function plugin($name, $data, $state = '', $match = '') { function in renderer_plugin_blogtng_comment
96 $plugin = plugin_load('syntax',$name);
97 if($plugin != null){
101 $plugin->render('xhtml',$this,$data);
103 $plugin->render($this->getFormat(), $this, $data);
/plugin/slacknotifier/
H A DREADME.md3 A DokuWiki plugin that notifies a Slack channel room of wiki edits.
11 Download the latest release from [Tags] page and install the plugin using the
14 [Tags]: https://github.com/glensc/dokuwiki-plugin-slacknotifier/tags
15 [Plugin Manager]: https://www.dokuwiki.org/plugin:plugin
/plugin/authhttp/
H A DREADME2 authhttp DokuWiki HTTP authentication plugin
13 This auth plugin is for you if you don't want your users to have to login
22 the configured auth plugin (usually authplain) and, if successful, show the
23 user (and the admin) options depending on the auth plugin's capabilities.
26 - EITHER DokuWiki's auth plugin does NOT report capabilities such as "change
29 - OR the Webserver and DokuWiki's auth plugin use the SAME source for their
32 If the first condition is not true, ie. the plugin DOES provide the named
39 DokuWiki's auth plugin (which might have stored a new password somewhere
47 DokuWiki (without this plugin) is the only entity doing actual authentication.
52 This plugin doe
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginBasicTest.php12 $plugin = new Plugin();
15 $plugin->getPluginInfo()['name']
22 $plugin = new Plugin();
23 $this->assertEquals(['calendar-auto-schedule'], $plugin->getFeatures());
/plugin/referrers/lang/en/
H A Dintro.txt5 This plugin logs [[wp>HTTP_referer|HTTP Referrers]] for your site, so you can see where your traffi…
7 Set the options for this plugin via the **Configuration Settings** menu from the DokuWiki admin men…
11 … [[:wiki:referrers|:wiki:referrers]], so you will need to create that page for this plugin to work.
17 For further support or discussion, please see the official plugin page [[doku>plugin:referrers|here…
19 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/plugin/spreadout/
H A DREADME.md1 # dokuwiki-plugin-spreadout
2 A simple plugin that allows for two spaces between content sentences if the user types two spaces r…
4 …r more information, see [the page for this plugin at the main Dokuwiki site.](https://www.dokuwiki…
/plugin/corsharing/
H A DREADME.md1 # CORS DokuWiki plugin
6 The DokuWiki plugin page: [plugin:corsharing](https://www.dokuwiki.org/plugin:corsharing).
/plugin/autonumbering/
H A DREADME.md1 # dokuwiki-plugin-autonumbering
2 This plugin allows the use of multiple counters with multiples levels, within the same page in doku…
4 This will try to bring the https://www.dokuwiki.org/plugin:autonumbering plugin back to live. That …
/plugin/navbox/
H A DREADME.md1 # NavBox, a plugin for DokuWiki
2 This plugin enables the ability to have a 'NavBox' of related articles similar to the way Wikipedia…
4 Please visit the NavBox plugin Home Page on DokuWiki for full details: https://www.dokuwiki.org/plu…
/plugin/adminperm/
H A Daction.php45 $plugin = plugin_load('admin', 'adminperm');
46 $cnf = $plugin->load();
83 $plugin = plugin_load('admin', 'adminperm');
84 $cnf = $plugin->load();
88 foreach ($cnf as $plugin => $members) {
/plugin/farmer/lang/en/
H A Dtab_plugins_help.txt6 A plugin can have three states in an Animal. It can be enabled (on) or disabled (off), or it can have the default state. The
9 When Animals are configured to inherit the Plugin state of the Farmer, a plugin in default state will have the same
10 state as in the Farmer. Eg. when you disable a plugin in the Farmer it will disable the plugin for all Animals which
11 did not have the state of this plugin explicitly set.
13 There are three ways to manage plugins: You can either pick a single plugin and set its state to the same value in all animals
14 or you can pick a specific animal and configure all the plugin states within that animal only. The third option allows you to
/plugin/markdowku/
H A Dblockquotes.php71 $plugin =& plugin_load('syntax', 'markdowku_headeratx');
72 $plugin->handle($quoteinarg, $state, $pos, $handler);
77 $plugin =& plugin_load('syntax', 'markdowku_hr');
78 $plugin->handle($quoteinarg, $state, $pos, $handler);
83 $plugin =& plugin_load('syntax', 'markdowku_headersetext');
84 $plugin->handle($quoteinarg, $state, $pos, $handler);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php14 $this->assertTrue(in_array('addressbook', $this->plugin->getFeatures()));
15 $this->assertEquals('carddav', $this->plugin->getPluginInfo()['name']);
24 ), $this->plugin->getSupportedReportSet('addressbooks/user1/book1'));
31 ), $this->plugin->getSupportedReportSet(''));
57 $this->assertNull($this->plugin->report('{DAV:}foo', new \DomDocument()));
79 $this->plugin->propFindEarly($propFind, $node);
/plugin/struct/types/
H A DLookup.php3 namespace dokuwiki\plugin\struct\types;
5 use dokuwiki\plugin\struct\meta\Column;
6 use dokuwiki\plugin\struct\meta\PageColumn;
7 use dokuwiki\plugin\struct\meta\QueryBuilder;
8 use dokuwiki\plugin\struct\meta\QueryBuilderWhere;
9 use dokuwiki\plugin\struct\meta\RevisionColumn;
10 use dokuwiki\plugin\struct\meta\RowColumn;
11 use dokuwiki\plugin\struct\meta\Schema;
12 use dokuwiki\plugin\struct\meta\Search;
13 use dokuwiki\plugin\struc
[all...]
/plugin/dirtylittlehelper/
H A DREADME.md5 dirtylittlehelper (dlh) is as plugin for [Dokuwiki](https://www.dokuwiki.org).
8 @turnermm: [overlay plugin](https://github.com/turnermm/Dokuwiki-Nav-Overlay) - the base I began wi…
10 @lisps: [linksuggest plugin](https://github.com/lisps/plugin-linksuggest/) - I copied it :-)
12 @jakob1111 [flowcharts plugin](https://github.com/jakob1111/dokuwiki-plugin-flowcharts/) - the base…
19 Then I took the "overlay" plugin and modified it for my needs. After a while I thought that it woul…
27 …ially when editing and with "advanced config" plugin - done ...that means that after install of th…
41 [bureaucracy-plugin](https://www.dokuwiki.org/plugin:bureaucracy)
42 [struct-plugin](https://www.dokuwiki.org/plugin:bureaucracy)
51 - create the dokuwiki page that is configured "plugin»dirtylittlehelper»page"
144 <dlh.td.wiki> call a plugin or some other cool stuff </dlh.th.wiki>
[all …]
/plugin/combo/
H A Drequirements.txt1 # additional requirements for this plugin: https://github.com/splitbrain/dokuwiki-travis
3 https://github.com/michitux/dokuwiki-plugin-move lib/plugins/move
4 https://github.com/alexlehm/dokuwiki-plugin-gtm lib/plugins/googletagmanager
5 https://github.com/tatewake/dokuwiki-plugin-googleanalytics lib/plugins/googleanalytics
/plugin/struct/action/
H A Daggregationeditor.php13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\AccessTableGlobal;
15 use dokuwiki\plugin\struct\meta\AggregationEditorTable;
16 use dokuwiki\plugin\struct\meta\Column;
17 use dokuwiki\plugin\struct\meta\Schema;
18 use dokuwiki\plugin\struct\meta\SearchConfig;
19 use dokuwiki\plugin\struct\meta\StructException;
20 use dokuwiki\plugin\struct\meta\Value;
/plugin/sentry/conf/
H A DSetting.php3 namespace dokuwiki\plugin\sentry\conf;
5 use dokuwiki\plugin\config\core\Setting\SettingNumeric;
6 use dokuwiki\plugin\sentry\Event;
41 public function html(\admin_plugin_config $plugin, $echo = false) argument
50 $label = '<label>' . $this->prompt($plugin) . '</label>';
/plugin/rss/
H A DREADME.md3 This plugin let you display some rss feed into Dokuwiki.
11 Download this plugin into your ``${dokuwikiroot}/lib/plugins`` folder and restart dokuwiki or use t…
28 For further information, see also [plugin RSS on dokuwiki.org](https://www.dokuwiki.org/plugin:rss)
/plugin/magnifier/
H A DREADME.md4 This is a [DokuWiki plugin](https://www.dokuwiki.org/plugin:magnifier) that renders a loupe over a …
8 This plugin also works fine together with the [popupviewer](https://www.dokuwiki.org/plugin:popupvi…
/plugin/colorpicker/
H A DREADME.md1 # Dokuwiki Color Picker plugin
3 The color picker plugin puts a button in the DokuWiki edit toolbar for inserting a `<color>` tag.
7 This plugin needs the [color plugin][1] to work!
23 [1]: https://www.dokuwiki.org/plugin:color
/plugin/snow/
H A DCONTRIBUTING.md1 # Contributing to dokuwiki-plugin-snow
5 Please note that, since this plugin's source code includes a copy of the Snowstorm script by Scott …
6 which has been provided under the BSD license, the code for this plugin is provided under a BSD lic…
8 Also note that in providing a contribution you will provide the author of this plugin free use
10 of the plugin's code.
/plugin/odtsupport/
H A Dplugin.info.txt5 name odtsupport plugin
6 …pers that can be useful when creating ODT files with the odt plugin. For example, the plugin can p…
7 url https://www.dokuwiki.org/plugin:odtsupport

12345678910>>...147