Home
last modified time | relevance | path

Searched defs:subcls (Results 1 – 22 of 22) sorted by relevance

/dports/www/py-spyne/spyne-2.13.16/spyne/store/relational/
H A D_base.py135 def _sp_attrs_to_sqla_constraints(cls, subcls, col_kwargs=None, col=None): argument
282 def _get_col_o2o(parent, subname, subcls, fk_col_name, deferrable=None, argument
491 def _add_simple_type(cls, props, table, subname, subcls, sqla_type): argument
759 def _add_array_to_complex(cls, props, subname, subcls, storage): argument
778 def _add_simple_type_to_complex(cls, props, table, subname, subcls, storage, argument
830 def _add_complex_type_as_table(cls, props, table, subname, subcls, storage, argument
842 def _add_complex_type_as_xml(cls, props, table, subname, subcls, storage, argument
861 def _add_complex_type_as_json(cls, props, table, subname, subcls, storage, argument
881 def _add_complex_type(cls, props, table, subname, subcls): argument
976 def _add_file_type(cls, props, table, subname, subcls): argument
[all …]
/dports/devel/agar/agar-1.5.0/dev/
H A Dclasses.c38 AG_ObjectClass *subcls; in GenClassTable() local
H A Dbrowser.c681 AG_ObjectClass *subcls; in GenNewObjectMenu() local
/dports/net/ryu/ryu-4.26/ryu/lib/
H A Dtype_desc.py136 def _register_type(subcls): argument
145 def _register_type(subcls): argument
/dports/sysutils/usbutils/usbutils-0.91/
H A Dlsusb.c240 static int get_subclass_string(char *buf, size_t size, u_int8_t cls, u_int8_t subcls) in get_subclass_string()
252 static int get_protocol_string(char *buf, size_t size, u_int8_t cls, u_int8_t subcls, u_int8_t prot… in get_protocol_string()
342 char cls[128], subcls[128], proto[128]; in dump_device() local
442 char cls[128], subcls[128], proto[128]; in dump_association() local
536 char cls[128], subcls[128], proto[128]; in dump_altsetting() local
3264 char cls[128], subcls[128], proto[128]; in do_dualspeed() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VL.c891 H5VLquery_optional(hid_t obj_id, H5VL_subclass_t subcls, int opt_type, hbool_t *supported) in H5VLquery_optional()
H A DH5VLcallback.c5997 H5VL__introspect_opt_query(void *obj, const H5VL_class_t *cls, H5VL_subclass_t subcls, int opt_type, in H5VL__introspect_opt_query()
6028 H5VL_introspect_opt_query(const H5VL_object_t *vol_obj, H5VL_subclass_t subcls, int opt_type, in H5VL_introspect_opt_query()
6065 H5VLintrospect_opt_query(void *obj, hid_t connector_id, H5VL_subclass_t subcls, int opt_type, in H5VLintrospect_opt_query()
/dports/math/R/R-4.1.2/src/library/methods/R/
H A DoldClass.R157 subcls <- curDef@subclasses functionVar
/dports/math/libRmath/R-4.1.1/src/library/methods/R/
H A DoldClass.R157 subcls <- curDef@subclasses functionVar
/dports/lang/clips/clips_core_source_630/core/
H A Dclassinf.c1049 register DEFCLASS *subcls; in CountSubclasses() local
1087 register DEFCLASS *subcls; in StoreSubclasses() local
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbfd.py340 def set_type(subcls, auth_type): argument
H A Dtcp.py207 def _register(subcls): argument
H A Dlldp.py110 def set_tlv_type(subcls, tlv_type): argument
H A Dbgp.py1333 def _register_type(subcls): argument
2484 def _register_type(subcls): argument
/dports/finance/py-python-bitcoinlib/python-bitcoinlib-0.11.0/bitcoin/
H A Drpc.py72 def _register_subcls(cls, subcls): argument
/dports/science/py-abipy/abipy-0.9.0/abipy/abio/
H A Drobots.py72 from abipy.dfpt.anaddbnc import AnaddbNcRobot as subcls unknown
/dports/net/ryu/ryu-4.26/ryu/ofproto/
H A Dnx_actions.py52 def register(cls, subcls): argument
1393 def _register_type(subcls): argument
H A Dofproto_v1_4_parser.py879 def _register_type(subcls): argument
H A Dofproto_v1_5_parser.py1022 def _register_type(subcls): argument
H A Dofproto_v1_3_parser.py1612 def _register_type(subcls): argument
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dvm.py979 def _overrides(self, node, subcls, supercls, attr): argument
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c4018 PyObject *subcls = PyWeakref_GET_OBJECT(value); in pyrna_struct_bl_rna_find_subclass_recursive() local