Home
last modified time | relevance | path

Searched refs:XML_ONE (Results 1 – 8 of 8) sorted by relevance

/dports/security/opensaml/opensaml-3.2.1/saml/saml2/binding/impl/
H A DSAML2ECPEncoder.cpp175 hdrblock->setAttribute(qMU, XML_ONE); in encode()
184 hdrblock->setAttribute(qMU, XML_ONE); in encode()
200 hdrblock->setAttribute(qMU, XML_ONE); in encode()
210 hdrblock->setAttribute(qMU, XML_ONE); in encode()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/util/
H A DXMLConstants.h102 extern XMLTOOL_API const XMLCh XML_ONE[];
H A DXMLConstants.cpp130 const XMLCh xmlconstants::XML_ONE[] = { chDigit_1, chNull }; member in xmlconstants
/dports/security/opensaml/opensaml-3.2.1/saml/saml1/core/impl/
H A DProtocolsImpl.cpp52 using xmlconstants::XML_ONE;
411 domElement->setAttributeNS(nullptr,MAJORVERSION,XML_ONE); in marshallAttributes()
413 … const_cast<RequestAbstractTypeImpl*>(this)->m_MinorVersion=XMLString::replicate(XML_ONE); in marshallAttributes()
445 if (!XMLString::equals(attribute->getValue(),XML_ONE)) in processAttribute()
764 domElement->setAttributeNS(nullptr,MAJORVERSION,XML_ONE); in marshallAttributes()
766 … const_cast<ResponseAbstractTypeImpl*>(this)->m_MinorVersion=XMLString::replicate(XML_ONE); in marshallAttributes()
799 if (!XMLString::equals(attribute->getValue(),XML_ONE)) in processAttribute()
H A DAssertionsImpl.cpp53 using xmlconstants::XML_ONE;
957 domElement->setAttributeNS(nullptr,MAJORVERSION,XML_ONE); in marshallAttributes()
959 const_cast<AssertionImpl*>(this)->m_MinorVersion=XMLString::replicate(XML_ONE); in marshallAttributes()
998 if (!XMLString::equals(attribute->getValue(),XML_ONE)) in processAttribute()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DEntityAttributesEntityMatcher.cpp100 nval->setAttribute(xmltooling::QName(nullptr, regex), xmlconstants::XML_ONE); in EntityAttributesEntityMatcher()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/io/
H A DAbstractXMLObjectMarshaller.cpp230 targetElement->setAttributeNS(XSI_NS, _nil, xmlconstants::XML_ONE); in marshallInto()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/
H A Dbase.h1124 domElement->setAttributeNS(namespaceURI, ucase##_ATTRIB_NAME, xmlconstants::XML_ONE); \