Home
last modified time | relevance | path

Searched defs:unselected (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/dep/dep-0.5.4/gps/
H A Dselection.go207 type unselected struct { struct
208 sl []bimodalIdentifier
209 cmp func(i, j int) bool
212 func (u unselected) Len() int {
216 func (u unselected) Less(i, j int) bool {
220 func (u unselected) Swap(i, j int) {
224 func (u *unselected) Push(x interface{}) {
228 func (u *unselected) Pop() (v interface{}) {
243 func (u *unselected) remove(bmi bimodalIdentifier) {
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/Component/
H A DCheckbox.java162 public final String unselected() { in unselected() method in Checkbox
170 public final void unselected(final String unselected) { in unselected() argument
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Dregionmap.cpp138 QModelIndexList unselected = getUnselectedCells(); in getMissingRegionCells() local
228 QModelIndexList unselected = getUnselectedCells(); in selectAll() local
241 QModelIndexList unselected = getMissingRegionCells(); in selectRegions() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DICompletionProposalExtension2.java59 void unselected(ITextViewer viewer); in unselected() method
/dports/graphics/seexpr/seexpr-3.4.4.0/src/demos/segraph2/
H A DGraphWindow.cpp124 void GraphWindow::selectionChanged(const QItemSelection& selected, const QItemSelection& unselected in selectionChanged()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstCtrlTreeView.cpp38 …TreeView::ImageList::ImageList(const uint x,const uint y,const uint selected,const uint unselected) in ImageList()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/templates/
H A DPositionBasedCompletionProposal.java137 public void unselected(ITextViewer viewer) { in unselected() method in PositionBasedCompletionProposal
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/project/widgets/
H A Ddependencieswidget.cpp60 …ependenciesWidget::checkActions( const QItemSelection& selected, const QItemSelection& unselected ) in checkActions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DChainCompletionProposal.java112 public void unselected(final ITextViewer viewer) { in unselected() method in ChainCompletionProposal
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/completion/
H A DAPIToolsJavadocCompletionProposal.java111 public void unselected(ITextViewer viewer) { in unselected() method in APIToolsJavadocCompletionProposal
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/
H A DAntCompletionProposal.java94 public void unselected(ITextViewer viewer) { in unselected() method in AntCompletionProposal
/dports/devel/efl/efl-1.25.1/src/tests/elementary/
H A Delm_test_list.c252 int selected = 0, unselected = 0; in EFL_START_TEST() local
/dports/devel/p5-PV/PerlVision-1.5/
H A DPV.pm686 sub unselected { subroutine
873 sub unselected { subroutine
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/template/contentassist/
H A DPositionBasedCompletionProposal.java180 public void unselected(ITextViewer viewer) { in unselected() method in PositionBasedCompletionProposal
H A DMultiVariableGuess.java198 public void unselected(ITextViewer viewer) { in unselected() method in MultiVariableGuess.Proposal
/dports/graphics/py-plotly/plotly-4.14.3/plotly/graph_objs/
H A D_splom.py971 def unselected(self): member in Splom
993 def unselected(self, val): member in Splom
1263 def __init__(
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/examples/
H A DDialog Items.c21 static BITMAP unselected= variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/
H A DPositionBasedCompletionProposal.java168 public void unselected(ITextViewer viewer) { in unselected() method in PositionBasedCompletionProposal
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-plugin-page.h94 void (* unselected) (GncPluginPage *plugin_page); member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_ops.c241 const bool unselected = RNA_boolean_get(op->ptr, "unselected"); in graphview_curves_hide_exec() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/
H A DLinkedProposalModelPresenter.java196 public void unselected(ITextViewer viewer) {} in unselected() method in LinkedProposalModelPresenter.LinkedPositionProposalImpl
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/
H A DFixCorrectionProposal.java234 public void unselected(ITextViewer viewer) { in unselected() method in FixCorrectionProposal
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DMissionPanel.cpp626 const Color &unselected = *GameData::Colors().Get("medium"); in DrawPanel() local
670 const Color &unselected = *GameData::Colors().Get("medium"); in DrawList() local
H A DBankPanel.cpp86 const Color &unselected = *GameData::Colors().Get("medium"); in Draw() local
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaPasswordView.java77 protected Color unselected; field in QuaquaPasswordView

12345