Home
last modified time | relevance | path

Searched full:doku_plugin (Results 26 – 50 of 1790) sorted by path

12345678910>>...72

/plugin/aclinfo/
H A Dsyntax.php9 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
10 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/acronym/
H A Dsyntax.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
13 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/acronym4glossary/
H A Dsyntax.php14 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
16 require_once DOKU_PLUGIN.'syntax.php';
/plugin/acronymedit/
H A Dadmin.php3 if(!defined('DOKU_PLUGIN')) die();
6 require_once(DOKU_PLUGIN.'admin.php');
26 $file = DOKU_PLUGIN.'/'.$parts[2].'/plugin.info.txt';
/plugin/actickets/
H A Dsyntax.php26 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
28 require_once DOKU_PLUGIN.'syntax.php';
/plugin/actionlink/
H A Dsyntax.php14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/actionrenderer/_test/
H A Dgeneral.test.php54 …'Both ' . DOKU_PLUGIN . 'actionrenderer/conf/default.php and ' . DOKU_PLUGIN . 'actionrenderer/con…
62 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'actionrenderer/conf/metadata.php'
70 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'actionrenderer/conf/default.php'
/plugin/addressbook/helper/
H A Ddb.php56 … if (!$this->sqlite->init('addressbook', DOKU_PLUGIN . 'addressbook/db/')) { # Changed plugin name
/plugin/adminhomepage/
H A Daction.php13 if (!defined('DOKU_PLUGIN'))
14 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
16 require_once (DOKU_PLUGIN . 'action.php');
27 'date' => @file_get_contents(DOKU_PLUGIN.'adminhomepage/VERSION'),
/plugin/adminperm/_test/
H A Dgeneral.test.php54 …'Both ' . DOKU_PLUGIN . 'adminperm/conf/default.php and ' . DOKU_PLUGIN . 'adminperm/conf/metadata…
62 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'adminperm/conf/metadata.php'
70 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'adminperm/conf/default.php'
/plugin/admnote/syntax/
H A Drenderer.php78 if(is_file(DOKU_PLUGIN.'admnote/lang/'.$conf['lang'].'/lang.php')) {
79 require DOKU_PLUGIN.'admnote/lang/'.$conf['lang'].'/lang.php';
81 require DOKU_PLUGIN.'admnote/lang/en/lang.php';
/plugin/adultcontent/
H A Daction.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
13 require_once(DOKU_PLUGIN.'action.php');
/plugin/advrack/
H A Dsyntax.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
13 //require_once(DOKU_PLUGIN.'syntax.php');
/plugin/ahrefmenu/
H A Dadmin.php10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
11 require_once(DOKU_PLUGIN.'admin.php');
/plugin/aichat/Storage/
H A DSQLiteStorage.php36 $this->db = new SQLiteDB('aichat', DOKU_PLUGIN . 'aichat/db/');
/plugin/aimg/
H A Dsyntax.php35 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
36 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/ajaxloader/
H A Daction.php9 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
10 require_once(DOKU_PLUGIN.'action.php');
/plugin/ajaxpeon/
H A Daction.php8 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
9 require_once (DOKU_PLUGIN . 'action.php');
/plugin/alertbox/
H A Dsyntax.php10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
11 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/alphaindex/
H A Dsyntax.php16 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
17 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/alphalist/
H A Daction.php5 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
6 require_once DOKU_PLUGIN.'syntax.php';
H A Dhelper.php5 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
6 require_once DOKU_PLUGIN.'syntax.php';
H A Dsyntax.php5 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
6 require_once DOKU_PLUGIN.'syntax.php';
/plugin/amazon_heavy/
H A Dsyntax.php10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'inc/plugins/'); define
11 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/anchor/
H A Dsyntax.php3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define

12345678910>>...72