Home
last modified time | relevance | path

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

/plugin/subconfhelper/helper/
H A Dconfig.php36 function configuration( $datafile, $local=array( ), $default=array( ), $protected=array( ) ) { argument
39 $this->_data_file = $datafile;
44 if (!@file_exists($datafile)) {
45 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);
48 include($datafile);
/plugin/txtconf/
H A Dtxtconfig.class.php31 function txtconfiguration($datafile) { argument
34 if (!@file_exists($datafile)) {
36 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);
39 include($datafile);
H A Dconfig0.class.php28 function configuration0($datafile) { argument
31 if (!@file_exists($datafile)) {
32 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);
35 include($datafile);
/plugin/preregister/lang/en/
H A Dinfo.txt3 column'' is the length of time that the entry has been in the datafile. Only those entries which ar…