Lines Matching refs:length

107         if (this.caching && !queryElem.length) {
143 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
171 _reqHeaders[_reqHeaders.length] = [label, value];
205 msg = msg.substring(0, p) + a + msg.substring(p + 1, msg.length);
206 p += 1 + a.length;
256 queryElem[queryElem.length] = { name: curPrefix, e: v };
263 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
265 if (formAdded && queryElem.length > 1) {
270 queryText[queryText.length] = content;
452 if (this.queryElem.length) return ['xml_no_form_upl'];
482 …if (this.url.length > JsHttpRequest.MAX_URL_LEN) return ['url_too_long', JsHttpRequest.MAX_URL_LEN…
521 for (var i = 0; i < req._reqHeaders.length; i++) {
583 if (this.queryElem.length) return ['script_no_form'];
584 …if (this.url.length > JsHttpRequest.MAX_URL_LEN) return ['url_too_long', JsHttpRequest.MAX_URL_LEN…
585 if (req._reqHeaders.length) return ['no_headers', 'SCRIPT'];
642 if (req._reqHeaders.length) return ['no_headers', 'FORM'];
647 … if (th.url.length > JsHttpRequest.MAX_URL_LEN) return ['url_too_long', JsHttpRequest.MAX_URL_LEN];
656 if (th.queryElem.length) {
666 for (var i = 0; i < th.queryElem.length; i++) {
721 for (var i = 0; i < attr.length; i++) {
724 sv[sv.length] = [k, form.getAttribute(k)];
741 for (var i = 0, n = form.elements.length; i < n; i++) {
749 for (var i = qt.length - 1; i >= 0; i--) {
760 for (var i = 0; i < th.queryElem.length; i++) {
778 for (var i = 0; i < qt.length; i++) {
784 for (var i = 0, n = form.elements.length; i < n; i++) {