| /plugin/combo/ComboStrap/ |
| H A D | FetcherSystem.php | 15 * @param Url $fetchUrl 21 public static function createPathFetcherFromUrl(Url $fetchUrl): IFetcherPath argument 25 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY); 36 $fetcher->buildFromUrl($fetchUrl); 46 $fetchDoku = FetcherRawLocalPath::createLocalFromFetchUrl($fetchUrl); 49 throw new ExceptionNotFound("No fetcher could be matched to the url ($fetchUrl)"); 59 return FetcherSvg::createSvgFromFetchUrl($fetchUrl); 62 return FetcherRaster::createRasterFromFetchUrl($fetchUrl); 75 public static function createFetcherStringFromUrl(Url $fetchUrl): IFetcherString argument 79 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY); [all …]
|
| H A D | MediaMarkup.php | 108 private Url $fetchUrl; variable in ComboStrap\\MediaMarkup 171 public static function createFromFetchUrl(Url $fetchUrl): MediaMarkup argument 173 return (new MediaMarkup())->setUrl($fetchUrl); 741 if (isset($this->fetchUrl)) { 744 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::WIDTH_KEY, $width); 748 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::HEIGHT_KEY, $height); 752 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::RATIO_ATTRIBUTE, $ratio); 822 private function setUrl(Url $fetchUrl): MediaMarkup argument 829 … $this->align = $fetchUrl->getQueryPropertyValueAndRemoveIfPresent(Align::ALIGN_ATTRIBUTE); 834 $this->linking = $fetchUrl->getQueryPropertyValueAndRemoveIfPresent(self::LINKING_KEY); [all …]
|
| H A D | FetcherPage.php | 48 public static function createPageFragmentFetcherFromUrl(Url $fetchUrl): FetcherPage argument 54 $path = $fetchUrl->getPath(); 56 $fetchUrl->setPath(UrlEndpoint::DOKU_PHP); 57 $fetchUrl->setQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $id); 62 $pageFragment->buildFromUrl($fetchUrl);
|
| H A D | FetcherRawLocalPath.php | 39 public static function createLocalFromFetchUrl(Url $fetchUrl): FetcherRawLocalPath argument 42 $fetchRaw->buildFromUrl($fetchUrl);
|
| H A D | Snippet.php | 1007 $fetchUrl = $this->getRemoteUrl(); 1009 $fetchUrl = $this->getLocalUrl(); 1016 ->addOutputAttributeValue("src", $fetchUrl->toString()) 1048 $fetchUrl = $this->getRemoteUrl(); 1050 $fetchUrl = $this->getLocalUrl(); 1057 ->addOutputAttributeValue("href", $fetchUrl->toString())
|
| H A D | FetcherRaster.php | 73 public static function createRasterFromFetchUrl(Url $fetchUrl): FetcherRaster argument 76 $fetchImageRaster->buildFromUrl($fetchUrl);
|
| H A D | ExecutionContext.php | 742 public function createStringMainFetcherFromRequestedUrl(Url $fetchUrl): IFetcherString argument 744 $this->executingMainFetcher = FetcherSystem::createFetcherStringFromUrl($fetchUrl); 756 public function createPathMainFetcherFromUrl(Url $fetchUrl): IFetcherPath argument 758 $this->executingMainFetcher = FetcherSystem::createPathFetcherFromUrl($fetchUrl);
|
| H A D | FetcherSvg.php | 156 public static function createSvgFromFetchUrl(Url $fetchUrl): FetcherSvg argument 159 $fetchSvg->buildFromUrl($fetchUrl);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | DatafeedFetchSchedule.php | 29 public $fetchUrl; variable in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule 76 public function setFetchUrl($fetchUrl) argument 78 $this->fetchUrl = $fetchUrl; 85 return $this->fetchUrl;
|
| /plugin/combo/ComboStrap/Api/ |
| H A D | ApiRouter.php | 45 $fetchUrl = Url::createFromGetOrPostGlobalVariable(); 46 if ($call !== self::AJAX_CALL_VALUE && !$fetchUrl->hasProperty(IFetcher::FETCHER_KEY)) { 57 $fetcher = $executionContext->createStringMainFetcherFromRequestedUrl($fetchUrl); 65 … ->setBody("Error while creating the fetcher for the fetch Url ($fetchUrl)", Mime::getText())
|
| /plugin/combo/action/ |
| H A D | staticresource.php | 106 $fetchUrl = Url::createFromGetOrPostGlobalVariable(); 110 $fetcher = $executionContext->createPathMainFetcherFromUrl($fetchUrl);
|
| /plugin/jsoneditor/script/ |
| D | jsoneditor.min.js | 2 …fetchUrl:"",u=this._getRef(c,s);if(this.refs[u]){if(e&&h(this.refs[u],"allOf")){var p=this.refs[u]… property
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 66741 var fetchUrl = function (url, headers) { 66800 fetchUrl(url, headers).then(function (buffer) {
|