Lines Matching refs:WikiPath
63 private WikiPath $requestedContextPath;
118 * @return WikiPath from where the markup slot should be searched
121 public function getRequestedContextPath(): WikiPath
372 $internalFavIcon = WikiPath::createComboResource('images:favicon.ico');
374 WikiPath::createMediaPathFromId(':favicon.ico'),
375 WikiPath::createMediaPathFromId(':wiki:favicon.ico'),
380 * @var WikiPath $icoWikiPath - we give wiki paths, we get wiki path
406 $internalIcon = WikiPath::createComboResource(":images:favicon-$sizeValue.png");
408 WikiPath::createMediaPathFromId(":favicon-$sizeValue.png"),
409 WikiPath::createMediaPathFromId(":wiki:favicon-$sizeValue.png"),
414 * @var WikiPath $iconPath - to say to the linter that this is a wiki path
439 $internalIcon = WikiPath::createComboResource(":images:apple-touch-icon.png");
441 WikiPath::createMediaPathFromId(":apple-touch-icon.png"),
442 WikiPath::createMediaPathFromId(":wiki:apple-touch-icon.png"),
447 * @var WikiPath $iconPath - to say to the linter that this is a wiki path
1057 function setRequestedContextPath(WikiPath $contextPath): TemplateForWebPage