Searched refs:defValue (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h143 wxPlatform(int defValue) { Init(); m_longValue = (long)defValue; } argument
144 wxPlatform(long defValue) { Init(); m_longValue = defValue; } argument
145 wxPlatform(const wxString& defValue) { Init(); m_stringValue = defValue; } argument
146 wxPlatform(double defValue) { Init(); m_doubleValue = defValue; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7181 if (defValue) {
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7195 if (defValue) {
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7297 if (defValue != NULL) {
7298 attrDecl->defValue = defValue;
7331 if (defValue !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DschemasInternals.in.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7181 if (defValue) {
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7195 if (defValue) {
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7297 if (defValue != NULL) {
7298 attrDecl->defValue = defValue;
7331 if (defValue !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7181 if (defValue) {
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7195 if (defValue) {
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7297 if (defValue != NULL) {
7298 attrDecl->defValue = defValue;
7331 if (defValue !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7181 if (defValue) {
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7195 if (defValue) {
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7297 if (defValue != NULL) {
7298 attrDecl->defValue = defValue;
7331 if (defValue !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp773 wxString defValue(_T("default")), value;
777 value = fileconf.Read(data.name, defValue);

Completed in 425 milliseconds