Home
last modified time | relevance | path

Searched refs:IMPULSE (Results 1 – 25 of 132) sorted by relevance

123456

/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dimpulse.qc142 IMPULSE(weapon_byid_##i) \
184 IMPULSE(weapon_next_byid)
202 IMPULSE(weapon_prev_byid)
220 IMPULSE(weapon_next_bygroup)
292 IMPULSE(weapon_last)
306 IMPULSE(weapon_best)
320 IMPULSE(weapon_drop)
334 IMPULSE(weapon_reload)
460 IMPULSE(use)
561 IMPULSE(waypoint_clear)
[all …]
/dports/devel/swig/swig-4.0.2/Examples/csharp/enum/
H A Drunme.cs14 Console.WriteLine(" Foo::" + Foo.speed.IMPULSE + " = " + (int)Foo.speed.IMPULSE); in Main()
20 example.enum_test(color.RED, Foo.speed.IMPULSE); in Main()
27 f.enum_test(Foo.speed.IMPULSE); in Main()
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/d/enum/d2/
H A Drunme.d14 writefln(" Foo.%s = %s", Foo.speed.IMPULSE, cast(int)Foo.speed.IMPULSE); in main()
19 example.enum_test(color.RED, Foo.speed.IMPULSE); in main()
25 f.enum_test(Foo.speed.IMPULSE); in main()
/dports/devel/swig/swig-4.0.2/Examples/d/enum/d1/
H A Drunme.d14 Stdout.formatln(" Foo.{} = {}", Foo.speed.IMPULSE, cast(int)Foo.speed.IMPULSE); in main()
19 example.enum_test(color.RED, Foo.speed.IMPULSE); in main()
25 f.enum_test(Foo.speed.IMPULSE); in main()
/dports/devel/swig/swig-4.0.2/Examples/java/enum/
H A Drunme.java21 System.out.println(" Foo::" + Foo.speed.IMPULSE + " = " + Foo.speed.IMPULSE.swigValue()); in main()
27 example.enum_test(color.RED, Foo.speed.IMPULSE); in main()
34 f.enum_test(Foo.speed.IMPULSE); in main()
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/php/enum/
H A Drunme.php14 print " Foo::IMPULSE =" . Foo::IMPULSE;
20 enum_test(RED, Foo::IMPULSE);
28 $f->enum_test(Foo::IMPULSE);
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/python/enum/
H A Drunme.py14 print " Foo_IMPULSE =", example.Foo.IMPULSE
20 example.enum_test(example.RED, example.Foo.IMPULSE)
28 f.enum_test(example.Foo.IMPULSE)
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/pike/enum/
H A Drunme.pike9 write(" Foo_IMPULSE = " + .example.Foo.IMPULSE + "\n");
15 .example.enum_test(.example.RED, .example.Foo.IMPULSE);
23 f->enum_test(.example.Foo.IMPULSE);
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/modula3/enum/
H A Dexample.i29 %feature("modula3:constint:type","INTEGER") Foo::IMPULSE;
30 %feature("modula3:constint:name","impulse") Foo::IMPULSE;
31 %feature("modula3:constint:conv","int:int") Foo::IMPULSE;
/dports/devel/swig/swig-4.0.2/Examples/d/enum/
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/javascript/enum/
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/go/enum/
H A Denum.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/scilab/enum/
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/tcl/enum/
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/octave/enum/
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/ruby/enum/
H A Dexample.cxx7 if (s == IMPULSE) { in enum_test()
28 if (s == Foo::IMPULSE) { in enum_test()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpamaddnoise.c43 IMPULSE, /* aka salt and pepper noise */ enumerator
226 IMPULSE, in main()
449 case IMPULSE: in main()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/data/
H A DNBSPOW2.DAT4 TYPE: RMS/IMPULSE
H A DNBSPOW3.DAT4 TYPE: RMS/IMPULSE
H A DNBSPOW1.DAT4 TYPE: RMS/IMPULSE

123456