Home
last modified time | relevance | path

Searched defs:update_property (Results 1 – 25 of 57) sorted by relevance

123

/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl844 update_property(_, "", _, _, _) -> function
846 update_property(PropertyList, Name, Which, Value, Mode) -> function
849 update_property([], _, _, _, _, _) -> function
853 update_property([{Name, _, fixed_normal}|_], Name, both, _, _, _) -> function
855 update_property([{Name, _, fixed_readonly}|_], Name, both, _, _, _) -> function
857 update_property([{Name, #any{typecode = TC}, Mode}|T], Name, function
860 update_property([{Name, #any{typecode = TC}, _Mode}|T], Name, function
863 update_property([{Name, _, _}|_], Name, value, _, _, _) -> function
865 update_property([{Name, _, _}|_], Name, both, _, _, _) -> function
879 update_property([{Name, Value, _}|T], Name, mode, _, Mode, Acc) -> function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl844 update_property(_, "", _, _, _) -> function
846 update_property(PropertyList, Name, Which, Value, Mode) -> function
849 update_property([], _, _, _, _, _) -> function
853 update_property([{Name, _, fixed_normal}|_], Name, both, _, _, _) -> function
855 update_property([{Name, _, fixed_readonly}|_], Name, both, _, _, _) -> function
857 update_property([{Name, #any{typecode = TC}, Mode}|T], Name, function
860 update_property([{Name, #any{typecode = TC}, _Mode}|T], Name, function
863 update_property([{Name, _, _}|_], Name, value, _, _, _) -> function
865 update_property([{Name, _, _}|_], Name, both, _, _, _) -> function
879 update_property([{Name, Value, _}|T], Name, mode, _, Mode, Acc) -> function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl844 update_property(_, "", _, _, _) -> function
846 update_property(PropertyList, Name, Which, Value, Mode) -> function
849 update_property([], _, _, _, _, _) -> function
853 update_property([{Name, _, fixed_normal}|_], Name, both, _, _, _) -> function
855 update_property([{Name, _, fixed_readonly}|_], Name, both, _, _, _) -> function
857 update_property([{Name, #any{typecode = TC}, Mode}|T], Name, function
860 update_property([{Name, #any{typecode = TC}, _Mode}|T], Name, function
863 update_property([{Name, _, _}|_], Name, value, _, _, _) -> function
865 update_property([{Name, _, _}|_], Name, both, _, _, _) -> function
879 update_property([{Name, Value, _}|T], Name, mode, _, Mode, Acc) -> function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl844 update_property(_, "", _, _, _) -> function
846 update_property(PropertyList, Name, Which, Value, Mode) -> function
849 update_property([], _, _, _, _, _) -> function
853 update_property([{Name, _, fixed_normal}|_], Name, both, _, _, _) -> function
855 update_property([{Name, _, fixed_readonly}|_], Name, both, _, _, _) -> function
857 update_property([{Name, #any{typecode = TC}, Mode}|T], Name, function
860 update_property([{Name, #any{typecode = TC}, _Mode}|T], Name, function
863 update_property([{Name, _, _}|_], Name, value, _, _, _) -> function
865 update_property([{Name, _, _}|_], Name, both, _, _, _) -> function
879 update_property([{Name, Value, _}|T], Name, mode, _, Mode, Acc) -> function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl844 update_property(_, "", _, _, _) -> function
846 update_property(PropertyList, Name, Which, Value, Mode) -> function
849 update_property([], _, _, _, _, _) -> function
853 update_property([{Name, _, fixed_normal}|_], Name, both, _, _, _) -> function
855 update_property([{Name, _, fixed_readonly}|_], Name, both, _, _, _) -> function
857 update_property([{Name, #any{typecode = TC}, Mode}|T], Name, function
860 update_property([{Name, #any{typecode = TC}, _Mode}|T], Name, function
863 update_property([{Name, _, _}|_], Name, value, _, _, _) -> function
865 update_property([{Name, _, _}|_], Name, both, _, _, _) -> function
879 update_property([{Name, Value, _}|T], Name, mode, _, Mode, Acc) -> function
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_properties.cpp42 void EditorPropertyNil::update_property() { in update_property() function in EditorPropertyNil
70 void EditorPropertyText::update_property() { in update_property() function in EditorPropertyText
253 void EditorPropertyPath::update_property() { in update_property() function in EditorPropertyPath
441 void EditorPropertyMember::update_property() { in update_property() function in EditorPropertyMember
467 void EditorPropertyCheck::update_property() { in update_property() function in EditorPropertyCheck
494 void EditorPropertyEnum::update_property() { in update_property() function in EditorPropertyEnum
553 void EditorPropertyFlags::update_property() { in update_property() function in EditorPropertyFlags
920 void EditorPropertyFloat::update_property() { in update_property() function in EditorPropertyFloat
1497 void EditorPropertyQuat::update_property() { in update_property() function in EditorPropertyQuat
1583 void EditorPropertyAABB::update_property() { in update_property() function in EditorPropertyAABB
[all …]
H A Deditor_properties_array_dict.cpp220 void EditorPropertyArray::update_property() { in update_property() function in EditorPropertyArray
628 void EditorPropertyDictionary::update_property() { in update_property() function in EditorPropertyDictionary
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_properties.cpp42 void EditorPropertyNil::update_property() { in update_property() function in EditorPropertyNil
70 void EditorPropertyText::update_property() { in update_property() function in EditorPropertyText
253 void EditorPropertyPath::update_property() { in update_property() function in EditorPropertyPath
441 void EditorPropertyMember::update_property() { in update_property() function in EditorPropertyMember
467 void EditorPropertyCheck::update_property() { in update_property() function in EditorPropertyCheck
494 void EditorPropertyEnum::update_property() { in update_property() function in EditorPropertyEnum
553 void EditorPropertyFlags::update_property() { in update_property() function in EditorPropertyFlags
920 void EditorPropertyFloat::update_property() { in update_property() function in EditorPropertyFloat
1497 void EditorPropertyQuat::update_property() { in update_property() function in EditorPropertyQuat
1583 void EditorPropertyAABB::update_property() { in update_property() function in EditorPropertyAABB
[all …]
H A Deditor_properties_array_dict.cpp220 void EditorPropertyArray::update_property() { in update_property() function in EditorPropertyArray
628 void EditorPropertyDictionary::update_property() { in update_property() function in EditorPropertyDictionary
/dports/textproc/ibus/ibus-1.5.24/ui/gtk2/
H A Dpropitem.py28 def update_property(self, prop): member in PropItem
H A Dtoolitem.py170 def update_property(self, prop): member in MenuToolButton
H A Dlanguagebar.py297 def update_property(self, prop): member in LanguageBar
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/ruby/lib/rdf/redland/
H A Dresource.rb118 def update_property(prop,value,context=nil) method in Redland.Resource
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Droot_motion_editor_plugin.cpp202 void EditorPropertyRootMotion::update_property() { in update_property() function in EditorPropertyRootMotion
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Droot_motion_editor_plugin.cpp202 void EditorPropertyRootMotion::update_property() { in update_property() function in EditorPropertyRootMotion
/dports/textproc/ibus-table/ibus-table-1.14.1/tests/
H A Dmock_engine.py91 def update_property(self, property): member in MockEngine
193 def update_property(self, property): member in MockPropList
/dports/devel/ipython/ipython-7.29.0/IPython/extensions/
H A Dautoreload.py320 def update_property(old, new): function
/dports/devel/ipython5/ipython-5.10.0/IPython/extensions/
H A Dautoreload.py300 def update_property(old, new): function
/dports/devel/ding-libs/ding-libs-0.6.1/collection/
H A Dcollection.c59 struct update_property { struct
60 int type;
61 void *data;
62 int length;
63 int found;
/dports/textproc/ibus/ibus-1.5.24/src/
H A Dibuspanelservice.h103 void (* update_property) (IBusPanelService *panel, member
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/ExternalPipe/
H A DExternalPipe.cxx488 void FGExternalPipe::update_property( double dt ) { in update_property() function in FGExternalPipe
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_helper.cpp284 HelperAgent::update_property (const Property &property) const in update_property() function in scim::HelperAgent
H A Dscim_panel_client.cpp455 void update_property (int icid, const Property &property) in update_property() function in scim::PanelClient::PanelClientImpl
724 PanelClient::update_property (int icid, const Property &property) in update_property() function in scim::PanelClient
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/src/
H A Dmetadata.c156 static int update_property(struct client *c, in update_property() function
/dports/textproc/ibus-typing-booster/ibus-typing-booster-2.15.11/tests/
H A Dmock_engine.py89 def update_property(self, property): member in MockEngine

123