Home
last modified time | relevance | path

Searched refs:pathString (Results 1 – 4 of 4) sorted by relevance

/template/strap/ComboStrap/Web/
H A DUrl.php259 * @param string $pathString
262 public static function toUrlSeparator(string $pathString) argument
264 return str_replace('\\', '/', $pathString);
978 $pathString = $this->getPath();
979 if ($pathString[0] !== "/") {
980 return "/{$pathString}";
982 return $pathString;
/template/strap/syntax/
H A Diterator.php98 …$pathString = $tagAttributes->getComponentAttributeValueAndRemoveIfPresent(PagePath::PROPERTY_NAME…
99 if ($pathString != null) {
101 return WikiPath::createMarkupPathFromPath($pathString);
103 …Error while creating the path for the page image with the path value ($pathString)", PageImageTag:…
/template/strap/ComboStrap/
H A DFileSystems.php329 $pathString = $path->toLocalPath()->toCanonicalAbsolutePath()->toAbsoluteId();
330 clearstatcache(true, $pathString);
H A DFetcherSvg.php1214 $pathString = $path->toAbsolutePath()->toAbsoluteId();
1216 preg_match("/carbon|eva/i", $pathString) === 1