Home
last modified time | relevance | path

Searched full:doku_plugin (Results 1751 – 1775 of 1790) sorted by relevance

1...<<7172

/plugin/siteexport/syntax/
H A Dtoc.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
/plugin/data-au/
H A Dhelper.php9 require_once(DOKU_PLUGIN . 'syntax.php');
/plugin/firenews/
H A Dsyntax.php306 $updatedir = DOKU_PLUGIN . "$pluginname/db/";
/plugin/odt/ODT/
H A DODTImage.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTFrame.php10 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
H A DODTUtility.php10 require_once DOKU_PLUGIN . 'odt/ODT/css/csscolors.php';
12 require_once DOKU_PLUGIN . 'odt/ODT/css/cssborder.php';
H A DODTIndex.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
/plugin/dev/
H A Dcli.php145 $pdir = fullpath(DOKU_PLUGIN);
/plugin/translator/
H A Dhelper.php21 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define
/plugin/webdavclient/
H A Dadmin.php11 require_once(DOKU_PLUGIN.'admin.php');
/plugin/bez/tpl/
H A Dthreads.php167 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock-small.svg') ?>
H A Dtasks.php186 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock-small.svg') ?>
/plugin/bez/action/
H A Ddefault.php222 $ctl = DOKU_PLUGIN."bez/ctl/".str_replace('/', '', $this->action).".php";
/plugin/glossary/
H A Dglossary.class.php10 if(!defined('DOKU_PLUGIN'))
11 define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
/plugin/latexport/implementation/
H A Ddecorator_persister.php6 require_once DOKU_PLUGIN . 'latexport/implementation/decorator.php';
/plugin/odt/ODT/styles/
H A DODTTextStyle.php9 require_once DOKU_PLUGIN . 'odt/ODT/XMLUtil.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/siteexport/inc/
H A Dtoc.php3 if (!defined('DOKU_PLUGIN')) die('meh');
/plugin/discussion/
H A Daction.php1492 $tpl = io_readFile(DOKU_PLUGIN.'discussion/_template.txt');
1510 && (@file_exists(DOKU_PLUGIN.'avatar/syntax.php'))
1519 if ((@file_exists(DOKU_PLUGIN.'tag/syntax/tag.php'))
/plugin/pycode/
H A Dsyntax.php332 $tmp_log_url = DOKU_PLUGIN . "pycode/tmp/logfile.tmp";
/plugin/quickstats/
H A Dadmin.php10 require_once(DOKU_PLUGIN.'admin.php');
/plugin/blogtng/helper/
H A Dentry.php750 $pattern = DOKU_PLUGIN . 'blogtng/tpl/*{_,/}entry.php';
754 $blogs[] = substr($file, strlen(DOKU_PLUGIN . 'blogtng/tpl/'), -10);
/plugin/phpipam/
H A Dsyntax.php12 if (!defined('DOKU_PLUGIN'))
13 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/') ; define
14 require_once(DOKU_PLUGIN . 'syntax.php') ;
/plugin/timetrack/
H A Dhelper.php15 require_once(DOKU_PLUGIN . 'syntax.php');

1...<<7172