/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3PageInfo.php | 25 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3PageInfo 36 public function setCurrentPage($currentPage) argument 38 $this->currentPage = $currentPage; 45 return $this->currentPage;
|
H A D | GoogleCloudDialogflowCxV3beta1PageInfo.php | 25 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1PageInfo 36 public function setCurrentPage($currentPage) argument 38 $this->currentPage = $currentPage; 45 return $this->currentPage;
|
H A D | GoogleCloudDialogflowCxV3QueryParameters.php | 30 public $currentPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryParameters 77 public function setCurrentPage($currentPage) argument 79 $this->currentPage = $currentPage; 86 return $this->currentPage;
|
H A D | GoogleCloudDialogflowCxV3MatchIntentResponse.php | 47 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument 49 $this->currentPage = $currentPage; 56 return $this->currentPage;
|
H A D | GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.php | 45 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument 47 $this->currentPage = $currentPage; 54 return $this->currentPage;
|
H A D | GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.php | 45 public function setCurrentPage(GoogleCloudDialogflowCxV3beta1Page $currentPage) argument 47 $this->currentPage = $currentPage; 54 return $this->currentPage;
|
H A D | GoogleCloudDialogflowCxV3QueryResult.php | 77 public function setCurrentPage(GoogleCloudDialogflowCxV3Page $currentPage) argument 79 $this->currentPage = $currentPage; 86 return $this->currentPage;
|
/plugin/combo/action/ |
H A D | metatitle.php | 39 $currentPage = MarkupPath::createFromRequestedPage(); 41 $pageTitle = $currentPage->getTitleOrDefault(); 45 $parentPage = $currentPage->getParent();
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Scroll.php | 49 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 D | anonymize.js | 74 if (editorUi.currentPage != null) 76 model.execute(new RenamePage(editorUi, editorUi.currentPage, 77 editorUi.anonymizeString(editorUi.currentPage.getName())));
|
H A D | update.js | 127 var page = editorUi.currentPage; 154 if (page === editorUi.currentPage)
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 165 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 D | GraphViewer.js | 146 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 D | EditorUi.js | 1032 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 D | DiffSync.js | 186 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 D | ElectronApp.js | 1243 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 D | DrawioFile.js | 622 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 D | Menus.js | 442 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 D | Dialogs.js | 5627 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 D | Editor.js | 3785 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 D | VsdxExport.js | 911 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 D | tasks.php | 87 $currentPage = round($first / $perpage) + 1; 132 $renderer->doc .= $this->_paginationLinks($numOfPages, $currentPage, $filter);
|
/plugin/translator/syntax/ |
H A D | translator.php | 310 $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 D | dia_i18n.txt | 164 currentPage=currentPage
|
H A D | dia_ru.txt | 164 currentPage=Текущая страница
|