Home
last modified time | relevance | path

Searched refs:LUDICROUS (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/swig/swig-4.0.2/Examples/csharp/enum/
H A Drunme.cs16 Console.WriteLine(" Foo::" + Foo.speed.LUDICROUS + " = " + (int)Foo.speed.LUDICROUS); in Main()
22 example.enum_test(color.GREEN, Foo.speed.LUDICROUS); in Main()
29 f.enum_test(Foo.speed.LUDICROUS); in Main()
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/d/enum/d2/
H A Drunme.d16 writefln(" Foo.%s = %s", Foo.speed.LUDICROUS , cast(int)Foo.speed.LUDICROUS); in main()
21 example.enum_test(color.GREEN, Foo.speed.LUDICROUS); in main()
27 f.enum_test(Foo.speed.LUDICROUS); in main()
/dports/devel/swig/swig-4.0.2/Examples/d/enum/d1/
H A Drunme.d16 Stdout.formatln(" Foo.{} = {}", Foo.speed.LUDICROUS , cast(int)Foo.speed.LUDICROUS); in main()
21 example.enum_test(color.GREEN, Foo.speed.LUDICROUS); in main()
27 f.enum_test(Foo.speed.LUDICROUS); in main()
/dports/devel/swig/swig-4.0.2/Examples/java/enum/
H A Drunme.java23 System.out.println(" Foo::" + Foo.speed.LUDICROUS + " = " + Foo.speed.LUDICROUS.swigValue()); in main()
29 example.enum_test(color.GREEN, Foo.speed.LUDICROUS); in main()
36 f.enum_test(Foo.speed.LUDICROUS); in main()
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
H A Dexample.h8 enum speed { IMPULSE=10, WARP=20, LUDICROUS=30 }; enumerator
/dports/devel/swig/swig-4.0.2/Examples/php/enum/
H A Drunme.php16 print " Foo::LUDICROUS =" . Foo::LUDICROUS;
22 enum_test(GREEN, Foo::LUDICROUS);
30 $f->enum_test(Foo::LUDICROUS);
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/python/enum/
H A Drunme.py16 print " Foo_LUDICROUS =", example.Foo.LUDICROUS
22 example.enum_test(example.GREEN, example.Foo.LUDICROUS)
30 f.enum_test(example.Foo.LUDICROUS)
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/pike/enum/
H A Drunme.pike11 write(" Foo_LUDICROUS = " + .example.Foo.LUDICROUS + "\n");
17 .example.enum_test(.example.GREEN, .example.Foo.LUDICROUS);
25 f->enum_test(.example.Foo.LUDICROUS);
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/d/enum/
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
H A Dexample.h8 enum speed { IMPULSE=10, WARP=20, LUDICROUS=30 }; enumerator
/dports/devel/swig/swig-4.0.2/Examples/javascript/enum/
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
H A Dexample.h8 enum speed { IMPULSE=10, WARP=20, LUDICROUS=30 }; enumerator
/dports/devel/swig/swig-4.0.2/Examples/go/enum/
H A Denum.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
H A Dexample.h8 enum speed { IMPULSE=10, WARP=20, LUDICROUS=30 }; enumerator
/dports/devel/swig/swig-4.0.2/Examples/scilab/enum/
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
/dports/devel/swig/swig-4.0.2/Examples/tcl/enum/
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
H A Dexample.h8 enum speed { IMPULSE, WARP, LUDICROUS }; enumerator
/dports/devel/swig/swig-4.0.2/Examples/octave/enum/
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()
H A Dexample.h8 enum speed { IMPULSE, WARP, LUDICROUS }; enumerator
/dports/devel/swig/swig-4.0.2/Examples/ruby/enum/
H A Dexample.cxx11 } else if (s == LUDICROUS) { in enum_test()
32 } else if (s == Foo::LUDICROUS) { in enum_test()

12