Home
last modified time | relevance | path

Searched refs:nextPages (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/
H A DPluginImportWizardFirstPage.java109 private List<IScmUrlImportWizardPage> nextPages = new ArrayList<>(); field in PluginImportWizardFirstPage
573 nextPages.clear(); in buildImportDescriptions()
604 nextPages.add(page); in buildImportDescriptions()
612 nextPages.clear(); in buildImportDescriptions()
676 if (nextPages.isEmpty()) { in getNextPage()
681 int index = nextPages.indexOf(page); in getNextPage()
682 if (index >= 0 && index < (nextPages.size() - 1)) { in getNextPage()
683 IWizardPage nextPage = nextPages.get(index + 1); in getNextPage()
689 Iterator<IScmUrlImportWizardPage> iter = nextPages.iterator(); in getNextPage()
714 int index = nextPages.indexOf(page); in getPreviousPage()
[all …]
/dports/devel/py-cheetah3/Cheetah3-3.2.6/Cheetah/Tools/
H A DMondoReport.py276 def nextPages(self): member in RecordStats
280 next_batches = nextPages
/dports/print/scribus-devel/scribus-1.5.7/codegen/cheetah/Cheetah/Tools/
H A DMondoReport.py264 def nextPages(self): member in RecordStats
268 next_batches = nextPages
/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dmainwindow.hpp83 void nextPages();
H A Dmainwindow.cpp554 connect(nextButton, SIGNAL(clicked()), this, SLOT(nextPages())); in createConnections()
782 void MainWindow::nextPages() in nextPages() function in MainWindow
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dutil.c1331 iWidget *nextPages = findChild_Widget(nextTabs, "tabs.pages"); in tabSwitcher_() local
1332 tabIndex = (dir < 0 ? childCount_Widget(nextPages) - 1 : 0); in tabSwitcher_()
1333 showTabPage_Widget(nextTabs, child_Widget(nextPages, tabIndex)); in tabSwitcher_()