Searched refs:datafile (Results 1 – 4 of 4) sorted by relevance
36 function configuration( $datafile, $local=array( ), $default=array( ), $protected=array( ) ) { argument39 $this->_data_file = $datafile;44 if (!@file_exists($datafile)) {45 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);48 include($datafile);
31 function txtconfiguration($datafile) { argument34 if (!@file_exists($datafile)) {36 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);39 include($datafile);
28 function configuration0($datafile) { argument31 if (!@file_exists($datafile)) {32 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);35 include($datafile);
3 column'' is the length of time that the entry has been in the datafile. Only those entries which ar…