Home
last modified time | relevance | path

Searched refs:plugin (Results 426 – 450 of 3657) sorted by relevance

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

/plugin/dev/
H A DSkeletor.php3 namespace dokuwiki\plugin\dev;
8 * This class holds basic information about a plugin or template and uses the skeleton files to
9 * create new plugin or template specific versions of them.
18 const TYPE_PLUGIN = 'plugin';
54 $this->url = $url ?: 'https://www.dokuwiki.org/plugin:' . $base;
63 * Create an instance using an existing plugin or template directory
70 if (file_exists($dir . '/plugin.info.txt')) {
75 throw new RuntimeException('Not a plugin or template directory');
100 * Add the basic files to the plugin
111 * Add another component to the plugin
[all...]
/plugin/struct/action/
H A Dmove.php13 use dokuwiki\plugin\sqlite\SQLiteDB;
14 use dokuwiki\plugin\struct\meta\Assignments;
15 use dokuwiki\plugin\struct\meta\Column;
16 use dokuwiki\plugin\struct\meta\Schema;
17 use dokuwiki\plugin\struct\types\Lookup;
18 use dokuwiki\plugin\struct\types\Media;
19 use dokuwiki\plugin\struct\types\Page;
/plugin/structpublish/meta/
H A DRevision.php3 namespace dokuwiki\plugin\structpublish\meta;
5 use dokuwiki\plugin\sqlite\SQLiteDB;
6 use dokuwiki\plugin\struct\meta\ConfigParser;
7 use dokuwiki\plugin\struct\meta\Schema;
8 use dokuwiki\plugin\struct\meta\SearchConfig;
9 use dokuwiki\plugin\struct\meta\Value;
28 /** @var bool|\dokuwiki\plugin\struct\meta\Column */
235 * @see https://www.dokuwiki.org/plugin:struct:filters
/plugin/struct/admin/
H A Dschemas.php13 use dokuwiki\plugin\struct\meta\CSVExporter;
14 use dokuwiki\plugin\struct\meta\CSVImporter;
15 use dokuwiki\plugin\struct\meta\CSVPageImporter;
16 use dokuwiki\plugin\struct\meta\CSVSerialImporter;
17 use dokuwiki\plugin\struct\meta\Schema;
18 use dokuwiki\plugin\struct\meta\SchemaBuilder;
19 use dokuwiki\plugin\struct\meta\SchemaEditor;
20 use dokuwiki\plugin\struct\meta\SchemaImporter;
21 use dokuwiki\plugin\struct\meta\StructException;
42 * Should carry out any processing required by the plugin
[all...]
/plugin/calendoku/
H A Dhelper.php15 function __construct($plugin, $text) { argument
24 $this->plugin = $plugin;
112 if (strlen($this->plugin->getConf('defaulttimezone')) > 0) {
113 $mytz = new DateTimeZone($this->plugin->getConf('defaulttimezone'));
119 if ($this->plugin->getConf('showlocaltime')) {
161 return $date->format($this->plugin->getConf('datetimeformat'));
163 return $date->format($this->plugin->getConf('dateformat'));
296 function __construct($plugin, $page) { argument
302 $this->plugin = $plugin;
314 $component = new CalenDoku_CalendarComponent($this->plugin, $vevent[0]);
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md8 Use this plugin to enable "responsive" features for amCharts' JavaScript Charts,
25 enable "responsive" plugin for your chart instance.
27 You can modify those defaults rules, or make your own list. The plugin allows
33 1. Include the minified version of file of this plugin. I.e.:
68 the plugin.
194 the "id" property set so this plugin can target it.
308 ## Extending this plugin
311 plugin.
319 something new out of this plugin.
324 This plugin is licensed under Apache License 2.0.
[all …]
/plugin/autolink4/
H A DREADME.md1 # Autolink4 plugin for dokuwiki
3 This DokuWiki plugin automatically turns specified keywords into links to other wiki pages, similar to the default functionality of MediaWiki.
5 Documentation may be found at: http://dokuwiki.org/plugin:autolink4
/plugin/preservefilenames/
H A DREADME.rst5 This plugin preserves the original name of the uploaded media file.
9 http://www.dokuwiki.org/plugin:preservefilenames
12 http://github.com/kazmiya/dokuwiki-plugin-preservefilenames/zipball/master
/plugin/tcycle/
H A DREADME.md3 All documentation for this plugin can be found at
4 http://www.dokuwiki.org/plugin:tcycle
6 If you install this plugin manually, make sure it is installed in
/plugin/daummovie/
H A DREADME.md1 ======도쿠위키 다음영화정보 플러긴 (DaumMovie plugin)======
9 * [[도쿠위키|도쿠위키]]: https://dokuwiki.org/plugin:daummovie
27 아까 얻은 ''Apikey''를 도쿠위키의 DaumMovie plugin 설정에 입력한다.
/plugin/pureldap/_test/
H A DGroupHierarchyCacheTest.php
/plugin/structat/syntax/
H A Dtable.php10 use dokuwiki\plugin\struct\meta\AggregationTable;
11 use dokuwiki\plugin\struct\meta\ConfigParser;
12 use dokuwiki\plugin\struct\meta\StructException;
13 use dokuwiki\plugin\structat\meta\SearchConfigAt;
/plugin/rocketchatnotifier/
H A DREADME.md3 A DokuWiki plugin that notifies a Rocket.Chat channel room of wiki edits.
5 [Link to project page on dokuwiki.org](https://www.dokuwiki.org/plugin:rocketchatnotifier)
8 A user has reported the plugin to also work with Slack, where the plugin comes from originally. It …
/plugin/combo/syntax/
H A Dmetadata.php36 * @param syntax_plugin_combo_metadata $plugin - the calling dokuwiki plugin
40 public static function getHtmlMetadataBox($plugin, $inlineAttributes = array()): string argument
44 $defaultStringAttributes = $plugin->getConf(self::CONF_METADATA_DEFAULT_ATTRIBUTES);
78 $content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('message_come_from') . PluginUtility::getDocumentationHyperLink("metadata:viewer", "ComboStrap Metadata Viewer") . '</div>';
98 * * 'normal' - The plugin can be used inside paragraphs
99 * * 'block' - Open paragraphs need to be closed before plugin output - block should not be inside paragraphs
111 * Allow which kind of plugin inside
/plugin/struct/syntax/
H A Dlist.php10 use dokuwiki\plugin\struct\meta\AggregationList;
11 use dokuwiki\plugin\struct\meta\ConfigParser;
12 use dokuwiki\plugin\struct\meta\SearchConfig;
13 use dokuwiki\plugin\struct\meta\StructException;
H A Dtable.php11 use dokuwiki\plugin\struct\meta\Aggregation;
12 use dokuwiki\plugin\struct\meta\AggregationTable;
13 use dokuwiki\plugin\struct\meta\ConfigParser;
14 use dokuwiki\plugin\struct\meta\SearchConfig;
15 use dokuwiki\plugin\struct\meta\StructException;
131 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
/plugin/securelogin/
H A DREADME.md3 …s repo has been archived. See the [Plugin page](https://www.dokuwiki.org/plugin:securelogin) for a…
9 Also, whenever a password has to be entered, it is automagically encrypted by this plugin, be it on…
33 Attacks against RSA have become easier. This plugin uses RSA and needs to be rewritten to use a dif…
44 If the [CAPTCHA plugin](https://www.dokuwiki.org/plugin:captcha) is enabled on the login page with …
46 …ord. The login will just act as if CAPTCHA is not installed. The CAPTCHA plugin should still work …
50 …- Search for and install the plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:…
57 To manually install the plugin, please see the [manual install instructions](https://www.dokuwiki.o…
83 But when you use this plugin, it will encrypt the password, which can only be decrypted on the serv…
137 * Updates to plugin info in admin page, like the website link and more unified info.
149 * added plugin.info.txt
[all …]
/plugin/tools/
H A DREADME5 Documentation on the tools plugin can be found at http://www.dokuwiki.org/plugin:tools.
7 If you install this plugin manually, make sure it is installed in
/plugin/selfmeasurement/
H A DREADME.md3 Medical plugin to help users to correctly monitor their blood pressure.
5 All documentation for this plugin can be found at https://www.dokuwiki.org/plugin:selfmeasurement
/plugin/piwik2/
H A Dplugin.info.txt5 name DokuWiki plugin for Piwik 2.x
6 … alternative (inspired by the piwik plugin from Heikki Hokkanen <hoxu@users.sf.net>, https://www.d…
/plugin/sviewer/
H A DREADME1plugin for dokuwiki, it's a modified version (fork) of the Autoviewer plugin made by Ikuo Obataya.…
/plugin/authgoogle/
H A DREADME.md10 All documentation for Google Authentication plugin
11 is available online at http://www.dokuwiki.org/plugin:authgoogle
14 http://www.dokuwiki.org/plugin:authgoogle#installation
/plugin/ckgedit/lang/es/
H A Dmerger.txt1 …- Esta versión de [[doku>plugin:ckgedit|ckgedit]] actualiza CKEditor de la 4.9 a la 4.10, lo que p…
2 ….9, ckgedit se fusionó con [[doku>plugin:ckgdoku|ckgdoku]]. Ver las opciones de configuración de …
/plugin/codebuttonmod2/
H A DREADME.MD7 In the default toolbar there is no code button available. The plugin Mod 1 added one code button.
8 The plugin Mod 2 adds a second additional button and includes a new feature for copying the code te…
14 Install the plugin over the webfrontend by using the url:
20 Install the plugin over the webfrontend by using the url:
38 - **plugin.info.txt** for easy setup using a named zip file
/plugin/data-au/
H A DREADME3 All documentation for this plugin can be found at
4 http://www.dokuwiki.org/plugin:data-au
7 plugin page - until then, that was worthless information. Sorry).
9 If you install this plugin manually, make sure it is installed in
24 https://github.com/SFITCS/dokuwiki-plugin-dataau/issues

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