Home
last modified time | relevance | path

Searched refs:currentPage (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3beta1PageInfo.php25 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1PageInfo
36 public function setCurrentPage($currentPage) argument
38 $this->currentPage = $currentPage;
45 return $this->currentPage;
DGoogleCloudDialogflowCxV3PageInfo.php25 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3PageInfo
36 public function setCurrentPage($currentPage) argument
38 $this->currentPage = $currentPage;
45 return $this->currentPage;
DGoogleCloudDialogflowCxV3QueryParameters.php30 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryParameters
77 public function setCurrentPage($currentPage) argument
79 $this->currentPage = $currentPage;
86 return $this->currentPage;
DGoogleCloudDialogflowCxV3MatchIntentResponse.php47 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument
49 $this->currentPage = $currentPage;
56 return $this->currentPage;
DGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.php45 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument
47 $this->currentPage = $currentPage;
54 return $this->currentPage;
DGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.php45 public function setCurrentPage(GoogleCloudDialogflowCxV3beta1Page $currentPage) argument
47 $this->currentPage = $currentPage;
54 return $this->currentPage;
DGoogleCloudDialogflowCxV3QueryResult.php77 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument
79 $this->currentPage = $currentPage;
86 return $this->currentPage;
/plugin/combo/action/
H A Dmetatitle.php39 $currentPage = MarkupPath::createFromRequestedPage();
41 $pageTitle = $currentPage->getTitleOrDefault();
45 $parentPage = $currentPage->getParent();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DScroll.php49 private $currentPage = 0; variable in Elastica\\Scroll
83 if ($this->currentPage < $this->totalPages) {
131 $this->currentPage = 0;
174 if (0 === $this->currentPage) {
179 ++$this->currentPage;
/plugin/diagramsnet/lib/plugins/
Danonymize.js74 if (editorUi.currentPage != null)
76 model.execute(new RenamePage(editorUi, editorUi.currentPage,
77 editorUi.anonymizeString(editorUi.currentPage.getName())));
Dupdate.js127 var page = editorUi.currentPage;
154 if (page === editorUi.currentPage)
/plugin/diagramsnet/lib/js/diagramly/
DPages.js165 var page = this.ui.currentPage;
192 this.ui.currentPage = this.previousPage;
194 page = this.ui.currentPage;
280 return this.getPageIndex(this.currentPage);
364 sourcePage : this.currentPage);
454 var p = this.currentPage;
548 if (newPage != null && this.currentPage != null && this.pages != null)
550 if (newPage != this.currentPage)
958 if (page != this.currentPage)
998 var next = this.currentPage;
[all …]
DGraphViewer.js146 this.currentPage = parseInt(this.graphConfig.page) || 0;
278 this.currentPage = i;
289 var diagram = diagrams[self.currentPage];
293 return diagram.getAttribute('name') || 'Page-' + (self.currentPage + 1);
297 return self.currentPage + 1;
317 this.currentPage = mxUtils.mod(number, this.diagrams.length);
318 this.updateGraphXml(Editor.parseDiagramNode(this.diagrams[this.currentPage]));
404 urlParams['page'] = self.currentPage;
1344 this.selectPage(this.currentPage - 1);
1354 this.selectPage(this.currentPage + 1);
[all …]
DEditorUi.js1030 this.currentPage = new DiagramPage(node.ownerDocument.createElement('diagram'));
1031 this.currentPage.setName(mxResources.get('pageWithNumber', [1]));
1032 graph.model.execute(new ChangePage(this, this.currentPage, this.currentPage, 0));
1039 if (this.currentPage != null)
1041 this.currentPage.root = this.editor.graph.model.root;
1211 …EditorUi.prototype.getXmlFileData = function(ignoreSelection, currentPage, uncompressed, resolveRe… argument
1214 currentPage = (currentPage != null) ? currentPage : false;
1220 if (ignoreSelection && this.fileNode != null && this.currentPage != null)
1223 EditorUi.removeChildNodes(this.currentPage.node);
1224 mxUtils.setTextContent(this.currentPage.node, Graph.compressNode(node));
[all …]
DDiffSync.js186 if (this.currentPage == page)
223 if (page == this.currentPage)
237 if (page == this.currentPage)
316 var model = (page == this.currentPage) ? this.editor.graph.model : new mxGraphModel(page.root);
876 if (newPage == this.currentPage)
DElectronApp.js1243 var page = this.ui.currentPage;
1919 currentPage, scale, border, grid, includeXml) argument
1927 …var data = this.getFileData(true, null, null, null, ignoreSelection, currentPage == false? false :…
1933 if (format == 'pdf' && currentPage == false)
1944 if (this.pages != null && this.currentPage != null)
1948 if (this.pages[i] == this.currentPage)
DDrawioFile.js622 var page = this.ui.currentPage;
749 if (mxUtils.indexOf(this.ui.pages, this.ui.currentPage) < 0)
772 if (this.ui.currentPage == null || this.ui.currentPage.needsUpdate)
DMenus.js442 var currentPage = null;
487 if (editorUi.currentPage != null)
491 if (editorUi.currentPage == editorUi.pages[i])
493 currentPage = i + 1;
494 pagesFromInput.value = currentPage;
495 pagesToInput.value = currentPage;
560 (from != currentPage || to != currentPage)) ?
774 addShadow, editable, embedImages, border, cropImage, currentPage, argument
795 embedImages, border, cropImage, currentPage, dummy, grid, keepTheme, exportType) argument
823 embedImages, border, cropImage, currentPage, dummy, grid, keepTheme, exportType) argument
DDialogs.js1561 if (editorUi.pages[i] == editorUi.currentPage)
5627 var currentPage = 0;
5796 var curr = currentDiagrams[diagrams[currentPage].getAttribute('id')];
6025 if (editorUi.currentPage != null && editorUi.pages != null)
6027 currentPage = mxUtils.indexOf(editorUi.pages, editorUi.currentPage);
6132 realPage = Math.min(currentPage, diagrams.length - 1);
6165 currentPage = temp;
6166 realPage = currentPage;
6171 pageSelect.value = currentPage;
6412 currentPage = 0;
[all …]
DEditor.js3785 else if (ui.currentPage != null)
3787 id = ui.currentPage.getId();
7824 var currentPage = 1;
7892 if (editorUi.currentPage != null)
7896 if (editorUi.currentPage == editorUi.pages[i])
7898 currentPage = i + 1;
7899 pagesFromInput.value = currentPage;
7900 pagesToInput.value = currentPage;
8340 ignorePages = pagesFrom == currentPage && pagesTo == currentPage;
8357 var tempGraph = (page == editorUi.currentPage) ? graph : null;
[all …]
/plugin/indexmenu/
Daction.php232 $currentPage = $INPUT->str('currentpage');
237 $currentNs = getNS($currentPage);
299 $fancytreeData = $search->buildFancytreeData($data, $isInit, $currentPage, $opts['nopg']);
DSearch.php54 * @param bool $currentPage current wikipage id
58 public function buildFancytreeData($data, $isInit, $currentPage, $isNopg) argument
64 'currentPage' => $currentPage,
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js911 var currentPage = editorUi.currentPage;
915 exportPage(currentPage);
923 if (editorUi.currentPage != page)
931 if (currentPage != editorUi.currentPage)
933 editorUi.selectPage(currentPage, true);
/plugin/task/syntax/
Dtasks.php87 $currentPage = round($first / $perpage) + 1;
132 $renderer->doc .= $this->_paginationLinks($numOfPages, $currentPage, $filter);
/plugin/translator/syntax/
Dtranslator.php310 $currentPage = floor($start/$amount) == $i-1 ? ' current' : '';
311 … ($i-1)*$amount . ']', $i, '', 'fn[setpage][' . ($i-1)*$amount . ']ID', 'setpage' . $currentPage));

1234