Home
last modified time | relevance | path

Searched refs:act_obj (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dspace_view3d_align_tools.py131 act_obj = bpy.context.active_object
234 if obj != act_obj or (active_too and obj == act_obj):
255 def find_ref2_co(act_obj): argument
266 ref2_co = act_obj.location
381 if o != act_obj:
413 if act_obj.type == 'MESH' or act_obj.type == 'FONT' or act_obj.type == 'SURFACE':
442 if obj != act_obj or (active_too and obj == act_obj):
452 if obj != act_obj:
482 if act_obj.type == 'MESH':
492 if act_obj.type == 'MESH':
[all …]
/dports/audio/cadence/Cadence-0.9.1/src/
H A Dsystray.py136 act_obj = [None, None, None, None]
137 act_obj[iActNameId] = act_name_id
138 act_obj[iActWidget] = act_widget
140 self.act_indexes.append(act_obj)
219 act_obj = [None, None, None, None]
220 act_obj[iActNameId] = act_name_id
221 act_obj[iActWidget] = act_widget
222 act_obj[iActParentMenuId] = menu_name_id
224 self.act_indexes.append(act_obj)
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/platinum/
H A DGenericDevice.cpp641 JSObject *act_obj; in OnActionResponse() local
646 act_obj = JS_NewObject(serv->js_ctx, &item->m_pUPnP->upnpDeviceClass._class, 0, item->obj); in OnActionResponse()
647 SMJS_SET_PRIVATE(serv->js_ctx, act_obj, (void *)action.AsPointer() ); in OnActionResponse()
648 …JS_DefineFunction(serv->js_ctx, act_obj, "GetArgumentValue", upnp_action_get_argument_value, 1, 0); in OnActionResponse()
649 JS_DefineFunction(serv->js_ctx, act_obj, "GetErrorCode", upnp_action_get_error_code, 1, 0); in OnActionResponse()
650 JS_DefineFunction(serv->js_ctx, act_obj, "GetError", upnp_action_get_error, 1, 0); in OnActionResponse()
652 gf_js_add_root(serv->js_ctx, &act_obj, GF_JSGC_OBJECT); in OnActionResponse()
653 argv[0] = OBJECT_TO_JSVAL(act_obj); in OnActionResponse()
660 gf_js_remove_root(serv->js_ctx, &act_obj, GF_JSGC_OBJECT); in OnActionResponse()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/platinum/
H A DGenericDevice.cpp641 JSObject *act_obj; in OnActionResponse() local
646 act_obj = JS_NewObject(serv->js_ctx, &item->m_pUPnP->upnpDeviceClass._class, 0, item->obj); in OnActionResponse()
647 SMJS_SET_PRIVATE(serv->js_ctx, act_obj, (void *)action.AsPointer() ); in OnActionResponse()
648 …JS_DefineFunction(serv->js_ctx, act_obj, "GetArgumentValue", upnp_action_get_argument_value, 1, 0); in OnActionResponse()
649 JS_DefineFunction(serv->js_ctx, act_obj, "GetErrorCode", upnp_action_get_error_code, 1, 0); in OnActionResponse()
650 JS_DefineFunction(serv->js_ctx, act_obj, "GetError", upnp_action_get_error, 1, 0); in OnActionResponse()
652 gf_js_add_root(serv->js_ctx, &act_obj, GF_JSGC_OBJECT); in OnActionResponse()
653 argv[0] = OBJECT_TO_JSVAL(act_obj); in OnActionResponse()
660 gf_js_remove_root(serv->js_ctx, &act_obj, GF_JSGC_OBJECT); in OnActionResponse()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/crates/cargo-test-support/src/
H A Dcompare.rs390 for (exp_obj, act_obj) in exp_objs.iter().zip(act_objs) { in match_json()
391 find_json_mismatch(exp_obj, &act_obj, cwd)?; in match_json()
410 .position(|act_obj| find_json_mismatch(&exp_obj, act_obj, cwd).is_ok()) in match_json_contains_unordered()
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/serializers/
H A Dxmlobject.py379 act_obj = object.createAction(str(id))
380 fife.ActionVisual.create(act_obj)
381 self.parse_animations(action, act_obj)
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPageObjectGUI.php637 $this->act_obj = $a_obj;
/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPageObjectGUI.php636 $this->act_obj = $a_obj;