Home
last modified time | relevance | path

Searched refs:pathFile (Results 1 – 4 of 4) sorted by last modified time

/plugin/schedule/
H A Dschedules.class.php126 $pathFile = $pathDir . $file;
128 … if (is_dir ($pathFile) && !in_array ($file, explode (',', trim ($this->getConf ('noSchedule')))))
206 $pathFile = $pathDir . $file;
207 if (is_file ($pathFile) && preg_match ('#.*\.cache#i', $file, $b))
208 unlink ($pathFile);
387 $pathFile = $pathDir . $file;
388 if (is_file ($pathFile) &&
390 $this->readSchedule ($pathFile);
H A DscheduleRoot.class.php299 $pathFile = $pathDir.$file;
300 if (is_file ($pathFile) && preg_match ('#.*\.xml$#i', $file, $b))
301 rename ($pathFile, $pathDir.$this->mbrPrefix.$file);
/plugin/tiledblog/
H A Dajax.php41 $pathFile = $pathDir.$file; variable
42 if (!is_file ($pathFile))
46 @unlink ($pathFile);
/plugin/glossary/
H A Dglossary.class.php414 $pathFile = $pathDir.$file;
415 if (!is_dir ($pathFile))
428 $pathFile = $cacheDir.$file;
429 if (!is_file ($pathFile))
432 unlink ($pathFile);