Home
last modified time | relevance | path

Searched refs:isHttp (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DRouter.php459 $isHttp = strpos($url->getScheme(), "http") === 0;
461 $isHttp = false;
463 if ($isHttp) {
/plugin/pdfjs/pdfjs/build/
Dpdf.js22654 this.isHttp = this.url.protocol === 'http:' || this.url.protocol === 'https:';
22656 this.httpHeaders = this.isHttp && source.httpHeaders || {};
23068 isHttp: stream.isHttp, property
23248 isHttp = _ref.isHttp,
23268 if (disableRange || !isHttp) {
23572 this.isHttp = /^https?:/i.test(url);
23573 this.httpHeaders = this.isHttp && args.httpHeaders || {};
23624 if (this.isHttp && 'begin' in args && 'end' in args) {
23687 if (xhr.status === 0 && this.isHttp) {
23871 isHttp: this._manager.isHttp, property
[all …]
Dpdf.js.map1isHttp","suggestedLength","extractFilenameFromHeader","createRequestOptions","returnValues","allow…