Home
last modified time | relevance | path

Searched refs:hasProperty (Results 1 – 6 of 6) sorted by relevance

/template/strap/ComboStrap/Web/
H A DUrl.php387 public function hasProperty(string $key): bool function in ComboStrap\\Web\\Url
673 if ($this->hasProperty(MediaMarkup::$MEDIA_QUERY_PARAMETER)) {
916 if (!$this->hasProperty($key)) {
1020 if ($this->hasProperty(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE)) {
1023 if ($this->hasProperty(MediaMarkup::$MEDIA_QUERY_PARAMETER)) {
1026 if ($this->hasProperty(FetcherRawLocalPath::SRC_QUERY_PARAMETER)) {
/template/strap/ComboStrap/
H A DLinkMarkup.php165 if ($url->hasProperty(self::SEARCH_HIGHLIGHT_QUERY_PROPERTY)) {
240 if (!$this->markupRef->getUrl()->hasProperty("do")) {
625 if ($this->markupRef->getUrl()->hasProperty("do")) {
H A DMetadataSingleArrayStore.php120 public function hasProperty(string $name): bool function in ComboStrap\\MetadataSingleArrayStore
H A DMetadataFrontmatterStore.php59 !$this->hasProperty($guidObject::getPersistentName())
H A DMarkupRef.php158 if ($this->url->hasProperty(MediaMarkup::LINKING_NOLINK_VALUE)) {
/template/strap/ComboStrap/Api/
H A DApiRouter.php46 if ($call !== self::AJAX_CALL_VALUE && !$fetchUrl->hasProperty(IFetcher::FETCHER_KEY)) {