Home
last modified time | relevance | path

Searched refs:downloadLink (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeAccessInfoEpub.php29 public $downloadLink; variable in Google\\Service\\Books\\VolumeAccessInfoEpub
52 public function setDownloadLink($downloadLink) argument
54 $this->downloadLink = $downloadLink;
61 return $this->downloadLink;
DVolumeAccessInfoPdf.php29 public $downloadLink; variable in Google\\Service\\Books\\VolumeAccessInfoPdf
52 public function setDownloadLink($downloadLink) argument
54 $this->downloadLink = $downloadLink;
61 return $this->downloadLink;
/plugin/mizarverifiabledocs/src/
Dscript.js769 const downloadLink = contentWindow.document.createElement("a");
770 downloadLink.href = url;
771 downloadLink.download = filename;
772 downloadLink.textContent = "⬇️ Click here to download the file";
773 downloadLink.style.display = "block";
774 downloadLink.style.marginTop = "10px";
775 contentWindow.document.body.appendChild(downloadLink);
/plugin/authgoogle/google/contrib/
DGoogle_BooksService.php2785 public $downloadLink; variable in Google_VolumeAccessInfoEpub
2793 public function setDownloadLink( $downloadLink) { argument
2794 $this->downloadLink = $downloadLink;
2797 return $this->downloadLink;
2809 public $downloadLink; variable in Google_VolumeAccessInfoPdf
2817 public function setDownloadLink( $downloadLink) { argument
2818 $this->downloadLink = $downloadLink;
2821 return $this->downloadLink;
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js317 this.domNodes.downloadLink = document.createElement('a');
318 this.domNodes.downloadLink.setAttribute('download', '');
319 this.domNodes.downloadLink.textContent = this.options.download;
320 this.domNodes.download.appendChild(this.domNodes.downloadLink);
657 … _this5.domNodes.downloadLink.setAttribute('href', _this5.currentImage.getAttribute('src'));
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1downloadLink = contentWindow.document.createElement('a');\n downloadLink.href = url;\n …
/plugin/mizarproofchecker/dist/
Dscript.js.map1downloadLink = contentWindow.document.createElement('a');\n downloadLink.href = url;\n …
/plugin/mizarverifiabledocs/dist/
Dscript.js.map1downloadLink = contentWindow.document.createElement(\"a\");\n downloadLink.href = url;\…