Home
last modified time | relevance | path

Searched refs:extmodule (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/file_writers/
H A Dmultiple_files.py34 writer.writer_t.__init__( self, extmodule, files_sum_repository, encoding=encoding )
124 if self.extmodule.license:
125 content = self.extmodule.license.create() + os.linesep
199 ns_creators = [x for x in self.extmodule.creators if isinstance( x, ns_types )]
229 if self.extmodule.license:
230 answer.append( self.extmodule.license.create() )
340 file_pattern = self.extmodule.body.name + pattern
350 self.extmodule.body.adopt_creator(
393 self.extmodule.do_include_dirs_optimization()
404 self.extmodule.adopt_include( creator )
[all …]
H A D__init__.py34 def write_multiple_files( extmodule, dir_path, files_sum_repository=None, encoding='ascii' ): argument
36 …mfs = multiple_files_t( extmodule, dir_path, files_sum_repository=files_sum_repository, encoding=e…
40 def write_balanced_files( extmodule, dir_path, number_of_buckets, files_sum_repository=None, encodi… argument
42 …mfs = balanced_files_t( extmodule, dir_path, number_of_buckets, files_sum_repository=files_sum_rep…
46 def write_class_multiple_files( extmodule, dir_path, huge_classes, files_sum_repository, encoding='… argument
48 …mfs = class_multiple_files_t( extmodule, dir_path, huge_classes, files_sum_repository=files_sum_re…
H A Dsingle_file.py14 def __init__(self, extmodule, file_name, encoding='ascii'): argument
15 writer.writer_t.__init__(self, extmodule, encoding=encoding)
28 headers = self.get_user_headers( [self.extmodule] )
30 self.extmodule.add_include( header )
32 self.write_file( self.file_name, self.extmodule.create(), encoding=self.encoding )
H A Dwriter.py33 def __init__(self, extmodule, files_sum_repository=None, encoding='ascii'): argument
35 self.__extmodule = extmodule
41 self.__exposed_decls_db.register_decls( extmodule.global_ns
42 , extmodule.specially_exposed_decls )
58 def extmodule(self): member in writer_t
83 system_files = self.extmodule.get_system_files( recursive=True )
H A Dclass_multiple_files.py37 , extmodule argument
44 , extmodule
70 if self.extmodule.license:
71 answer.append( self.extmodule.license.create() )
115 if self.extmodule.license:
116 source_code.append( self.extmodule.license.create() )
236 if self.extmodule.license:
237 source_code.append( self.extmodule.license.create() )
H A Dbalanced_files.py28 , extmodule argument
45 …multiple_files.multiple_files_t.__init__( self, extmodule, directory_path, write_main, files_sum_r…
49 …class_creators = [x for x in self.extmodule.body.creators if isinstance(x, ( code_creators.class_t…
/dports/devel/tcl-memchan/Memchan2.3/tools/
H A Dmpexpand.tcl53 global argv0 argv format in out extmodule deprecated copyright
56 set extmodule ""
62 set extmodule [lindex $argv 1]
136 global format deprecated extmodule in copyright
142 if {$extmodule != {}} {
143 dt configure -module $extmodule
/dports/net/tcludp/tcludp/tools/
H A Dmpexpand.tcl53 global argv0 argv format in out extmodule deprecated copyright
56 set extmodule ""
62 set extmodule [lindex $argv 1]
136 global format deprecated extmodule in copyright
142 if {$extmodule != {}} {
143 dt configure -module $extmodule
/dports/devel/tcllib/tcllib-1.20/modules/doctools/
H A Dmpexpand41 global argv0 argv format in out extmodule deprecated copyright
44 set extmodule ""
50 set extmodule [lindex $argv 1]
124 global format deprecated extmodule in copyright
130 if {$extmodule != {}} {
131 dt configure -module $extmodule
H A Dtocexpand48 set extmodule ""
/dports/devel/tcllibc/tcllib-1.20/modules/doctools/
H A Dmpexpand41 global argv0 argv format in out extmodule deprecated copyright
44 set extmodule ""
50 set extmodule [lindex $argv 1]
124 global format deprecated extmodule in copyright
130 if {$extmodule != {}} {
131 dt configure -module $extmodule
H A Dtocexpand48 set extmodule ""
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/modules/ext2.xq.src/
H A Dext.cpp20 namespace zorba { namespace extmodule { namespace
71 return new zorba::extmodule::ExtModule(); in createModule()
H A Dext.h23 namespace zorba { namespace extmodule {
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/modules/ext.xq.src/
H A Dext.cpp20 namespace zorba { namespace extmodule { namespace
71 return new zorba::extmodule::ExtModule(); in createModule()
H A Dext.h23 namespace zorba { namespace extmodule {
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/utils/
H A D__init__.py27 def print_( extmodule ): argument
29 , code_creators.make_flatten_generator( extmodule.creators ) ))
36 def exclude( extmodule ): argument
38 , code_creators.make_flatten_generator( extmodule.creators ) ))
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/creators_factory/
H A Dopaque_types_manager.py34 def __init__( self, extmodule ): argument
36 self.__extmodule = extmodule
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dimage.c1478 PyObject *extmodule; in MODINIT_DEFINE() local
1513 extmodule = PyImport_ImportModule(IMPPREFIX "imageext"); in MODINIT_DEFINE()
1514 if (extmodule) { in MODINIT_DEFINE()
1515 extloadobj = PyObject_GetAttrString(extmodule, "load_extended"); in MODINIT_DEFINE()
1519 extsaveobj = PyObject_GetAttrString(extmodule, "save_extended"); in MODINIT_DEFINE()
1523 extverobj = PyObject_GetAttrString(extmodule, "_get_sdl_image_version"); in MODINIT_DEFINE()
1527 Py_DECREF(extmodule); in MODINIT_DEFINE()
1539 Py_DECREF(extmodule); in MODINIT_DEFINE()
/dports/devel/meson/meson-0.60.3/meson.egg-info/
H A DSOURCES.txt2865 test cases/python/2 extmodule/blaster.py.in
2866 test cases/python/2 extmodule/meson.build
2867 test cases/python/2 extmodule/test.json
2868 test cases/python/2 extmodule/ext/meson.build
2869 test cases/python/2 extmodule/ext/tachyon_module.c
2898 test cases/python3/2 extmodule/blaster.py
2899 test cases/python3/2 extmodule/meson.build
2900 test cases/python3/2 extmodule/ext/meson.build
2901 test cases/python3/2 extmodule/ext/tachyon_module.c
3189 test cases/unit/39 python extmodule/blaster.py
[all …]
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/meson-0.60.3-py3.8.egg-info/
H A DSOURCES.txt2865 test cases/python/2 extmodule/blaster.py.in
2866 test cases/python/2 extmodule/meson.build
2867 test cases/python/2 extmodule/test.json
2868 test cases/python/2 extmodule/ext/meson.build
2869 test cases/python/2 extmodule/ext/tachyon_module.c
2898 test cases/python3/2 extmodule/blaster.py
2899 test cases/python3/2 extmodule/meson.build
2900 test cases/python3/2 extmodule/ext/meson.build
2901 test cases/python3/2 extmodule/ext/tachyon_module.c
3189 test cases/unit/39 python extmodule/blaster.py
[all …]
/dports/net/yate/yate-6.4.0-1/
H A DChangeLog13 - Added "start" and "restart" commands in extmodule, simplified parsing
213 - Added extmodule and yradius to the Visual C++ workspace
/dports/net/yate/yate-6.4.0-1/packing/rpm/
H A Dyate.spec144 %{_libdir}/yate/extmodule.yate
208 %config(noreplace) %{_sysconfdir}/yate/extmodule.conf
H A Dyate.spec.in144 %{_libdir}/yate/extmodule.yate
208 %config(noreplace) %{_sysconfdir}/yate/extmodule.conf
/dports/net/yate/yate-6.4.0-1/modules/
H A DMakefile.in64 extmodule.yate conference.yate moh.yate pbx.yate \

12