Home
last modified time | relevance | path

Searched refs:selection1 (Results 26 – 50 of 68) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dvisible_selection.cc310 const VisibleSelectionTemplate<Strategy>& selection1, in EqualSelectionsAlgorithm() argument
312 if (selection1.Affinity() != selection2.Affinity()) in EqualSelectionsAlgorithm()
315 if (selection1.IsNone()) in EqualSelectionsAlgorithm()
318 const VisibleSelectionTemplate<Strategy> selection_wrapper1(selection1); in EqualSelectionsAlgorithm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dvisible_selection.cc310 const VisibleSelectionTemplate<Strategy>& selection1, in EqualSelectionsAlgorithm() argument
312 if (selection1.Affinity() != selection2.Affinity()) in EqualSelectionsAlgorithm()
315 if (selection1.IsNone()) in EqualSelectionsAlgorithm()
318 const VisibleSelectionTemplate<Strategy> selection_wrapper1(selection1); in EqualSelectionsAlgorithm()
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/analysis/hbonds/
H A Dhbond_analysis.py406 def __init__(self, universe, selection1='protein', selection2='all', selection1_type='both', argument
572 self.selection1 = selection1
592 if not (self.selection1 and self.selection2):
654 …logger.info("HBond analysis: selection1 = %r (update: %r)", self.selection1, self.update_selection…
798 self._s1 = self.u.select_atoms(self.selection1)
802 .format(str(self.selection1)[:80]))
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/gtk/
H A Dec_gtk_targets.c43 GtkTreeSelection *selection1 = NULL; variable
428 selection1 = gtk_tree_view_get_selection (GTK_TREE_VIEW (treeview)); in gtkui_current_targets()
429 gtk_tree_selection_set_mode (selection1, GTK_SELECTION_MULTIPLE); in gtkui_current_targets()
636 if(gtk_tree_selection_count_selected_rows(selection1) > 0) { in gtkui_delete_targets()
637 list = gtk_tree_selection_get_selected_rows (selection1, &model); in gtkui_delete_targets()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/gtk3/
H A Dec_gtk3_targets.c43 GtkTreeSelection *selection1 = NULL; variable
449 selection1 = gtk_tree_view_get_selection (GTK_TREE_VIEW (treeview)); in gtkui_current_targets()
450 gtk_tree_selection_set_mode (selection1, GTK_SELECTION_MULTIPLE); in gtkui_current_targets()
657 if(gtk_tree_selection_count_selected_rows(selection1) > 0) { in gtkui_delete_targets()
658 list = gtk_tree_selection_get_selected_rows (selection1, &model); in gtkui_delete_targets()
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/gtksourceview/sass/
H A D_gtksourceview-colors.scss12 selection1: to-upper-case(#{$sel_bg});
/dports/misc/urh/urh-2.9.2/src/urh/ui/views/
H A DProtocolTreeView.py78 def selectionChanged(self, selection1: QItemSelection, selection2: QItemSelection):
80 super().selectionChanged(selection1, selection2)
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/wm/openbox-3/
H A Drecolor-openbox.sh35 echo $selection1 is re-colored with $selection2.
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp.c412 if ((remote.selection1 != NULL) || (remote.selection2 != NULL)) in on_tilp_recv()
414 if (remote.selection1 != NULL) in on_tilp_recv()
494 if(local.selection1 || (local.selection5 && local.selection1)) in on_tilp_send()
H A Dtilp_cmdline.c224 if(local.selection1) in tilp_cmdline_send()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/
H A DRevertProfilePageWithCompare.java77 for (Object selection1 : selection) { in computeCompareEnablement()
78 if (!(selection1 instanceof RollbackProfileElement)) { in computeCompareEnablement()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/16-shadowmaps/
H A Dfs_shadowmaps_color_lighting_main.sh41 …bool selection1 = all(lessThan(texcoord2, vec2_splat(0.99))) && all(greaterThan(texcoord2, vec2_sp…
61 else if (selection1)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/16-shadowmaps/
H A Dfs_shadowmaps_color_lighting_main.sh41 …bool selection1 = all(lessThan(texcoord2, vec2_splat(0.99))) && all(greaterThan(texcoord2, vec2_sp…
61 else if (selection1)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/
H A DPluginConfigurationSection.java467 int selection1 = spinner.getSelection(); in showControls()
468 item.setText(1, selection1 == 0 ? "default" //$NON-NLS-1$ in showControls()
469 : Integer.toString(selection1)); in showControls()
470 ppc.setStartLevel(selection1); in showControls()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer5/
H A DPyMOL.cpp1034 if(ok) ok = (SelectorGetTmp(I->G, selection1, s1) >= 0); in PyMOL_CmdSetBond()
1039 ok = (SelectorGetTmp(I->G, selection1, s2) >= 0); in PyMOL_CmdSetBond()
1063 if(ok) ok = (SelectorGetTmp(I->G, selection1, s1) >= 0); in PyMOL_CmdUnsetBond()
1068 ok = (SelectorGetTmp(I->G, selection1, s2) >= 0); in PyMOL_CmdUnsetBond()
1204 selection1, in PyMOL_CmdGetDistance()
1213 const char *selection1, in PyMOL_CmdDistance() argument
1230 const char *selection1, in PyMOL_CmdGetAngle() argument
1237 selection1, in PyMOL_CmdGetAngle()
1247 const char *selection1, in PyMOL_CmdAngle() argument
1273 selection1, in PyMOL_CmdGetDihedral()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_walkers_test.cpp920 QRect selection1(10, 10, 20, 10); in testMasksVisiting() local
924 filterMask1->testingInitSelection(selection1, paintLayer1); in testMasksVisiting()
993 QRect selection1(10, 10, 20, 10); in testMasksVisitingNoFilthy() local
997 filterMask1->testingInitSelection(selection1, paintLayer1); in testMasksVisitingNoFilthy()
1070 QRect selection1(0, 0, 128, 128); in testMasksOverlapping() local
1074 filterMask1->testingInitSelection(selection1, paintLayer1); in testMasksOverlapping()
H A Dkis_image_test.cpp259 KisSelectionSP selection1 = new KisSelection(new KisDefaultBounds(image)); in testGlobalSelection() local
262 image->setGlobalSelection(selection1); in testGlobalSelection()
263 QCOMPARE(image->globalSelection(), selection1); in testGlobalSelection()
289 image->setGlobalSelection(selection1); in testGlobalSelection()
290 QCOMPARE(image->globalSelection(), selection1); in testGlobalSelection()
/dports/science/py-MDAnalysisTests/MDAnalysisTests-0.19.2/MDAnalysisTests/analysis/
H A Dtest_hbonds.py248 selection1=s1,
282 selection1=s1,
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/source_map/
H A Dtests.rs206 let selection1 = " ~~\n \n"; in span_merging_fail() localVariable
209 let span1 = span_from_selection(inputtext, selection1); in span_merging_fail()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/source_map/
H A Dtests.rs206 let selection1 = " ~~\n \n"; in span_merging_fail() localVariable
209 let span1 = span_from_selection(inputtext, selection1); in span_merging_fail()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/source_map/
H A Dtests.rs206 let selection1 = " ~~\n \n"; in span_merging_fail() localVariable
209 let span1 = span_from_selection(inputtext, selection1); in span_merging_fail()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/source_map/
H A Dtests.rs206 let selection1 = " ~~\n \n"; in span_merging_fail() localVariable
209 let span1 = span_from_selection(inputtext, selection1); in span_merging_fail()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/components/
H A DSelectionMenu_ESTest.java53 Selection selection1 = selectionMenu0.getSelection(); in test03() local
54 assertSame(selection1, selection0); in test03()
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/
H A DDialog.pod418 my $selection1 = $d->menu( text => 'Select one:',
452 my @selection1 = $d->checklist( text => 'Select one:',
487 my $selection1 = $d->radiolist( text => 'Select one:',
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DXDialog.pod1070 my $selection1 = $d->menu( text => 'Select one:',
1111 my @selection1 = $d->checklist( text => 'Select one:',
1157 my $selection1 = $d->radiolist( text => 'Select one:',
1203 my $selection1 = $d->buildlist( text => 'Select one:',
1249 my $selection1 = $d->treeview( text => 'Select one:',

123