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