Home
last modified time | relevance | path

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

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