Home
last modified time | relevance | path

Searched refs:toAbsolutePath (Results 1 – 18 of 18) 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(), $filePointer);
H A DMarkupPath.php2269 function toAbsolutePath(): Path
2271 return $this->path->toAbsolutePath();
2267 function toAbsolutePath(): Path global() function in ComboStrap\\MarkupPath
H A DWikiPath.php1022 function toAbsolutePath(): Path function in ComboStrap\\WikiPath
H A DFetcherMarkup.php1209 $depends['files'][] = $executingPath->toAbsolutePath()->toAbsoluteId();
H A DDatabasePageRow.php658 $values[PagePath::PROPERTY_NAME] = $this->markupPath->getPathObject()->toAbsolutePath()->toAbsoluteId();
H A DFetcherSvg.php1214 $pathString = $path->toAbsolutePath()->toAbsoluteId();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php317 $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 …]
/plugin/combo/action/
H A Dmetafacebook.php209 $path->toAbsolutePath()->toAbsoluteId() !== $firstImagePath->toAbsolutePath()->toAbsoluteId()
H A Dstaticresource.php131 //$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");
H A Dimgmove.php217 $imageId = $path->toAbsolutePath()->toAbsoluteId();
/plugin/combo/ComboStrap/Web/
H A DUrl.php695 function toAbsolutePath(): Url
684 function toAbsolutePath(): Url global() function in ComboStrap\\Web\\Url