Lines Matching refs:concat

502               console.error("_readPreferences: \"".concat(_context2.t0.message, "\"."));
607 console.error("_parseHashParameters: \"".concat(reason.message, "\"."));
1084 _this3.error("PDF failed to download: ".concat(err));
1263 hash = zoom ? "zoom=".concat(zoom) : null;
1270 …hash = "page=".concat(values.page, "&zoom=").concat(zoom || values.zoom, ",") + "".concat(values.s…
1451 … _this5.setTitle("".concat(pdfTitle, " - ").concat(contentDispositionFilename || document.title));
4444 throw new Error("Invalid type for preference: ".concat(name));
4603 console.error("switchTool: \"".concat(tool, "\" is an unsupported value."));
5129 console.error("PDFSidebar._switchView: \"".concat(view, "\" is not a valid view."));
6019 return pageNames["".concat(width, "x").concat(height)];
6713 normalizationRegex = new RegExp("[".concat(replace, "]"), 'g');
7097 console.error("Unable to get text content for page ".concat(i + 1), reason);
7651 this.initialBookmark = "page=".concat(destination.page);
7669 …console.error('PDFHistory.push: ' + "\"".concat(namedDest, "\" is not a valid namedDest parameter.…
7672 …console.error('PDFHistory.push: ' + "\"".concat(explicitDest, "\" is not a valid explicitDest para…
7676 …console.error('PDFHistory.push: ' + "\"".concat(pageNumber, "\" is not a valid pageNumber paramete…
7769 newUrl = "".concat(baseUrl, "#").concat(destination.hash);
7905 …hash: this._isViewerInPresentationMode ? "page=".concat(location.pageNumber) : location.pdfOpenPar…
8178 …error("PDFLinkService.navigateTo: \"".concat(destRef, "\" is not ") + "a valid page reference, for…
8186 …or("PDFLinkService.navigateTo: \"".concat(destRef, "\" is not ") + "a valid destination reference,…
8191 …error("PDFLinkService.navigateTo: \"".concat(pageNumber, "\" is not ") + "a valid page number, for…
8229 …"PDFLinkService.navigateTo: \"".concat(data.explicitDest, "\" is") + " not a valid destination arr…
8307 … console.error("PDFLinkService.setHash: \"".concat(zoomArg, "\" is not ") + 'a valid zoom value.');
8344 …console.error("PDFLinkService.setHash: \"".concat(unescape(hash), "\" is not ") + 'a valid destina…
9339 …supports !== 'function' || !CSS.supports(SIDEBAR_WIDTH_VAR, "calc(-1 * ".concat(SIDEBAR_MIN_WIDTH,…
9377 this.doc.style.setProperty(SIDEBAR_WIDTH_VAR, "".concat(width, "px"));
10612 … console.error("Unable to get page ".concat(_pageNum, " to initialize viewer"), reason);
10647 console.error("".concat(this._name, ".setPageLabels: Invalid page labels."));
10800 …console.error("".concat(this._name, "._setScale: \"").concat(value, "\" is an unknown zoom value."…
10836 …console.error("".concat(this._name, ".scrollPageIntoView: ") + "\"".concat(pageNumber, "\" is not …
10904 …console.error("".concat(this._name, ".scrollPageIntoView: ") + "\"".concat(destArray[1].name, "\" …
11043 …console.error("".concat(this._name, ".isPageVisible: \"").concat(pageNumber, "\" is out of bounds.…
11267 …console.error("".concat(this._name, ".currentPageNumber: \"").concat(val, "\" is not a valid page.…
11291 …console.error("".concat(this._name, ".currentPageLabel: \"").concat(val, "\" is not a valid page."…
11418 throw new Error("Invalid scroll mode: ".concat(mode));
11440 throw new Error("Invalid spread mode: ".concat(mode));
14080 throw new Error("Set preference: \"".concat(name, "\" is undefined."));
14109 …throw new Error("Set preference: \"".concat(value, "\" is a ").concat(valueType, ", ") + "expected…
14121 throw new Error("Set preference: \"".concat(value, "\" must be an integer."));
14163 throw new Error("Get preference: \"".concat(name, "\" is undefined."));