Home
last modified time | relevance | path

Searched refs:wow (Results 1 – 25 of 2343) sorted by relevance

12345678910>>...94

/dports/devel/radare2/radare2-5.1.1/doc/3D/
H A D3D-logo.r26 wow 27 @ 14+(80*5) + 2!16-4
7 wow 00 @ 10+(80*5) + 13!2
8 wow 27 @ 14+(80*6) + 0!14
9 wow 27 @ 14+(80*7) + 0!14
10 wow 00 @ 14+(80*7) + 0!1
11 wow 00 @ 14+(80*7) + 4!5
12 wow 27 @ 10+(80*8) + 15!3
13 wow 27 @ 10+(80*9) + 15!3
19 wow 27 @ 25+(80*5) + 17!1
20 wow 27 @ 25+(80*6) + 14!4
[all …]
H A D3D-pyramid.r25 wow 27 @ 25+(80*3)
6 wow 27 @ 25+(80*4)
7 wow 27 @ 25+(80*5)
8 wow 27 @ 25+(80*6)
9 wow 27 @ 25+(80*7)
10 wow 27 @ 25+(80*8)
11 wow 27 @ 25+(80*9)
12 wow 27 @ 25+(80*10)
13 wow 27 @ 25+(80*11)
14 wow 27 @ 25+(80*12)
[all …]
H A D3D-square.r25 wow 27 @ 25+(80*3)
6 wow 27 @ 25+(80*4)
7 wow 27 @ 25+(80*5)
8 wow 27 @ 25+(80*6)
9 wow 27 @ 25+(80*7)
10 wow 27 @ 25+(80*8)
11 wow 27 @ 25+(80*9)
12 wow 27 @ 25+(80*10)
13 wow 27 @ 25+(80*11)
14 wow 27 @ 25+(80*12)
[all …]
/dports/devel/R-cran-cli/cli/tests/testthat/_snaps/
H A Dalerts.md6 cli_alert("wow")
9 GENERIC! wow
18 v wow
27 v wow
36wow
54 x wow
72wow
90 ! wow
108 ! wow
126 i wow
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Explorer/
H A DRegistryContextMenu.cpp74 #define INIT_REG_WOW if (wow != 0) Init_RegDeleteKeyExW();
80 if (wow == 0) in MyRegistry_DeleteKey()
92 (parentKey, GetUnicodeString(name), wow, 0); in MyRegistry_DeleteKey()
97 return MyRegistry_DeleteKey(HKEY_CLASSES_ROOT, name, wow); in MyRegistry_DeleteKey_HKCR()
155 REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS | wow); in MyCreateKey()
174 res = MyCreateKey(key, HKEY_CLASSES_ROOT, s, wow); in SetContextMenuHandler()
179 res = MyCreateKey(keyInproc, key, k_Inproc, wow); in SetContextMenuHandler()
199 MyRegistry_DeleteKey_HKCR(s2, wow); in SetContextMenuHandler()
200 res = MyRegistry_DeleteKey_HKCR(s, wow); in SetContextMenuHandler()
215 MyCreateKey(key, HKEY_CLASSES_ROOT, s, wow); in SetContextMenuHandler()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Explorer/
H A DRegistryContextMenu.cpp72 #define INIT_REG_WOW if (wow != 0) Init_RegDeleteKeyExW();
78 if (wow == 0) in MyRegistry_DeleteKey()
90 (parentKey, GetUnicodeString(name), wow, 0); in MyRegistry_DeleteKey()
95 return MyRegistry_DeleteKey(HKEY_CLASSES_ROOT, name, wow); in MyRegistry_DeleteKey_HKCR()
153 REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS | wow); in MyCreateKey()
172 res = MyCreateKey(key, HKEY_CLASSES_ROOT, s, wow); in SetContextMenuHandler()
177 res = MyCreateKey(keyInproc, key, k_Inproc, wow); in SetContextMenuHandler()
197 MyRegistry_DeleteKey_HKCR(s2, wow); in SetContextMenuHandler()
198 res = MyRegistry_DeleteKey_HKCR(s, wow); in SetContextMenuHandler()
213 MyCreateKey(key, HKEY_CLASSES_ROOT, s, wow); in SetContextMenuHandler()
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.coffee17 "#{wow}"
18 "w#{wow}w"
19 "#wow"
20 "wow#"
23 '#{wow}'
24 'w#{wow}w'
25 '#wow'
26 'wow#'
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.coffee17 "#{wow}"
18 "w#{wow}w"
19 "#wow"
20 "wow#"
23 '#{wow}'
24 'w#{wow}w'
25 '#wow'
26 'wow#'
/dports/devel/upp/upp/uppsrc/Core/
H A DWin32Util.cpp73 String GetWinRegString(const char *value, const char *path, HKEY base_key, dword wow) { in GetWinRegString() argument
75 if(RegOpenKeyEx(base_key, path, 0, KEY_READ|wow, &key) != ERROR_SUCCESS) in GetWinRegString()
96 int GetWinRegInt(const char *value, const char *path, HKEY base_key, dword wow) { in GetWinRegInt() argument
98 if(RegOpenKeyEx(base_key, path, 0, KEY_READ|wow, &key) != ERROR_SUCCESS) in GetWinRegInt()
111 KEY_ALL_ACCESS|wow, NULL, &key, NULL) != ERROR_SUCCESS) in SetWinRegString()
121 KEY_ALL_ACCESS|wow, NULL, &key, NULL) != ERROR_SUCCESS) in SetWinRegExpandString()
128 bool SetWinRegInt(int data, const char *value, const char *path, HKEY base_key, dword wow) in SetWinRegInt() argument
138 void DeleteWinReg(const String& key, HKEY base, dword wow) { in DeleteWinReg() argument
140 if(RegOpenKeyEx(base, key, 0, KEY_READ|wow, &hkey) != ERROR_SUCCESS) in DeleteWinReg()
154 if(wow && RegDeleteKeyEx) in DeleteWinReg()
[all …]
H A DWin32Util.h26 …nRegString(const char *value, const char *path, HKEY base_key = HKEY_LOCAL_MACHINE, dword wow = 0);
27 …tWinRegInt(const char *value, const char *path, HKEY base_key = HKEY_LOCAL_MACHINE, dword wow = 0);
28 …g& string, const char *value, const char *path, HKEY base_key = HKEY_LOCAL_MACHINE, dword wow = 0);
29 …andString(const String& string, const char *value, const char *path, HKEY base_key, dword wow = 0);
30 …(int data, const char *value, const char *path, HKEY base_key = HKEY_LOCAL_MACHINE, dword wow = 0);
31 void DeleteWinReg(const String& key, HKEY base = HKEY_LOCAL_MACHINE, dword wow = 0);
/dports/textproc/angle-grinder/angle-grinder-0.18.0/tests/structured_tests/
H A Dlonglines.toml3 …dule": "angle.grinder.logs:146", "key": 3, "greenlet_id": 99191, "event": "wow thats a alot of fie…
4 …dule": "angle.grinder.logs:146", "key": 3, "greenlet_id": 99191, "event": "wow thats a alot of fie…
5 …dule": "angle.grinder.logs:146", "key": 3, "greenlet_id": 99191, "event": "wow thats a alot of fie…
6 …dule": "angle.grinder.logs:146", "key": 3, "greenlet_id": 99191, "event": "wow thats a alot of fie…
7 …dule": "angle.grinder.logs:146", "key": 3, "greenlet_id": 99191, "event": "wow thats a alot of fie…
8 …dule": "angle.grinder.logs:146", "key": 3, "greenlet_id": 99191, "event": "wow thats a alot of fie…
13 wow thats a alot of fields …
14 wow thats a alot of fieldsabcdefghijklmnopqrstuvvwxyz fieldsabcdefghijklmnopqrstuvvwxyzfieldsabcdef…
/dports/www/moodle310/moodle/mod/quiz/tests/fixtures/
H A Dsteps01.csv2 1,Juniper,Jones,Pussy-cat,Bow-wow,1,0,0
3 1,Juniper,Jones,Owl,Bow-wow,0,1,0
4 1,Juniper,Jones,Owl,Bow-wow,1,0,1
12 5,Juniper,Jones,Pussy-cat,Bow-wow,1,0,0
13 5,Juniper,Jones,Owl,Bow-wow,0,1,0
14 5,Juniper,Jones,Owl,Bow-wow,1,0,1
/dports/www/moodle311/moodle/mod/quiz/tests/fixtures/
H A Dsteps01.csv2 1,Juniper,Jones,Pussy-cat,Bow-wow,1,0,0
3 1,Juniper,Jones,Owl,Bow-wow,0,1,0
4 1,Juniper,Jones,Owl,Bow-wow,1,0,1
12 5,Juniper,Jones,Pussy-cat,Bow-wow,1,0,0
13 5,Juniper,Jones,Owl,Bow-wow,0,1,0
14 5,Juniper,Jones,Owl,Bow-wow,1,0,1
/dports/www/moodle39/moodle/mod/quiz/tests/fixtures/
H A Dsteps01.csv2 1,Juniper,Jones,Pussy-cat,Bow-wow,1,0,0
3 1,Juniper,Jones,Owl,Bow-wow,0,1,0
4 1,Juniper,Jones,Owl,Bow-wow,1,0,1
12 5,Juniper,Jones,Pussy-cat,Bow-wow,1,0,0
13 5,Juniper,Jones,Owl,Bow-wow,0,1,0
14 5,Juniper,Jones,Owl,Bow-wow,1,0,1
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c205 float res, wow; in nekobee_synth_render_voices() local
216 wow = res*res; in nekobee_synth_render_voices()
217 wow = wow/10.0f; in nekobee_synth_render_voices()
221 synth->vcf_accent=(0.985-wow)*synth->vcf_accent+(0.015+wow)*synth->voice->vcf_eg; in nekobee_synth_render_voices()
223 synth->vcf_accent=(0.985-wow)*synth->vcf_accent; // or just decay in nekobee_synth_render_voices()
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c205 float res, wow; in nekobee_synth_render_voices() local
216 wow = res*res; in nekobee_synth_render_voices()
217 wow = wow/10.0f; in nekobee_synth_render_voices()
221 synth->vcf_accent=(0.985-wow)*synth->vcf_accent+(0.015+wow)*synth->voice->vcf_eg; in nekobee_synth_render_voices()
223 synth->vcf_accent=(0.985-wow)*synth->vcf_accent; // or just decay in nekobee_synth_render_voices()
/dports/www/moodle310/moodle/mod/quiz/report/statistics/tests/fixtures/
H A Dsteps00.csv3 2,John,Smith,shortanswer,frog,1,9.9,mammal,amphibian,amphibian,1,,,1,1,One,Dog,Bow-wow
5 4,John,Pacino,shortanswer,butterfly,6,-0.1,mammal,amphibian,amphibian,1,,1,1,,Four,Dog,Bow-wow
11 10,John,Robbins,numerical,3.1,5,14.2,mammal,amphibian,amphibian,0,,,1,1,One,Owl,Bow-wow
12 11,Joe,Jones,shortanswer,toad,6,-0.2,mammal,amphibian,amphibian,1,,1,,1,One,Owl,Bow-wow
15 14,Joe,Pacino,shortanswer,frog,1,-0.2,mammal,amphibian,amphibian,1,,1,1,,Two,Owl,Bow-wow
20 19,Joe,Yamaguchi,numerical,3.14,8,-0.5,mammal,amphibian,amphibian,1,,1,,1,Two,Owl,Bow-wow
21 …e,Robbins,shortanswer,butterfly,4,19.4,mammal,amphibian,amphibian,0,,,1,1,One,"Wiggly worm",Bow-wow
/dports/www/moodle311/moodle/mod/quiz/report/statistics/tests/fixtures/
H A Dsteps00.csv3 2,John,Smith,shortanswer,frog,1,9.9,mammal,amphibian,amphibian,1,,,1,1,One,Dog,Bow-wow
5 4,John,Pacino,shortanswer,butterfly,6,-0.1,mammal,amphibian,amphibian,1,,1,1,,Four,Dog,Bow-wow
11 10,John,Robbins,numerical,3.1,5,14.2,mammal,amphibian,amphibian,0,,,1,1,One,Owl,Bow-wow
12 11,Joe,Jones,shortanswer,toad,6,-0.2,mammal,amphibian,amphibian,1,,1,,1,One,Owl,Bow-wow
15 14,Joe,Pacino,shortanswer,frog,1,-0.2,mammal,amphibian,amphibian,1,,1,1,,Two,Owl,Bow-wow
20 19,Joe,Yamaguchi,numerical,3.14,8,-0.5,mammal,amphibian,amphibian,1,,1,,1,Two,Owl,Bow-wow
21 …e,Robbins,shortanswer,butterfly,4,19.4,mammal,amphibian,amphibian,0,,,1,1,One,"Wiggly worm",Bow-wow
/dports/www/moodle39/moodle/mod/quiz/report/statistics/tests/fixtures/
H A Dsteps00.csv3 2,John,Smith,shortanswer,frog,1,9.9,mammal,amphibian,amphibian,1,,,1,1,One,Dog,Bow-wow
5 4,John,Pacino,shortanswer,butterfly,6,-0.1,mammal,amphibian,amphibian,1,,1,1,,Four,Dog,Bow-wow
11 10,John,Robbins,numerical,3.1,5,14.2,mammal,amphibian,amphibian,0,,,1,1,One,Owl,Bow-wow
12 11,Joe,Jones,shortanswer,toad,6,-0.2,mammal,amphibian,amphibian,1,,1,,1,One,Owl,Bow-wow
15 14,Joe,Pacino,shortanswer,frog,1,-0.2,mammal,amphibian,amphibian,1,,1,1,,Two,Owl,Bow-wow
20 19,Joe,Yamaguchi,numerical,3.14,8,-0.5,mammal,amphibian,amphibian,1,,1,,1,Two,Owl,Bow-wow
21 …e,Robbins,shortanswer,butterfly,4,19.4,mammal,amphibian,amphibian,0,,,1,1,One,"Wiggly worm",Bow-wow
/dports/www/clearsilver/clearsilver-0.10.5/cs/
H A Dtest3.cs26 <?cs def:echo(wow) ?>
27 <?cs var:$wow ?>
43 <?cs def:call_echo(wow) ?>
44 <?cs call:echo(wow) ?>
55 <?cs var:wow ?>
58 <?cs def:call_echo2(wow, weird) ?>
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/cs/
H A Dtest3.cs26 <?cs def:echo(wow) ?>
27 <?cs var:$wow ?>
43 <?cs def:call_echo(wow) ?>
44 <?cs call:echo(wow) ?>
55 <?cs var:wow ?>
58 <?cs def:call_echo2(wow, weird) ?>
/dports/www/p5-ClearSilver/clearsilver-0.10.5/cs/
H A Dtest3.cs26 <?cs def:echo(wow) ?>
27 <?cs var:$wow ?>
43 <?cs def:call_echo(wow) ?>
44 <?cs call:echo(wow) ?>
55 <?cs var:wow ?>
58 <?cs def:call_echo2(wow, weird) ?>
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.icy-veins.com5 Disallow: /wow/*/modules/
11 Disallow: /wow/*/util/
17 Disallow: /wow/*/sets/
23 Disallow: /wow/*/types/
29 Disallow: /wow/*/positions/
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lib/srfi/86/
H A D86.rkt515 (define-syntax wow-opt
517 ((wow-opt n v)
519 ((wow-opt n v t)
522 ((wow-opt n v t ts)
531 ((wow-opt! z n)
535 ((wow-opt! z n t)
553 ((wow-cat-end z n)
565 (define-syntax wow-cat
567 ((wow-cat z n d)
569 ((wow-cat z n d t)
[all …]
/dports/www/p5-Template-Alloy/Template-Alloy-1.022/t/
H A D01_coverage.t25 ok(! eval { $o->process_simple(\q{wow}) } && $@, "Got an error for process_simple");
26 ok(! eval { $o->process_simple(\q{wow}, {}) } && $@, "Got an error for process_simple");
28 ok($o->process_simple(\q{wow}, {}, \$out) && ! $o->error, "Ran process_simple without err…
43 ok($o->_process(\q{wow}, undef, \$out), "Ran _process");
45 ok($out eq 'wow', "Got right output");
47 ok(! eval { $o->_process(\q{wow}, undef) } && $@, "Ran _process and got error");
62 ok(eval { $o->_process({name => 'foo', _tree=>['wow']}, undef, \$out) }, "Ran _process");

12345678910>>...94