Home
last modified time | relevance | path

Searched refs:obj_create (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/py-raven/raven-python-6.10.0/tests/contrib/django/
H A Dapi.py38 def obj_create(self, bundle, **kwargs): member in ExampleResource
49 return self.obj_create(bundle, **kwargs)
74 def obj_create(self, bundle, **kwargs): member in AnotherExampleResource
85 return self.obj_create(bundle, **kwargs)
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dinstance_manager.h57 o->obj_create(); in create()
81 virtual void obj_create() { } in obj_create() function
134 o->obj_create(); in create()
155 virtual void obj_create() { } in obj_create() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/fops/
H A Dthread.h47 void obj_create(void);
H A Dfops.c112 obj_create(); in fop()
/dports/www/py-django-tastypie/django-tastypie-0.14.4/docs/
H A Dnon_orm_data_sources.rst34 * ``obj_create``
132 def obj_create(self, bundle, **kwargs):
141 return self.obj_create(bundle, **kwargs)
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Deobject.cpp124 objnum = obj_create(OBJ_HOSTAGE, -1, in place_object()
181 objnum = obj_create(OBJ_POWERUP, object_id, in place_object()
204 objnum = obj_create(OBJ_CNTRLCEN, object_id, segp, object_pos, in place_object()
225 objnum = obj_create(OBJ_PLAYER, object_id, segp, object_pos, in place_object()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DObject.h34 [[nodiscard]] bool obj_create(JSContext* cx, unsigned argc, JS::Value* vp);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DObject.h33 MOZ_MUST_USE bool obj_create(JSContext* cx, unsigned argc, JS::Value* vp);
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DObject.h32 [[nodiscard]] bool obj_create(JSContext* cx, unsigned argc, JS::Value* vp);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DObject.h34 [[nodiscard]] bool obj_create(JSContext* cx, unsigned argc, JS::Value* vp);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DObject.h40 obj_create(JSContext* cx, unsigned argc, JS::Value* vp);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DObject.h35 MOZ_MUST_USE bool obj_create(JSContext* cx, unsigned argc, JS::Value* vp);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/observer/
H A Dobserver.cpp50 objnum = obj_create(OBJ_OBSERVER,-1,idx,orient,pos,1.0f, default_flagset); in observer_create()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/observer/
H A Dobserver.cpp49 objnum = obj_create(OBJ_OBSERVER,-1,idx,orient,pos,1.0f,0); in observer_create()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DObject.h40 obj_create(JSContext* cx, unsigned argc, JS::Value* vp);
/dports/www/py-django-tastypie/django-tastypie-0.14.4/docs/release_notes/
H A Dv0.9.16.rst23 * Fixed a bug where ``obj_create`` would check authorization twice.
/dports/games/d2x/d2x-0.2.5/main/
H A Dfireball.c74 objnum = obj_create( OBJ_FIREBALL,vclip_type,segnum,position,&vmd_identity_matrix,size, in object_create_explosion_sub()
339 objnum = obj_create(OBJ_DEBRIS,0,parent->segnum,&parent->pos, in object_create_debris()
824 …objnum = obj_create( type, id, segnum, &new_pos, &vmd_identity_matrix, Powerup_info[id].size, CT_P… in drop_powerup()
898 …objnum = obj_create(OBJ_ROBOT, id, segnum, &new_pos, &vmd_identity_matrix, Polygon_models[Robot_in… in drop_powerup()
1107 objnum = obj_create( OBJ_FIREBALL,-1,hitobj->segnum,&hitobj->pos,&vmd_identity_matrix,0, in explode_object()
H A Dobject.h331 int obj_create(ubyte type,ubyte id,int segnum,vms_vector *pos,
H A Dfuelcen.c267 objnum = obj_create( OBJ_LIGHT, 0, segnum, &pos, NULL, 0, CT_LIGHT, MT_NONE, RT_NONE ); in trigger_matcen()
338 objnum = obj_create(OBJ_ROBOT, object_id, segp-Segments, object_pos, in create_morph_robot()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/object/
H A Dobject.h234 int obj_create(ubyte type,int parent_obj, int instance, matrix * orient, vec3d * pos, float radius,…
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/object/
H A Dobject.h242 int obj_create(ubyte type,int parent_obj, int instance, matrix * orient, vec3d * pos, float radius,…
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dapp_ui_res_utils.h161 o->obj_create(); in create()
/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/
H A Dresources.py1210 def obj_create(self, bundle, **kwargs): member in Resource
1411 updated_bundle = self.obj_create(bundle, **self.remove_api_resource_names(kwargs))
1461 self.obj_create(bundle=bundle, **self.remove_api_resource_names(kwargs))
1515 … updated_bundle = self.obj_create(bundle=bundle, **self.remove_api_resource_names(kwargs))
1641 self.obj_create(bundle=bundle)
1647 self.obj_create(bundle=bundle)
2244 def obj_create(self, bundle, **kwargs): member in BaseModelResource
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/jumpnode/
H A Djumpnode.cpp55 m_objnum = obj_create(OBJ_JUMP_NODE, -1, -1, NULL, &m_pos, m_radius, OF_RENDERS); in CJumpNode()
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-book-merge.c75 obj_create (QofBook * book) in obj_create() function
232 .create = (gpointer) obj_create,

1234