Home
last modified time | relevance | path

Searched refs:createEmpty (Results 1 – 25 of 37) sorted by relevance

12

/plugin/combo/ComboStrap/Web/
H A DUrlEndpoint.php32 return Url::createEmpty()->setPath(self::LIB_EXE_FETCH_PHP);
37 return Url::createEmpty()->setPath(self::LIB_EXE_DETAIL_PHP);
43 return Url::createEmpty()
59 return Url::createEmpty()->setPath(self::DOKU_PHP);
74 return Url::createEmpty();
80 return Url::createEmpty()->setPath(self::LIB_EXE_RUNNER_PHP);
85 return Url::createEmpty()->setPath(self::LIB_EXE_AJAX_PHP);
90 return Url::createEmpty()->setPath(self::LIB_EXE_CSS_PHP);
H A DUrl.php160 public static function createEmpty(): Url
177 $url = Url::createEmpty();
936 $localHost = Url::createEmpty()->setPath("/")->toAbsoluteUrl()->getHost();
163 public static function createEmpty(): Url global() function in ComboStrap\\Web\\Url
/plugin/combo/ComboStrap/
H A DFetcherRawLocalPath.php22 $fetcherRaw = self::createEmpty();
31 public static function createEmpty(): FetcherRawLocalPath function in ComboStrap\\FetcherRawLocalPath
41 $fetchRaw = FetcherRawLocalPath::createEmpty();
H A DFetcherPageSearch.php38 if (empty($requestedSearchTerms)) return Json::createEmpty()->toPrettyJsonString();
71 return Json::createEmpty()->toPrettyJsonString();
H A DPrism.php188 $attributes = TagAttributes::createEmpty();
224 $codeAttributes = TagAttributes::createEmpty($logicalTag);
H A DJson.php30 public static function createEmpty(): Json function in ComboStrap\\Json
H A DTabsTag.php125 $html .= TagAttributes::createEmpty()
174 $htmlAttributes = TagAttributes::createEmpty();
H A DImageLink.php56 $linkTagAttributes = TagAttributes::createEmpty()
H A DIcon.php26 $iconAttributes = TagAttributes::createEmpty(self::ICON_CANONICAL_NAME);
H A DTemplateForWebPage.php385 return TagAttributes::createEmpty()
418 $html .= TagAttributes::createEmpty()
455 return TagAttributes::createEmpty()
918 return TagAttributes::createEmpty()
H A DPageExplorerTag.php116 $listItemEnterTag = TagAttributes::createEmpty()
747 $html .= TagAttributes::createEmpty()
780 $html .= TagAttributes::createEmpty()
H A DBreadcrumbTag.php52 $tagAttributes = TagAttributes::createEmpty(self::MARKUP_BLOCK);
H A DToc.php54 public static function createEmpty(): Toc function in ComboStrap\\Toc
H A DMarkupRef.php80 $this->url = Url::createEmpty();
192 $this->url = Url::createEmpty()->setFragment($fragment);
H A DMessage.php149 $tagAttributes = TagAttributes::createEmpty("message")
H A DFetcherPageBundler.php97 $toc = Toc::createEmpty()
H A DIdentityFormsHelper.php237 $tagAttributes = TagAttributes::createEmpty("identity")
H A DCallStack.php184 public static function createEmpty(): CallStack function in ComboStrap\\CallStack
201 return CallStack::createEmpty()
H A DMediaMarkup.php112 $this->extraMediaTagAttributes = TagAttributes::createEmpty();
284 $src = Url::createEmpty()
/plugin/combo/ComboStrap/Tag/
H A DTableTag.php68 $renderer->doc .= TagAttributes::createEmpty(self::TAG_CONTAINER)
71 $renderer->doc .= TagAttributes::createEmpty(self::TAG)
H A DRelatedTag.php55 $tagAttributes = TagAttributes::createEmpty()
/plugin/combo/syntax/
H A Dtabpanels.php167 $attributes = TagAttributes::createEmpty();
H A Dhighlightwiki.php57 $tagAttributes = TagAttributes::createEmpty($tag);
H A Dheadingwiki.php132 $attributes = TagAttributes::createEmpty(self::TAG)
H A Dlink.php267 $htmlAttributes = TagAttributes::createEmpty(self::TAG);
447 $markupAttributes = TagAttributes::createEmpty()

12