| /plugin/adhocwrap/ |
| H A D | all.less | 9 .alert > *, .help > *, .download > *, .todo > * { 27 .info, .tip, .important, .alert, .help, .download, .todo { 72 .download { 91 .download h1, .download h2, .download h3, .download h4, .download h5, .download h6, 97 div.info, div.tip, div.important, div.alert, div.help, div.download, div.todo, 98 …article.info, article.tip, article.important, article.alert, article.help, article.download, artic… 99 aside.info, aside.tip, aside.important, aside.alert, aside.help, aside.download, aside.todo, 100 …section.info, section.tip, section.important, section.alert, section.help, section.download, secti… 101 …figure.info, figure.tip, figure.important, figure.alert, figure.help, figure.download, figure.todo… 106 div.info, div.tip, div.important, div.alert, div.help, div.download, div.todo, [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/examples/ |
| D | export.config.advanced.js | 36 this.download( data, "image/jpg", "amCharts.jpg" ); 44 this.download( data, "image/png", "amCharts.png" ); 52 this.download( data, "application/pdf", "amCharts.pdf" ); 60 this.download( data, "text/xml", "amCharts.svg" ); 131 this.download( data, "image/jpg", "amCharts.jpg" ); 176 ** DOWNLOAD 179 label: "Download", 185 this.download( data, "image/jpg", "amCharts.jpg" ); 194 this.download( data, "image/png", "amCharts.png" ); 203 this.download( data, "application/pdf", "amCharts.pdf" ); [all …]
|
| /plugin/siteexport/lang/en/ |
| H A D | lang.php | 33 $lang['directDownloadLink'] = 'Direct Download Link'; 34 $lang['wgetURLLink'] = 'wget Download URL'; 35 $lang['curlURLLink'] = 'curl Download URL'; 62 $lang['AggregateSubmitLabel'] = 'Download'; 64 $lang['SiteSubmitLabel'] = 'Download as PDF'; 72 $lang['js']['startdownload'] = 'Starting Download'; 73 $lang['js']['downloadfinished'] = 'Finished Download'; 74 $lang['js']['finishedbutdownloadfailed'] = 'Finished but download failed.';
|
| /plugin/siteexport/lang/nl/ |
| H A D | lang.php | 29 $lang['directDownloadLink'] = 'Directe Download Link'; 30 $lang['wgetURLLink'] = 'wget Download URL'; 31 $lang['curlURLLink'] = 'curl Download URL'; 50 $lang['AggregateSubmitLabel'] = 'Download'; 52 $lang['SiteSubmitLabel'] = 'Download als PDF'; 58 $lang['js']['startdownload'] = 'Begin Download'; 59 $lang['js']['downloadfinished'] = 'Beëindigde Download'; 60 $lang['js']['finishedbutdownloadfailed'] = 'Beëindigde maar mislukte download';
|
| /plugin/siteexport/lang/de/ |
| H A D | lang.php | 30 $lang['directDownloadLink'] = 'Link für den direkten Download'; 31 $lang['wgetURLLink'] = 'wget Download URL'; 32 $lang['curlURLLink'] = 'curl Download URL'; 51 $lang['AggregateSubmitLabel'] = 'Download'; 59 $lang['js']['startdownload'] = 'Download beginnt'; 60 $lang['js']['downloadfinished'] = 'Download beendet'; 61 $lang['js']['finishedbutdownloadfailed'] = 'Laden beendet, aber der Download war fehlerhaft.';
|
| /plugin/directorylist/action/ |
| D | directorylist.php | 14 * Register Event to catch download action 24 * Checks the action for the keyword to download files 31 // check if we need to download a file 32 if ($event->data === 'download' && ! empty($_GET['file'])) { 41 // force download
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/ |
| D | Generatedapks.php | 34 * (generatedapks.download) 38 * @param string $downloadId Download ID, which uniquely identifies the APK to 39 * download. Can be obtained from the response of `generatedapks.list` method. 42 public function download($packageName, $versionCode, $downloadId, $optParams = []) function in Google\\Service\\AndroidPublisher\\Resource\\Generatedapks 46 return $this->call('download', [$params]); 49 * Returns download metadata for all APKs that were generated from a given app
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/ |
| D | Media.php | 33 * Downloads media. Download is supported on the URI 34 * `/download/{resource_name=**}?alt=media.` **Note**: Download requests will 36 * (media.download) 43 public function download($resourceName, $optParams = []) function in Google\\Service\\DisplayVideo\\Resource\\Media 47 return $this->call('download', [$params], GoogleBytestreamMedia::class);
|
| D | Sdfdownloadtasks.php | 34 * Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a 37 * the operation is SdfDownloadTask. The response will not include the download 38 * files, which must be retrieved with media.download. The state of operation
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/Resource/ |
| D | Media.php | 33 * Method for media download. Download is supported on the URI 34 * `/v1/media/{+name}?alt=media`. (media.download) 40 public function download($resourceName, $optParams = []) function in Google\\Service\\YouTubeReporting\\Resource\\Media 44 return $this->call('download', [$params], GdataMedia::class);
|
| /plugin/fetchmedia/lang/en/ |
| D | lang.php | 12 $lang['label: namespace input'] = 'Namespace to download'; 23 $lang['error: failed to download file'] = 'Failed to download file'; 32 $lang['js']['label: button download'] = 'Download Now';
|
| D | intro.txt | 1 Download all externally linked mediafiles in the given namespace and its subnamespaces. 3 If your DokuWiki runs on a Windows-Server, you can choose whether to download 8 **Please do not close this page during download**
|
| /plugin/bookcreator/script/ |
| D | jquery.fileDownload.js | 2 * jQuery File Download Plugin v1.4.4 13 * http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/ 40 …//Requires jQuery UI: provide a message to display to the user when the file download is being pre… 45 … //Requires jQuery UI: provide a message to display to the user when a file download fails 53 //Set to null to disable the message and attempt to download anyway 55 …: "Unfortunately your Android browser doesn't support this type of file download. Please try again… 70 //a function to call after a file download dialog/ribbon has appeared 77 //a function to call after a file download dialog/ribbon has appeared 79 …// responseHtml - the html that came back in response to the file download. this won't necessa… 99 … //a period in milliseconds to poll to determine if a successful file download has occured or not [all …]
|
| /plugin/siteexport/ |
| H A D | jquery.filedownload.js | 2 * jQuery File Download Plugin v1.4.2 13 * http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/ 40 …//Requires jQuery UI: provide a message to display to the user when the file download is being pre… 45 … //Requires jQuery UI: provide a message to display to the user when a file download fails 54 …: "Unfortunately your Android browser doesn't support this type of file download. Please try again… 69 //a function to call after a file download dialog/ribbon has appeared 76 //a function to call after a file download dialog/ribbon has appeared 78 …// responseHtml - the html that came back in response to the file download. this won't necessa… 97 … //a period in milliseconds to poll to determine if a successful file download has occured or not 102 //the cookie name to indicate if a file download has occured [all …]
|
| /plugin/zotero/ |
| D | ImportZoteroFeedReader.php | 24 $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;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
| D | GoogleDevtoolsRemotebuildbotCommandDurations.php | 26 public $download; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildbotCommandDurations 68 public function setDownload($download) argument 70 $this->download = $download; 74 return $this->download;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/Resource/ |
| D | Media.php | 33 * Downloads media. Download is supported on the URI 34 * `/v1/media/{+name}?alt=media`. (media.download) 41 public function download($resourceName, $optParams = []) function in Google\\Service\\HangoutsChat\\Resource\\Media 45 return $this->call('download', [$params], MediaModel::class);
|
| /plugin/downloadcodeblock/ |
| D | README.md | 1 # Download code block 3 Simplistic JavaScript-only DokuWiki plugin adding download buttons to code 9 as the file name for the download if it ends with a file extension (dot followed
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/Resource/ |
| D | Media.php | 33 * Gets an attachment. To download attachment media via REST requires the 35 * media is not available in the requested MIME type. (media.download) 45 public function download($name, $optParams = []) function in Google\\Service\\Keep\\Resource\\Media 49 return $this->call('download', [$params], Attachment::class);
|
| /plugin/archivegenerator/lang/en/ |
| D | lang.php | 16 $lang['label: download'] = 'Download Wiki Archive'; 37 $lang['link: download now'] = 'Download now!';
|
| /plugin/diagrams/action/ |
| H A D | action.php | 113 * PNG download available via link created in JS (only if PNG caching is enabled) 140 // check if download target exists 153 $download = $media ? str_replace('.svg', '.png', $media) : $id . ".png"; 154 $download = noNS($download); 156 header("Content-Disposition: attachment; filename=$download;");
|
| /plugin/diagrams/lang/en/ |
| H A D | lang.php | 12 $lang['js']['downloadSVGButton'] = 'Download diagram as SVG'; 13 $lang['js']['downloadPNGButton'] = 'Download diagram as PNG'; 16 $lang['js']['downloadSVGButtonShort'] = 'Download SVG'; 17 $lang['js']['downloadPNGButtonShort'] = 'Download PNG';
|
| /plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/ |
| D | wrap.js | 15 var download_box = installed_lang['download'] || wr_lang['download'] || 'download box'; 28 var DownloadBox='<img src= "' + icons16_path + 'download.png" title="'+download_box+'">'; 49 … [HelpBox ,'help box'],[DownloadBox,'download'],[ ToDoBox,'todo']], 124 case 'download' : 125 open = '<'+syntaxDiv+' center round download 60%>\n';
|
| /plugin/upgrade/lang/pt/ |
| H A D | lang.php | 14 $lang['vs_tgz'] = 'DokuWiki <b>%s</b> está disponível para download.'; 20 $lang['vs_ssl'] = 'Seu PHP parece não suportar SSL então o download da informação ne… 22 $lang['dl_fail'] = 'Download falhou.'; 23 $lang['dl_done'] = 'Download completo (%s).'; 46 $lang['step_download'] = 'Download';
|
| /plugin/upgrade/lang/da/ |
| H A D | lang.php | 12 $lang['vs_tgz'] = 'DokuWiki <b>%s</b> er klar til download.'; 18 $lang['vs_ssl'] = 'Det ser ud til at dit PHP ikke supportere SSL streams - download … 20 $lang['dl_fail'] = 'Download fejlet'; 21 $lang['dl_done'] = 'Download færdig (%s).'; 44 $lang['step_download'] = 'Download';
|