Home
last modified time | relevance | path

Searched refs:confToHash (Results 1 – 25 of 264) sorted by last modified time

1234567891011

/plugin/dbquery/_test/
H A DGeneralTest.php24 $info = confToHash($file);
/plugin/structpublish/_test/
H A Dgeneral.test.php19 $info = confToHash($file);
/plugin/sqlite/_test/
H A DGeneralTest.php24 $info = confToHash($file);
/plugin/structstatus/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
/plugin/nodetailsxhtml/
H A Drenderer.php49 return confToHash(dirname(__FILE__).'/plugin.info.txt');
H A Daction.php25 return is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt');
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php24 return array_merge(is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt'), array(
H A Dacronym.php27 return array_merge(is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt'), array(
H A Dscripting.php24 return array_merge(is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt'), array(
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLine.php66 $local = confToHash($this->configFile);
H A DConfigManagerTwoLineConfigCascade.php16 return confToHash($fileName);
/plugin/caption/syntax/
H A Dcaption.php35 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
H A Dreference.php19 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
/plugin/xlsx2dw/_test/
H A DGeneralTest.php24 $info = confToHash($file);
/plugin/api/_test/
H A Dpages.test.php28 self::$PLUGIN_INFO = confToHash($file);
H A Dutils.php19 self::$PLUGIN_INFO = confToHash($file);
H A Dpage.test.php28 self::$PLUGIN_INFO = confToHash($file);
/plugin/api/
H A Daction.php35 $info = confToHash(__DIR__ . '/plugin.info.txt');
/plugin/dev/skel/_test/
H A DGeneralTest.php23 $info = confToHash($file);
/plugin/structtasks/_test/
H A DGeneralTest.php24 $info = confToHash($file);
/plugin/imapmarkers/_test/
H A DGeneralTest.php24 $info = confToHash($file);
/plugin/translation/_test/
H A DGeneralTest.php24 $info = confToHash($file);
/plugin/translation/
H A Dhelper.php32 $this->LN = confToHash(__DIR__ . '/lang/langnames.txt');
/plugin/dw2pdf/_test/
H A DGeneralTest.php24 $info = confToHash($file);

1234567891011