Home
last modified time | relevance | path

Searched refs:download (Results 451 – 454 of 454) sorted by path

1...<<111213141516171819

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3243 /* write or download file */
3269 if(typeof chrome === 'object' && typeof (chrome.downloads||{}).download == "function") {
3271 return chrome.downloads.download({ url: url, filename: fname, saveAs: true});
3274 if(a.download != null) {
3276 a.download = fname; a.href = url; document.body.appendChild(a); a.click();
/plugin/xtern/lang/en/
H A Dheader.txt2 …ual installation of certificates for SSL. If this is your case you can download the certificate h…
/plugin/zotero/
H A DImportZoteroFeedReader.php24 $feed = $this->download($this->config->getUrlForEntries());
31 $additionalFeed = $this->download($nextUrl);
43 private function download($url) function in ImportZoteroFeedReader
52 $download = curl_exec($ch);
54 return $download;
H A DREADME.md19 automatically download your latest Zotero entries and add them to the

1...<<111213141516171819