Home
last modified time | relevance | path

Searched full:doku_plugin (Results 201 – 225 of 1790) sorted by last modified time

12345678910>>...72

/plugin/statistics/
H A Daction.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
12 require_once(DOKU_PLUGIN . 'action.php');
/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/const/
H A Daction.php11 if (!defined('DOKU_PLUGIN'))
12 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
14 require_once(DOKU_PLUGIN . 'action.php');
H A Dsyntax.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
13 require_once DOKU_PLUGIN.'syntax.php';
/plugin/approve/helper/
H A Ddb.php54 if (!$this->sqlite->init('approve', DOKU_PLUGIN . 'approve/db/')) {
/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/btable2/
H A Dsyntax.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
12 require_once(DOKU_PLUGIN.'syntax.php');
H A Dexport.php16 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
/plugin/structacl/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'structacl/conf/default.php and ' . DOKU_PLUGIN . 'structacl/conf/metadata…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'structacl/conf/metadata.php'
80 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'structacl/conf/default.php'
/plugin/htmlmetatags/
H A Daction.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define
/plugin/htmlmetatags/syntax/
H A Dsyntax.php15 define ( 'DOKU_PLUGIN', DOKU_INC . 'lib/plugins/' ); global() define
/plugin/notification/helper/
H A Ddb.php54 if (!$this->sqlite->init('notification', DOKU_PLUGIN . 'notification/db/')) {
/plugin/ireadit/helper/
H A Ddb.php54 if (!$this->sqlite->init('ireadit', DOKU_PLUGIN . 'ireadit/db/')) {
/plugin/howhard/
H A Dsyntax.php25 if (!defined('DOKU_PLUGIN'))
27 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
30 require_once DOKU_PLUGIN.'syntax.php';
H A Daction.php14 if (!defined('DOKU_PLUGIN'))
16 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
18 require_once(DOKU_PLUGIN . 'action.php');
/plugin/autonumbering/
H A Dsyntax.php50 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
52 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/odt/ODT/
H A DODTFootnote.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTHeading.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTImage.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTImport.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTIndex.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTList.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTParagraph.php11 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTSpan.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTState.php3 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTStateElement.php';
4 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTRoot.php';
5 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementSpan.php';
6 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementParagraph.php';
7 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementList.php';
8 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementListItem.php';
10 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementTable.php';
12 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementTableRow.php';
15 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementFrame.php';
17 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTElementNote.php';
[all …]

12345678910>>...72