Lines Matching +full:p +full:- +full:up
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/
50 …the stock android browser straight up doesn't support file downloads initiated by a non GET: http:…
64 // url - the original url attempted
71 // url - the original url attempted
78 …// responseHtml - the html that came back in response to the file download. this won't necessa…
81 // url - the original url attempted
124 …//Note that some browsers will POST the string htmlentity-encoded whilst others will decode it bef…
137 … //has full support of GET features in 4.0+ by using a new window. Non-GET is completely uns…
144 } else if (userAgent.indexOf('android') !== -1) {
150 …p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda…
157 … stock android browser straight up doesn't support file downloads initiated by non GET requests: h…
174 //wire up a jquery dialog to display the preparing message if specified
206 //wire up a jquery dialog to display the fail message if specified
237 if (qsStart !== -1) {
240 if (fileUrl.substring(fileUrl.length - 1) !== "&") {
326 if (document.cookie.indexOf(settings.cookieName + "=" + settings.cookieValue) != -1) {
360 if (e && e.number == -2146828218) {
361 …// IE 8-10 throw a permission denied after the form reloads on the "$contents[0] === $form[0]" com…
370 …// IE 8-10 don't always have the full content available right away, they need a litle bit to finish