Home
last modified time | relevance | path

Searched defs:prop (Results 51 – 75 of 11865) sorted by relevance

12345678910>>...475

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cs/
H A D10027-oneline_property.cs3 public float prop { get; set; } property in Class
4 public float prop { get { return m; } } property in Class
5 public float prop { set { m = value; } } property in Class
6 public float prop { get { return m; } set { m = value; } } property in Class
7 internal int prop { get { return m; } } property in Class
9 public class Container { public int prop { get; set; } }; property in Container
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cs/
H A Doneline_property.cs3 public float prop { get; set; } property in Class
4 public float prop { get { return m; } } property in Class
5 public float prop { set { m = value; } } property in Class
6 public float prop { get { return m; } set { m = value; } } property in Class
7 internal int prop { get { return m; } } property in Class
9 public class Container { public int prop { get; set; } }; property in Container
/dports/graphics/dia/dia-0.97.3/lib/
H A Dprop_basic.c106 commonprop_free(Property *prop) in commonprop_free()
114 Property *prop = src->real_ops->copy(src); in commonprop_copy() local
163 commonprop_get_from_offset(const Property *prop, in commonprop_get_from_offset()
171 commonprop_set_from_offset(Property *prop, in commonprop_set_from_offset()
236 NoopProperty *prop = g_new(NoopProperty,1); in noopprop_new() local
242 noopprop_free(NoopProperty *prop) in noopprop_free()
250 NoopProperty *prop = in noopprop_copy() local
297 noopprop_get_from_offset(const NoopProperty *prop, in noopprop_get_from_offset()
303 noopprop_set_from_offset(NoopProperty *prop, in noopprop_set_from_offset()
337 invalidprop_free(InvalidProperty *prop) in invalidprop_free()
[all …]
H A Dprop_widgets.c42 staticprop_get_widget(StaticProperty *prop, PropDialog *dialog) in staticprop_get_widget()
73 buttonprop_get_widget(ButtonProperty *prop, PropDialog *dialog) in buttonprop_get_widget()
402 listprop_copylines(ListProperty *prop, GPtrArray *src) { in listprop_copylines()
414 ListProperty *prop = g_new0(ListProperty,1); in listprop_new() local
423 listprop_free(ListProperty *prop) in listprop_free()
432 ListProperty *prop = in listprop_copy() local
447 ListProperty *prop) in listprop_select_child_signal()
453 listprop_get_widget(ListProperty *prop, PropDialog *dialog) in listprop_get_widget()
475 listprop_reset_widget(ListProperty *prop, WIDGET *widget) in listprop_reset_widget()
496 listprop_get_from_offset(ListProperty *prop, in listprop_get_from_offset()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DTextureUnitPropertyGridPage.cpp206 wxPGProperty* prop = GetPropertyPtr(mTextureNameId); in textureNameChanged() local
246 wxPGProperty* prop = GetPropertyPtr(mCurrentFrameId); in currentFrameChanged() local
285 wxPGProperty* prop = GetPropertyPtr(mBindingTypeId); in bindingTypeChanged() local
294 wxPGProperty* prop = GetPropertyPtr(mContentTypeId); in contentTypeChanged() local
303 wxPGProperty* prop = GetPropertyPtr(mPixelFormatId); in pixelFormatChanged() local
312 wxPGProperty* prop = GetPropertyPtr(mNumMipMapsId); in numMipmapsChanged() local
321 wxPGProperty* prop = GetPropertyPtr(mAlphaId); in alphaChanged() local
348 wxPGProperty* prop = GetPropertyPtr(mTextureScrollId); in textureScrollChanged() local
375 wxPGProperty* prop = GetPropertyPtr(mTextureUScaleId); in textureUScaleChanged() local
384 wxPGProperty* prop = GetPropertyPtr(mTextureVScaleId); in textureVScaleChanged() local
[all …]
/dports/textproc/py-wtforms/WTForms-2.1/wtforms/ext/appengine/
H A Ddb.py118 def convert_StringProperty(model, prop, kwargs): argument
142 def convert_FloatProperty(model, prop, kwargs): argument
156 def convert_DateProperty(model, prop, kwargs): argument
165 def convert_TimeProperty(model, prop, kwargs): argument
174 def convert_ListProperty(model, prop, kwargs): argument
196 def convert_UserProperty(model, prop, kwargs): argument
201 def convert_BlobProperty(model, prop, kwargs): argument
206 def convert_TextProperty(model, prop, kwargs): argument
216 def convert_LinkProperty(model, prop, kwargs): argument
222 def convert_EmailProperty(model, prop, kwargs): argument
[all …]
H A Dndb.py134 def convert(self, model, prop, field_args): argument
240 def convert_StringProperty(self, model, prop, kwargs): argument
257 def convert_FloatProperty(self, model, prop, kwargs): argument
268 def convert_DateProperty(self, model, prop, kwargs): argument
275 def convert_TimeProperty(self, model, prop, kwargs): argument
286 def convert_UserProperty(self, model, prop, kwargs): argument
298 def convert_JsonProperty(self, model, prop, kwargs): argument
302 def convert_PickleProperty(self, model, prop, kwargs): argument
315 def convert_TextProperty(self, model, prop, kwargs): argument
323 def convert_GeoPtProperty(self, model, prop, kwargs): argument
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dical_support.h171 #define icalproperty_get_filename_parameter(prop) \ argument
174 #define icalproperty_get_managedid_parameter(prop) \ argument
177 #define icalproperty_get_size_parameter(prop) \ argument
205 #define icalproperty_get_filename_parameter(prop) \ argument
208 #define icalproperty_get_managedid_parameter(prop) \ argument
211 #define icalproperty_get_size_parameter(prop) \ argument
232 #define icalproperty_get_filename_parameter(prop) NULL argument
234 #define icalproperty_get_managedid_parameter(prop) NULL argument
236 #define icalproperty_get_size_parameter(prop) NULL argument
245 #define icalproperty_get_scheduleagent_parameter(prop) \ argument
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_idprop.h154 #define IDP_Int(prop) ((prop)->data.val) argument
155 #define IDP_Array(prop) ((prop)->data.pointer) argument
158 # define IDP_Float(prop) \ argument
162 # define IDP_Double(prop) \ argument
166 # define IDP_String(prop) \ argument
170 # define IDP_IDPArray(prop) \ argument
174 # define IDP_Id(prop) \ argument
179 # define IDP_Float(prop) (*(float *)&(prop)->data.val) argument
180 # define IDP_Double(prop) (*(double *)&(prop)->data.val) argument
181 # define IDP_String(prop) ((char *)(prop)->data.pointer) argument
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/property/
H A Dproperty_global_function.cpp98 property prop = type::get_global_property("global_func_1"); variable
122 property prop = type::get_global_property("global_func_2"); variable
144 property prop = type::get_global_property("global_func_3"); variable
168 property prop = type::get_global_property("global_func_4"); variable
191 property prop = type::get_global_property("global_func_5"); variable
206 property prop = type::get_global_property("global_func_6"); variable
229 property prop = type::get_global_property("global_func_7"); variable
H A Dproperty_global_object.cpp80 property prop = type::get_global_property("global_obj_1"); variable
104 property prop = type::get_global_property("global_obj_2"); variable
126 property prop = type::get_global_property("global_obj_3"); variable
155 property prop = type::get_global_property("global_obj_4"); variable
177 property prop = type::get_global_property("global_obj_5"); variable
207 property prop = type::get_global_property("global_obj_6"); variable
/dports/emulators/kcemu/KCemu-0.5.1/src/libaudio/
H A Dload.c77 libaudio_free_prop(libaudio_prop_t *prop) in libaudio_free_prop()
161 libaudio_rewind(libaudio_prop_t *prop) in libaudio_rewind()
177 libaudio_close(libaudio_prop_t *prop) in libaudio_close()
190 libaudio_read_sample(libaudio_prop_t *prop) in libaudio_read_sample()
202 libaudio_get_type(libaudio_prop_t *prop) in libaudio_get_type()
214 libaudio_get_name(libaudio_prop_t *prop) in libaudio_get_name()
226 libaudio_get_filename(libaudio_prop_t *prop) in libaudio_get_filename()
235 libaudio_get_sample_freq(libaudio_prop_t *prop) in libaudio_get_sample_freq()
243 libaudio_get_sample_size(libaudio_prop_t *prop) in libaudio_get_sample_size()
251 libaudio_get_channels(libaudio_prop_t *prop) in libaudio_get_channels()
/dports/graphics/dia/dia-0.97.3/plug-ins/python/
H A Dpydia-property.c200 PyDia_set_Bool (Property *prop, PyObject *val) in PyDia_set_Bool()
210 PyDia_set_Int (Property *prop, PyObject *val) in PyDia_set_Int()
243 PyDia_set_Enum (Property *prop, PyObject *val) in PyDia_set_Enum()
254 PyDia_set_Arrow (Property *prop, PyObject *val) in PyDia_set_Arrow()
283 PyDia_set_Color (Property *prop, PyObject *val) in PyDia_set_Color()
330 PyDia_set_Real(Property *prop, PyObject *val) in PyDia_set_Real()
404 PyDia_set_Text(Property *prop, PyObject *val) in PyDia_set_Text()
424 PyDia_set_Point(Property *prop, PyObject *val) in PyDia_set_Point()
515 PyDia_set_Rect(Property *prop, PyObject *val) in PyDia_set_Rect()
579 PyDia_get_Array (ArrayProperty *prop) in PyDia_get_Array()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/paintops/spray/
H A Dkis_spray_paintop_settings.cpp101 KisDoubleSliderBasedPaintOpPropertyCallback *prop = in uniformProperties() local
113 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
120 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
132 KisIntSliderBasedPaintOpPropertyCallback *prop = in uniformProperties() local
143 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
150 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
157 [](const KisUniformPaintOpProperty *prop) { in uniformProperties()
168 KisDoubleSliderBasedPaintOpPropertyCallback *prop = in uniformProperties() local
182 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
188 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
[all …]
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dxpad-pad-properties.c123 xpad_pad_properties_init (XpadPadProperties *prop) in xpad_pad_properties_init()
251 change_font_check (GtkToggleButton *button, XpadPadProperties *prop) in change_font_check()
259 change_text_color (GtkColorButton *button, XpadPadProperties *prop) in change_text_color()
265 change_back_color (GtkColorButton *button, XpadPadProperties *prop) in change_back_color()
271 change_font_face (GtkFontButton *button, XpadPadProperties *prop) in change_font_face()
285 xpad_pad_properties_get_follow_font_style (XpadPadProperties *prop) in xpad_pad_properties_get_follow_font_style()
299 xpad_pad_properties_get_follow_color_style (XpadPadProperties *prop) in xpad_pad_properties_get_follow_color_style()
313 xpad_pad_properties_get_back_color (XpadPadProperties *prop) in xpad_pad_properties_get_back_color()
328 xpad_pad_properties_get_text_color (XpadPadProperties *prop) in xpad_pad_properties_get_text_color()
350 XpadPadProperties *prop; in xpad_pad_properties_set_property() local
[all …]
/dports/x11/apwal/apwal/src/
H A Dproperty.c48 property_t *prop; in property_new() local
62 void property_refresh(property_t *prop) in property_refresh()
74 static void property_refresh_app(property_t *prop) in property_refresh_app()
142 static void property_refresh_no_app(property_t *prop) in property_refresh_no_app()
172 static void property_build_interface(property_t *prop) in property_build_interface()
359 static void prop_path_clicked(GtkWidget *button, property_t *prop) in prop_path_clicked()
371 static void prop_icon_clicked(GtkWidget *button, property_t *prop) in prop_icon_clicked()
386 property_t *prop = (property_t *) data; in prop_cmdline_compute() local
403 property_t *prop = (property_t *) data; in prop_path_compute() local
436 static void prop_path_changed(GtkWidget *entry, property_t *prop) in prop_path_changed()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/paintops/hatching/
H A Dkis_hatching_paintop_settings.cpp123 KisDoubleSliderBasedPaintOpPropertyCallback *prop = in uniformProperties() local
137 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
143 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
155 KisDoubleSliderBasedPaintOpPropertyCallback *prop = in uniformProperties() local
168 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
174 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
186 KisDoubleSliderBasedPaintOpPropertyCallback *prop = in uniformProperties() local
199 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
205 [](KisUniformPaintOpProperty *prop) { in uniformProperties()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DOctessenceBug16.cpp241 IBoolProperty prop( props, propNames[jj] ); in readSimpleProperties() local
249 IUcharProperty prop( props, propNames[jj] ); in readSimpleProperties() local
255 ICharProperty prop( props, propNames[jj] ); in readSimpleProperties() local
263 IUInt16Property prop( props, propNames[jj] ); in readSimpleProperties() local
269 IInt16Property prop( props, propNames[jj] ); in readSimpleProperties() local
277 IUInt32Property prop( props, propNames[jj] ); in readSimpleProperties() local
283 IInt32Property prop( props, propNames[jj] ); in readSimpleProperties() local
291 IUInt64Property prop( props, propNames[jj] ); in readSimpleProperties() local
297 IInt64Property prop( props, propNames[jj] ); in readSimpleProperties() local
310 IFloatProperty prop( props, propNames[jj] ); in readSimpleProperties() local
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/project-wizard/
H A Dproperty.c180 NPWProperty* prop; in npw_property_new() local
191 npw_property_free (NPWProperty* prop) in npw_property_free()
224 npw_property_get_type (const NPWProperty* prop) in npw_property_get_type()
242 npw_property_get_restriction (const NPWProperty* prop) in npw_property_get_restriction()
325 npw_property_get_name (const NPWProperty* prop) in npw_property_get_name()
338 npw_property_get_label (const NPWProperty* prop) in npw_property_get_label()
464 npw_property_create_widget (NPWProperty* prop) in npw_property_create_widget()
607 npw_property_get_widget (const NPWProperty* prop) in npw_property_get_widget()
772 npw_property_remove_value (NPWProperty* prop) in npw_property_remove_value()
787 npw_property_get_value (const NPWProperty* prop) in npw_property_get_value()
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/tests/properties/cpp14/
H A Dcan_require_concept_static.cpp15 struct prop struct
17 template <typename> static constexpr bool is_applicable_property_v = true; argument
30 static_assert(asio::can_require_concept_v<object<1>, prop<1>>, ""); in main() argument
H A Dcan_prefer_static.cpp15 struct prop struct
17 template <typename> static constexpr bool is_applicable_property_v = true; argument
30 static_assert(asio::can_prefer_v<object<1>, prop<1>>, ""); in main() argument
H A Dcan_require_static.cpp15 struct prop struct
17 template <typename> static constexpr bool is_applicable_property_v = true; argument
30 static_assert(asio::can_require_v<object<1>, prop<1>>, ""); in main() argument
/dports/devel/hyperscan/boost_1_75_0/libs/asio/test/properties/cpp14/
H A Dcan_require_concept_static.cpp15 struct prop struct
17 template <typename> static constexpr bool is_applicable_property_v = true; argument
30 static_assert(boost::asio::can_require_concept_v<object<1>, prop<1>>, ""); in main() argument
H A Dcan_require_static.cpp15 struct prop struct
17 template <typename> static constexpr bool is_applicable_property_v = true; argument
30 static_assert(boost::asio::can_require_v<object<1>, prop<1>>, ""); in main() argument
H A Dcan_prefer_static.cpp15 struct prop struct
17 template <typename> static constexpr bool is_applicable_property_v = true; argument
30 static_assert(boost::asio::can_prefer_v<object<1>, prop<1>>, ""); in main() argument

12345678910>>...475