/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/ |
H A D | GenerateDownloadUrlResponse.php | 25 public $downloadUrl; variable in Google\\Service\\CloudFunctions\\GenerateDownloadUrlResponse 30 public function setDownloadUrl($downloadUrl) argument 32 $this->downloadUrl = $downloadUrl; 39 return $this->downloadUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | InternalAppSharingArtifact.php | 29 public $downloadUrl; variable in Google\\Service\\AndroidPublisher\\InternalAppSharingArtifact 52 public function setDownloadUrl($downloadUrl) argument 54 $this->downloadUrl = $downloadUrl; 61 return $this->downloadUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | ChromeOsDeviceDeviceFiles.php | 29 public $downloadUrl; variable in Google\\Service\\Directory\\ChromeOsDeviceDeviceFiles 56 public function setDownloadUrl($downloadUrl) argument 58 $this->downloadUrl = $downloadUrl; 65 return $this->downloadUrl;
|
H A D | ChromeOsDeviceScreenshotFiles.php | 29 public $downloadUrl; variable in Google\\Service\\Directory\\ChromeOsDeviceScreenshotFiles 56 public function setDownloadUrl($downloadUrl) argument 58 $this->downloadUrl = $downloadUrl; 65 return $this->downloadUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | MetadataItems.php | 29 public $downloadUrl; variable in Google\\Service\\Books\\MetadataItems 50 public function setDownloadUrl($downloadUrl) argument 52 $this->downloadUrl = $downloadUrl; 59 return $this->downloadUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/ |
H A D | Report.php | 29 public $downloadUrl; variable in Google\\Service\\YouTubeReporting\\Report 68 public function setDownloadUrl($downloadUrl) argument 70 $this->downloadUrl = $downloadUrl; 77 return $this->downloadUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/ |
H A D | Photo.php | 32 public $downloadUrl; variable in Google\\Service\\StreetViewPublish\\Photo 97 public function setDownloadUrl($downloadUrl) argument 99 $this->downloadUrl = $downloadUrl; 106 return $this->downloadUrl;
|
/plugin/combo/ComboStrap/ |
H A D | Lang.php | 51 $downloadUrl = "https://raw.githubusercontent.com/unicode-org/cldr-json/master/cldr-json/cldr-misc-modern/main/$langValue/layout.json"; 55 $filePointer = fopen($downloadUrl, 'r'); 57 $filePointer = @fopen($downloadUrl, 'r'); 74 LogUtility::msg("The data for the language ($langValue) could not be downloaded at (<a href=\"$downloadUrl\">$langValue</a>). Error: " . $message, LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
|
H A D | IconDownloader.php | 472 $downloadUrl = $this->getDownloadUrl(); 475 $filePointer = fopen($downloadUrl, 'r'); 477 // (ie no icon file found at ($downloadUrl) 478 $message = "We couldn't find the <a href=\"$downloadUrl\">icon $this->iconName</a>) from the"; 532 $downloadUrl = "https://materialdesignicons.com/api/download/icon/svg/$iconId"; 533 $filePointer = file_put_contents($mediaFilePath, fopen($downloadUrl, 'r')); 535 LogUtility::msg("The file ($downloadUrl) could not be downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | RemoteLibrary.js | 18 …mponent(JSON.stringify([this.libObj.id, this.libObj.title, this.libObj.downloadUrl])); //Using an …
|
H A D | GitLabClient.js | 511 …var downloadUrl = gitLabUrl + org + '/' + repo + '/raw/' + ref + '/' + data.file_path + '?inline=f… 515 'path': data.file_path, 'html_url': htmlUrl, 'download_url': downloadUrl, 557 var downloadUrl = gitLabUrl + org + '/' + repo + '/raw/' + ref + '/' + path + '?inline=false'; 560 'path': path, 'html_url': htmlUrl, 'download_url': downloadUrl, 'refPos': refPos,
|
H A D | DriveClient.js | 1020 var url = resp.downloadUrl; 1077 var url = resp.downloadUrl;
|
H A D | Menus.js | 93 …return {id: item.id, isExt: true, url: item.downloadUrl, title: item.title, imgUrl: item.thumbnail… 3728 …return {id: item.id, isExt: true, url: item.downloadUrl, title: item.title, imgUrl: item.thumbnail…
|
H A D | App.js | 5617 downloadUrl: libDesc[2] property in AnonymousFunctione4ed41c2c600.libObj 5620 …this.remoteInvoke('getFileContent', [libObj.downloadUrl], null, mxUtils.bind(this, function(libCon…
|
H A D | EditorUi.js | 14026 downloadUrl: libDesc[2] property in EditorUi.showRemotelyStoredLibrary.loadedLibs 14098 …this.remoteInvoke('getFileContent', [lib.downloadUrl], null, mxUtils.bind(this, function(libConten…
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DriveService.php | 2289 public $downloadUrl; variable in Google_DriveFile 2373 public function setDownloadUrl( $downloadUrl) { argument 2374 $this->downloadUrl = $downloadUrl; 2377 return $this->downloadUrl; 3169 public $downloadUrl; variable in Google_Revision 3189 public function setDownloadUrl( $downloadUrl) { argument 3190 $this->downloadUrl = $downloadUrl; 3193 return $this->downloadUrl;
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1005 ui.remoteInvoke('getFileContent', [this.downloadUrl], null, success, error); 1138 ui.remoteInvoke('getFileContent', [this.downloadUrl], null, function(libContent) 1192 … ui.remoteInvoke('getFileContent', [lib.downloadUrl], null, mxUtils.bind(lib, function(libContent)
|
/plugin/photogallery/lightGallery/js/ |
H A D | lightgallery.js | 785 …_src = _this.s.dynamicEl[index].downloadUrl !== false && (_this.s.dynamicEl[index].downloadUrl || …
|
H A D | lightgallery.min.js | 4 …his.s.download){var j;j=g.s.dynamic?g.s.dynamicEl[b].downloadUrl!==!1&&(g.s.dynamicEl[b].downloadU…
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 1076 downloadManager.downloadUrl(url, filename); 14285 value: function downloadUrl(url, filename) { 14311 this.downloadUrl(url, filename); 14318 this.downloadUrl(url, filename);
|
H A D | viewer.js.map | 1 …downloadUrl","createValidAbsoluteUrl","downloadData","webL10n","gL10nData","gTextData","gTextProp"…
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10060 …Component(JSON.stringify([this.libObj.id,this.libObj.title,this.libObj.downloadUrl]))};RemoteLibra… 11525 …odifiedBy,lastModifiedDateTime,size,folder,remoteItem,@microsoft.graph.downloadUrl");d(C,function(… 11527 …k&&(k=function(b){if(null!=b){var c=g()||{};delete b["@microsoft.graph.downloadUrl"];c[b.id]=b;loc… 11710 …{var m=JSON.parse(m),v={id:m[0],title:m[1],downloadUrl:m[2]};this.remoteInvoke("getFileContent",[v… property in AnonymousFunction9bd35d6b15cf00.v 11794 d.init()}else{var e=function(b){return{id:b.id,isExt:!0,url:b.downloadUrl,title:b.title,imgUrl:b.th… 11915 isExt:!0,url:b.downloadUrl,title:b.title,imgUrl:b.thumbnailLink,changedBy:b.lastModifyingUserName,l…
|