Home
last modified time | relevance | path

Searched full:doku_plugin (Results 1701 – 1725 of 1790) sorted by relevance

1...<<61626364656667686970>>...72

/plugin/odt/ODT/elements/
H A DODTElementTable.php3 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTStateElement.php';
4 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTContainerElement.php';
/plugin/siteexport/renderer/
H A Dpdf.php10 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
/plugin/orphanmedia2/
H A Dsyntax.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
482 $ignore_tags = parse_ini_file(DOKU_PLUGIN."orphanmedia2/config.ini");
483 …if (file_exists(DOKU_PLUGIN."orphanmedia2/user_pattern.ini")) $ignore_tags = $ignore_tags + parse_…
/plugin/bez/tpl/
H A Dthread_box.php27 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/lock.svg') ?>
H A Dtask.php68 <?php echo inlineSVG(DOKU_PLUGIN . 'bez/images/tick.svg') ?>
/plugin/linkback/
H A Dtools.php11 require_once (DOKU_PLUGIN . 'linkback/http.php');
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php606 return DOKU_PLUGIN . $this->base;
638 } elseif (!is_writable(DOKU_PLUGIN)) {
1046 $target_base_dir = DOKU_PLUGIN;
1299 $extensiondir = DOKU_PLUGIN;
/plugin/schedule/
H A DscheduleRoot.class.php15 if (!defined ('DOKU_PLUGIN'))
16 define ('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define
/plugin/code2/
H A Dsyntax.php3 if (! defined('DOKU_PLUGIN')) {
8 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
11 require_once(DOKU_PLUGIN . 'syntax.php');
/plugin/cacherevisionseraser/
H A Dadmin.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
12 require_once(DOKU_PLUGIN.'admin.php');
/plugin/datatemplate/syntax/
H A Dentry.php9 $dataEntryFile = DOKU_PLUGIN.'data/syntax/entry.php';
/plugin/recommend/
H A Daction.php194 if (@is_dir(DOKU_PLUGIN . 'captcha')) $captcha = plugin_load('helper','captcha');
/template/monobook/conf/
H A Dboxes.php46 if (file_exists(DOKU_PLUGIN."translation/syntax.php") &&
/dokuwiki/inc/
H A Dinit.php37 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
32 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define
/plugin/nodetailsxhtml/
H A Drenderer.php9 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
/plugin/rater/
H A Dsyntax.php6 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
7 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/ckgdoku/action/
H A Dedit.php3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
4 require_once(DOKU_PLUGIN.'action.php');
/plugin/semanticdata/syntax/
H A Dentry.php9 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/projects/action/
H A Daction.php9 require_once DOKU_PLUGIN.'action.php';
/plugin/sqlite/_test/
H A DHelperTest.php34 if (!$SqliteHelper->init("testdb", DOKU_PLUGIN . "sqlite/_test/db")) {
/plugin/catlist/
H A Dsyntax.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); global() define
/plugin/odt/ODT/
H A DODTTable.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTUnits.php';
4 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
/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/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');

1...<<61626364656667686970>>...72