Searched refs:properties (Results 101 - 125 of 201) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dopenprom.c169 prop = dp->properties;
465 prop = dp->properties;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpagedlg.tex155 selected printer properties. Windows only.
260 selected printer properties. Windows only. Units are in millimetres
H A Daboutdlginfo.tex18 documentation writers, artists and translators. The simple properties from the
H A Dilayout.tex132 Sets the properties of the constraint. Normally called by one of the convenience
H A Dtextattr.tex214 Copies all defined/valid properties from \arg{overlay} to current object.
H A Dxmldocument.tex39 // process properties of <tag1>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dbq27x00_battery.c290 di->bat.properties = bq27x00_battery_props;
H A Dds2782_battery.c281 battery->properties = ds278x_battery_props;
H A Djz4740-battery.c290 battery->properties = jz_battery_properties;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dpod.c144 pod_create_files(pod->firmware_version, pod->line6.properties->device_bit, pod->line6.ifcdev);
1122 if (pod->line6.properties->capabilities & LINE6_BIT_CONTROL) {
1155 pod_remove_files(pod->firmware_version, pod->line6.properties->device_bit, dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dsbs.c805 battery->bat.properties = sbs_charge_battery_props;
809 battery->bat.properties = sbs_energy_battery_props;
865 sbs->charger.properties = sbs_ac_props;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DSAX2.c961 ctxt->myDoc->properties = XML_DOC_HTML;
978 doc->properties = 0;
980 doc->properties |= XML_DOC_OLD10;
1251 prop = ctxt->node->properties;
1815 /* store the string in the node overrithing properties and nsDef */
1816 xmlChar *tmp = (xmlChar *) &(ret->properties);
1937 if (ctxt->node->properties == NULL) {
1938 ctxt->node->properties = ret;
1940 xmlAttrPtr prev = ctxt->node->properties;
2451 if (lastChild->content == (xmlChar *)&(lastChild->properties)) {
[all...]
H A Dc14n.c790 for(attr = cur->properties; attr != NULL; attr = attr->next) {
1000 attr = cur->properties;
1021 attr = cur->properties;
H A Dxmlsave.c891 if (cur->properties != NULL)
892 xmlAttrListDumpOutput(ctxt, cur->properties);
1423 if (cur->properties != NULL)
1424 xhtmlAttrListDumpOutput(ctxt, cur->properties);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c961 ctxt->myDoc->properties = XML_DOC_HTML;
978 doc->properties = 0;
980 doc->properties |= XML_DOC_OLD10;
1251 prop = ctxt->node->properties;
1815 /* store the string in the node overrithing properties and nsDef */
1816 xmlChar *tmp = (xmlChar *) &(ret->properties);
1937 if (ctxt->node->properties == NULL) {
1938 ctxt->node->properties = ret;
1940 xmlAttrPtr prev = ctxt->node->properties;
2451 if (lastChild->content == (xmlChar *)&(lastChild->properties)) {
[all...]
H A Dc14n.c790 for(attr = cur->properties; attr != NULL; attr = attr->next) {
1000 attr = cur->properties;
1021 attr = cur->properties;
H A Dxmlsave.c891 if (cur->properties != NULL)
892 xmlAttrListDumpOutput(ctxt, cur->properties);
1423 if (cur->properties != NULL)
1424 xhtmlAttrListDumpOutput(ctxt, cur->properties);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dc14n.c790 for(attr = cur->properties; attr != NULL; attr = attr->next) {
1000 attr = cur->properties;
1021 attr = cur->properties;
H A Dxmlsave.c782 if (cur->properties != NULL)
783 xmlAttrListDumpOutput(ctxt, cur->properties);
1286 if (cur->properties != NULL)
1287 xhtmlAttrListDumpOutput(ctxt, cur->properties);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dc14n.c790 for(attr = cur->properties; attr != NULL; attr = attr->next) {
1000 attr = cur->properties;
1021 attr = cur->properties;
H A Dxmlsave.c782 if (cur->properties != NULL)
783 xmlAttrListDumpOutput(ctxt, cur->properties);
1286 if (cur->properties != NULL)
1287 xhtmlAttrListDumpOutput(ctxt, cur->properties);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c119 * access to properties
272 prev_pp = &np->properties;
316 * ePAPR-style "phandle" properties, or the
317 * legacy "linux,phandle" properties. If both
404 pr_debug("Looking for initrd properties... ");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dvio.c106 next = np->properties;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dtree.h464 struct _xmlAttr *properties;/* properties list */ member in struct:_xmlNode
490 * Set of properties of the document as found by the parser
545 int properties; /* set of xmlDocProperties for this document member in struct:_xmlDoc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dtree.h464 struct _xmlAttr *properties;/* properties list */ member in struct:_xmlNode
490 * Set of properties of the document as found by the parser
545 int properties; /* set of xmlDocProperties for this document member in struct:_xmlDoc

Completed in 246 milliseconds

123456789