Home
last modified time | relevance | path

Searched refs:toAbsolutePath (Results 1 – 17 of 17) sorted by relevance

/plugin/combo/ComboStrap/
H A DLocalFileSystem.php30 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());
H A DPath.php106 function toAbsolutePath(): Path; function
H A DFetcherCache.php102 …$this->fileDependencies[] = LocalPath::createFromPathObject($path)->toAbsolutePath()->toAbsoluteId…
H A DFetcherRaster.php162 $imageSize = getimagesize($path->toAbsolutePath()->toAbsoluteId());
H A DLocalPath.php222 function toAbsolutePath(): Path function in ComboStrap\\LocalPath
H A DFileSystems.php320 $filename = $mediaFile->toAbsolutePath()->toAbsoluteId();
H A DFetcherVignette.php229 $fileStringPath = $cache->getFile()->toAbsolutePath()->toAbsoluteId();
H A DIconDownloader.php494 …$numberOfByte = file_put_contents($mediaDokuPath->toLocalPath()->toAbsolutePath()->toAbsoluteId(),…
H A DMarkupPath.php2269 function toAbsolutePath(): Path function in ComboStrap\\MarkupPath
2271 return $this->path->toAbsolutePath();
H A DFetcherMarkup.php1216 $depends['files'][] = $executingPath->toAbsolutePath()->toAbsoluteId();
H A DWikiPath.php1022 function toAbsolutePath(): Path function in ComboStrap\\WikiPath
H A DFetcherSvg.php1214 $pathString = $path->toAbsolutePath()->toAbsoluteId();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DConfiguration.php317 $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 …]
/plugin/combo/action/
H A Dmetafacebook.php209 … $path->toAbsolutePath()->toAbsoluteId() !== $firstImagePath->toAbsolutePath()->toAbsoluteId()
H A Dstaticresource.php343 http_sendfile($mediaToSend->toAbsolutePath()->toAbsoluteId());
348 $filePointer = @fopen($mediaToSend->toAbsolutePath()->toAbsoluteId(), "rb");
H A Dimgmove.php217 $imageId = $path->toAbsolutePath()->toAbsoluteId();
/plugin/combo/ComboStrap/Web/
H A DUrl.php721 function toAbsolutePath(): Url function in ComboStrap\\Web\\Url