Searched refs:CONFFILE (Results 1 – 4 of 4) sorted by relevance
21 public const CONFFILE = DOKU_CONF . 'elasticsearch.conf'; define in helper_plugin_elasticsearch_docparser50 $parsers = confToHash(self::CONFFILE);54 … 'Cannot process media, the parser configuration in ' . self::CONFFILE . ' is missing.'
30 public const CONFFILE = DOKU_CONF . 'aclplusregex.conf'; define in action_plugin_aclplusregex240 if (!is_file(static::CONFFILE)) {245 $file = file(static::CONFFILE);
34 helper_plugin_elasticsearch_docparser::CONFFILE
12 const CONFFILE = __DIR__ . '/conf/aclplusregex.conf'; define in dokuwiki\\plugin\\aclplusregex\\test\\TestAction