Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3PageInfo.php25 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3PageInfo
36 public function setCurrentPage($currentPage) argument
38 $this->currentPage = $currentPage;
45 return $this->currentPage;
H A DGoogleCloudDialogflowCxV3beta1PageInfo.php25 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1PageInfo
36 public function setCurrentPage($currentPage) argument
38 $this->currentPage = $currentPage;
45 return $this->currentPage;
H A DGoogleCloudDialogflowCxV3QueryParameters.php30 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryParameters
77 public function setCurrentPage($currentPage) argument
79 $this->currentPage = $currentPage;
86 return $this->currentPage;
H A DGoogleCloudDialogflowCxV3MatchIntentResponse.php47 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument
49 $this->currentPage = $currentPage;
56 return $this->currentPage;
H A DGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.php45 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument
47 $this->currentPage = $currentPage;
54 return $this->currentPage;
H A DGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.php45 public function setCurrentPage(GoogleCloudDialogflowCxV3beta1Page $currentPage) argument
47 $this->currentPage = $currentPage;
54 return $this->currentPage;
H A 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/
H A DScroll.php49 private $currentPage = 0;
83 if ($this->currentPage < $this->totalPages) {
131 $this->currentPage = 0;
174 if (0 === $this->currentPage) {
179 ++$this->currentPage;
46 private $currentPage = 0; global() variable in Elastica\\Scroll
/plugin/diagramsnet/lib/plugins/
H A Danonymize.js74 if (editorUi.currentPage != null)
76 model.execute(new RenamePage(editorUi, editorUi.currentPage,
77 editorUi.anonymizeString(editorUi.currentPage.getName())));
H A Dupdate.js127 var page = editorUi.currentPage;
154 if (page === editorUi.currentPage)
/plugin/diagramsnet/lib/js/diagramly/
H A 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;
550 if (newPage != this.currentPage)
958 if (page != this.currentPage)
998 var next = this.currentPage;
1115 var next = this.currentPage;
[all …]
H A DGraphViewer.js146 this.currentPage = parseInt(this.graphConfig.page) || 0;
278 this.currentPage = i;
289 var diagram = diagrams[self.currentPage];
297 return self.currentPage + 1;
317 this.currentPage = mxUtils.mod(number, this.diagrams.length);
404 urlParams['page'] = self.currentPage;
1344 this.selectPage(this.currentPage - 1);
1354 this.selectPage(this.currentPage + 1);
1820 if (this.currentPage != null && this.currentPage > 0)
1822 param.page = this.currentPage;
[all …]
H A DEditorUi.js1032 graph.model.execute(new ChangePage(this, this.currentPage, this.currentPage, 0));
1039 if (this.currentPage != null)
1214 currentPage = (currentPage != null) ? currentPage : false;
1264 if (currentPage)
1597 currentPage = (currentPage != null) ? currentPage : false;
1618 if (this.currentPage == page)
1794 this.currentPage = null;
1874 if (this.currentPage != null)
1929 this.currentPage != null && this.currentPage.node.getAttribute('name') != null &&
2098 else if (currentPage == false)
[all …]
H A 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)
H A 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)
H A 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)
H A 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
H A DDialogs.js5627 var currentPage = 0;
6027 currentPage = mxUtils.indexOf(editorUi.pages, editorUi.currentPage);
6165 currentPage = temp;
6166 realPage = currentPage;
6412 currentPage = 0;
6472 var currentPage = 0;
6484 return currentPage + 1;
6647 parseDiagram(diagrams[currentPage]);
6680 if (i == currentPage)
7286 var currentPage = ui.currentPage;
[all …]
H A 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;
8528 this.page = this.ui.currentPage;
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A 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/
H A Dtasks.php87 $currentPage = round($first / $perpage) + 1;
132 $renderer->doc .= $this->_paginationLinks($numOfPages, $currentPage, $filter);
/plugin/translator/syntax/
H A Dtranslator.php310 $currentPage = floor($start/$amount) == $i-1 ? ' current' : '';
311 … ($i-1)*$amount . ']', $i, '', 'fn[setpage][' . ($i-1)*$amount . ']ID', 'setpage' . $currentPage));
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt164 currentPage=currentPage
H A Ddia_ru.txt164 currentPage=Текущая страница

1234