Home
last modified time | relevance | path

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

1...<<7172

/plugin/zotero/
H A Dsyntax.php15 if (!defined('DOKU_PLUGIN'))
17 define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
19 require_once(DOKU_PLUGIN . 'syntax.php');
/plugin/zul/syntax/
H A Dzirkelundlineal.php3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
4 require_once(DOKU_PLUGIN.'syntax.php');
/template/kajukkd/
H A Dmain.php68 if (file_exists(DOKU_PLUGIN . 'googleads/code.php')) include_once(DOKU_PLUGIN . 'googleads/code.php');
/template/mcz/
H A Dmain.php39 <?php if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php'))
40 include_once(DOKU_PLUGIN.'displaywikipage/code.php')?>
/template/monobook/conf/
H A Dboxes.php46 if (file_exists(DOKU_PLUGIN."translation/syntax.php") &&
H A Dtabs.php137 if (file_exists(DOKU_PLUGIN."odt/syntax.php") &&
147 if (file_exists(DOKU_PLUGIN."html2pdf/action.php") &&
/template/ospyramid/
H A Dmain.php26 if (file_exists(DOKU_PLUGIN . 'displaywikipage/code.php'))
27 include_once (DOKU_PLUGIN . 'displaywikipage/code.php');
/template/peanutbutter/
H A Dmain.php41 if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php')) include_once(DOKU_PLUGIN.'displaywikipage/…
/template/quickjump/
H A Dmain.php19 …<?php if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php')) include_once(DOKU_PLUGIN.'displaywi…
/template/roundbox/
H A Dmain.php15 include(DOKU_PLUGIN.'discussion/discussion.php');
/template/strap/_test/
H A DconfigTest.php95 'Both ' . DOKU_PLUGIN . 'syntax/conf/default.php and ' . DOKU_PLUGIN . 'syntax/conf/metadata.php have to exist and contain the same keys.'
103 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/metadata.php'
120 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/default.php'
138 'Both ' . DOKU_PLUGIN . 'syntax/conf/metadata.php and ' . DOKU_PLUGIN . 'syntax/lang/en/settings.php have to exist and contain the same keys.'
146 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/metadata.php'
154 'Key $lang[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/lang/en/settings.php'
187 'Key $conf[\'' . $key . '\'] could not be parsed in ' . DOKU_PLUGIN . 'syntax/conf/default.php. Be sure to give only values and not variable.'
/template/usable/
H A Dmain.php18 …<?php if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php')) include_once(DOKU_PLUGIN.'displaywi…
/template/vector/conf/
H A Dboxes.php46 if (file_exists(DOKU_PLUGIN."translation/syntax.php") &&
134 if (file_exists(DOKU_PLUGIN."odt/syntax.php") &&
140 if (file_exists(DOKU_PLUGIN."dw2pdf/action.php") &&
145 } else if (file_exists(DOKU_PLUGIN."html2pdf/action.php") &&
/template/vector/user/
H A Dtabs.php.dist135 if (file_exists(DOKU_PLUGIN."odt/syntax.php") &&
148 if ((file_exists(DOKU_PLUGIN."dw2pdf/action.php") &&
150 (file_exists(DOKU_PLUGIN."html2pdf/action.php") &&
/template/zero/
H A Dmain.php36 <?php if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php')) include_once(DOKU_PLUGIN.'displaywik…

1...<<7172