Home
last modified time | relevance | path

Searched full:doku_plugin (Results 51 – 75 of 1790) sorted by path

12345678910>>...72

/plugin/anewssystem/
H A Daction.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
12 require_once(DOKU_PLUGIN.'action.php');
71 $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
H A Dsyntax.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'syntax.php');
62 … $ans_conf['newstemplate'] = DOKU_PLUGIN.'anewssystem/tpl/newstemplate_'.$conf['lang'].'.txt';
77 $records = file(DOKU_PLUGIN.'anewssystem/tpl/newstemplate_'.$conf['lang'].'.txt');
95 $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
189 … $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
190 $FontRecords = file(DOKU_PLUGIN.'anewssystem/tpl/fonts.txt');
/plugin/animation/
H A Daction.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
13 require_once(DOKU_PLUGIN.'action.php');
H A Dsyntax.php14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
16 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/annotate/
H A Danno.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
14 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/anonip/
H A Daction.php12 require_once DOKU_PLUGIN.'action.php';
/plugin/applet/
H A Dsyntax.php16 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
17 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/approve/action/
H A Dnotification.php7 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
8 require_once DOKU_PLUGIN . 'syntax.php';
5 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); global() define
/plugin/approve/helper/
H A Ddb.php54 if (!$this->sqlite->init('approve', DOKU_PLUGIN . 'approve/db/')) {
/plugin/archivegenerator/_test/
H A Dgeneral.test.php54 …'Both ' . DOKU_PLUGIN . 'archivegenerator/conf/default.php and ' . DOKU_PLUGIN . 'archivegenerator…
62 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'archivegenerator/conf/metadata.php'
70 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'archivegenerator/conf/default.php'
/plugin/archiveupload/
H A Daction.php25 'date' => @file_get_contents(DOKU_PLUGIN.'archiveupload/VERSION'),
/plugin/arguments/
H A Dsyntax.php14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/asciimath/
H A Daction.php17 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
18 require_once(DOKU_PLUGIN.'action.php');
/plugin/asiansearch/
H A Daction.php14 if (!defined('DOKU_PLUGIN')) {
15 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
18 require_once DOKU_PLUGIN . 'action.php';
27 return confToHash(DOKU_PLUGIN . 'asiansearch/plugin.info.txt');
/plugin/asyncsearch/
H A Dasyncsearch.php125 $list[] = DOKU_PLUGIN."$p/asyncsearch.js";
/plugin/authjoomla/
H A Dauth.php145 $path = DOKU_PLUGIN . 'authpdo/lang/';
/plugin/authorlist/
H A Daction.php15 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
17 require_once(DOKU_PLUGIN.'action.php');
H A Dhelper.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define
/plugin/authorstats/
H A Daction.php16 if (!defined("DOKU_PLUGIN")) define("DOKU_PLUGIN", DOKU_INC . "lib/plugins/"); define
H A Dadmin.php4 if (!defined("DOKU_PLUGIN")) define("DOKU_PLUGIN", DOKU_INC . "lib/plugins/"); define
H A Dsyntax.php15 if (!defined("DOKU_PLUGIN")) define("DOKU_PLUGIN", DOKU_INC . "lib/plugins/"); define
/plugin/authplaincas/
H A Daction.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
14 require_once(DOKU_PLUGIN.'action.php');
H A Dauth.php18 DOKU_PLUGIN . 'phpCAS/CAS.php',
19 DOKU_PLUGIN . 'authplaincas/phpCAS/CAS.php',
204 include_once(DOKU_PLUGIN . 'authplaincas/plaincas.settings.php');
/plugin/authsaml/
H A Daction.php27 if (! defined('DOKU_PLUGIN'))
28 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
30 require_once DOKU_PLUGIN . 'action.php';
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php22 if (! defined('DOKU_PLUGIN'))
23 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
25 require_once DOKU_PLUGIN . 'action.php';

12345678910>>...72