Searched refs:nextPage (Results 1 – 25 of 67) sorted by relevance
123
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/ |
H A D | SearchQueries.php | 33 public function setNextPage($nextPage) argument 35 $this->nextPage = $nextPage; 42 return $this->nextPage;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionClient.js | 646 var nextPage = mxUtils.bind(this, function() 651 mxEvent.addListener(nextPageDiv, 'click', nextPage); 725 nextPage(); 760 var nextPage = mxUtils.bind(this, function() 765 mxEvent.addListener(nextPageDiv, 'click', nextPage); 823 nextPage(); 833 nextPage();
|
H A D | GitLabClient.js | 938 var nextPage = mxUtils.bind(this, function() 943 mxEvent.addListener(nextPageDiv, 'click', nextPage); 1037 nextPage(); 1076 var nextPage = mxUtils.bind(this, function() 1081 mxEvent.addListener(nextPageDiv, 'click', nextPage); 1139 nextPage(); 1196 var nextPage = mxUtils.bind(this, function() 1204 mxEvent.addListener(nextPageDiv, 'click', nextPage); 1371 nextPage();
|
H A D | GitHubClient.js | 954 var nextPage = mxUtils.bind(this, function() 959 mxEvent.addListener(nextPageDiv, 'click', nextPage); 1093 var nextPage = mxUtils.bind(this, function() 1098 mxEvent.addListener(nextPageDiv, 'click', nextPage); 1156 nextPage(); 1194 var nextPage = mxUtils.bind(this, function() 1199 mxEvent.addListener(nextPageDiv, 'click', nextPage); 1301 nextPage();
|
H A D | TrelloClient.js | 584 var nextPage = mxUtils.bind(this, function() 590 mxEvent.addListener(nextPageDiv, 'click', nextPage); 657 nextPage();
|
H A D | Dialogs.js | 6922 var nextPageIndex = (currentPageIndex + 1) % ui.pages.length, nextPage; 6928 nextPage = ui.pages[nextPageIndex]; 6930 ui.updatePageRoot(nextPage); 6931 graph.model.setRoot(nextPage.root); 6942 ui.selectPage(nextPage); 6946 ui.editor.graph.model.execute(new SelectPage(ui, nextPage));
|
/plugin/siteexport/ |
H A D | script.js | 80 _.nextPage(); 218 _.nextPage(); 227 _.nextPage = function() { function 251 this.nextPage();
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_i18n.txt | 500 nextPage=nextPage
|
H A D | dia_ru.txt | 500 nextPage=Следующая страница
|
H A D | dia_bg.txt | 500 nextPage=Следваща страница
|
H A D | dia_el.txt | 500 nextPage=Επόμενη Σελίδα
|
H A D | dia_zh.txt | 500 nextPage=下一页
|
H A D | dia_uk.txt | 500 nextPage=Наступна сторінка
|
H A D | dia_fa.txt | 500 nextPage=صفحه بعدی
|
H A D | dia_ja.txt | 500 nextPage=次のページ
|
H A D | dia_he.txt | 500 nextPage=הדף הבא
|
H A D | dia_ko.txt | 500 nextPage=다음 페이지
|
H A D | dia_th.txt | 500 nextPage=หน้าถัดไป
|
H A D | dia_zh-tw.txt | 500 nextPage=下一頁
|
H A D | dia_ar.txt | 500 nextPage=Next Page
|
H A D | dia_eu.txt | 500 nextPage=Hurrengo orria
|
H A D | dia_et.txt | 500 nextPage=Järgmine lehekülg
|
H A D | dia_kn.txt | 500 nextPage=Next Page
|
H A D | dia_si.txt | 500 nextPage=Next Page
|
H A D | dia_sl.txt | 500 nextPage=Next Page
|
123