Home
last modified time | relevance | path

Searched refs:pathDir (Results 1 – 4 of 4) sorted by path

/plugin/glossary/
H A Dglossary.class.php414 $pathFile = $pathDir.$file;
/plugin/schedule/
H A DscheduleRoot.class.php293 $pathDir = rtrim ($dir, "/") . "/";
294 if (is_dir($pathDir)) {
295 $pathDirObj = opendir ($pathDir);
299 $pathFile = $pathDir.$file;
301 rename ($pathFile, $pathDir.$this->mbrPrefix.$file);
H A Dschedules.class.php121 if (is_dir($pathDir)) {
199 $pathDir = $this->cacheDir;
200 if (!is_dir($pathDir))
202 $pathDirObj = opendir ($pathDir);
206 $pathFile = $pathDir . $file;
210 @rmdir ($pathDir);
377 function readSchedules ($pathDir) { argument
380 $pathDir = rtrim ($pathDir, '/') . '/';
381 if (!is_dir($pathDir))
383 $pathDirObj = opendir ($pathDir);
[all …]
/plugin/tiledblog/
H A Dajax.php34 $pathDir = rtrim ($cacheDir, "/") . "/"; variable
35 if (!is_dir($pathDir))
37 $pathDirObj = opendir ($pathDir);
41 $pathFile = $pathDir.$file;