Home
last modified time | relevance | path

Searched full:doku_plugin (Results 151 – 175 of 1790) sorted by path

12345678910>>...72

/plugin/bez/mdl/
H A DTask.php539 $less->addImportDir(DOKU_PLUGIN . 'bez/style/');
540 $style = $less->compileFile(DOKU_PLUGIN . 'bez/style/task.less');
H A DThread.php475 $less->addImportDir(DOKU_PLUGIN . 'bez/style/');
476 $style = $less->compileFile(DOKU_PLUGIN . 'bez/style/thread.less');
/plugin/bez/syntax/
H A Dnav.php30 inlineSVG(DOKU_PLUGIN . 'bez/images/logo.svg') .
H A Dqlink.php5 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
6 require_once DOKU_PLUGIN.'syntax.php';
H A Dquery.php6 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
7 require_once DOKU_PLUGIN.'syntax.php';
/plugin/bez/tpl/
H A Dtask.php68 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/tick.svg') ?>
H A Dtask_box.php41 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock.svg') ?>
H A Dtasks.php186 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock-small.svg') ?>
H A Dthread.php42 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/tick.svg') ?>
51 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/close.svg') ?>
H A Dthread_box.php27 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock.svg') ?>
H A Dthreads.php167 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock-small.svg') ?>
/plugin/bible/
H A Dsyntax.php14 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
16 require_once DOKU_PLUGIN.'syntax.php';
111 $filename = DOKU_PLUGIN . "bible/bible_douayRheims/" . $thisChapterName . ".txt";
/plugin/bibtex/
H A Dsyntax.php129 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
130 require_once(DOKU_PLUGIN.'syntax.php');
249 $pathToOsbib = DOKU_PLUGIN.'bibtex/OSBib/';
275 …list($info, $citation, $styleCommon, $styleTypes) = $bibformat->loadStyle(DOKU_PLUGIN.'bibtex/OSBi…
/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/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/blextra/
H A Dhelper.php14 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
/plugin/bliki/
H A Dsyntax.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
13 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/block/
H A Dsyntax.php14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/blog/
H A Daction.php109 $TEXT = io_readFile(DOKU_PLUGIN.'blog/_template.txt');
154 if ((@file_exists(DOKU_PLUGIN.'tag/syntax/tag.php'))
162 if ((@file_exists(DOKU_PLUGIN.'discussion/syntax/comments.php'))
170 if ((@file_exists(DOKU_PLUGIN.'linkback/syntax.php'))
/plugin/blogmeta/
H A Daction.php13 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'action.php');
23 'date' => @file_get_contents(DOKU_PLUGIN . 'blogmeta/VERSION'),
/plugin/blogtng/action/
H A Dnew.php86 if(!$tpl) $tpl = io_readFile(DOKU_PLUGIN . 'blogtng/tpl/newentry.txt');
/plugin/blogtng/helper/
H A Dentry.php750 $pattern = DOKU_PLUGIN . 'blogtng/tpl/*{_,/}entry.php';
754 $blogs[] = substr($file, strlen(DOKU_PLUGIN . 'blogtng/tpl/'), -10);
H A Dtools.php75 $fname = DOKU_PLUGIN . "blogtng/tpl/$tpl$sep$type.php";
/plugin/bomfix/
H A Dsyntax.php3 if (! defined('DOKU_PLUGIN')) {
7 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
10 require_once(DOKU_PLUGIN . 'syntax.php');

12345678910>>...72