Home
last modified time | relevance | path

Searched refs:getQueryPropertyValue (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherSystem.php25 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY);
78 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY);
H A DMediaMarkup.php294 $width = $markupUrl->getQueryPropertyValue(Dimension::WIDTH_KEY);
300 $height = $markupUrl->getQueryPropertyValue(Dimension::HEIGHT_KEY);
305 $cache = $markupUrl->getQueryPropertyValue(IFetcherAbs::CACHE_KEY);
H A DExecutionContext.php178 $urlAct = $this->url->getQueryPropertyValue(self::DO_ATTRIBUTE);
197 $urlId = $this->url->getQueryPropertyValue(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE);
H A DMarkupRef.php286 $rev = $this->url->getQueryPropertyValue(WikiPath::REV_ATTRIBUTE);
/plugin/combo/ComboStrap/Web/
H A DUrl.php249 function getQueryPropertyValue($key)
455 return $this->getQueryPropertyValue($key);
621 $value = $this->getQueryPropertyValue($key);
855 $actualValue = $this->getQueryPropertyValue($key);
238 function getQueryPropertyValue($key) global() function in ComboStrap\\Web\\Url