Searched refs:get_attr (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/swig-12/Lib/python/
H A Dpyinit.swg15 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr)
24 PyObject *(*get_attr)(void); /* Return the current value */
109 res = (*var->get_attr)();
207 SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {
215 gv->get_attr = get_attr;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.cpp204 impl::header_entry::get_attr(const std::string& n) const function in class:impl::header_entry
380 if (he.get_attr("version") != vstr)
383 he.get_attr("version") + "'");
H A Dparser.hpp595 const std::string& get_attr(const std::string&) const;
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc.h493 ppdcAttr *get_attr(ppdcFile *fp, bool loc = false);
H A Dppdc-source.cxx291 // 'ppdcSource::get_attr()' - Get an attribute.
295 ppdcSource::get_attr(ppdcFile *fp, // I - File to read function in class:ppdcSource
2649 a = get_attr(fp, !_cups_strcasecmp(temp, "LocAttribute"));
/macosx-10.10/ruby-106/ruby/
H A Dtime.c4791 #define get_attr(attr, iffound) \ macro
4799 get_attr(nano_num, {});
4800 get_attr(nano_den, {});
4801 get_attr(submicro, {});
4802 get_attr(offset, (offset = rb_rescue(validate_utc_offset, offset, NULL, Qnil)));
4803 get_attr(zone, (zone = rb_rescue(validate_zone_name, zone, NULL, Qnil)));
4805 #undef get_attr macro
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim248 syn keyword phpMethods attributes children get_attr get_nodes has_children has_siblings is_asp is_comment is_html is_jsp is_jste is_text is_xhtml is_xml next prev tidy_node contained
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim4563 \ 'tidy_node->get_attr(': 'int attrib_id | tidy_attr',

Completed in 220 milliseconds