Lines Matching full:download
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
107 //the cookie value for the above name to indicate that a file download has occured
117 …//the title for the popup second window as a download is processing in the case of a mobile browser
119 popupWindowTitle: "Initiating file download...",
319 //check if the file download has completed every checkInterval ms
325 //has the cookie been written due to a file download occuring?
340 … //if neither containers exist below then the file download is occuring on the current window
425 //iframe cleanup appears to randomly cause the download to fail