Home
last modified time | relevance | path

Searched refs:when (Results 76 – 100 of 49540) sorted by relevance

12345678910>>...1982

/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/gherkin-go/v11/
H A Ddialects_builtin.go50 when: []string{
94 when: []string{
141 when: []string{
187 when: []string{
235 when: []string{
281 when: []string{
327 when: []string{
375 when: []string{
422 when: []string{
471 when: []string{
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/gherkin-go/v11/gherkin-go-11.0.0/
H A Ddialects_builtin.go50 when: []string{
94 when: []string{
141 when: []string{
187 when: []string{
235 when: []string{
281 when: []string{
327 when: []string{
375 when: []string{
422 when: []string{
471 when: []string{
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dmeson.build3 softmmu_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
6 softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'))
12 softmmu_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
14 softmmu_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
18 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xenfb.c'))
35 softmmu_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
36 softmmu_ss.add(when: 'CONFIG_CG3', if_true: files('cg3.c'))
40 specific_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
59 virtio_gpu_ss.add(when: 'CONFIG_VIRTIO_GPU',
78 virtio_vga_ss.add(when: 'CONFIG_VIRTIO_VGA',
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/libcxx/test/
H A Dfeatures.py23 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
28 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'),
32 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'),
48 when=lambda cfg: sourceBuilds(cfg, """
57 when=lambda cfg: sourceBuilds(cfg, """
113 when=lambda cfg, m=macro: m in compilerMacros(cfg),
147 Feature(name='darwin', when=lambda cfg: '__APPLE__' in compilerMacros(cfg)),
148 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
150 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
151 Feature(name='netbsd', when=lambda cfg: '__NetBSD__' in compilerMacros(cfg)),
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/virtio/
H A Dmeson.build3 softmmu_virtio_ss.add(when: 'CONFIG_VIRTIO_PCI', if_true: files('virtio-pci.c'))
5 softmmu_virtio_ss.add(when: 'CONFIG_VHOST', if_false: files('vhost-stub.c'))
7 softmmu_ss.add_all(when: 'CONFIG_VIRTIO', if_true: softmmu_virtio_ss)
8 softmmu_ss.add(when: 'CONFIG_VIRTIO', if_false: files('vhost-stub.c'))
10 softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-stub.c'))
15 virtio_ss.add(when: 'CONFIG_VHOST_USER', if_true: files('vhost-user.c'))
16 virtio_ss.add(when: 'CONFIG_VHOST_VDPA', if_true: files('vhost-vdpa.c'))
25 virtio_ss.add(when: 'CONFIG_VIRTIO_RNG', if_true: files('virtio-rng.c'))
27 virtio_ss.add(when: 'CONFIG_VIRTIO_MEM', if_true: files('virtio-mem.c'))
51 virtio_ss.add_all(when: 'CONFIG_VIRTIO_PCI', if_true: virtio_pci_ss)
[all …]
/dports/lang/seed7/seed7/prg/
H A Dgkbd.sd751 when {KEY_SHIFT_LOCK}: rect( 10, 150, 40, 20, keyColor);
52 when {KEY_LEFT_SHIFT}: rect( 10, 180, 40, 20, keyColor);
53 when {KEY_LEFT_CONTROL}: rect( 10, 210, 40, 20, keyColor);
54 when {KEY_LEFT_ALT}: rect( 60, 210, 40, 20, keyColor);
55 when {KEY_RIGHT_SHIFT}: rect(400, 180, 40, 20, keyColor);
56 when {KEY_RIGHT_CONTROL}: rect(400, 210, 40, 20, keyColor);
57 when {KEY_RIGHT_ALT}: rect(350, 210, 40, 20, keyColor);
58 when {KEY_SHIFT}: rect(145, 240, 40, 20, keyColor);
59 when {KEY_CONTROL}: rect(205, 240, 40, 20, keyColor);
60 when {KEY_ALT}: rect(265, 240, 40, 20, keyColor);
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/virtio/
H A Dmeson.build3 softmmu_virtio_ss.add(when: 'CONFIG_VIRTIO_PCI', if_true: files('virtio-pci.c'))
5 softmmu_virtio_ss.add(when: 'CONFIG_VHOST', if_false: files('vhost-stub.c'))
7 softmmu_ss.add_all(when: 'CONFIG_VIRTIO', if_true: softmmu_virtio_ss)
8 softmmu_ss.add(when: 'CONFIG_VIRTIO', if_false: files('vhost-stub.c'))
10 softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-stub.c'))
15 virtio_ss.add(when: 'CONFIG_VHOST_USER', if_true: files('vhost-user.c'))
16 virtio_ss.add(when: 'CONFIG_VHOST_VDPA', if_true: files('vhost-vdpa.c'))
25 virtio_ss.add(when: 'CONFIG_VIRTIO_RNG', if_true: files('virtio-rng.c'))
27 virtio_ss.add(when: 'CONFIG_VIRTIO_MEM', if_true: files('virtio-mem.c'))
53 virtio_ss.add_all(when: 'CONFIG_VIRTIO_PCI', if_true: virtio_pci_ss)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dmeson.build3 softmmu_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
6 softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'))
11 softmmu_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
13 softmmu_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
17 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xenfb.c'))
34 softmmu_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
35 softmmu_ss.add(when: 'CONFIG_CG3', if_true: files('cg3.c'))
39 specific_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
58 virtio_gpu_ss.add(when: 'CONFIG_VIRTIO_GPU',
77 virtio_vga_ss.add(when: 'CONFIG_VIRTIO_VGA',
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue1051/
H A Dpsi_tb_txt_util.vhd176 when 'U' => c:= 'U';
487 when 'U' =>
489 when 'X' =>
491 when '0' =>
493 when '1' =>
495 when 'Z' =>
497 when 'W' =>
499 when 'L' =>
501 when 'H' =>
503 when '-' =>
[all …]
/dports/cad/nvc/nvc-r1.5.3/test/regress/
H A Dcase2.vhd9 when X"0" => return 0;
10 when X"1" => return 1;
11 when X"2" => return 2;
12 when X"3" => return 3;
13 when X"4" => return 4;
14 when X"5" => return 5;
15 when X"6" => return 6;
16 when X"7" => return 7;
17 when X"8" => return 8;
18 when X"9" => return 9;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/libcxx/test/
H A Dfeatures.py18 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
22 Feature(name='has-fblocks', when=lambda cfg: hasCompileFlag(cfg, '-fblocks')),
23 …Feature(name='-fsized-deallocation', when=lambda cfg: hasCompileFlag(cfg, '-fsized-deallo…
34 Feature(name='modules-support', when=lambda cfg: hasCompileFlag(cfg, '-fmodules')),
35 Feature(name='non-lockfree-atomics', when=lambda cfg: sourceBuilds(cfg, """
83 when=lambda cfg, m=macro: m in compilerMacros(cfg),
110 when=lambda cfg, alts=alts: hasAnyLocale(cfg, alts)))
115 Feature(name='darwin', when=lambda cfg: '__APPLE__' in compilerMacros(cfg)),
116 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
117 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/utils/libcxx/test/
H A Dfeatures.py20 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
25 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'),
29 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'),
50 when=lambda cfg: hasCompileFlag(cfg, '-fmodules'),
54 when=lambda cfg: sourceBuilds(cfg, """
63 when=lambda cfg: sourceBuilds(cfg, """
114 when=lambda cfg, m=macro: m in compilerMacros(cfg),
149 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
150 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
159 when=lambda cfg: shutil.which('gdb') is not None,
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/libcxx/test/
H A Dfeatures.py20 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
25 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'),
29 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'),
50 when=lambda cfg: hasCompileFlag(cfg, '-fmodules'),
54 when=lambda cfg: sourceBuilds(cfg, """
63 when=lambda cfg: sourceBuilds(cfg, """
114 when=lambda cfg, m=macro: m in compilerMacros(cfg),
149 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
150 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
159 when=lambda cfg: shutil.which('gdb') is not None,
[all …]
/dports/lang/yorick/yorick-y_2_2_04/play/unix/
H A Dfpuset.c51 if (when < 0) { in u_fpu_setup()
64 if (when) { in u_fpu_setup()
82 if (when <= 0) { in u_fpu_setup()
97 if (when < 0) { in u_fpu_setup()
114 if (when < 0) { in u_fpu_setup()
250 if (when<0) {
254 if (when) {
290 if (when<0) {
294 if (when) {
309 if (when) {
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dmeson.build3 softmmu_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
6 softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'))
11 softmmu_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
13 softmmu_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
17 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xenfb.c'))
34 softmmu_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
35 softmmu_ss.add(when: 'CONFIG_CG3', if_true: files('cg3.c'))
39 specific_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
57 virtio_gpu_ss.add(when: 'CONFIG_VIRTIO_GPU',
86 virtio_vga_ss.add(when: 'CONFIG_VIRTIO_VGA',
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dmeson.build3 softmmu_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
6 softmmu_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'))
11 softmmu_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
13 softmmu_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
17 softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xenfb.c'))
34 softmmu_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
35 softmmu_ss.add(when: 'CONFIG_CG3', if_true: files('cg3.c'))
39 specific_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
57 virtio_gpu_ss.add(when: 'CONFIG_VIRTIO_GPU',
86 virtio_vga_ss.add(when: 'CONFIG_VIRTIO_VGA',
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dschedule_tests.c51 uint64_t when; in callback1() local
53 when = span_schedule_time(s); in callback1()
54 printf("1: Callback at %f %" PRId64 "\n", (float) when/1000000.0, when - when1); in callback1()
55 if ((when - when1)) in callback1()
61 when1 = when + 500000; in callback1()
69 uint64_t when; in callback2() local
72 printf("2: Callback at %f %" PRId64 "\n", (float) when/1000000.0, when - when2); in callback2()
74 if ((when - when2) != 10000) in callback2()
79 when2 = when + 550000; in callback2()
88 uint64_t when; in main() local
[all …]
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dschedule_tests.c51 uint64_t when; in callback1() local
53 when = span_schedule_time(s); in callback1()
54 printf("1: Callback at %f %" PRId64 "\n", (float) when/1000000.0, when - when1); in callback1()
55 if ((when - when1)) in callback1()
61 when1 = when + 500000; in callback1()
69 uint64_t when; in callback2() local
72 printf("2: Callback at %f %" PRId64 "\n", (float) when/1000000.0, when - when2); in callback2()
74 if ((when - when2) != 10000) in callback2()
79 when2 = when + 550000; in callback2()
88 uint64_t when; in main() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dmeson.build3 softmmu_virtio_ss.add(when: 'CONFIG_VIRTIO_PCI', if_true: files('virtio-pci.c'))
5 softmmu_virtio_ss.add(when: 'CONFIG_VHOST', if_false: files('vhost-stub.c'))
7 softmmu_ss.add_all(when: 'CONFIG_VIRTIO', if_true: softmmu_virtio_ss)
8 softmmu_ss.add(when: 'CONFIG_VIRTIO', if_false: files('vhost-stub.c'))
10 softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-stub.c'))
15 virtio_ss.add(when: 'CONFIG_VHOST_USER', if_true: files('vhost-user.c'))
16 virtio_ss.add(when: 'CONFIG_VHOST_VDPA', if_true: files('vhost-vdpa.c'))
25 virtio_ss.add(when: 'CONFIG_VIRTIO_RNG', if_true: files('virtio-rng.c'))
27 virtio_ss.add(when: 'CONFIG_VIRTIO_MEM', if_true: files('virtio-mem.c'))
49 virtio_ss.add_all(when: 'CONFIG_VIRTIO_PCI', if_true: virtio_pci_ss)
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dmeson.build3 softmmu_virtio_ss.add(when: 'CONFIG_VIRTIO_PCI', if_true: files('virtio-pci.c'))
5 softmmu_virtio_ss.add(when: 'CONFIG_VHOST', if_false: files('vhost-stub.c'))
7 softmmu_ss.add_all(when: 'CONFIG_VIRTIO', if_true: softmmu_virtio_ss)
8 softmmu_ss.add(when: 'CONFIG_VIRTIO', if_false: files('vhost-stub.c'))
10 softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-stub.c'))
15 virtio_ss.add(when: 'CONFIG_VHOST_USER', if_true: files('vhost-user.c'))
16 virtio_ss.add(when: 'CONFIG_VHOST_VDPA', if_true: files('vhost-vdpa.c'))
25 virtio_ss.add(when: 'CONFIG_VIRTIO_RNG', if_true: files('virtio-rng.c'))
27 virtio_ss.add(when: 'CONFIG_VIRTIO_MEM', if_true: files('virtio-mem.c'))
49 virtio_ss.add_all(when: 'CONFIG_VIRTIO_PCI', if_true: virtio_pci_ss)
[all …]
/dports/science/axom/axom-0.6.1/scripts/spack/packages/mfem/
H A Dpackage.py163 conflicts('+zlib', when='@:3.2')
164 conflicts('+mpfr', when='@:3.2')
165 conflicts('+petsc', when='@:3.2')
179 conflicts('+amgx', when='~cuda')
183 conflicts('+petsc', when='~mpi')
184 conflicts('+pumi', when='~mpi')
187 depends_on('mpi', when='+mpi')
195 depends_on('cuda', when='+cuda')
219 depends_on('mpfr', when='+mpfr')
222 depends_on('zlib', when='+zlib')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/libcxx/test/
H A Dfeatures.py19 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and
24 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'),
28 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'),
43 Feature(name='non-lockfree-atomics', when=lambda cfg: sourceBuilds(cfg, """
93 when=lambda cfg, m=macro: m in compilerMacros(cfg),
122 when=lambda cfg, alts=alts: hasAnyLocale(cfg, alts)))
127 Feature(name='darwin', when=lambda cfg: '__APPLE__' in compilerMacros(cfg)),
128 Feature(name='windows', when=lambda cfg: '_WIN32' in compilerMacros(cfg)),
129 Feature(name='linux', when=lambda cfg: '__linux__' in compilerMacros(cfg)),
130 Feature(name='netbsd', when=lambda cfg: '__NetBSD__' in compilerMacros(cfg))
[all …]
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/management/
H A Djobs.py28 when = "minutely" variable in MinutelyJob
36 when = "hourly" variable in HourlyJob
40 when = "daily" variable in DailyJob
44 when = "weekly" variable in WeeklyJob
48 when = "monthly" variable in MonthlyJob
52 when = "yearly" variable in YearlyJob
78 if when:
96 if when and not (job.when == when or job.when is None):
118 if when:
130 if when and job.when != when:
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/core_SUITE_data/
H A Dreceive_tests.core14 <> when 'true' ->
50 ( <> when 'true' ->
59 <> when 'true' ->
64 <> when 'true' ->
67 ( <> when 'true' ->
125 ( <> when 'true' ->
134 <S> when 'true' ->
139 when ( try
217 <> when 'true' ->
441 <> when 'true' ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/core_SUITE_data/
H A Dreceive_tests.core14 <> when 'true' ->
50 ( <> when 'true' ->
59 <> when 'true' ->
64 <> when 'true' ->
67 ( <> when 'true' ->
125 ( <> when 'true' ->
134 <S> when 'true' ->
139 when ( try
217 <> when 'true' ->
441 <> when 'true' ->
[all …]

12345678910>>...1982