Home
last modified time | relevance | path

Searched refs:plugins (Results 1 – 25 of 64) sorted by path

123

/dokuwiki/
H A DSECURITY.md7 **This policy only applies to DokuWiki and the bundled plugins. Do not report issues about 3rd party plugins here.**
/dokuwiki/conf/
H A Dplugins.php3 * This file configures the default states of available plugins. All settings in
4 * the plugins.*.php files will override those here.
6 $plugins['testing'] = 0;
H A Dplugins.required.php3 * This file configures the enabled/disabled status of plugins, which are also protected
7 $plugins['acl'] = 1;
8 $plugins['authplain'] = 1;
9 $plugins['extension'] = 1;
10 $plugins['config'] = 1;
11 $plugins['usermanager'] = 1;
12 $plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either
/dokuwiki/data/
H A Ddeleted.files101 lib/plugins/config/_test/configuration.test.php
113 lib/plugins/authmysql/auth.php
114 lib/plugins/authmysql/conf/default.php
115 lib/plugins/authmysql/conf/metadata.php
116 lib/plugins/authmysql/lang/bg/lang.php
117 lib/plugins/authmysql/lang/bg/settings.php
118 lib/plugins/authmysql/lang/cs/lang.php
119 lib/plugins/authmysql/lang/cs/settings.php
120 lib/plugins/authmysql/lang/cy/lang.php
121 lib/plugins/authmysq
[all...]
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
43 * [[doku>plugins|Installing plugins]]
H A Dsyntax.txt473 DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
H A Dwelcome.txt22 You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
/dokuwiki/inc/Extension/
H A DPluginController.php8 * Class to encapsulate access to dokuwiki plugins
15 /** @var array the types of plugins DokuWiki supports */
19 /** @var array all installed plugins and their enabled state [plugin=>enabled] */
25 * Populates the master list of plugins
35 * Returns a list of available plugins of given type
41 * false to only return enabled plugins,
42 * true to return both enabled and disabled plugins
76 * @param $disabled bool true to load even disabled plugins
84 //we keep all loaded plugins available in global scope for reuse
200 * Read all installed plugins an
[all...]
/dokuwiki/inc/Remote/
H A DApi.php15 * The other is plugin methods. These are provided by remote plugins.
43 /** @var ApiCall[] remote methods provided by dokuwiki plugins */
84 $plugins = plugin_list('remote');
85 foreach ($plugins as $pluginName) {
/dokuwiki/inc/lang/nl/
H A Dadminplugins.txt1 ===== Toegevoegde plugins ====
/dokuwiki/inc/
H A Dpluginutils.php4 * Utilities for handling plugins
15 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
17 // this is only to support plugins that don't follow these conventions, too
25 * Return list of available plugins
27 * @param string $type type of plugins; empty string for all
28 * @param bool $all; true to retrieve all, false to retrieve only enabled plugins
35 $plugins = $plugin_controller->getList($type, $all);
36 sort($plugins, SORT_NATURAL | SORT_FLAG_CASE);
37 return $plugins;
48 * @param $disabled bool true to load even disabled plugins
[all...]
/dokuwiki/lib/exe/
H A Dcss.php97 // Let plugins decide to either put more styles here or to remove some
135 // plugins decide whether to include the DW default styles.
547 $plugins = plugin_list();
548 foreach ($plugins as $p) {
549 $list[DOKU_PLUGIN . "$p/$mediatype.css"] = DOKU_BASE . "lib/plugins/$p/";
550 $list[DOKU_PLUGIN . "$p/$mediatype.less"] = DOKU_BASE . "lib/plugins/$p/";
553 $list[DOKU_PLUGIN . "$p/style.css"] = DOKU_BASE . "lib/plugins/$p/";
554 $list[DOKU_PLUGIN . "$p/style.less"] = DOKU_BASE . "lib/plugins/$p/";
H A Djs.php83 // Let plugins decide to either put more scripts here or to remove some
117 $lang['js']['plugins'] = js_pluginstrings();
220 $plugins = plugin_list();
221 foreach ($plugins as $p) {
231 * - Nothing is returned for plugins without an entry for $lang['js']
241 $plugins = plugin_list();
242 foreach ($plugins as $p) {
/dokuwiki/lib/plugins/authpdo/
H A DREADME9 lib/plugins/authpdo/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
/dokuwiki/lib/plugins/config/core/
H A DLoader.php11 * configuration cascade and installed plugins.
18 /** @var string[] list of enabled plugins */ variable in dokuwiki\\plugin\\config\\core\\Loader
19 protected $plugins;
32 $this->plugins = plugin_list();
34 // allow plugins to remove configurable plugins
35 Event::createAndTrigger('PLUGIN_CONFIG_PLUGINLIST', $this->plugins);
41 * Reads the main file, plugins and template settings meta data
51 // plugins
52 foreach ($this->plugins a
[all...]
/dokuwiki/lib/plugins/config/lang/pt-br/
H A Dlang.php176 $lang['defer_js'] = 'Adie o javascript para ser executado após a análise do HTML da página. Melhora a velocidade percebida da página, mas pode interromper um pequeno número de plugins.';
/dokuwiki/lib/plugins/config/lang/pt/
H A Dlang.php171 $lang['defer_js'] = 'Adie a execução do javascript para depois da análise do HTML da página. Isso Melhora a velocidade da página, mas pode interromper um pequeno número de plugins.';
/dokuwiki/lib/plugins/extension/lang/bg/
H A Dintro_search.txt1 От тук имате достъп до всички налични [[doku>plugins|приставки]] и [[doku>template|шаблони]] за DokuWiki, които са дело на трети лица. Имайте предвид, че кодът им е потенциален **риск за сигурността на сървъра**! Повече по темата можете да прочетете в [[doku>security#plugin_security|plugin security]] first.
/dokuwiki/lib/plugins/extension/lang/ckb/
H A Dintro_search.txt1 ئەم خشتەبەندە دەستگەیشتنت دەداتێ بە هەموو پارتی 3یەمی بەردەست !!doku>plugins|plugins!! و <doku>template|templates!! بۆ دۆکویکی. تکایە ئاگاداری ئەوە بە کە دامەزراندنی کۆدی 3ەم پارت لەو (…)
/dokuwiki/lib/plugins/extension/lang/cs/
H A Dintro_search.txt1 Tato záložka poskytuje náhled na všechny dostupné [[doku>plugins|moduly]] a [[doku>cs:template|šablony]] třetích stran pro DokuWiki. Jejich instalací se múžete vystavit **bezpečnostním rizikům** o kterých se můžete více dočíst v oddíle [[doku>security#plugin_security|plugin security]].
/dokuwiki/lib/plugins/extension/lang/cy/
H A Dintro_search.txt1 Mae'r tab hwn yn rhoi mynediad i bob [[doku>plugins|ategyn]] a [[doku>template|thempled]] 3ydd parti ar gael ar gyfer DokuWiki. Sylwch fod arsefydlu cod 3ydd parti yn achosi **risg diogelwch**. Efallai hoffech chi ddarllen mwy ar [[doku>security#plugin_security|ddiogelwch ategion]] yn gyntaf.
/dokuwiki/lib/plugins/extension/lang/da/
H A Dintro_search.txt1 Denne fane giver dig adgang til alle tredje-parts [[doku>plugins|udvidelser]] og [[doku>template|temaer]] til DokuWiki. Vær opmærksom på at installation af tredje- (…)
/dokuwiki/lib/plugins/extension/lang/de-informal/
H A Dintro_search.txt1 Dieser Tab gibt Dir Zugriff auf alle vorhandenen [[doku>de:plugins|Plugins]] und [[doku>de:template|Templates]] für DokuWiki. Bitte bedenke, dass jede installierte Erweiterung ein Sicherheitsrisiko darstellen kann. Du solltest vor einer Installation die [[doku>security#plugin_security|Plugin Security]] Informationen lesen.
/dokuwiki/lib/plugins/extension/lang/de/
H A Dintro_search.txt1 Dieser Tab gibt Ihnen Zugriff auf alle vorhandenen [[doku>de:plugins|Plugins]] und [[doku>de:template|Templates]] für DokuWiki. Bitte bedenken Sie, dass jede installierte Erweiterung ein Sicherheitsrisiko darstellen kann. Sie sollten vor einer Installation die [[doku>security#plugin_security|Plugin Security]] Informationen lesen.
/dokuwiki/lib/plugins/extension/lang/el/
H A Dintro_search.txt1 Σε αυτή την καρτέλα έχετε πρόσβαση σε [[doku>plugins|plugins]] and [[doku>template|templates]] DokuWiki. Η εγκατάσταση λογισμικού τρίτων δημιουργών αποτελεί **ρίσκο ασφάλειας**, για το οποίο μπορείτε να διαβάσετε το [[doku>security#plugin_security|plugin security]]

123