Home
last modified time | relevance | path

Searched defs:selection (Results 26 – 50 of 7557) sorted by relevance

12345678910>>...303

/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dselection.c50 CDKSELECTION *selection = 0; in newCDKSelection() local
287 CDKSELECTION *selection = (CDKSELECTION *)object; in _injectCDKSelection() local
438 CDKSELECTION *selection = (CDKSELECTION *)object; in _moveCDKSelection() local
484 CDKSELECTION *selection = (CDKSELECTION *)object; in _drawCDKSelection() local
662 void setCDKSelection (CDKSELECTION *selection, in setCDKSelection()
768 int *getCDKSelectionChoices (CDKSELECTION *selection) in getCDKSelectionChoices()
841 int *getCDKSelectionModes (CDKSELECTION *selection) in getCDKSelectionModes()
896 boolean getCDKSelectionBox (CDKSELECTION *selection) in getCDKSelectionBox()
909 int getCDKSelectionCurrent (CDKSELECTION *selection) in getCDKSelectionCurrent()
919 CDKSELECTION *selection = (CDKSELECTION *)object; in _focusCDKSelection() local
[all …]
/dports/devel/cdk/cdk-5.0-20161210/
H A Dselection.c50 CDKSELECTION *selection = 0; in newCDKSelection() local
287 CDKSELECTION *selection = (CDKSELECTION *)object; in _injectCDKSelection() local
438 CDKSELECTION *selection = (CDKSELECTION *)object; in _moveCDKSelection() local
484 CDKSELECTION *selection = (CDKSELECTION *)object; in _drawCDKSelection() local
662 void setCDKSelection (CDKSELECTION *selection, in setCDKSelection()
768 int *getCDKSelectionChoices (CDKSELECTION *selection) in getCDKSelectionChoices()
841 int *getCDKSelectionModes (CDKSELECTION *selection) in getCDKSelectionModes()
896 boolean getCDKSelectionBox (CDKSELECTION *selection) in getCDKSelectionBox()
909 int getCDKSelectionCurrent (CDKSELECTION *selection) in getCDKSelectionCurrent()
919 CDKSELECTION *selection = (CDKSELECTION *)object; in _focusCDKSelection() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/
H A DIntroduceParameterObjectAction.java72 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
85 public void selectionChanged(ITextSelection selection) { in selectionChanged()
90 public void selectionChanged(JavaTextSelection selection) { in selectionChanged()
104 public void run(IStructuredSelection selection) { in run()
116 public void run(ITextSelection selection) { in run()
127 public void run(JavaTextSelection selection) { in run()
150 private static IMethod getSingleSelectedMethod(IStructuredSelection selection) { in getSingleSelectedMethod()
161 private IMethod getSingleSelectedMethod(ITextSelection selection) throws JavaModelException { in getSingleSelectedMethod()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/
H A DModifyParametersAction.java89 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
104 public void selectionChanged(ITextSelection selection) { in selectionChanged()
115 public void selectionChanged(JavaTextSelection selection) { in selectionChanged()
127 public void run(IStructuredSelection selection) { in run()
145 public void run(ITextSelection selection) { in run()
160 private static IMethod getSingleSelectedMethod(IStructuredSelection selection){ in getSingleSelectedMethod()
168 private IMethod getSingleSelectedMethod(ITextSelection selection) throws JavaModelException{ in getSingleSelectedMethod()
H A DMoveAction.java137 public void run(IStructuredSelection selection) { in run()
158 public void run(ITextSelection selection) { in run()
177 private boolean tryMoveStaticMembers(ITextSelection selection) throws JavaModelException { in tryMoveStaticMembers()
188 private static IMember[] getSelectedMembers(IStructuredSelection selection){ in getSelectedMembers()
207 private boolean tryMoveStaticMembers(IStructuredSelection selection) throws JavaModelException { in tryMoveStaticMembers()
215 private boolean tryMoveInstanceMethod(ITextSelection selection) throws JavaModelException { in tryMoveInstanceMethod()
227 private boolean tryMoveInstanceMethod(IStructuredSelection selection) throws JavaModelException { in tryMoveInstanceMethod()
237 private static IMethod getSingleSelectedMethod(IStructuredSelection selection) { in getSingleSelectedMethod()
266 public void update(ISelection selection) { in update()
H A DConvertNestedToTopAction.java94 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
109 public void run(IStructuredSelection selection) { in run()
126 …private static IType getSingleSelectedType(IStructuredSelection selection) throws JavaModelExcepti… in getSingleSelectedType()
144 public void selectionChanged(ITextSelection selection) { in selectionChanged()
155 public void selectionChanged(JavaTextSelection selection) { in selectionChanged()
167 public void run(ITextSelection selection) { in run()
H A DUseSupertypeAction.java93 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
108 public void run(IStructuredSelection selection) { in run()
121 …private static IType getSingleSelectedType(IStructuredSelection selection) throws JavaModelExcepti… in getSingleSelectedType()
139 public void selectionChanged(ITextSelection selection) { in selectionChanged()
150 public void selectionChanged(JavaTextSelection selection) { in selectionChanged()
162 public void run(ITextSelection selection) { in run()
H A DChangeTypeAction.java94 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
105 public void run(IStructuredSelection selection) { in run()
117 private static IMember getMember(IStructuredSelection selection) throws JavaModelException { in getMember()
140 public void selectionChanged(ITextSelection selection) { in selectionChanged()
151 public void selectionChanged(JavaTextSelection selection) { in selectionChanged()
160 public void run(ITextSelection selection) { in run()
H A DInlineTempAction.java77 public void selectionChanged(ITextSelection selection) { in selectionChanged()
88 public void selectionChanged(JavaTextSelection selection) { in selectionChanged()
97 public void run(ITextSelection selection) { in run()
108 public void run(IStructuredSelection selection) { in run()
116 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
120 …lean tryInlineTemp(ICompilationUnit unit, CompilationUnit node, ITextSelection selection, Shell sh… in tryInlineTemp()
H A DConvertAnonymousToNestedAction.java88 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
99 public void run(IStructuredSelection selection) { in run()
112 private IType getElement(IStructuredSelection selection) { in getElement()
131 public void run(ITextSelection selection) { in run()
136 public void selectionChanged(ITextSelection selection) { in selectionChanged()
147 public void selectionChanged(JavaTextSelection selection) { in selectionChanged()
H A DExternalizeStringsAction.java139 public void selectionChanged(ITextSelection selection) { in selectionChanged()
143 public void selectionChanged(IStructuredSelection selection) { in selectionChanged()
154 public void run(ITextSelection selection) { in run()
162 public void run(IStructuredSelection selection) { in run()
197 private static ICompilationUnit getCompilationUnit(IStructuredSelection selection) { in getCompilationUnit()
208 private IRunnableWithProgress createRunnable(final IStructuredSelection selection) { in createRunnable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DResolveTests18.java93 String selection = "goo"; in test0001() local
121 String selection = "goo"; in test0002() local
149 String selection = "goo"; in test0003() local
177 String selection = "goo"; in test0004() local
203 String selection = "goo"; in test0005() local
231 String selection = "goo"; in test0006() local
257 String selection = "goo"; in test0007() local
399 String selection = "X"; in test0012() local
428 String selection = "Y"; in test0013() local
535 String selection = "Y"; in test0017() local
[all …]
H A DResolveTests12.java82 String selection = "ONE"; in test001() local
107 String selection = "ONE"; in test002() local
132 String selection = "TWO"; in test003() local
157 String selection = "TWO"; in test004() local
181 String selection = "ONE"; in test005() local
206 String selection = "ONE"; in test006() local
231 String selection = "TWO"; in test007() local
256 String selection = "TWO"; in test008() local
310 String selection = "i_j"; in test010() local
451 String selection = "i_j"; in test016() local
[all …]
H A DResolveTests_1_5.java104 String selection = "iii"; in test0001() local
119 String selection = "Y"; in test0002() local
134 String selection = "X"; in test0003() local
158 String selection = "Test"; in test0004() local
326 String selection = "var"; in test0015() local
344 String selection = "T"; in test0016() local
362 String selection = "T"; in test0017() local
380 String selection = "T"; in test0018() local
398 String selection = "T"; in test0019() local
416 String selection = "T"; in test0020() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/
H A DIToggleBreakpointsTarget.java56 void toggleLineBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException; in toggleLineBreakpoints()
68 boolean canToggleLineBreakpoints(IWorkbenchPart part, ISelection selection); in canToggleLineBreakpoints()
80 void toggleMethodBreakpoints(IWorkbenchPart part, ISelection selection) throws CoreException; in toggleMethodBreakpoints()
92 boolean canToggleMethodBreakpoints(IWorkbenchPart part, ISelection selection); in canToggleMethodBreakpoints()
104 void toggleWatchpoints(IWorkbenchPart part, ISelection selection) throws CoreException; in toggleWatchpoints()
116 boolean canToggleWatchpoints(IWorkbenchPart part, ISelection selection); in canToggleWatchpoints()
/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddrgeo_buildObject.cc44 liste_elem *selection; in buildFreePoint() local
61 liste_elem *selection; in buildMiddlePoint() local
89 liste_elem *selection; in buildIntersectionPoint() local
120 liste_elem *selection; in buildCoordinatePoint() local
143 liste_elem *selection; in buildLine() local
166 liste_elem *selection; in buildHalfLine() local
189 liste_elem *selection; in buildSegment() local
212 liste_elem *selection; in buildVector() local
233 liste_elem *selection; in buildCircle() local
266 liste_elem *selection; in buildArcCircle() local
[all …]
/dports/databases/pymongo/pymongo-3.12.0/pymongo/
H A Dserver_selectors.py81 def any_server_selector(selection): argument
85 def readable_server_selector(selection): argument
90 def writable_server_selector(selection): argument
95 def secondary_server_selector(selection): argument
101 def arbiter_server_selector(selection): argument
107 def writable_preferred_server_selector(selection): argument
113 def apply_single_tag_set(tag_set, selection): argument
132 def apply_tag_sets(tag_sets, selection): argument
149 def secondary_with_tags_server_selector(tag_sets, selection): argument
154 def member_with_tags_server_selector(tag_sets, selection): argument
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktreeselection.c165 gtk_tree_selection_init (GtkTreeSelection *selection) in gtk_tree_selection_init()
173 GtkTreeSelection *selection = GTK_TREE_SELECTION (object); in gtk_tree_selection_finalize() local
231 GtkTreeSelection *selection; in _gtk_tree_selection_new() local
250 GtkTreeSelection *selection; in _gtk_tree_selection_new_with_tree_view() local
290 gtk_tree_selection_set_mode (GtkTreeSelection *selection, in gtk_tree_selection_set_mode()
365 gtk_tree_selection_get_mode (GtkTreeSelection *selection) in gtk_tree_selection_get_mode()
428 gtk_tree_selection_get_user_data (GtkTreeSelection *selection) in gtk_tree_selection_get_user_data()
838 gtk_tree_selection_select_path (GtkTreeSelection *selection, in gtk_tree_selection_select_path()
914 gtk_tree_selection_select_iter (GtkTreeSelection *selection, in gtk_tree_selection_select_iter()
1041 GtkTreeSelection *selection; member
[all …]
/dports/math/py-yt/yt-4.0.1/yt/frontends/artio/artio_headers/
H A Dartio_selector.c42 int artio_selection_iterator( artio_selection *selection, in artio_selection_iterator()
72 int artio_selection_iterator_reset( artio_selection *selection ) { in artio_selection_iterator_reset()
78 int64_t artio_selection_size( artio_selection *selection ) { in artio_selection_size()
88 artio_selection *selection = (artio_selection *)malloc(sizeof(artio_selection)); in artio_selection_allocate() local
104 int artio_selection_destroy( artio_selection *selection ) { in artio_selection_destroy()
116 int artio_selection_add_range( artio_selection *selection, in artio_selection_add_range()
202 int artio_selection_add_root_cell( artio_selection *selection, int coords[3] ) { in artio_selection_add_root_cell()
220 void artio_selection_print( artio_selection *selection ) { in artio_selection_print()
229 artio_selection *selection; in artio_select_all() local
254 artio_selection *selection; in artio_select_volume() local
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/actions/
H A DDFSActionImpl.java63 private ISelection selection; field in DFSActionImpl
144 private void mkdir(IStructuredSelection selection) { in mkdir()
167 private void uploadFilesToDFS(IStructuredSelection selection) in uploadFilesToDFS()
197 private void uploadDirectoryToDFS(IStructuredSelection selection) in uploadDirectoryToDFS()
254 private void reconnect(IStructuredSelection selection) { in reconnect()
259 private void disconnect(IStructuredSelection selection) { in disconnect()
281 private void downloadFromDFS(IStructuredSelection selection) in downloadFromDFS()
360 private void refresh(IStructuredSelection selection) { in refresh()
366 private void delete(IStructuredSelection selection) { in delete()
393 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/gui/selection/
H A DSelectionHandler.cpp42 QRectF SelectionHandler::selection() const in selection() function in kImageAnnotator::SelectionHandler
68 …auto selection = ShapeHelper::setRectPointAtIndex(mSelection, mHandles.grabbedIndex(), position - … in move() local
71 auto selection = mSelection; in move() local
90 void SelectionHandler::resetSelection(const QRectF &selection, const QRectF &selectionLimit) in resetSelection()
105 QRectF selection(mSelection.x(), mSelection.y(), width, mSelection.height()); in setWidth() local
111 QRectF selection(mSelection.x(), mSelection.y(), mSelection.width(), height); in setHeight() local
117 QRectF selection(x, mSelection.y(), mSelection.width(), mSelection.height()); in setPositionX() local
123 QRectF selection(mSelection.x(), y, mSelection.width(), mSelection.height()); in setPositionY() local
159 QRectF &SelectionHandler::restrictResize(QRectF &selection) in restrictResize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/a11y/
H A Datkselection.cxx47 selection_add_selection( AtkSelection *selection, in selection_add_selection()
67 selection_clear_selection( AtkSelection *selection ) in selection_clear_selection()
86 selection_ref_selection( AtkSelection *selection, in selection_ref_selection()
103 selection_get_selection_count( AtkSelection *selection) in selection_get_selection_count()
119 selection_is_child_selected( AtkSelection *selection, in selection_is_child_selected()
136 selection_remove_selection( AtkSelection *selection, in selection_remove_selection()
156 selection_select_all_selection( AtkSelection *selection) in selection_select_all_selection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/a11y/
H A Dgtk3atkselection.cxx47 selection_add_selection( AtkSelection *selection, in selection_add_selection()
67 selection_clear_selection( AtkSelection *selection ) in selection_clear_selection()
86 selection_ref_selection( AtkSelection *selection, in selection_ref_selection()
103 selection_get_selection_count( AtkSelection *selection) in selection_get_selection_count()
119 selection_is_child_selected( AtkSelection *selection, in selection_is_child_selected()
136 selection_remove_selection( AtkSelection *selection, in selection_remove_selection()
156 selection_select_all_selection( AtkSelection *selection) in selection_select_all_selection()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktreeselection.c161 gtk_tree_selection_init (GtkTreeSelection *selection) in gtk_tree_selection_init()
170 GtkTreeSelection *selection = GTK_TREE_SELECTION (object); in gtk_tree_selection_finalize() local
229 GtkTreeSelection *selection; in _gtk_tree_selection_new() local
248 GtkTreeSelection *selection; in _gtk_tree_selection_new_with_tree_view() local
291 gtk_tree_selection_set_mode (GtkTreeSelection *selection, in gtk_tree_selection_set_mode()
369 gtk_tree_selection_get_mode (GtkTreeSelection *selection) in gtk_tree_selection_get_mode()
437 gtk_tree_selection_get_user_data (GtkTreeSelection *selection) in gtk_tree_selection_get_user_data()
876 gtk_tree_selection_select_path (GtkTreeSelection *selection, in gtk_tree_selection_select_path()
960 gtk_tree_selection_select_iter (GtkTreeSelection *selection, in gtk_tree_selection_select_iter()
1103 GtkTreeSelection *selection; member
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/containers/
H A DREADME.md30 ### Usage advice
63 ### Map and set details
94 ### std::map and std::set
101 ### std::unordered\_map and std::unordered\_set
123 ### base::flat\_map and base::flat\_set
186 ### base::fixed\_flat\_map and base::fixed\_flat\_set
208 ### base::small\_map

12345678910>>...303