Home
last modified time | relevance | path

Searched refs:CONFFILE (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/helper/
H A Ddocparser.php16 const CONFFILE = DOKU_CONF . 'elasticsearch.conf'; define in helper_plugin_elasticsearch_docparser
45 $parsers = confToHash(self::CONFFILE);
49 'Cannot process media, the parser configuration in ' . self::CONFFILE . ' is missing.'
/plugin/aclplusregex/
H A Daction.php30 public const CONFFILE = DOKU_CONF . 'aclplusregex.conf';
240 if (!is_file(static::CONFFILE)) {
245 $file = file(static::CONFFILE);
26 const CONFFILE = DOKU_CONF . 'aclplusregex.conf'; global() define in action_plugin_aclplusregex
/plugin/elasticsearch/action/
H A Dconfmanager.php30 helper_plugin_elasticsearch_docparser::CONFFILE
/plugin/aclplusregex/_test/
H A DTestAction.php12 const CONFFILE = __DIR__ . '/conf/aclplusregex.conf'; define in dokuwiki\\plugin\\aclplusregex\\test\\TestAction