Home
last modified time | relevance | path

Searched refs:selection1 (Results 1 – 25 of 68) sorted by relevance

123

/dports/security/yapet/yapet-2.3/libyacurs/tests/ui-interactive/
H A Dfiledialog2.cc91 int* selection1[61]; variable
122 if (selection1[selection_index] != 0) { in __test_wget_wch()
127 if (selection1[selection_index + 1] != 0) { in __test_wget_wch()
161 if (selection1[selection_index] != 0) { in __test_wgetch()
165 if (selection1[selection_index + 1] != 0) in __test_wgetch()
392 selection1[i][tmp] = '\n'; in main()
393 selection1[i][tmp + 1] = 0; in main()
395 selection1[i] = (int*)calloc(21, sizeof(int)); in main()
397 selection1[i][20] = 0; in main()
401 selection1[60] = 0; in main()
[all …]
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_slct.c46 g_list_free(local.selection1); in tilp_local_selection_destroy()
47 local.selection1 = NULL; in tilp_local_selection_destroy()
191 local.selection1 = g_list_append(local.selection1, fe1); in tilp_local_contents_load()
239 local.selection1 = g_list_append(local.selection1, fe1); in tilp_local_contents_load()
269 local.selection1 = g_list_append(local.selection1, fe); in tilp_local_contents_load()
303 if (local.selection1) in tilp_local_contents_load()
333 if (local.selection1 != NULL) in tilp_local_contents_unload()
360 if (local.selection1 == NULL) in tilp_local_change_folder()
378 if (local.selection1 == NULL) in tilp_local_update_varlist()
434 remote.selection1 = NULL; in tilp_remote_selection_destroy()
[all …]
H A Dtilp_calcs.c416 if (g_list_length(remote.selection1) > 1) in tilp_calc_send_os()
540 for (sel = local.selection1, l = 0; sel; sel = sel->next) in tilp_calc_send_var()
580 l = g_list_length(local.selection1); in tilp_calc_send_var()
581 for(sel = local.selection1, i = 0; sel != NULL; sel = sel->next, i++) in tilp_calc_send_var()
668 l = g_list_length(remote.selection1); in tilp_calc_recv_var1()
672 VarEntry *ve = (VarEntry *)remote.selection1->data; in tilp_calc_recv_var1()
733 for(sel = remote.selection1, i = 0; sel; sel = sel->next, i++) in tilp_calc_recv_var1()
935 if (!remote.selection1 && !remote.selection2) in tilp_calc_del_var()
957 for(sel = remote.selection1; sel; sel = sel->next) in tilp_calc_del_var()
H A Dtilp_struct.h141 GList* selection1; // selection of single files (data: FileEntry* but exploded) member
164 GList* selection1; // selection of variables (data: VarEntry) member
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/wm/asset/assets-xfwm-scripts/
H A Drecolor-assets-xfwm.sh20 selection1="`grep 'Indigo500' $COL_FILE | \
41 if [ $selection1 != $selection2 ]; then
42 sed -i '' "s/$selection1/$selection2/gi" $SRC_DIR/light/$RECOLOR_FILE1
43 sed -i '' "s/$selection1/$selection2/gi" $SRC_DIR/dark/$RECOLOR_FILE1
44 sed -i '' "s/$selection1/$selection2/gi" $SRC_DIR/light-compact/$RECOLOR_FILE1
45 sed -i '' "s/$selection1/$selection2/gi" $SRC_DIR/dark-compact/$RECOLOR_FILE1
46 echo $selection1 is re-colored with $selection2.
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dsetting.py116 def set_bond(name, value, selection1, selection2=None, argument
169 selection1 = selector.process(selection1)
170 selection2 = selector.process(selection2) if selection2 else selection1
175 repr(selection1), repr(selection2), state))
186 "("+selection1+")","("+selection2+")",
376 selection1 = selector.process(selection1)
377 selection2 = selector.process(selection2) if selection2 else selection1
382 repr(selection1), repr(selection2), state))
499 def get_bond(name, selection1, selection2=None, argument
547 selection1 = selector.process(selection1)
[all …]
H A Dquerying.py233 if selection1=="(pk1)":
268 selection1 = selector.process(selection1)
318 if selection1=="(pk1)":
357 selection1 = selector.process(selection1)
461 if selection1!="(pk1)":
463 selection1=name
466 if selection1=="(pk1)":
498 selection1 = selector.process(selection1)
528 selection1="all", argument
805 selection1 = selector.process(selection1)
[all …]
H A Dediting.py549 if selection1 is None:
550 selection1="(pk1)"
554 selection2 = selection1
555 selection1 = selector.process(selection1)
565 "("+selection1+")",
856 def fuse(selection1="(pk1)", selection2="(pk2)", argument
896 selection1 = selector.process(selection1)
1026 selection1 = selector.process(selection1)
2468 def fix_chemistry(selection1="all", selection2="all", argument
2476 selection1 = selector.process(selection1)
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_layer_style_filter_environment_test.cpp36 KisPixelSelectionSP selection1 = env.cachedRandomSelection(r1); in testRandomSelectionCaching() local
38 QCOMPARE(selection1->selectedExactRect(), r1); in testRandomSelectionCaching()
42 QVERIFY(selection1 == selection2); in testRandomSelectionCaching()
46 QVERIFY(selection1 != selection3); in testRandomSelectionCaching()
57 KisPixelSelectionSP selection1 = env.cachedRandomSelection(r1); in benchmarkRandomSelectionGeneration()
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/tweetdeck/
H A Drecolor-cdk.sh19 selection1="`grep 'Indigo500' $COL_FILE | \
38 if [ $selection1 != $selection2 ]; then
39 sed -i '' "s/$selection1/$selection2/gi" $SRC_LIGHT_FILE
40 sed -i '' "s/$selection1/$selection2/gi" $SRC_DARK_FILE
41 echo $selection1 is re-colored with $selection2.
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/gtk/asset/assets-gtk2-scripts/
H A Drecolor-assets-gtk2.sh18 selection1="`grep 'Indigo500' $COL_FILE | \
32 if [ $selection1 != $selection2 ]; then
33 sed -i '' "s/$selection1/$selection2/gi" $SRC_FILE
34 echo $selection1 is re-colored with $selection2.
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/gtk/asset/assets-gtk3-scripts/
H A Drecolor-assets-gtk3.sh18 selection1="`grep 'Indigo500' $COL_FILE | \
32 if [ $selection1 != $selection2 ]; then
33 sed -i '' "s/$selection1/$selection2/gi" $SRC_FILE
34 echo $selection1 is re-colored with $selection2.
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/gtksourceview/
H A Drecolor-gtksourceview.sh24 selection1="`grep -e selection1 sass/gtksourceview.css | cut -c15-21`"
32 echo Setting selection-color-1 $selection1...
33 sed -i '' "s/@selection1@/$selection1/gi" $SRC_LIGHT_FILE
34 sed -i '' "s/@selection1@/$selection1/gi" $SRC_DARK_FILE
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/shell/asset/
H A Drender-assets-cinnamon-thumb.sh25 selection1="`grep 'Indigo500' ../../gtk/sass/common/_colors.scss | \
38 if [ $selection1 != $selection2 ]; then
39 sed -i '' "s/$selection1/$selection2/gi" $SRC_DIR/$THUMB.svg
40 sed -i '' "s/$selection1/$selection2/gi" $SRC_LIGHT_DIR/$THUMB.svg
41 sed -i '' "s/$selection1/$selection2/gi" $SRC_DARK_DIR/$THUMB.svg
H A Dclone-assets-cinnamon.sh21 selection1="`grep 'Indigo500' ../../gtk/sass/common/_colors.scss | \
47 if [ $selection1 != $selection2 ]; then
48 sed -i '' "s/$selection1/$selection2/gi" $SRC_DIR/$s
H A Dclone-assets-gnome-shell.sh24 selection1="`grep 'Indigo500' ../../gtk/sass/common/_colors.scss | \
50 if [ $selection1 != $selection2 ]; then
51 sed -i '' "s/$selection1/$selection2/gi" $SRC_DIR/$s
/dports/math/R-cran-maps/maps/R/
H A Dmisc.r61 selection1 <- selection & (x$capital == 1) & (capitals == 1) functionVar
74 if (sum(selection1) > 0) {
75 points(x$long[selection1], x$lat[selection1], pch = pch, cex = cex, ...)
77 text(x$long[selection1], x$lat[selection1] + cxy[2] * cex,
78 paste(" ", x$name[selection1], sep = ""), cex = cex * 1.2, ...)
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/wm/asset/assets-metacity-scripts/
H A Dclone-assets-metacity.sh25 selection1="`grep 'Indigo500' $COL_FILE | \
42 if [ $selection1 != $selection2 ]; then
43 sed -i '' "s/$selection1/$selection2/gi" $RECOLOR_FILE1
44 sed -i '' "s/$selection1/$selection2/gi" $RECOLOR_FILE3
45 echo $selection1 is re-colored with $selection2.
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/ui/app/templates/components/freestyle/
H A Dsg-multi-select-dropdown.hbs5 selection=selection1
6 onSelect=(action (mut selection1))}}
17 selection=selection1
18 onSelect=(action (mut selection1))}}
/dports/science/py-pymol/pymol-open-source-2.4.0/layer5/
H A DPyMOL.h440 const char *selection1, const char *selection2,
444 const char *selection1, const char *selection2,
460 const char *selection1,
465 const char *selection1,
472 const char *selection1,
478 const char *selection1,
485 const char *selection1,
492 const char *selection1,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/
H A DESelectionServiceTest.java77 Object selection1 = new Object(); in testGetSelection() local
80 serviceA.setSelection(selection1); in testGetSelection()
82 assertEquals(selection1, windowService.getSelection()); in testGetSelection()
83 assertEquals(selection1, serviceA.getSelection()); in testGetSelection()
84 assertEquals(selection1, serviceB.getSelection()); in testGetSelection()
88 assertEquals(selection1, windowService.getSelection()); in testGetSelection()
89 assertEquals(selection1, serviceA.getSelection()); in testGetSelection()
90 assertEquals(selection1, serviceB.getSelection()); in testGetSelection()
125 Object selection1 = new Object(); in testGetSelection_Id() local
128 serviceA.setSelection(selection1); in testGetSelection_Id()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/
H A DClipBoard_ESTest.java26 Selection selection1 = clipBoard0.getClip(); in test0() local
27 assertSame(selection1, selection0); in test0()
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/analysis/hbonds/
H A Dwbridge_analysis.py316 def __init__(self, universe, selection1='protein', argument
437 universe=universe, selection1=selection1, selection2=selection2,
449 self.selection1, self.update_selection1)
465 self._s1 = self.u.select_atoms(self.selection1)
869 for water, (selection1, selection2) in wframe.items():
871 angle) in selection1:
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/analysis/
H A Dwaterdynamics.py473 def __init__(self, universe, selection1, selection2, t0, tf, dtmax, argument
476 self.selection1 = selection1
647 self.selection1, self.selection2,)),
667 self.selection1,
798 def _getMeanOnePoint(self, universe, selection1, selection_str, dt, argument
805 repInd = self._repeatedIndex(selection1, dt, totalFrames)
1112 def _getMeanOnePoint(self, universe, selection1, selection_str, dt, argument
1119 repInd = self._repeatedIndex(selection1, dt, totalFrames)
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A Dscrap.c454 Atom selection1; in get_scrap() local
467 selection1 = XA_CUT_BUFFER0; in get_scrap()
476 selection1 = XInternAtom(SDL_Display, "SDL_SELECTION", False); in get_scrap()
478 selection1, owner, CurrentTime); in get_scrap()
494 if ( XGetWindowProperty(SDL_Display, owner, selection1, 0, INT_MAX/4, in get_scrap()

123