Home
last modified time | relevance | path

Searched full:doku_plugin (Results 51 – 75 of 1790) sorted by last modified time

12345678910>>...72

/plugin/photogallery/
H A Dsyntax.php15 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/sqlite/
H A DQuerySaver.php17 $this->db = new SQLiteDB('sqlite', DOKU_PLUGIN . 'sqlite/db/');
/plugin/sqlite/_test/
H A DGeneralTest.php64 'Both ' . DOKU_PLUGIN . 'sqlite/conf/default.php and ' . DOKU_PLUGIN . 'sqlite/conf/metadata.php have to exist and contain the same keys.'
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'sqlite/conf/metadata.php'
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'sqlite/conf/default.php'
H A DHelperTest.php34 if (!$SqliteHelper->init("testdb", DOKU_PLUGIN . "sqlite/_test/db")) {
H A DSQLiteDBTest.php35 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
41 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
53 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
71 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
85 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
96 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
105 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
129 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
138 $db = new SQLiteDB('testdb', DOKU_PLUGIN . "sqlite/_test/db");
/plugin/sqlite/helper/
H A Ddb.php35 if (!$this->sqlite->init('sqlite', DOKU_PLUGIN . 'sqlite/db/')) {
/plugin/structstatus/_test/
H A Dgeneral.test.php48 …ls(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'structstatus/conf/default.php and ' . D…
52 …rtArrayHasKey($key, $meta, 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'structstatus…
56 …rtArrayHasKey($key, $conf, 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'structstatus…
/plugin/latex-was/
H A Dlatexinc.php8 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
9 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/nodetailsxhtml/
H A Drenderer.php9 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
H A Daction.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
13 require_once(DOKU_PLUGIN.'action.php');
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
12 require_once(DOKU_PLUGIN.'syntax.php');
H A Dacronym.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
12 require_once(DOKU_PLUGIN.'syntax.php');
H A Dscripting.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
12 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/keywords/syntax/
H A Dkeywords.php14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/templater/
H A Dsyntax.php32 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define
/plugin/batchedit/
H A Daction.php10 require_once(DOKU_PLUGIN . 'batchedit/admin.php');
11 require_once(DOKU_PLUGIN . 'batchedit/config.php');
12 require_once(DOKU_PLUGIN . 'batchedit/server.php');
H A Dinterface.php748 $this->svgCache[$id] = file_get_contents(DOKU_PLUGIN . 'batchedit/images/' . $id . '.svg');
H A Drequest.php10 require_once(DOKU_PLUGIN . 'batchedit/engine.php');
H A Dserver.php10 require_once(DOKU_PLUGIN . 'batchedit/engine.php');
H A Dadmin.php10 require_once(DOKU_PLUGIN . 'batchedit/config.php');
11 require_once(DOKU_PLUGIN . 'batchedit/engine.php');
12 require_once(DOKU_PLUGIN . 'batchedit/interface.php');
13 require_once(DOKU_PLUGIN . 'batchedit/request.php');
H A Dengine.php10 require_once(DOKU_PLUGIN . 'batchedit/interface.php');
/plugin/columns/
H A Daction.php10 require_once(DOKU_PLUGIN . 'columns/rewriter.php');
H A Dsyntax.php496 $styles = io_readFile(DOKU_PLUGIN . 'odt/styles.xml');
/plugin/mikioplugin/syntax/
H A Daccordion.php11 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
H A Daccordionitem.php12 if (!defined('DOKU_PLUGIN')) { define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define

12345678910>>...72