Home
last modified time | relevance | path

Searched refs:FileSystems (Results 76 – 82 of 82) sorted by path

1234

/plugin/combo/action/
H A Dqualitymutation.php9 use ComboStrap\FileSystems; global() alias
H A Drouter.php11 use ComboStrap\FileSystems;
274 if (!FileSystems::exists($page)) {
344 if (FileSystems::exists($requestedMarkupPath)) {
370 if (FileSystems::exists($targetPath)) {
10 use ComboStrap\FileSystems; global() alias
H A Dslotmanagermenuitem.php5 use ComboStrap\FileSystems; alias
H A Dslottemplate.php9 use ComboStrap\FileSystems; alias
54 if (!FileSystems::exists($pageHeaderPath)) {
58 $event->data["tpl"] = FileSystems::getContent($pageHeaderPath);
H A Dstaticresource.php7 use ComboStrap\FileSystems; alias
166 if (!FileSystems::exists($mediaToSend)) {
283 $mime = FileSystems::getMime($mediaToSend);
321 http_rangeRequest($filePointer, FileSystems::getSize($mediaToSend), $mime->toString());
361 $etagString = FileSystems::getModifiedTime($mediaFile)->format('r');
/plugin/combo/syntax/
H A Dlink.php15 use ComboStrap\FileSystems; alias
634 if (!FileSystems::exists($path)) {
H A Dmedia.php15 use ComboStrap\FileSystems; alias
89 if (!FileSystems::exists($path)) {
157 if (!FileSystems::exists($path)) {

1234