Lines Matching refs:configFile
193 $configFile = $this->syncConfigPath();
195 if (file_exists($configFile)) {
196 $config = include $configFile;
820 $configFile = $this->syncConfigPath();
822 if (file_exists($configFile)) {
823 $config = include $configFile;
845 $configFile = $this->syncConfigPath();
847 if (file_exists($configFile)) {
848 $config = include $configFile;
1322 $configFile = $this->syncConfigPath();
1324 if (file_exists($configFile)) {
1325 $config = include $configFile;
2570 $configFile = $this->syncConfigPath();
2572 if (file_exists($configFile)) {
2573 $config = include $configFile;
3744 $configFile = $this->metaDir() . 'calendar_theme.txt';
3745 if (file_exists($configFile)) {
3746 $theme = trim(file_get_contents($configFile));
3983 $configFile = $this->metaDir() . 'calendar_week_start.txt';
3984 if (file_exists($configFile)) {
3985 $start = trim(file_get_contents($configFile));
3997 $configFile = $this->metaDir() . 'calendar_itinerary_collapsed.txt';
3998 if (file_exists($configFile)) {
3999 return trim(file_get_contents($configFile)) === 'yes';
4008 $configFile = $this->metaDir() . 'calendar_search_default.txt';
4009 if (file_exists($configFile)) {
4010 $value = trim(file_get_contents($configFile));