Searched refs:getPageIndex (Results 1 – 9 of 9) sorted by relevance
/plugin/batchedit/ |
H A D | engine.php | 1018 $index = $this->getPageIndex($namespace); 1120 private function getPageIndex($namespace) { function in BatcheditEngine
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 280 return this.getPageIndex(this.currentPage); 286 EditorUi.prototype.getPageIndex = function(page) method in EditorUi 363 var index = this.getPageIndex((sourcePage != null) ?
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 10337 value: function getPageIndex(ref) { 10338 return this._transport.getPageIndex(ref); 11777 value: function getPageIndex(ref) {
|
H A D | pdf.js.map | 1 …getPageIndex","getDestination","pdfBug","getViewport","rotation","dontFlip","scale","viewBox","get…
|
H A D | pdf.worker.js | 559 return catalog.getPageIndex(ref); 13834 value: function getPageIndex(pageRef) {
|
H A D | pdf.worker.js.map | 1 …getPageIndex","isRefsEqual","parentRef","kidPromises","kid","streamRef","subtype","metadata","stri…
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 8170 _this.pdfDocument.getPageIndex(destRef).then(function (pageIndex) {
|
H A D | viewer.js.map | 1 …ing, before all pages have been resolved.\n this.pdfDocument.getPageIndex(destRef).then((…
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11941 …ght=38;EditorUi.prototype.getSelectedPageIndex=function(){return this.getPageIndex(this.currentPag… 11942 EditorUi.prototype.getPageIndex=function(b){var e=null;if(null!=this.pages&&null!=b)for(var d=0;d<t… 11944 …kgroundColor;g.shapeForegroundColor=d.shapeForegroundColor;var k=this.getPageIndex(null!=e?e:this.…
|