Home
last modified time | relevance | path

Searched refs:buildFromUrl (Results 1 – 10 of 10) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherPdf.php14 public function buildFromUrl(Url $url): FetcherPdf function in ComboStrap\\FetcherPdf
29 parent::buildFromUrl($url);
H A DFetcherSystem.php36 $fetcher->buildFromUrl($fetchUrl);
93 $fetcher->buildFromUrl($fetchUrl);
H A DIFetcher.php90 public function buildFromUrl(Url $url): IFetcher; function
H A DFetcherRawLocalPath.php42 $fetchRaw->buildFromUrl($fetchUrl);
H A DThirdMediaLink.php77 ->buildFromUrl($this->mediaMarkup->getFetchUrl())
H A DFetcherPageBundler.php39 public function buildFromUrl(Url $url): FetcherPageBundler function in ComboStrap\\FetcherPageBundler
44 parent::buildFromUrl($url);
H A DIFetcherAbs.php94 public function buildFromUrl(Url $url): IFetcher function in ComboStrap\\IFetcherAbs
H A DFetcherRaster.php76 $fetchImageRaster->buildFromUrl($fetchUrl);
H A DFetcherPage.php62 $pageFragment->buildFromUrl($fetchUrl);
H A DFetcherSvg.php159 $fetchSvg->buildFromUrl($fetchUrl);
636 …$dokuPath = FetcherRawLocalPath::createEmpty()->buildFromUrl($url)->processIfNeededAndGetFetchPath…