Searched refs:toAbsolutePath (Results 1 – 18 of 18) sorted by relevance
30 return file_exists($path->toAbsolutePath()->toAbsoluteId());52 $content = @file_get_contents($path->toAbsolutePath()->toAbsoluteId());82 $filePath = $path->toAbsolutePath()->toAbsoluteId();92 $absolutePath = $path->toAbsolutePath()->toAbsoluteId();105 return filesize($path->toAbsolutePath()->toAbsoluteId());113 $result = mkdir($dirPath->toAbsolutePath()->toAbsoluteId(), $mode = 0770, $recursive = true);122 return is_dir($path->toAbsolutePath());137 $directoryHandle = @opendir($path->toAbsolutePath());
106 function toAbsolutePath(): Path; function
102 $this->fileDependencies[] = LocalPath::createFromPathObject($path)->toAbsolutePath()->toAbsoluteId();
162 $imageSize = getimagesize($path->toAbsolutePath()->toAbsoluteId());
222 function toAbsolutePath(): Path function in ComboStrap\\LocalPath
320 $filename = $mediaFile->toAbsolutePath()->toAbsoluteId();
229 $fileStringPath = $cache->getFile()->toAbsolutePath()->toAbsoluteId();
494 $numberOfByte = file_put_contents($mediaDokuPath->toLocalPath()->toAbsolutePath()->toAbsoluteId(), $filePointer);
2269 function toAbsolutePath(): Path2271 return $this->path->toAbsolutePath();2267 function toAbsolutePath(): Path global() function in ComboStrap\\MarkupPath
1022 function toAbsolutePath(): Path function in ComboStrap\\WikiPath
1209 $depends['files'][] = $executingPath->toAbsolutePath()->toAbsoluteId();
658 $values[PagePath::PROPERTY_NAME] = $this->markupPath->getPathObject()->toAbsolutePath()->toAbsoluteId();
1214 $pathString = $path->toAbsolutePath()->toAbsoluteId();
317 $file = $this->toAbsolutePath(365 $target = $this->toAbsolutePath($target);593 $result['bootstrap'] = $this->toAbsolutePath(703 $result['testSuiteLoaderFile'] = $this->toAbsolutePath(715 $result['printerFile'] = $this->toAbsolutePath(819 $result['extensionsDirectory'] = $this->toAbsolutePath(895 $exclude[] = $this->toAbsolutePath($excludeFile);941 $this->toAbsolutePath($directory),962 $this->toAbsolutePath($file)1060 'path' => $this->toAbsolutePath($directoryPath),[all …]
209 $path->toAbsolutePath()->toAbsoluteId() !== $firstImagePath->toAbsolutePath()->toAbsoluteId()
131 //$event->data['file'] = WikiPath::createComboResource("images:error-bad-format.svg")->toLocalPath()->toAbsolutePath()->toQualifiedId();314 http_sendfile($mediaToSend->toAbsolutePath()->toAbsoluteId());319 $filePointer = @fopen($mediaToSend->toAbsolutePath()->toAbsoluteId(), "rb");
217 $imageId = $path->toAbsolutePath()->toAbsoluteId();
695 function toAbsolutePath(): Url684 function toAbsolutePath(): Url global() function in ComboStrap\\Web\\Url