Searched refs:toAbsolutePath (Results 1 – 17 of 17) 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(),…
2269 function toAbsolutePath(): Path function in ComboStrap\\MarkupPath2271 return $this->path->toAbsolutePath();
1216 $depends['files'][] = $executingPath->toAbsolutePath()->toAbsoluteId();
1022 function toAbsolutePath(): Path function in ComboStrap\\WikiPath
1214 $pathString = $path->toAbsolutePath()->toAbsoluteId();
317 $file = $this->toAbsolutePath(329 … $arguments[] = $this->toAbsolutePath((string) $argument->textContent);365 $target = $this->toAbsolutePath($target);440 $result['include_path'][] = $this->toAbsolutePath($path);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),[all …]
209 … $path->toAbsolutePath()->toAbsoluteId() !== $firstImagePath->toAbsolutePath()->toAbsoluteId()
343 http_sendfile($mediaToSend->toAbsolutePath()->toAbsoluteId());348 $filePointer = @fopen($mediaToSend->toAbsolutePath()->toAbsoluteId(), "rb");
217 $imageId = $path->toAbsolutePath()->toAbsoluteId();
721 function toAbsolutePath(): Url function in ComboStrap\\Web\\Url