Home
last modified time | relevance | path

Searched full:doku_plugin (Results 151 – 175 of 1790) sorted by last modified time

12345678910>>...72

/plugin/xlsx2dw/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'xlsx2dw/conf/default.php and ' . DOKU_PLUGIN . 'xlsx2dw/conf/metadata.php…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'xlsx2dw/conf/metadata.php'
80 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'xlsx2dw/conf/default.php'
/plugin/gallery/
H A Dsyntax.php
/plugin/dev/skel/_test/
H A DGeneralTest.php63 'Both ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php have to exist and contain the same keys.'
71 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
79 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
/plugin/dev/
H A Dcli.php145 $pdir = fullpath(DOKU_PLUGIN);
/plugin/structtasks/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'structtasks/conf/default.php and ' . DOKU_PLUGIN . 'structtasks/conf/meta…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'structtasks/conf/metadata.php'
80 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'structtasks/conf/default.php'
/plugin/orphanswanted/
H A Dhelper.php15 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
H A Dsyntax.php19 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
/plugin/button/
H A Dsyntax.php56 if (!defined('DOKU_PLUGIN'))
57 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
44 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define
H A Daction.php22 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
23 require_once(DOKU_PLUGIN.'action.php');
/plugin/bibtex4dw/syntax/
H A Dbibtex.php26 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define
28 require_once DOKU_PLUGIN.'syntax.php';
77 require_once(DOKU_PLUGIN.'bibtex4dw/lib/bibtexrender.php');
H A Dcite.php26 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define
28 require_once DOKU_PLUGIN.'syntax.php';
56 require_once(DOKU_PLUGIN.'bibtex4dw/lib/bibtexrender.php');
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php11 require_once(DOKU_PLUGIN.'bibtex4dw/lib/bibtexparser.php');
86 require_once(DOKU_PLUGIN.'bibtex4dw/syntax/bibtex.php');
105 if(!$this->sqlite->init('bibtex4dw', DOKU_PLUGIN.'bibtex4dw/db/')){
/plugin/copycode/action/
H A Dcopycode.php49 // 'src' => DOKU_PLUGIN.'copycode/script.js');
/plugin/imapmarkers/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'imapmarkers/conf/default.php and ' . DOKU_PLUGIN . 'imapmarkers/conf/meta…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'imapmarkers/conf/metadata.php'
80 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'imapmarkers/conf/default.php'
/plugin/recommend/
H A Daction.php194 if (@is_dir(DOKU_PLUGIN . 'captcha')) $captcha = plugin_load('helper','captcha');
/plugin/translation/_test/
H A DGeneralTest.php64 'Both ' . DOKU_PLUGIN . 'translation/conf/default.php and ' . DOKU_PLUGIN . 'translation/conf/metadata.php have to exist and contain the same keys.'
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'translation/conf/metadata.php'
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'translation/conf/default.php'
/plugin/translation/
H A Dhelper.php303 $text .= '<i>' . inlineSVG(DOKU_PLUGIN . 'translation/flags/' . $lang . '.svg', 1024 * 12) . '</i>';
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php38 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
71 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
/plugin/bureaucracy/
H A Dsyntax.php155 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
159 …} elseif(plugin_isdisabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/he…
/plugin/tgnotify/
H A Daction.php10 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
/plugin/gitbacked/action/
H A Deditcommit.php14 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
/plugin/dw2pdf/conf/
H A Dmetadata.php11 $meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
/plugin/dw2pdf/_test/
H A DGeneralTest.php64 'Both ' . DOKU_PLUGIN . 'dw2pdf/conf/default.php and ' . DOKU_PLUGIN . 'dw2pdf/conf/metadata.php have to exist and contain the same keys.'
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'dw2pdf/conf/metadata.php'
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'dw2pdf/conf/default.php'
/plugin/dw2pdf/
H A Daction.php631 $file = DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/' . $section . $order . '.html';
672 $coverfile = DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/cover.html';
681 $backfile = DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/back.html';
690 $citationfile = DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/citation.html';
792 DOKU_PLUGIN . 'dw2pdf/conf/style.css' => DOKU_BASE . 'lib/plugins/dw2pdf/conf/',
793 DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/style.css' =>
795 DOKU_PLUGIN . 'dw2pdf/conf/style.local.css' => DOKU_BASE . 'lib/plugins/dw2pdf/conf/',
835 $list[DOKU_PLUGIN . "$p/screen.css"] = DOKU_BASE . "lib/plugins/$p/";
836 $list[DOKU_PLUGIN . "$p/screen.less"] = DOKU_BASE . "lib/plugins/$p/";
838 $list[DOKU_PLUGIN
[all...]
/plugin/combo/ComboStrap/
H A DDirectoryLayout.php30 return LocalPath::createFromPathString(DOKU_PLUGIN . PluginUtility::PLUGIN_BASE_NAME);

12345678910>>...72