Lines Matching +full:v +full:- +full:mobile

6 * Copyright (c) 2013 - John Culviner
9 * http://www.opensource.org/licenses/mit-license.php
13 * http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/
65 // url - the original url attempted
72 // url - the original url attempted
79 …// responseHtml - the html that came back in response to the file download. this won't necessa…
82 // url - the original url attempted
83 // error - original error cautch from exception
125 …//the title for the popup second window as a download is processing in the case of a mobile browser
132 …//Note that some browsers will POST the string htmlentity-encoded whilst others will decode it bef…
141 //Setup mobile browser detection: Partial credit: http://detectmobilebrowser.com/
145 … //has full support of GET features in 4.0+ by using a new window. Non-GET is completely uns…
146 …var isOtherMobileBrowser; //there is no way to reliably guess here so all other mobile devices w…
152 } else if (userAgent.indexOf('android') !== -1) {
158-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(…
245 if (qsStart !== -1) {
248 if (fileUrl.substring(fileUrl.length - 1) !== "&") {
291 var v = kvp.join("=");
292 kvp = [k, v];
347 if (document.cookie.toLowerCase().indexOf(lowerCaseCookie) > -1) {
384 if (e && e.number == -2146828218) {
385 …// IE 8-10 throw a permission denied after the form reloads on the "$contents[0] === $form[0]" com…
394 …// IE 8-10 don't always have the full content available right away, they need a litle bit to finish