Searched refs:pathString (Results 1 – 4 of 4) sorted by relevance
259 * @param string $pathString262 public static function toUrlSeparator(string $pathString) argument264 return str_replace('\\', '/', $pathString);978 $pathString = $this->getPath();979 if ($pathString[0] !== "/") {980 return "/{$pathString}";982 return $pathString;
98 …$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:…
329 $pathString = $path->toLocalPath()->toCanonicalAbsolutePath()->toAbsoluteId();330 clearstatcache(true, $pathString);
1214 $pathString = $path->toAbsolutePath()->toAbsoluteId();1216 preg_match("/carbon|eva/i", $pathString) === 1