Home
last modified time | relevance | path

Searched refs:confToHash (Results 126 – 150 of 264) sorted by last modified time

1234567891011

/plugin/cnmap/_test/
H A Dgeneral.test.php19 $info = confToHash($file);
/plugin/linkprefix/
H A Drenderer.php18 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/adminperm/_test/
H A Dgeneral.test.php19 $info = confToHash($file);
/plugin/404manager/_test/
H A Dconstant_parameters.php56 self::$INFO_PLUGIN = confToHash($pluginInfoFile);
H A Ddokuwiki.test.php32 $info = confToHash($file);
/plugin/highlightparent/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
/plugin/noiewarning/
H A Daction.php69 $info= confToHash($file);
278 $hash= confToHash($betterfile);
286 $hash= confToHash($betterfile);
/plugin/pwaoffline/_test/
H A Dgeneral.test.php19 $info = confToHash($file);
/plugin/backlinks2/_test/
H A Dgeneral.test.php35 $info = confToHash($file);
/plugin/cleanoldips/_test/
H A Dgeneral.test.php20 $info = confToHash($file);
/plugin/googleplusone/
H A Daction.php20 return confToHash( dirname(__FILE__).'/INFO.txt' );
/plugin/dlcount/
H A Daction.php23 return confToHash(dirname(__FILE__).'/INFO.txt');
H A Dadmin.php23 return confToHash(dirname(__FILE__).'/INFO.txt');
/plugin/searchdefaults/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
/plugin/tabbox/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
/plugin/indobible/
H A Dsyntax.php19 function getInfo(){ return confToHash(dirname(__FILE__).'/plugin.info.txt'); }
/plugin/newnamespacepermissions/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
/plugin/mediacacheconfig/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
/plugin/toctweak/
H A Dhelper.php17 return array_merge(confToHash($pluginInfoTxt), $arrHash);
/plugin/autologoff/
H A Dhelper.php27 foreach((array) confToHash($this->configfile) as $usergroup => $time) {
/plugin/docsearch/
H A Dcron.php150 $conf['docsearch'] = confToHash($converter_conf);
/plugin/searchcombinedgoogle/
H A Daction.php29 return is_array($info) ? $info : confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/redirector/
H A Daction.php42 $redirectURLs = confToHash($this->redirectFileName);
/plugin/fetchmedia/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
/plugin/mapillary/_test/
H A Dgeneral.test.php35 $info = confToHash($file);

1234567891011