Home
last modified time | relevance | path

Searched refs:swg (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/dports/devel/swig/swig-4.0.2/Lib/typemaps/
H A DREADME5 swigtypemaps.swg
9 fragments.swg
23 carrays.swg Implement the carrays.i library
24 cdata.swg Implement the cdata.i library
25 cmalloc.swg Implement the cmalloc.i library
32 string.swg Typemaps for char * string
33 wstring.swg Typemaps for wchar_t * string
34 std_string.swg Typemaps for std::string
35 std_wstring.swg Typemaps for std::wstring
37 void.swg Typemaps for the 'void' type
[all …]
H A Dswigtypemaps.swg2 * swigtypemaps.swg
17 === mytypemaps.swg ===
30 === mytypemaps.swg ===
36 Lib/python/pytypemaps.swg
37 Lib/tcl/tcltypemaps.swg
38 Lib/ruby/rubytypemaps.swg
39 Lib/perl5/perltypemaps.swg
156 %include <typemaps/swigtype.swg>
157 %include <typemaps/void.swg>
163 %include <typemaps/string.swg>
[all …]
/dports/math/py-or-tools/or-tools-9.2/bazel/
H A Dswig.BUILD97 "Lib/allkw.swg",
101 "Lib/cffi/cffi.swg",
136 "Lib/python/pyapi.swg",
152 "Lib/python/pyrun.swg",
199 "Lib/runtime.swg",
237 "Lib/swig.swg",
239 "Lib/swigerrors.swg",
240 "Lib/swiginit.swg",
241 "Lib/swiglabels.swg",
243 "Lib/swigrun.swg",
[all …]
/dports/devel/swig/swig-4.0.2/Lib/scilab/
H A Dsciprimtypes.swg1 %include <scidouble.swg>
2 %include <scifloat.swg>
4 %include <scilonglong.swg>
6 %include <sciint.swg>
7 %include <sciunsignedint.swg>
9 %include <scilong.swg>
12 %include <scishort.swg>
15 %include <scichar.swg>
19 %include <scimisctypes.swg>
21 %include <scipointer.swg>
[all …]
H A Dscilab.swg1 %include <typemaps/swigmacros.swg>
2 %include <typemaps/fragments.swg>
3 %include <scimacros.swg>
4 %include <sciruntime.swg>
5 %include <scitypemaps.swg>
/dports/security/ssb/ssb-0.1.1/vendor/github.com/remeh/sizedwaitgroup/
H A Dsizedwaitgroup_test.go10 swg := New(10)
14 swg.Add()
16 defer swg.Done()
21 swg.Wait()
31 swg := New(4)
38 swg.Add()
49 swg.Wait()
54 swg := New(0)
59 swg.Add()
65 swg.Wait()
[all …]
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/remeh/sizedwaitgroup/
H A Dsizedwaitgroup_test.go10 swg := New(10)
14 swg.Add()
16 defer swg.Done()
21 swg.Wait()
31 swg := New(4)
38 swg.Add()
49 swg.Wait()
54 swg := New(0)
59 swg.Add()
65 swg.Wait()
[all …]
/dports/math/py-apgl/apgl-0.8.1/apgl/generator/test/
H A DSmallWorldGeneratorTest.py29 self.swg.setP(p)
30 self.swg.setK(k)
40 self.swg.setP(p)
41 self.swg.setK(k)
53 self.swg.setP(p)
54 self.swg.setK(k)
61 self.swg.setP(p)
62 self.swg.setK(k)
76 self.swg.setP(p)
77 self.swg.setK(k)
[all …]
/dports/devel/swig/swig-4.0.2/Lib/
H A Dallkw.swg19 %include <csharp/csharpkw.swg>
20 %include <d/dkw.swg>
21 %include <go/gokw.swg>
22 %include <java/javakw.swg>
23 %include <lua/luakw.swg>
24 %include <ocaml/ocamlkw.swg>
25 %include <perl5/perlkw.swg>
26 %include <php/phpkw.swg>
28 %include <r/rkw.swg>
29 %include <ruby/rubykw.swg>
[all …]
/dports/devel/swig/swig-4.0.2/Lib/d/
H A Dd.swg2 * d.swg
9 %include <dexception.swg>
12 %include <dprimitives.swg>
15 %include <dswigtype.swg>
18 %include <denums.swg>
24 %include <dstrings.swg>
27 %include <dvoid.swg>
30 %include <dclassgen.swg>
33 %include <doperators.swg>
36 %include <dhead.swg>
[all …]
/dports/devel/swig/swig-4.0.2/Lib/python/
H A Dpython.swg2 * python.swg
10 %include <pymacros.swg>
16 %include <pyruntime.swg>
21 %include <pyuserdir.swg>
26 %include <pytypemaps.swg>
31 %include <pyopers.swg>
36 %include <pythonkw.swg>
41 %include <pydocs.swg>
46 %include <pyclasses.swg>
51 %include <pyinit.swg>
[all …]
H A DREADME64 pymacros.swg Internal macros used for typemaps
66 pyopers.swg Python operations (+=, *=, etc)
68 pyinit.swg Python Init method
74 pyruntime.swg Main runtime file definition
75 pyapi.swg SWIG/Python API declarations
76 pyrun.swg Python run-time code
82 pyswigtype.swg SWIGTYPE
83 pystrings.swg Char strings (char *)
84 pywstrings.swg Wchar Strings (wchar_t *)
87 pydocs.swg Typemaps documentation
[all …]
H A Dpyruntime.swg17 %insert(runtime) "swigrun.swg"; /* SWIG API */
18 %insert(runtime) "swigerrors.swg"; /* SWIG errors */
19 %insert(runtime) "pyhead.swg"; /* Python includes and fixes */
20 %insert(runtime) "pyerrors.swg"; /* Python errors */
21 %insert(runtime) "pythreads.swg"; /* Python thread code */
22 %insert(runtime) "pyapi.swg"; /* Python API */
23 %insert(runtime) "pyrun.swg"; /* Python run-time code */
26 %insert(runtime) "builtin.swg"; /* Specialization for classes with single inheritance */
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/proxy/
H A Dpython.swg2 * python.swg
10 %include <pymacros.swg>
16 %include <pyruntime.swg>
21 %include <pyuserdir.swg>
26 %include <pytypemaps.swg>
31 %include <pyopers.swg>
36 %include <pythonkw.swg>
41 %include <pydocs.swg>
46 %include <pyclasses.swg>
51 %include <pyinit.swg>
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/proxy/
H A Dpython.swg2 * python.swg
10 %include <pymacros.swg>
16 %include <pyruntime.swg>
21 %include <pyuserdir.swg>
26 %include <pytypemaps.swg>
31 %include <pyopers.swg>
36 %include <pythonkw.swg>
41 %include <pydocs.swg>
46 %include <pyclasses.swg>
51 %include <pyinit.swg>
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/proxy/
H A Dpython.swg2 * python.swg
10 %include <pymacros.swg>
16 %include <pyruntime.swg>
21 %include <pyuserdir.swg>
26 %include <pytypemaps.swg>
31 %include <pyopers.swg>
36 %include <pythonkw.swg>
41 %include <pydocs.swg>
46 %include <pyclasses.swg>
51 %include <pyinit.swg>
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/proxy/
H A Dpython.swg2 * python.swg
10 %include <pymacros.swg>
16 %include <pyruntime.swg>
21 %include <pyuserdir.swg>
26 %include <pytypemaps.swg>
31 %include <pyopers.swg>
36 %include <pythonkw.swg>
41 %include <pydocs.swg>
46 %include <pyclasses.swg>
51 %include <pyinit.swg>
[all …]
/dports/devel/swig/swig-4.0.2/Lib/javascript/jsc/
H A Djavascript.swg2 * javascript.swg
7 %include <typemaps/swigmacros.swg>
9 %include <javascripttypemaps.swg>
11 %include <javascriptruntime.swg>
13 %include <javascripthelpers.swg>
15 %include <javascriptkw.swg>
17 %include <javascriptcode.swg>
19 %include <javascriptinit.swg>
/dports/devel/swig/swig-4.0.2/Lib/javascript/v8/
H A Djavascript.swg2 * javascript.swg
7 %include <typemaps/swigmacros.swg>
9 %include <javascripttypemaps.swg>
11 %include <javascriptruntime.swg>
13 %include <javascripthelpers.swg>
15 %include <javascriptkw.swg>
17 %include <javascriptcode.swg>
19 %include <javascriptinit.swg>
/dports/devel/swig/swig-4.0.2/Lib/tcl/
H A Dtcl8.swg2 * tcl8.swg
10 %include <tclmacros.swg>
15 %include <tclruntime.swg>
20 %include <tcluserdir.swg>
25 %include <tcltypemaps.swg>
30 %include <tclopers.swg>
35 %include <tclkw.swg>
40 %include <tclinit.swg>
/dports/devel/swig/swig-4.0.2/Lib/perl5/
H A Dperl5.swg2 * perl.swg
10 %include <perlmacros.swg>
15 %include <perlruntime.swg>
20 %include <perluserdir.swg>
25 %include <perltypemaps.swg>
30 %include <perlopers.swg>
35 %include <perlkw.swg>
40 %include <perlinit.swg>
/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Drubyruntime.swg2 %runtime "swiglabels.swg" /* Common C API type-checking code */
3 %runtime "swigrun.swg" /* Common C API type-checking code */
4 %runtime "swigerrors.swg" /* SWIG errors */
5 %runtime "rubyhead.swg" /* Ruby includes and fixes */
6 %runtime "rubyerrors.swg" /* Ruby errors */
7 %runtime "rubytracking.swg" /* API for tracking C++ classes to Ruby objects */
8 %runtime "rubyapi.swg"
9 %runtime "rubyrun.swg"
H A Druby.swg2 * ruby.swg
33 %include <rubymacros.swg>
39 %include <rubyruntime.swg>
44 %include <rubyuserdir.swg>
49 %include <rubytypemaps.swg>
54 %include <rubyopers.swg>
59 %include <rubykw.swg>
64 %include <rubyautodoc.swg>
69 %include <rubyinit.swg>
/dports/devel/swig/swig-4.0.2/Lib/octave/
H A Doctave.swg1 %include <typemaps/swigmacros.swg>
2 %include <typemaps/fragments.swg>
3 %include <octruntime.swg>
4 %include <octuserdir.swg>
5 %include <octtypemaps.swg>
6 %include <octopers.swg>
/dports/comms/hamlib/hamlib-4.3.1/bindings/
H A DMakefile.am12 SWGFILES = hamlib.swg ignore.swg rig.swg rotator.swg amplifier.swg
42 hamlibperl_wrap.c: hamlib.swg $(SWIGDEP)
44 -o $@ $$(test -f hamlib.swg || echo '$(srcdir)/')hamlib.swg
123 hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
125 -o $@ $$(test -f hamlib.swg || echo '$(srcdir)/')hamlib.swg
167 hamlibtcl_wrap.c: hamlib.swg $(SWGDEP)
170 -o $@ $$(test -f hamlib.swg || echo '$(srcdir)/')hamlib.swg
220 hamliblua_wrap.c: hamlib.swg $(SWGDEP)
222 -o $@ $$(test -f hamlib.swg || echo '$(srcdir)/')hamlib.swg

12345678910>>...32