Home
last modified time | relevance | path

Searched refs:selections (Results 1 – 25 of 6504) sorted by relevance

12345678910>>...261

/dports/astro/weather/weather-2.4.2/
H A Dweather20 selections = weather.Selections()
23 if selections.get_bool("list"):
27 elif selections.get_bool("longlist"):
31 elif selections.get_bool("build_sets"):
35 elif not selections.arguments:
41 selections = weather.Selections()
46 selections = weather.Selections()
49 if selections.get_bool("info"):
51 selections.arguments[0],
52 path=selections.get("setpath"),
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/tests/
H A Dselectioncollection.cpp740 runTest(10, selections); in TEST_F()
747 runTest(10, selections); in TEST_F()
1000 runTest(10, selections); in TEST_F()
1028 runTest(10, selections); in TEST_F()
1163 runTest(10, selections); in TEST_F()
1312 runTest(10, selections); in TEST_F()
1322 runTest(10, selections); in TEST_F()
1334 runTest(10, selections); in TEST_F()
1349 runTest(10, selections); in TEST_F()
1357 runTest(10, selections); in TEST_F()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/cvpcb/dialogs/
H A Ddialog_config_equfiles.cpp107 wxArrayInt selections; in OnEditEquFile() local
108 m_ListEquiv->GetSelections( selections ); in OnEditEquFile()
146 wxArrayInt selections; in OnButtonMoveUp() local
148 m_ListEquiv->GetSelections( selections ); in OnButtonMoveUp()
160 int jj = selections[ii]; in OnButtonMoveUp()
169 int jj = selections[ii]; in OnButtonMoveUp()
179 wxArrayInt selections; in OnButtonMoveDown() local
193 int jj = selections[ii]; in OnButtonMoveDown()
202 int jj = selections[ii]; in OnButtonMoveDown()
215 wxArrayInt selections; in OnRemoveFiles() local
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/snippets/
H A Dsnippetoverlay.cpp46 m_variables[variableIndex] << selections().size(); in addSnippetSelection()
56 m_finalSelectionIndex = selections().size(); in setFinalSelection()
105 const QList<OverlaySelection> selections = TextEditorOverlay::selections(); in firstSelectionCursor() local
106 return selections.isEmpty() ? QTextCursor() : cursorForSelection(selections.first()); in firstSelectionCursor()
111 const QList<OverlaySelection> selections = TextEditorOverlay::selections(); in nextSelectionCursor() local
112 if (selections.isEmpty()) in nextSelectionCursor()
134 return cursorForSelection(selections.first()); in nextSelectionCursor()
139 const QList<OverlaySelection> selections = TextEditorOverlay::selections(); in previousSelectionCursor() local
140 if (selections.isEmpty()) in previousSelectionCursor()
160 return cursorForSelection(selections.last()); in previousSelectionCursor()
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dselect.cpp30 std::vector<SelectionData> selections; variable
105 if (index < selections.size()) in update_selection()
129 switch (selections[index].type) in update_selection()
141 if (actors_list[selections[index].id]) in update_selection()
152 selections.clear(); in update_selection()
278 if ((selections[i].type == UNDER_MOUSE_3D_OBJ) && objects_list[selections[i].id]) in reset_under_the_mouse()
318 switch (selections[i].type) in reset_under_the_mouse()
332 if (actors_list[selections[i].id]) in reset_under_the_mouse()
349 …draw_actor_without_banner(actors_list[selections[i].id], 0, actors_list[selections[i].id]->has_alp… in reset_under_the_mouse()
353 …draw_actor_without_banner(actors_list[selections[i].id], 0, actors_list[selections[i].id]->has_alp… in reset_under_the_mouse()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DModEditor.cpp66 wxArrayInt selections; in OnAddModClicked() local
68 if (selections.empty()) in OnAddModClicked()
92 wxArrayInt selections; in OnRemoveModClicked() local
94 if (selections.empty()) in OnRemoveModClicked()
99 std::sort(selections.begin(), selections.end()); in OnRemoveModClicked()
102 for (it = selections.rbegin(), end = selections.rend(); it != end; ++it) { in OnRemoveModClicked()
114 wxArrayInt selections; in OnMoveModUpClicked() local
135 wxArrayInt selections; in OnMoveModDownClicked() local
156 wxArrayInt selections; in OnUpdateAddButtonUI() local
163 wxArrayInt selections; in OnUpdateRemoveButtonUI() local
[all …]
H A DTextureCollectionEditor.cpp63 wxArrayInt selections; in OnRemoveTextureCollectionsClicked() local
65 assert(!selections.empty()); in OnRemoveTextureCollectionsClicked()
84 wxArrayInt selections; in OnMoveTextureCollectionUpClicked() local
86 assert(selections.size() == 1); in OnMoveTextureCollectionUpClicked()
102 wxArrayInt selections; in OnMoveTextureCollectionDownClicked() local
104 assert(selections.size() == 1); in OnMoveTextureCollectionDownClicked()
120 wxArrayInt selections; in OnUpdateRemoveButtonUI() local
127 wxArrayInt selections; in OnUpdateMoveUpButtonUI() local
128 event.Enable(m_collections->GetSelections(selections) == 1 && selections.front() > 0); in OnUpdateMoveUpButtonUI()
135 wxArrayInt selections; in OnUpdateMoveDownButtonUI() local
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dselectionoptionmanager.cpp171 int remaining = selections.end() - first; in placeSelectionsInRequests()
174 int assigned = first - selections.begin(); in placeSelectionsInRequests()
200 last = selections.end(); in placeSelectionsInRequests()
206 if (last != selections.end()) in placeSelectionsInRequests()
208 int count = selections.end() - selections.begin(); in placeSelectionsInRequests()
209 int remaining = selections.end() - last; in placeSelectionsInRequests()
210 int assigned = last - selections.begin(); in placeSelectionsInRequests()
255 storage->addSelections(selections, bFullValue); in convertOptionValue()
296 SelectionList selections = in parseRequestedFromStdin() local
307 impl_->placeSelectionsInRequests(selections); in parseRequestedFromFile()
[all …]
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dnormal.cc81 auto& selections = context.selections(); in select() local
728 auto& selections = context.selections(); in paste_all() local
876 auto& selections = context.selections(); in select_next_matches() local
889 auto& selections = context.selections(); in extend_to_next_matches() local
1050 auto& selections = context.selections(); in split_lines() local
1076 auto& selections = context.selections(); in select_boundaries() local
1425 auto& selections = context.selections(); in copy_selections_on_next_lines() local
1478 auto& selections = context.selections(); in rotate_selections() local
1495 auto& selections = context.selections(); in rotate_selections_content() local
1617 auto& selections = context.selections(); in align() local
[all …]
H A Dselection.cc219 for (auto& sel : selections) in clamp_selections()
245 kak_assert(std::is_sorted(selections.begin(), selections.end(), in update_selections()
248 selections.erase( in update_selections()
249 merge_overlapping(selections.begin(), selections.end(), in update_selections()
256 selections.erase(merge_overlapping(selections.begin(), selections.end(), in update_selections()
301 if (selections.size() == 1) in sort_selections()
306 main_index = std::count_if(selections.begin(), selections.end(), in sort_selections()
314 std::stable_sort(selections.begin(), selections.end(), compare_selections); in sort_selections()
319 if (selections.size() == 1) in merge_overlapping_selections()
322 selections.erase(Kakoune::merge_overlapping(selections.begin(), selections.end(), in merge_overlapping_selections()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/view/
H A D_XMultiSelectionSupplier.java54 Object[] selections = null; field in _XMultiSelectionSupplier
60 if (selections == null) { in before()
90 for(int i = 0; i < selections.length; i++) { in _addSelection()
93 oObj.addSelection(selections[i]); in _addSelection()
109 oObj.addSelection(selections[0]); in _addSelection()
150 oObj.addSelection(selections[i]); in _removeSelection()
186 oObj.removeSelection(selections[0]); in _removeSelection()
243 oObj.addSelection(selections[i]); in _clearSelection()
287 oObj.addSelection(selections[i]); in _createSelectionEnumeration()
318 Object shouldElement = selections[i]; in _createSelectionEnumeration()
[all …]
H A D_XSelectionSupplier.java53 Object[] selections = null; field in _XSelectionSupplier
58 selections = (Object[])tEnv.getObjRelation("Selections"); in before()
59 if (selections == null) { in before()
97 oObj.select(selections[0]); in _addSelectionChangeListener()
98 oObj.select(selections[1]); in _addSelectionChangeListener()
118 for(int i = 0; i < selections.length; i++) { in _select()
120 locRes = oObj.select(selections[i]); in _select()
131 if (!compRes && (selections[i]) instanceof Object[]){ in _select()
132 if (((Object[])selections[i])[0] instanceof Integer) { in _select()
169 oObj.select(selections[0]); in _removeSelectionChangeListener()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/view/
H A D_XMultiSelectionSupplier.java54 Object[] selections = null; field in _XMultiSelectionSupplier
60 if (selections == null) { in before()
90 for(int i = 0; i < selections.length; i++) { in _addSelection()
93 oObj.addSelection(selections[i]); in _addSelection()
109 oObj.addSelection(selections[0]); in _addSelection()
150 oObj.addSelection(selections[i]); in _removeSelection()
186 oObj.removeSelection(selections[0]); in _removeSelection()
243 oObj.addSelection(selections[i]); in _clearSelection()
287 oObj.addSelection(selections[i]); in _createSelectionEnumeration()
318 Object shouldElement = selections[i]; in _createSelectionEnumeration()
[all …]
H A D_XSelectionSupplier.java53 Object[] selections = null; field in _XSelectionSupplier
58 selections = (Object[])tEnv.getObjRelation("Selections"); in before()
59 if (selections == null) { in before()
97 oObj.select(selections[0]); in _addSelectionChangeListener()
98 oObj.select(selections[1]); in _addSelectionChangeListener()
118 for(int i = 0; i < selections.length; i++) { in _select()
120 locRes = oObj.select(selections[i]); in _select()
131 if (!compRes && (selections[i]) instanceof Object[]){ in _select()
132 if (((Object[])selections[i])[0] instanceof Integer) { in _select()
169 oObj.select(selections[0]); in _removeSelectionChangeListener()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoFindText.cpp109 selections.append(selection); in findImplementation()
127 d->selections.insert(document, selections); in findImplementation()
149 …QVector<QAbstractTextDocumentLayout::Selection> selections = d->selections.value(match.container()… in replaceImplementation() local
161 selections[index].cursor = cursor; in replaceImplementation()
162 selections[index].format = d->replacedFormat; in replaceImplementation()
163 d->selections.insert(match.container().value<QTextDocument*>(), selections); in replaceImplementation()
171 d->selections.clear(); in clearMatches()
191 if(d->selections.size() == 0) { in findNext()
202 if(d->selections.size() == 0) { in findPrevious()
246 for(itr = selections.constBegin(); itr != selections.constEnd(); ++itr) { in updateSelections()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/javax/security/auth/callback/
H A DChoiceCallback.java68 private int[] selections; field in ChoiceCallback
166 this.selections = new int[1]; in setSelectedIndex()
167 this.selections[0] = selection; in setSelectedIndex()
183 public void setSelectedIndexes(int[] selections) { in setSelectedIndexes() argument
186 this.selections = selections == null ? null : selections.clone(); in setSelectedIndexes()
198 return selections == null ? null : selections.clone(); in getSelectedIndexes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/javax/security/auth/callback/
H A DChoiceCallback.java68 private int[] selections; field in ChoiceCallback
166 this.selections = new int[1]; in setSelectedIndex()
167 this.selections[0] = selection; in setSelectedIndex()
183 public void setSelectedIndexes(int[] selections) { in setSelectedIndexes() argument
186 this.selections = selections == null ? null : selections.clone(); in setSelectedIndexes()
198 return selections == null ? null : selections.clone(); in getSelectedIndexes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/javax/security/auth/callback/
H A DChoiceCallback.java68 private int[] selections; field in ChoiceCallback
166 this.selections = new int[1]; in setSelectedIndex()
167 this.selections[0] = selection; in setSelectedIndex()
183 public void setSelectedIndexes(int[] selections) { in setSelectedIndexes() argument
186 this.selections = selections == null ? null : selections.clone(); in setSelectedIndexes()
198 return selections == null ? null : selections.clone(); in getSelectedIndexes()
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/doc/sphinx/source/documentation_pages/
H A Dselections_modules.rst39 How to write selections
55 g.write("selections.vmd", name="mda_protein")
70 Multiple selections argument
79 :class:`~MDAnalysis.selections.base.SelectionWriter` itself as a
104 .. autofunction:: MDAnalysis.selections.get_writer
114 selections/vmd
115 selections/pymol
116 selections/gromacs
117 selections/charmm
118 selections/jmol
[all …]
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/language/
H A Dtest_parser.py123 selections = selection_set.selections
226 selections = selection_set.selections
229 field = selections[0]
255 selections = selection_set.selections
258 field = selections[0]
269 field = selections[0]
280 field = selections[1]
319 selections = selection_set.selections
322 field = selections[0]
335 selections = selection_set.selections
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/trackselection/
H A DTrackSelectorResult.java38 public final TrackSelectionArray selections; field in TrackSelectorResult
54 @NullableType TrackSelection[] selections, in TrackSelectorResult() argument
57 this.selections = new TrackSelectionArray(selections); in TrackSelectorResult()
75 if (other == null || other.selections.length != selections.length) { in isEquivalent()
78 for (int i = 0; i < selections.length; i++) { in isEquivalent()
102 && Util.areEqual(selections.get(index), other.selections.get(index)); in isEquivalent()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/trackselection/
H A DTrackSelectorResult.java38 public final TrackSelectionArray selections; field in TrackSelectorResult
54 @NullableType TrackSelection[] selections, in TrackSelectorResult() argument
57 this.selections = new TrackSelectionArray(selections); in TrackSelectorResult()
75 if (other == null || other.selections.length != selections.length) { in isEquivalent()
78 for (int i = 0; i < selections.length; i++) { in isEquivalent()
102 && Util.areEqual(selections.get(index), other.selections.get(index)); in isEquivalent()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/trackselection/
H A DTrackSelectorResult.java38 public final TrackSelectionArray selections; field in TrackSelectorResult
54 @NullableType TrackSelection[] selections, in TrackSelectorResult() argument
57 this.selections = new TrackSelectionArray(selections); in TrackSelectorResult()
75 if (other == null || other.selections.length != selections.length) { in isEquivalent()
78 for (int i = 0; i < selections.length; i++) { in isEquivalent()
102 && Util.areEqual(selections.get(index), other.selections.get(index)); in isEquivalent()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/data/
H A DMeshManipulation.cpp327 if(obj1->selections[i].name == "head") { in CreateIntermediaryMesh()
577 work->selections.resize(3); in CreateIntermediaryMesh()
578 work->selections[0].name = "head"; in CreateIntermediaryMesh()
579 work->selections[1].name = "chest"; in CreateIntermediaryMesh()
580 work->selections[2].name = "leggings"; in CreateIntermediaryMesh()
667 long num = work->selections.size(); in CreateIntermediaryMesh()
668 work->selections.resize(num + 1); in CreateIntermediaryMesh()
669 work->selections[num].name = obj1->selections[i].name; in CreateIntermediaryMesh()
704 long num = work->selections.size(); in CreateIntermediaryMesh()
705 work->selections.resize(num + 1); in CreateIntermediaryMesh()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DUnit.cpp54 std::set<CStr> actorSelections = base->CalculateRandomVariation(seed, selections); in Create()
91 void CUnit::SetEntitySelection(const std::map<CStr, CStr>& selections) in SetEntitySelection() argument
93 for (const std::pair<CStr, CStr>& s : selections) in SetEntitySelection()
99 void CUnit::SetActorSelections(const std::set<CStr>& selections) in SetActorSelections() argument
101 m_ActorSelections = selections; in SetActorSelections()
110 std::vector<std::set<CStr> > selections; in ReloadObject() local
111 selections.push_back(entitySelections); in ReloadObject()
112 selections.push_back(m_ActorSelections); in ReloadObject()
120 …tr> remainingSelections = m_Object->m_Base->CalculateRandomRemainingSelections(m_Seed, selections); in ReloadObject()
122 selections.push_back(remainingSelections); in ReloadObject()
[all …]

12345678910>>...261