Home
last modified time | relevance | path

Searched refs:swt (Results 1 – 25 of 4777) sorted by relevance

12345678910>>...192

/dports/games/blobwars/blobwars-2.00/src/
H A Dswitches.cpp33 swt = (Switch*)swt->next; in checkSwitchContact()
73 strlcpy(swt->name, "Switch", sizeof swt->name); in checkSwitchContact()
89 swt->activated = !swt->activated; in checkSwitchContact()
90 activateTrigger(swt->linkName, swt->activateMessage, swt->activated); in checkSwitchContact()
97 activateTrigger(swt->linkName, swt->activateMessage, !swt->activated); in checkSwitchContact()
98 swt->activated = !swt->activated; in checkSwitchContact()
104 activateTrigger(swt->linkName, swt->activateMessage, true); in checkSwitchContact()
110 activateTrigger(swt->linkName, swt->activateMessage, true); in checkSwitchContact()
111 swt->activated = !swt->activated; in checkSwitchContact()
131 swt = (Switch*)swt->next; in doSwitches()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/
H A DWidgetProperties.java40 import org.eclipse.swt.SWT;
41 import org.eclipse.swt.custom.CCombo;
42 import org.eclipse.swt.custom.CLabel;
46 import org.eclipse.swt.widgets.Combo;
49 import org.eclipse.swt.widgets.Group;
50 import org.eclipse.swt.widgets.Item;
51 import org.eclipse.swt.widgets.Label;
52 import org.eclipse.swt.widgets.Link;
53 import org.eclipse.swt.widgets.List;
54 import org.eclipse.swt.widgets.Menu;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/typed/
H A DWidgetProperties.java53 import org.eclipse.swt.SWT;
54 import org.eclipse.swt.custom.CCombo;
55 import org.eclipse.swt.custom.CLabel;
59 import org.eclipse.swt.graphics.Font;
64 import org.eclipse.swt.widgets.Combo;
67 import org.eclipse.swt.widgets.Group;
68 import org.eclipse.swt.widgets.Item;
70 import org.eclipse.swt.widgets.Link;
71 import org.eclipse.swt.widgets.List;
72 import org.eclipse.swt.widgets.Menu;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.aarch64/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64le/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.win32.x86_64/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/
H A DCssSwtTestSuite.java33 import org.eclipse.e4.ui.tests.css.swt.ButtonTest;
37 import org.eclipse.e4.ui.tests.css.swt.CTabItemTest;
41 import org.eclipse.e4.ui.tests.css.swt.GradientTest;
44 import org.eclipse.e4.ui.tests.css.swt.InheritTest;
46 import org.eclipse.e4.ui.tests.css.swt.LabelTest;
48 import org.eclipse.e4.ui.tests.css.swt.LinkTest;
49 import org.eclipse.e4.ui.tests.css.swt.MarginTest;
51 import org.eclipse.e4.ui.tests.css.swt.ShellTest;
52 import org.eclipse.e4.ui.tests.css.swt.TableTest;
54 import org.eclipse.e4.ui.tests.css.swt.ThemeTest;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt,
12 org.eclipse.swt.awt,
13 org.eclipse.swt.browser,
14 org.eclipse.swt.custom,
15 org.eclipse.swt.dnd,
16 org.eclipse.swt.events,
17 org.eclipse.swt.graphics,
18 org.eclipse.swt.layout,
19 org.eclipse.swt.opengl,
21 org.eclipse.swt.program,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/META-INF/
H A DMANIFEST.MF10 org.eclipse.swt.examples.addressbook,
12 org.eclipse.swt.examples.clipboard,
14 org.eclipse.swt.examples.dnd,
15 org.eclipse.swt.examples.fileviewer,
16 org.eclipse.swt.examples.graphics,
17 org.eclipse.swt.examples.helloworld,
18 org.eclipse.swt.examples.hoverhelp,
20 org.eclipse.swt.examples.javaviewer,
22 org.eclipse.swt.examples.paint,
23 org.eclipse.swt.examples.texteditor
[all …]
/dports/graphics/mscgen/mscgen-0.20/src/
H A Dcmdparse.c53 const char *swt) in findSwitch() argument
107 if(swt == NULL && t == argc - 1) in CmdParse()
113 if(swt == NULL) in CmdParse()
122 *swt->presentFlag = TRUE; in CmdParse()
125 if(swt->parseString != NULL) in CmdParse()
138 if(sscanf(argv[t], swt->parseString, swt->parseResult) != 1) in CmdParse()
142 swt->switchString); in CmdParse()
151 *swt->presentFlag = TRUE; in CmdParse()
154 if(swt->parseString != NULL) in CmdParse()
159 opt += strlen(swt->switchString); in CmdParse()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/META-INF/
H A DMANIFEST.MF9 org.eclipse.e4.ui.css.swt.dom;
10 x-friends:="org.eclipse.e4.ui.workbench.swt,
12 org.eclipse.e4.ui.css.swt.theme,
13 org.eclipse.e4.ui.workbench.renderers.swt,
16 org.eclipse.e4.ui.css.swt.dom.html;x-internal:=true,
18 …org.eclipse.e4.ui.css.swt.engine;x-friends:="org.eclipse.e4.ui.css.swt.theme,org.eclipse.e4.ui.wor…
19 …org.eclipse.e4.ui.css.swt.helpers;x-friends:="org.eclipse.ui.views.properties.tabbed,org.eclipse.e…
23 org.eclipse.e4.ui.css.swt.properties.custom;x-friends:="org.eclipse.e4.ui.workbench.renderers.swt",
26 org.eclipse.e4.ui.css.swt.resources;x-friends:="org.eclipse.e4.ui.workbench.renderers.swt",
31 org.eclipse.swt;bundle-version="[3.106.0,4.0.0)",
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/StackWalker/
H A DStackWalkTest.java280 StackWalkTest swt; in main() local
286 swt = new StackWalkTest(opts); in main()
296 StackWalkTest swt; in main() local
297 swt = new StackWalkTest(); in main()
301 swt = new StackWalkTest(2000); in main()
305 swt = new StackWalkTest(Integer.MAX_VALUE); in main()
311 swt = new StackWalkTest(); // default maxDepth in main()
312 swt.runTest(StackWalkTest.class, "main", 6, 3); in main()
323 swt = new StackWalkTest(); // default maxDepth in main()
333 swt = new StackWalkTest(); // default maxDepth in main()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/
H A Dorg.eclipse.swt.internal.properties41 org.eclipse.swt.internal.accessibility.gtk.ATK,../org.eclipse.swt/Eclipse SWT PI/gtk/library/,\
42 org.eclipse.swt.internal.gtk.OS,../org.eclipse.swt/Eclipse SWT PI/gtk/library/,\
43 org.eclipse.swt.internal.ole.win32.COM,../org.eclipse.swt/Eclipse SWT PI/win32/library/,\
44 org.eclipse.swt.internal.win32.OS,../org.eclipse.swt/Eclipse SWT PI/win32/library/,\
45 org.eclipse.swt.internal.gdip.Gdip,../org.eclipse.swt/Eclipse SWT PI/win32/library/,\
46 org.eclipse.swt.internal.cairo.Cairo,../org.eclipse.swt/Eclipse SWT PI/cairo/library/,\
47 org.eclipse.swt.internal.opengl.glx.GLX,../org.eclipse.swt/Eclipse SWT OpenGL/glx/library/,\
49 org.eclipse.swt.internal.C,../org.eclipse.swt/Eclipse SWT PI/common/library/,\
50 org.eclipse.swt.internal.cocoa.OS,../org.eclipse.swt/Eclipse SWT PI/cocoa/library/,\
51 org.eclipse.swt.internal.webkit.WebKitGTK,../org.eclipse.swt/Eclipse SWT WebKit/gtk/library/,\
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.themes/css/dark/
H A De4-dark_tabstyle.css20 swt-tab-height: 8px;
25swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.w…
27 swt-shadow-visible: false;
28 swt-mru-visible: true;
34swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.w…
40 swt-shadow-visible: false;
46swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.w…
51swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.w…
54 swt-selected-tab-fill: #515658;
58 swt-tab-outline: #515658;
[all …]

12345678910>>...192