Home
last modified time | relevance | path

Searched full:doku_plugin (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/inc/Extension/
H A DPluginTrait.php43 $file = DOKU_PLUGIN . '/' . $ext . '/plugin.info.txt';
137 $file = DOKU_PLUGIN . $plugin . '/lang/' . $conf['lang'] . '/' . $id . '.' . $ext;
140 $file = DOKU_PLUGIN . $plugin . '/lang/en/' . $id . '.' . $ext;
154 $path = DOKU_PLUGIN . $this->getPluginName() . '/lang/';
227 $path = DOKU_PLUGIN . $this->getPluginName() . '/conf/';
H A DPluginController.php109 $inf = confToHash(DOKU_PLUGIN . "$plugin/plugin.info.txt");
204 if ($dh = @opendir(DOKU_PLUGIN)) {
208 if (is_file(DOKU_PLUGIN . $plugin)) continue; // skip files, we're only interested in directories
346 if (file_exists(DOKU_PLUGIN . "$plugin/$type.php")) {
350 $typedir = DOKU_PLUGIN . "$plugin/$type/";
405 if (file_exists(DOKU_PLUGIN . $plugin . '/vendor/autoload.php')) {
407 require_once(DOKU_PLUGIN . $plugin . '/vendor/autoload.php');
H A DAdminPlugin.php48 return DOKU_PLUGIN . $plugin . '/admin.svg';
/dokuwiki/lib/plugins/config/core/
H A DLoader.php49 include DOKU_PLUGIN . 'config/settings/config.metadata.php';
56 DOKU_PLUGIN . $plugin . '/conf/metadata.php',
94 DOKU_PLUGIN . $plugin . '/conf/default.php',
135 DOKU_PLUGIN . $plugin . '/',
/dokuwiki/inc/
H A Dpluginutils.php15 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define
H A Dload.php172 $file = DOKU_PLUGIN . $classPath . '.php';
253 $plg = DOKU_PLUGIN . "{$m[2]}/{$m[1]}$c.php";
H A Dinit.php37 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
32 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define
/dokuwiki/bin/
H A Dgittool.php260 $target = DOKU_PLUGIN . $ext;
287 glob(DOKU_PLUGIN . '*/.git', GLOB_ONLYDIR),
/dokuwiki/lib/exe/
H A Dcss.php549 $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.php222 $list[] = DOKU_PLUGIN . "$p/script.js";
243 $path = DOKU_PLUGIN . $p . '/lang/';
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php606 return DOKU_PLUGIN . $this->base;
638 } elseif (!is_writable(DOKU_PLUGIN)) {
1046 $target_base_dir = DOKU_PLUGIN;
1299 $extensiondir = DOKU_PLUGIN;
/dokuwiki/lib/plugins/authad/
H A Dauth.php82 require_once(DOKU_PLUGIN . 'authad/adLDAP/adLDAP.php');
83 require_once(DOKU_PLUGIN . 'authad/adLDAP/classes/adLDAPUtils.php');