Home
last modified time | relevance | path

Searched refs:fileglob (Results 1 – 2 of 2) sorted by relevance

/plugin/cronojob/jobs/
H A Dclearcache.php29 if (strpos($fileglob, '*') !== false) {
30 foreach (glob($fileglob) as $filename) {
33 } else if (is_file($fileglob)) {
54 if (@unlink($fileglob)) {
60 } else if (is_dir($fileglob)) {
64 if (@rmdir($fileglob)) {
85 if (strpos($fileglob, '*') !== false) {
89 } else if (is_file($fileglob)) {
94 if (@unlink($fileglob)) {
100 } else if (is_dir($fileglob)) {
[all …]
/plugin/cacherevisionseraser/
H A Dadmin.php374 } else if (is_file($fileglob)) {
382 if (@unlink($fileglob)) {
390 } else if (is_dir($fileglob)) {
394 if (@rmdir($fileglob)) {
419 } else if (is_file($fileglob)) {
424 if (@unlink($fileglob)) {
432 } else if (is_dir($fileglob)) {
436 if (@rmdir($fileglob)) {
464 if (@unlink($fileglob)) {
472 } else if (is_dir($fileglob)) {
[all …]