Home
last modified time | relevance | path

Searched refs:property_name (Results 1 – 25 of 3035) sorted by relevance

12345678910>>...122

/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimppropwidgets.h35 const gchar *property_name,
38 const gchar *property_name,
42 const gchar *property_name,
48 const gchar *property_name,
55 const gchar *property_name,
61 const gchar *property_name,
67 const gchar *property_name,
72 const gchar *property_name,
78 const gchar *property_name,
83 const gchar *property_name,
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-animatable.c111 g_return_val_if_fail (property_name != NULL, FALSE); in clutter_animatable_animate_property()
136 property_name, in clutter_animatable_animate_property()
163 g_return_val_if_fail (property_name != NULL, NULL); in clutter_animatable_find_property()
169 return iface->find_property (animatable, property_name); in clutter_animatable_find_property()
172 property_name); in clutter_animatable_find_property()
193 g_return_if_fail (property_name != NULL); in clutter_animatable_get_initial_state()
199 iface->get_initial_state (animatable, property_name, value); in clutter_animatable_get_initial_state()
222 g_return_if_fail (property_name != NULL); in clutter_animatable_set_final_state()
228 iface->set_final_state (animatable, property_name, value); in clutter_animatable_set_final_state()
268 g_return_val_if_fail (property_name != NULL, FALSE); in clutter_animatable_interpolate_value()
[all …]
H A Dclutter-property-transition.c47 char *property_name; member
82 priv->property_name, in G_DEFINE_TYPE_WITH_PRIVATE()
105 if (priv->property_name == NULL) in clutter_property_transition_attached()
226 g_value_set_string (value, priv->property_name); in clutter_property_transition_get_property()
241 g_free (priv->property_name); in clutter_property_transition_finalize()
295 clutter_property_transition_new (const char *property_name) in clutter_property_transition_new() argument
298 "property-name", property_name, in clutter_property_transition_new()
322 if (g_strcmp0 (priv->property_name, property_name) == 0) in clutter_property_transition_set_property_name()
325 g_free (priv->property_name); in clutter_property_transition_set_property_name()
326 priv->property_name = g_strdup (property_name); in clutter_property_transition_set_property_name()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-animatable.c111 g_return_val_if_fail (property_name != NULL, FALSE); in clutter_animatable_animate_property()
136 property_name, in clutter_animatable_animate_property()
163 g_return_val_if_fail (property_name != NULL, NULL); in clutter_animatable_find_property()
169 return iface->find_property (animatable, property_name); in clutter_animatable_find_property()
172 property_name); in clutter_animatable_find_property()
193 g_return_if_fail (property_name != NULL); in clutter_animatable_get_initial_state()
199 iface->get_initial_state (animatable, property_name, value); in clutter_animatable_get_initial_state()
222 g_return_if_fail (property_name != NULL); in clutter_animatable_set_final_state()
228 iface->set_final_state (animatable, property_name, value); in clutter_animatable_set_final_state()
268 g_return_val_if_fail (property_name != NULL, FALSE); in clutter_animatable_interpolate_value()
[all …]
H A Dclutter-property-transition.c47 char *property_name; member
82 priv->property_name, in G_DEFINE_TYPE_WITH_PRIVATE()
105 if (priv->property_name == NULL) in clutter_property_transition_attached()
226 g_value_set_string (value, priv->property_name); in clutter_property_transition_get_property()
241 free (priv->property_name); in clutter_property_transition_finalize()
295 clutter_property_transition_new (const char *property_name) in clutter_property_transition_new() argument
298 "property-name", property_name, in clutter_property_transition_new()
322 if (g_strcmp0 (priv->property_name, property_name) == 0) in clutter_property_transition_set_property_name()
325 free (priv->property_name); in clutter_property_transition_set_property_name()
326 priv->property_name = g_strdup (property_name); in clutter_property_transition_set_property_name()
[all …]
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dobject.h96 int zephir_property_incr(zval *object, char *property_name, unsigned int property_length TSRMLS_DC);
146 if (__builtin_constant_p(property_name) && __builtin_constant_p(property_length)) { in zephir_read_property_this()
147 …r_read_property_this_quick(result, object, property_name, property_length, zend_inline_hash_func(p… in zephir_read_property_this()
151 …phir_read_property_this_quick(result, object, property_name, property_length, zend_hash_func(prope… in zephir_read_property_this()
157 if (__builtin_constant_p(property_name) && __builtin_constant_p(property_length)) { in zephir_fetch_nproperty_this_quick()
170 if (__builtin_constant_p(property_name) && __builtin_constant_p(property_length)) { in zephir_fetch_nproperty_this()
171 … zephir_fetch_nproperty_this_quick(object, property_name, property_length, zend_inline_hash_func(p… in zephir_fetch_nproperty_this()
175 …urn zephir_fetch_nproperty_this_quick(object, property_name, property_length, zend_hash_func(prope… in zephir_fetch_nproperty_this()
181 if (__builtin_constant_p(property_name) && __builtin_constant_p(property_length)) { in zephir_fetch_property_this()
182 …n zephir_fetch_property_this_quick(object, property_name, property_length, zend_inline_hash_func(p… in zephir_fetch_property_this()
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-animatable.c68 const gchar *property_name) in clutter_animatable_find_property() argument
73 g_return_val_if_fail (property_name != NULL, NULL); in clutter_animatable_find_property()
79 return iface->find_property (animatable, property_name); in clutter_animatable_find_property()
82 property_name); in clutter_animatable_find_property()
103 g_return_if_fail (property_name != NULL); in clutter_animatable_get_initial_state()
109 iface->get_initial_state (animatable, property_name, value); in clutter_animatable_get_initial_state()
132 g_return_if_fail (property_name != NULL); in clutter_animatable_set_final_state()
138 iface->set_final_state (animatable, property_name, value); in clutter_animatable_set_final_state()
178 g_return_val_if_fail (property_name != NULL, FALSE); in clutter_animatable_interpolate_value()
183 property_name, in clutter_animatable_interpolate_value()
[all …]
H A Dclutter-property-transition.c45 char *property_name; member
103 if (priv->property_name == NULL) in clutter_property_transition_attached()
224 g_value_set_string (value, priv->property_name); in clutter_property_transition_get_property()
239 g_free (priv->property_name); in clutter_property_transition_finalize()
297 "property-name", property_name, in clutter_property_transition_new_for_actor()
313 clutter_property_transition_new (const char *property_name) in clutter_property_transition_new() argument
316 "property-name", property_name, in clutter_property_transition_new()
340 if (g_strcmp0 (priv->property_name, property_name) == 0) in clutter_property_transition_set_property_name()
343 g_free (priv->property_name); in clutter_property_transition_set_property_name()
344 priv->property_name = g_strdup (property_name); in clutter_property_transition_set_property_name()
[all …]
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/animation/
H A Dgtd-animatable.c58 const gchar *property_name) in gtd_animatable_find_property() argument
63 g_return_val_if_fail (property_name != NULL, NULL); in gtd_animatable_find_property()
69 return iface->find_property (animatable, property_name); in gtd_animatable_find_property()
72 property_name); in gtd_animatable_find_property()
85 const gchar *property_name, in gtd_animatable_get_initial_state() argument
91 g_return_if_fail (property_name != NULL); in gtd_animatable_get_initial_state()
112 const gchar *property_name, in gtd_animatable_set_final_state() argument
118 g_return_if_fail (property_name != NULL); in gtd_animatable_set_final_state()
124 iface->set_final_state (animatable, property_name, value); in gtd_animatable_set_final_state()
162 g_return_val_if_fail (property_name != NULL, FALSE); in gtd_animatable_interpolate_value()
[all …]
H A Dgtd-property-transition.c40 gchar *property_name; member
96 if (priv->property_name == NULL) in gtd_property_transition_attached()
217 g_value_set_string (value, priv->property_name); in gtd_property_transition_get_property()
231 g_free (priv->property_name); in gtd_property_transition_finalize()
286 "property-name", property_name, in gtd_property_transition_new_for_actor()
300 gtd_property_transition_new (const char *property_name) in gtd_property_transition_new() argument
303 "property-name", property_name, in gtd_property_transition_new()
325 if (g_strcmp0 (priv->property_name, property_name) == 0) in gtd_property_transition_set_property_name()
328 g_free (priv->property_name); in gtd_property_transition_set_property_name()
329 priv->property_name = g_strdup (property_name); in gtd_property_transition_set_property_name()
[all …]
/dports/devel/kyua/kyua-0.13/store/
H A Dmigrate_v1_v2.sql86 property_name TEXT NOT NULL, field
89 PRIMARY KEY (metadata_id, property_name)
150 property_name TEXT NOT NULL, field
254 aux.property_name = 'require.arch')
259 AND property_name = 'require.arch');
265 aux.property_name = 'require.machine')
276 aux.property_name = 'require.config')
287 aux.property_name = 'require.files')
298 aux.property_name = 'require.progs')
324 ), property_name, property_value
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/metadata/
H A Dmetadata_impl_macros.h50 #define ADD_PROPERTY_METADATA(class_name, property_type, property_name) \ argument
52 property_name)> \
55 property_name##_prop->SetMemberName(#property_name); \
57 AddMemberData(std::move(property_name##_prop));
62 property_name) \ argument
64 class_name, property_type, property_name)> \
65 property_name##_prop = \
67 class_name, property_type, property_name)>(); \
68 property_name##_prop->SetMemberName(#property_name); \
69 property_name##_prop->SetMemberType(#property_type); \
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl176 {property_name = ?id1,
180 {property_name = ?id2,
184 {property_name = ?id1,
238 {property_name = ?id1,
241 {property_name = ?id2,
292 {property_name = ?id1,
295 {property_name = ?id2,
298 {property_name = ?id3,
459 {property_name = ?id1,
463 {property_name = ?id2,
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl176 {property_name = ?id1,
180 {property_name = ?id2,
184 {property_name = ?id1,
238 {property_name = ?id1,
241 {property_name = ?id2,
292 {property_name = ?id1,
295 {property_name = ?id2,
298 {property_name = ?id3,
459 {property_name = ?id1,
463 {property_name = ?id2,
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl176 {property_name = ?id1,
180 {property_name = ?id2,
184 {property_name = ?id1,
238 {property_name = ?id1,
241 {property_name = ?id2,
292 {property_name = ?id1,
295 {property_name = ?id2,
298 {property_name = ?id3,
459 {property_name = ?id1,
463 {property_name = ?id2,
[all …]
/dports/lang/erlang/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl176 {property_name = ?id1,
180 {property_name = ?id2,
184 {property_name = ?id1,
238 {property_name = ?id1,
241 {property_name = ?id2,
292 {property_name = ?id1,
295 {property_name = ?id2,
298 {property_name = ?id3,
459 {property_name = ?id1,
463 {property_name = ?id2,
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl176 {property_name = ?id1,
180 {property_name = ?id2,
184 {property_name = ?id1,
238 {property_name = ?id1,
241 {property_name = ?id2,
292 {property_name = ?id1,
295 {property_name = ?id2,
298 {property_name = ?id3,
459 {property_name = ?id1,
463 {property_name = ?id2,
[all …]
/dports/multimedia/snappy/snappy-1.0/src/
H A Ddlna.c251 if (g_strcmp0 (property_name, "Name") == 0) { in handle_get_property()
257 } else if (g_strcmp0 (property_name, "Rate") == 0) { in handle_get_property()
259 } else if (g_strcmp0 (property_name, "Shuffle") == 0) { in handle_get_property()
261 } else if (g_strcmp0 (property_name, "Metadata") == 0) { in handle_get_property()
263 } else if (g_strcmp0 (property_name, "Volume") == 0) { in handle_get_property()
275 } else if (g_strcmp0 (property_name, "CanPlay") == 0) { in handle_get_property()
279 } else if (g_strcmp0 (property_name, "CanSeek") == 0) { in handle_get_property()
313 const gchar * property_name, in handle_set_property() argument
318 if (g_strcmp0 (property_name, "Name") == 0) { in handle_set_property()
322 } else if (g_strcmp0 (property_name, "Volume") == 0) { in handle_set_property()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/
H A Dname_utilities.py50 def enum_key_for_css_property(property_name): argument
51 return 'k' + _upper_camel_case(property_name)
54 def enum_key_for_css_property_alias(property_name): argument
55 return 'kAlias' + property_name.to_upper_camel_case()
60 def id_for_css_property(property_name): argument
61 return 'CSSProperty' + _upper_camel_case(property_name)
64 def id_for_css_property_alias(property_name): argument
65 return 'CSSPropertyAlias' + property_name.to_upper_camel_case()
68 def _upper_camel_case(property_name): argument
69 converter = NameStyleConverter(property_name) if isinstance(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/
H A Dname_utilities.py50 def enum_key_for_css_property(property_name): argument
51 return 'k' + _upper_camel_case(property_name)
54 def enum_key_for_css_property_alias(property_name): argument
55 return 'kAlias' + property_name.to_upper_camel_case()
60 def id_for_css_property(property_name): argument
61 return 'CSSProperty' + _upper_camel_case(property_name)
64 def id_for_css_property_alias(property_name): argument
65 return 'CSSPropertyAlias' + property_name.to_upper_camel_case()
68 def _upper_camel_case(property_name): argument
69 converter = NameStyleConverter(property_name) if isinstance(
[all …]
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Daxis_view.cc72 AxisView::gui_property (const string& property_name) const in gui_property()
74 if (property_hashtable.count(property_name)) { in gui_property()
75 return property_hashtable[property_name]; in gui_property()
78 property_hashtable.erase(property_name); in gui_property()
79 property_hashtable.emplace(property_name, rv); in gui_property()
87 std::string str = gui_property(property_name); in get_gui_property()
98 AxisView::remove_gui_property (const std::string& property_name) in remove_gui_property() argument
100 property_hashtable.erase (property_name); in remove_gui_property()
101 gui_object_state().remove_property (state_id(), property_name); in remove_gui_property()
107 property_hashtable.erase (property_name); in set_gui_property()
[all …]
/dports/cad/uranium/Uranium-3ed9c4de/UM/Settings/
H A DContainerQuery.py134 if property_name not in metadata:
137 return value == metadata[property_name]
141 if property_name not in metadata:
150 return value_pattern.match(str(metadata[property_name]))
153 if property_name not in metadata:
163 return value_pattern.match(str(metadata[property_name]))
167 if property_name not in metadata:
172 return value == str(metadata[property_name])
176 if property_name == "container_type":
186 if property_name not in metadata:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/metadata/
H A Dmetadata_impl_macros.h31 #define ADD_PROPERTY_METADATA(property_type, property_name) \ argument
33 property_name)> \
34 property_name##_prop = std::make_unique<METADATA_PROPERTY_TYPE_INTERNAL( \
35 property_type, property_name)>(#property_name, #property_type); \
36 AddMemberData(std::move(property_name##_prop));
40 #define ADD_READONLY_PROPERTY_METADATA(property_type, property_name) \ argument
42 property_name)> \
43 property_name##_prop = \
45 property_type, property_name)>(#property_name, #property_type); \
46 AddMemberData(std::move(property_name##_prop));
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Danimatable.cc126 GParamSpec* retval = (*base->find_property)(self, property_name); in find_property_vfunc_callback()
175 (*base->get_initial_state)(self, property_name, value); in get_initial_state_vfunc_callback()
221 (*base->set_final_state)(self, property_name, value); in set_final_state_vfunc_callback()
273 GParamSpec* Animatable::find_property(const Glib::ustring& property_name) in find_property() argument
275 return clutter_animatable_find_property(gobj(), property_name.c_str()); in find_property()
280 return const_cast<Animatable*>(this)->get_initial_state_value(property_name, value); in get_initial_state_value()
285 clutter_animatable_set_final_state(gobj(), property_name.c_str(), (value).gobj()); in set_final_state_value()
294 GParamSpec* Clutter::Animatable::find_property_vfunc(const Glib::ustring& property_name) in find_property_vfunc() argument
303 GParamSpec* retval((*base->find_property)(gobj(),property_name.c_str())); in find_property_vfunc()
319 (*base->get_initial_state)(gobj(),property_name.c_str(),(value).gobj()); in get_initial_state_vfunc()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/tools/ply/
H A Dply2ply.cpp105 …ar_property_definition_callback(const std::string& element_name, const std::string& property_name);
119 …st_property_definition_callback(const std::string& element_name, const std::string& property_name);
248 …nverter::scalar_property_definition_callback (const std::string&, const std::string& property_name) in scalar_property_definition_callback() argument
250 …< "property " << pcl::io::ply::type_traits<ScalarType>::old_name() << " " << property_name << "\n"; in scalar_property_definition_callback()
306 …converter::list_property_definition_callback (const std::string&, const std::string& property_name) in list_property_definition_callback() argument
354 …e, const std::string& property_name) { return scalar_property_definition_callback<pcl::io::ply::in… in convert() argument
355 …e, const std::string& property_name) { return scalar_property_definition_callback<pcl::io::ply::in… in convert() argument
356 …e, const std::string& property_name) { return scalar_property_definition_callback<pcl::io::ply::in… in convert() argument
357 …e, const std::string& property_name) { return scalar_property_definition_callback<pcl::io::ply::ui… in convert() argument
358 …, const std::string& property_name) { return scalar_property_definition_callback<pcl::io::ply::uin… in convert() argument
[all …]

12345678910>>...122