Home
last modified time | relevance | path

Searched full:doku_plugin (Results 426 – 450 of 1790) sorted by relevance

1...<<11121314151617181920>>...72

/plugin/htmlokalt/syntax/
H A Dhtml.php3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
4 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/confightmlok/syntax/
H A Dhtml.php3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
4 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/imagemapping/
H A Daction.php14 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); global() define
/plugin/pageseditees/
H A Dadmin.php3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
4 require_once(DOKU_PLUGIN.'admin.php');
27 'date' => @file_get_contents(DOKU_PLUGIN.'pagesEditees/VERSION'),
/plugin/fedauth/
H A Dadmin.php16 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
17 if (!defined('FEDAUTH_PLUGIN')) define ('FEDAUTH_PLUGIN', DOKU_PLUGIN . 'fedauth/');
20 require_once(DOKU_PLUGIN . 'admin.php');
/plugin/gpsies/
H A Dsyntax.php16 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
18 require_once(DOKU_PLUGIN.'syntax.php');
35 'date' => @file_get_contents(DOKU_PLUGIN.'gpsies/VERSION'),
/plugin/quickedit/
H A Dsyntax.php16 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
17 require_once(DOKU_PLUGIN.'syntax.php');
32 'date' => @file_get_contents(DOKU_PLUGIN.'quickedit/VERSION'),
/plugin/message/
H A Dadmin.php3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
4 require_once(DOKU_PLUGIN.'admin.php');
26 'date' => @file_get_contents(DOKU_PLUGIN.'message/VERSION'),
/plugin/sphinxsearch-was/
H A Dxmlall.php13 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
28 require_once(DOKU_PLUGIN . 'sphinxsearch/PageMapper.php');
29 require_once(DOKU_PLUGIN . 'sphinxsearch/functions.php');
/plugin/searchstats/
H A Dadmin.php10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
11 require_once DOKU_PLUGIN.'admin.php';
19 'date' => @file_get_contents(DOKU_PLUGIN.'searchstats/VERSION'),
/plugin/mp3play/
H A Dsyntax.php17 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
18 require_once(DOKU_PLUGIN.'syntax.php');
89 $color_cfg = DOKU_PLUGIN . 'mp3play/colors.conf';
/plugin/dokutexit/
H A Dsyntax.php27 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
28 require_once(DOKU_PLUGIN.'syntax.php');
29 require_once(DOKU_PLUGIN.'texit/texitrender.php');
/plugin/sphinxsearch/
H A Dxmlall.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
28 require_once(DOKU_PLUGIN.'sphinxsearch/PageMapper.php');
29 require_once(DOKU_PLUGIN.'sphinxsearch/functions.php');
/plugin/numbering/
H A Daction.php8 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
9 define ('NUMBERING_GETNUM', DOKU_PLUGIN . 'numbering/scripts/getnum.php');
12 require_once(DOKU_PLUGIN.'action.php');
/plugin/dirpictures/
H A Dsyntax.php19 if(!defined('DOKU_PLUGIN')) {
20 define ('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define
23 require_once (DOKU_PLUGIN.'syntax.php');
27 require_once (DOKU_PLUGIN.'dirpictures/sortPages.php');
/plugin/csv/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'csv/conf/default.php and ' . DOKU_PLUGIN . 'csv/conf/metadata.php have to…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'csv/conf/metadata.php'
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'csv/conf/default.php'
/plugin/passpolicy/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'passpolicy/conf/default.php and ' . DOKU_PLUGIN . 'passpolicy/conf/metada…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'passpolicy/conf/metadata.php'
80 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'passpolicy/conf/default.php'
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel66 …'Both ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/c…
74 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
82 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
/plugin/dx/src/
H A DStandardize.php49 $pluginDir = DOKU_PLUGIN . $pluginName;
66 $targetFilePath = DOKU_PLUGIN . $pluginName . '/' . $fileName;
78 $filePath = DOKU_PLUGIN . 'dx/skel/' . $fileName . '.skel';
88 $targetFilePath = DOKU_PLUGIN . $pluginName . '/' . $fileName;
/plugin/lms/_test/
H A DGeneralTest.php64 'Both ' . DOKU_PLUGIN . 'lms/conf/default.php and ' . DOKU_PLUGIN . 'lms/conf/metadata.php have to exist and contain the same keys.'
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'lms/conf/metadata.php'
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'lms/conf/default.php'
/plugin/vshare/_test/
H A DGeneralTest.php64 'Both ' . DOKU_PLUGIN . 'vshare/conf/default.php and ' . DOKU_PLUGIN . 'vshare/conf/metadata.php have to exist and contain the same keys.'
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'vshare/conf/metadata.php'
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'vshare/conf/default.php'
/plugin/davcal/
H A Dcalendarserver.php44 require_once(DOKU_PLUGIN.'davcal/vendor/autoload.php');
45 require_once(DOKU_PLUGIN.'davcal/authBackendDokuwiki.php');
46 require_once(DOKU_PLUGIN.'davcal/principalBackendDokuwiki.php');
47 require_once(DOKU_PLUGIN.'davcal/calendarBackendDokuwiki.php');
/plugin/simplenavi/_test/
H A DGeneralTest.php
/plugin/tplinc/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'tplinc/conf/default.php and ' . DOKU_PLUGIN . 'tplinc/conf/metadata.php h…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'tplinc/conf/metadata.php'
80 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'tplinc/conf/default.php'
/plugin/tos/_test/
H A DGeneralTest.php64 …'Both ' . DOKU_PLUGIN . 'tos/conf/default.php and ' . DOKU_PLUGIN . 'tos/conf/metadata.php have to…
72 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'tos/conf/metadata.php'
80 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'tos/conf/default.php'

1...<<11121314151617181920>>...72