Home
last modified time | relevance | path

Searched defs:Demo (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dsample-curses_demo-mouse.adb69 procedure Demo is subprogram
73 Frame : Window;
74 Msg : Window;
75 Ctl : Controls;
76 Pan : Panel;
77 K : Real_Key_Code;
79 W : Window;
80 Note : Window;
83 Cols : Column_Position;
84 Mask : Event_Mask;
[all …]
H A Dsample-curses_demo.adb66 procedure Demo subprogram
71 package Mh is new Sample.Menu_Demo.Handler (My_Driver); argument
74 (New_Item ("Attributes Demo"), argument
98 when 1 => Sample.Curses_Demo.Attributes.Demo; argument
H A Dsample-form_demo.adb78 procedure Demo subprogram
104 package Fh is new Sample.Form_Demo.Handler (Default_Driver); argument
H A Dsample-text_io_demo.adb122 procedure Demo subprogram
124 W : Window;
125 P : Panel := Create (Standard_Window);
126 K : Real_Key_Code;
127 Im : constant Complex := (0.0, 1.0);
128 Fx : constant Dec := 3.14;
129 Dc : constant Dec := 2.72;
130 L : Md;
H A Dsample-menu_demo.adb315 procedure Demo subprogram
332 package Mh is new Sample.Menu_Demo.Handler (My_Driver); argument
336 New_Item ("Demo of Hook functions"), argument
360 when 1 => Spacing_Demo.Spacing_Test; argument
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dsample-curses_demo-mouse.adb70 procedure Demo is subprogram
74 Frame : Window;
75 Msg : Window;
76 Ctl : Controls;
77 Pan : Panel;
78 K : Real_Key_Code;
80 W : Window;
81 Note : Window;
84 Cols : Column_Position;
85 Mask : Event_Mask;
[all …]
H A Dsample-curses_demo.adb67 procedure Demo subprogram
72 package Mh is new Sample.Menu_Demo.Handler (My_Driver); argument
75 (New_Item ("Attributes Demo"), argument
99 when 1 => Sample.Curses_Demo.Attributes.Demo; argument
H A Dsample-form_demo.adb79 procedure Demo subprogram
105 package Fh is new Sample.Form_Demo.Handler (Default_Driver); argument
H A Dsample-text_io_demo.adb116 procedure Demo subprogram
118 W : Window;
119 P : Panel := Create (Standard_Window);
120 K : Real_Key_Code;
121 Im : constant Complex := (0.0, 1.0);
122 Fx : constant Dec := 3.14;
123 Dc : constant Dec := 2.72;
124 L : Md;
H A Dsample-menu_demo.adb316 procedure Demo subprogram
333 package Mh is new Sample.Menu_Demo.Handler (My_Driver); argument
337 New_Item ("Demo of Hook functions"), argument
361 when 1 => Spacing_Demo.Spacing_Test; argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/did_you_mean/
H A Dissue-42599_available_fields_note.rs4 pub struct Demo { struct
5 pub favorite_integer: isize,
14 impl Demo { implementation
29 use submodule::Demo; in main()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-fixedbuffer-06.cs7 unsafe struct Demo struct
9 fixed bool test [4];
11 bool Fixed () in Fixed()
19 static bool Foo (int [] data) in Foo()
27 public static int Main () in Main()
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/cube/
H A Dcube.cpp208 struct Demo { struct
297 wl_seat *seat;
309 bool prepared;
311 bool use_xlib;
349 struct {
355 } depth;
361 struct {
381 bool pause;
391 bool quit;
418 Demo *demo = (Demo *)data; in pointer_handle_button() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp213 struct Demo { struct
294 wl_seat *seat;
298 void *window;
302 bool prepared;
304 bool use_xlib;
341 struct {
347 } depth;
353 struct {
373 bool pause;
383 bool quit;
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/Unknwon/goconfig/testdata/
H A Dconf_test.ini7 [Demo] section
9 key1 = Let's us goconfig!!!
10 key2 = rewrite this key of conf.ini
11 key3 = this is based on key2:%(key2)s
12 quote = "special case for quote
13 `key:1` = This is the value of "key:1"
14 `key:2=key:1` = this is based on "key:2=key:1" => %(key:1)s
16 chinese-var = hello %(中国)s!
17 array_key = 1,2,3,4,5
18 `key:2` = """this is based on "key:1" => `%(key:1)s`"""
H A Dconf.ini7 [Demo] section
9 key1 = Let's us goconfig!!!
10 key2 = test data
11 key3 = this is based on key2:%(key2)s
12 quote = "special case for quote
13 "key:1" = This is the value of "key:1"
14 "key:2=key:1" = this is based on "key:2=key:1" => %(key:1)s
16 chinese-var = hello %(中国)s!
17 array_key = 1,2,3,4,5
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/demos/gtk-demo/
H A Ddemos.h10 struct Demo struct
16 Demo* children; argument
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/demos/gtk-demo/
H A Ddemos.h8 struct Demo struct
13 Demo* children; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/cube/
H A Dcube.cpp213 struct Demo { struct
298 wl_seat *seat;
310 bool prepared;
312 bool use_xlib;
350 struct {
356 } depth;
362 struct {
382 bool pause;
392 bool quit;
395 bool validate;
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Attribute-Handlers/demo/
H A DDemo.pm3 package Demo; package
8 sub Demo : ATTR(SCALAR) { subroutine
22 sub Demo : ATTR(HASH) { subroutine
29 sub Demo : ATTR(CODE) { subroutine
/dports/lang/perl5.34/perl-5.34.0/dist/Attribute-Handlers/demo/
H A DDemo.pm3 package Demo; package
8 sub Demo : ATTR(SCALAR) { subroutine
22 sub Demo : ATTR(HASH) { subroutine
29 sub Demo : ATTR(CODE) { subroutine
/dports/lang/perl5.32/perl-5.32.1/dist/Attribute-Handlers/demo/
H A DDemo.pm3 package Demo; package
8 sub Demo : ATTR(SCALAR) { subroutine
22 sub Demo : ATTR(HASH) { subroutine
29 sub Demo : ATTR(CODE) { subroutine
/dports/devel/p5-Attribute-Handlers/Attribute-Handlers-0.99/demo/
H A DDemo.pm3 package Demo; package
8 sub Demo : ATTR(SCALAR) { subroutine
22 sub Demo : ATTR(HASH) { subroutine
29 sub Demo : ATTR(CODE) { subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Attribute-Handlers/demo/
H A DDemo.pm3 package Demo; package
8 sub Demo : ATTR(SCALAR) { subroutine
22 sub Demo : ATTR(HASH) { subroutine
29 sub Demo : ATTR(CODE) { subroutine
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/yudai/gojsondiff/vendor/github.com/yudai/pp/
H A DREADME.md34 ## Demo section in pp [![wercker status](https://app.wercker.com/status/6934c847631da2cf672e559f927a90b2/s "wercker status")](https://app.wercker.com/project/bykey/6934c847631da2cf672e559f927a90b2)
36 ### Timeline
40 ### UserStream event
44 ### Works on windows

12345678910>>...32