Home
last modified time | relevance | path

Searched defs:object_property (Results 1 – 8 of 8) sorted by last modified time

/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c405 _free_object_properties(lxw_object_properties *object_property) in _free_object_properties()
/dports/lang/racket/racket-8.3/share/pkgs/mzscheme-lib/mzscheme/examples/
H A Dtree.cxx600 static Scheme_Object *object_property; variable
/dports/x11/xfce4-conf/xfconf-4.16.0/xfconf/
H A Dxfconf-binding.c60 gchar *object_property; member
366 const gchar *object_property, in xfconf_g_property_init()
472 const gchar *object_property) in xfconf_g_property_bind()
541 const gchar *object_property) in xfconf_g_property_bind_gdkcolor()
604 const gchar *object_property) in xfconf_g_property_bind_gdkrgba()
686 const gchar *object_property) in xfconf_g_property_unbind_by_property()
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/common/
H A Dpanel-xfconf.c34 const gchar *object_property) in panel_properties_store_value()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativedom/
H A Dtst_qdeclarativedom.cpp689 void tst_qdeclarativedom::object_property() in object_property() function in tst_qdeclarativedom
/dports/devel/pear-PHP_Parser/PHP_Parser-0.2.2/Parser/
H A DCore.y1315 object_property(A) ::= object_dim_list(B). {A = B;} in object_property() function
1316 object_property(A) ::= variable_without_objects(B). {A = B;} in object_property() function
/dports/devel/pear-PHP_ParserGenerator/PHP_ParserGenerator-0.1.7/
H A DPHP_Parser.y1117 object_property(A) ::= object_dim_list(B). {A = B;} in object_property() function
1118 object_property(A) ::= variable_without_objects(B). {A = B;} in object_property() function
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/
H A DParser.java3495 private void object_property() { in object_property() method in Parser