Home
last modified time | relevance | path

Searched refs:Boom (Results 51 – 75 of 1503) sorted by relevance

12345678910>>...61

/dports/games/edge/Edge-1.35/doom_ddf/
H A Dlines.ddf929 [85] // SCROLL RIGHT (Boom)
1583 [146] // DONUT W1 (Boom)
1667 [155] // DONUT WR (Boom)
1805 [170] // LIGHTS 35 S1 (Boom)
1812 [171] // LIGHTS 255 S1 (Boom)
1996 [191] // DONUT SR (Boom)
2042 [197] // EXIT LEVEL G1 (Boom)
2049 [198] // SECRET EXIT G1 (Boom)
2238 [223] // Friction (Boom)
2244 [224] // Set wind force (Boom)
[all …]
/dports/www/p5-Router-Boom/Router-Boom-1.02/
H A DREADME.md3 Router::Boom - Fast routing engine for web applications
7 use Router::Boom;
9 my $router = Router::Boom->new();
21 Router::Boom is a fast path routing engine for Perl5.
25 - my $router = Router::Boom->new()
88 Router::Boom is pretty fast!
90 Rate Router::Simple Router::Boom
92 Router::Boom 83651/s 946% --
94 Router::Boom's computational complexity is not linear scale, bug Router::Simple's computational com…
97 But if you're using Router::Boom then you don't care the performance :)
H A DChanges1 Revision history for Perl extension Router-Boom
10 - Added EXPERIMENTAL 'Router::Boom::Method#routes' method.
18 - Router::Boom::Method accepts $router->add([qw(GET HEAD)], ...).
23 - Added Router::Boom::Method
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/game_em/
H A Dsynchro_2.c606 Boom[y][x] = Xemerald; in synchro_2()
631 Boom[y][x-1] = Xblank; in synchro_2()
632 Boom[y][x] = Xblank; in synchro_2()
633 Boom[y][x+1] = Xblank; in synchro_2()
635 Boom[y+1][x] = Xblank; in synchro_2()
638 Boom[y+2][x] = Xblank; in synchro_2()
712 Boom[y][x-1] = Xblank; in synchro_2()
713 Boom[y][x] = Xblank; in synchro_2()
794 Boom[y][x] = Xblank; in synchro_2()
2833 Boom[y][x] = Xblank; in synchro_2()
[all …]
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/game_em/
H A Dsynchro_2.c606 Boom[y][x] = Xemerald; in synchro_2()
631 Boom[y][x-1] = Xblank; in synchro_2()
632 Boom[y][x] = Xblank; in synchro_2()
633 Boom[y][x+1] = Xblank; in synchro_2()
635 Boom[y+1][x] = Xblank; in synchro_2()
638 Boom[y+2][x] = Xblank; in synchro_2()
712 Boom[y][x-1] = Xblank; in synchro_2()
713 Boom[y][x] = Xblank; in synchro_2()
794 Boom[y][x] = Xblank; in synchro_2()
2833 Boom[y][x] = Xblank; in synchro_2()
[all …]
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/game_em/
H A Dsynchro_2.c606 Boom[y][x] = Xemerald; in synchro_2()
631 Boom[y][x-1] = Xblank; in synchro_2()
632 Boom[y][x] = Xblank; in synchro_2()
633 Boom[y][x+1] = Xblank; in synchro_2()
635 Boom[y+1][x] = Xblank; in synchro_2()
638 Boom[y+2][x] = Xblank; in synchro_2()
712 Boom[y][x-1] = Xblank; in synchro_2()
713 Boom[y][x] = Xblank; in synchro_2()
794 Boom[y][x] = Xblank; in synchro_2()
2833 Boom[y][x] = Xblank; in synchro_2()
[all …]
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/game_em/
H A Dsynchro_2.c606 Boom[y][x] = Xemerald; in synchro_2()
631 Boom[y][x-1] = Xblank; in synchro_2()
632 Boom[y][x] = Xblank; in synchro_2()
633 Boom[y][x+1] = Xblank; in synchro_2()
635 Boom[y+1][x] = Xblank; in synchro_2()
638 Boom[y+2][x] = Xblank; in synchro_2()
712 Boom[y][x-1] = Xblank; in synchro_2()
713 Boom[y][x] = Xblank; in synchro_2()
794 Boom[y][x] = Xblank; in synchro_2()
2833 Boom[y][x] = Xblank; in synchro_2()
[all …]
/dports/www/p5-Router-Boom/Router-Boom-1.02/author/
H A Dbenchmark.pl8 use Router::Boom;
9 use Router::Boom::Method;
13 my $router = Router::Boom->new();
24 my $router = Router::Boom::Method->new();
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Ddefarg9.C3 template<typename T> struct Boom;
5 template<typename T, bool D = Boom<T>::Internal::Value> // <--ICE
10 template<typename T> struct Boom struct

12345678910>>...61