Lines Matching refs:configFile
193 $configFile = $this->syncConfigPath();
195 if (file_exists($configFile)) {
196 $config = include $configFile;
734 $configFile = $this->syncConfigPath();
736 if (file_exists($configFile)) {
737 $config = include $configFile;
759 $configFile = $this->syncConfigPath();
761 if (file_exists($configFile)) {
762 $config = include $configFile;
1236 $configFile = $this->syncConfigPath();
1238 if (file_exists($configFile)) {
1239 $config = include $configFile;
2457 $configFile = $this->syncConfigPath();
2459 if (file_exists($configFile)) {
2460 $config = include $configFile;
3631 $configFile = $this->metaDir() . 'calendar_theme.txt';
3632 if (file_exists($configFile)) {
3633 $theme = trim(file_get_contents($configFile));
3870 $configFile = $this->metaDir() . 'calendar_week_start.txt';
3871 if (file_exists($configFile)) {
3872 $start = trim(file_get_contents($configFile));
3884 $configFile = $this->metaDir() . 'calendar_itinerary_collapsed.txt';
3885 if (file_exists($configFile)) {
3886 return trim(file_get_contents($configFile)) === 'yes';
3895 $configFile = $this->metaDir() . 'calendar_search_default.txt';
3896 if (file_exists($configFile)) {
3897 $value = trim(file_get_contents($configFile));