Home
last modified time | relevance | path

Searched refs:EntityAttributes (Results 1 – 25 of 52) sorted by relevance

123

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DModelDefinition.h44 bool matches(const Model::EntityAttributes& attributes) const;
45 ModelSpecification modelSpecification(const Model::EntityAttributes& attributes) const;
50 virtual bool doMatches(const Model::EntityAttributes& attributes) const = 0;
58 bool matches(const Model::EntityAttributes& attributes) const;
62 virtual bool doMatches(const Model::EntityAttributes& attributes) const = 0;
72 bool doMatches(const Model::EntityAttributes& attributes) const;
82 bool doMatches(const Model::EntityAttributes& attributes) const;
98 bool doMatches(const Model::EntityAttributes& attributes) const;
99 … ModelSpecification doModelSpecification(const Model::EntityAttributes& attributes) const;
111 bool doMatches(const Model::EntityAttributes& attributes) const;
[all …]
H A DModelDefinition.cpp57 bool ModelDefinition::matches(const Model::EntityAttributes& attributes) const { in matches()
61 …ModelSpecification ModelDefinition::modelSpecification(const Model::EntityAttributes& attributes) … in modelSpecification()
74 … bool StaticModelDefinitionMatcher::matches(const Model::EntityAttributes& attributes) const { in matches()
84 …bool StaticModelDefinitionAttributeMatcher::doMatches(const Model::EntityAttributes& attributes) c… in doMatches()
95 …bool StaticModelDefinitionFlagMatcher::doMatches(const Model::EntityAttributes& attributes) const { in doMatches()
126 bool StaticModelDefinition::doMatches(const Model::EntityAttributes& attributes) const { in doMatches()
132 …cification StaticModelDefinition::doModelSpecification(const Model::EntityAttributes& attributes) … in doModelSpecification()
147 bool DynamicModelDefinition::doMatches(const Model::EntityAttributes& attributes) const { in doMatches()
164 …ification DynamicModelDefinition::doModelSpecification(const Model::EntityAttributes& attributes) … in doModelSpecification()
H A DEntityDefinition.h89 ModelSpecification model(const Model::EntityAttributes& attributes) const;
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DEntityAttributes.cpp156 const EntityAttribute::List& EntityAttributes::attributes() const { in attributes()
160 void EntityAttributes::setAttributes(const EntityAttribute::List& attributes) { in setAttributes()
187 void EntityAttributes::removeAttribute(const AttributeName& name) { in removeAttribute()
195 void EntityAttributes::updateDefinitions(const Assets::EntityDefinition* entityDefinition) { in updateDefinitions()
205 bool EntityAttributes::hasAttribute(const AttributeName& name) const { in hasAttribute()
209 …bool EntityAttributes::hasAttribute(const AttributeName& name, const AttributeValue& value) const { in hasAttribute()
224 EntityAttributeSnapshot EntityAttributes::snapshot(const AttributeName& name) const { in snapshot()
248 const AttributeValue* EntityAttributes::attribute(const AttributeName& name) const { in attribute()
262 EntityAttribute::List EntityAttributes::numberedAttributes(const String& prefix) const { in numberedAttributes()
284 EntityAttribute::List::iterator EntityAttributes::findAttribute(const AttributeName& name) { in findAttribute()
[all …]
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DEntityAttributesMetadataFilter.cpp63 EntityAttributes* getEntityAttributes(EntityDescriptor* entity) const;
157 EntityAttributes* wrapper = getEntityAttributes(entity); in filterEntity()
169 EntityAttributes* wrapper = getEntityAttributes(entity); in filterEntity()
185 EntityAttributes* EntityAttributesMetadataFilter::getEntityAttributes(EntityDescriptor* entity) con… in getEntityAttributes()
192 EntityAttributes* wrapper = nullptr; in getEntityAttributes()
194 …XMLObject* xo = find_if(children, ll_dynamic_cast<EntityAttributes*>(_1) != ((EntityAttributes*)nu… in getEntityAttributes()
196 wrapper = dynamic_cast<EntityAttributes*>(xo); in getEntityAttributes()
H A DEntityAttributesEntityMatcher.cpp62 bool _matches(const EntityAttributes*, const Attribute*) const;
126 …nst XMLObject* xo = find_if(children, ll_dynamic_cast<EntityAttributes*>(_1) != ((EntityAttributes in matches()
131 if (_matches(dynamic_cast<const EntityAttributes*>(xo), i->get())) { in matches()
143 …nst XMLObject* xo = find_if(children, ll_dynamic_cast<EntityAttributes*>(_1) != ((EntityAttributes in matches()
148 if (_matches(dynamic_cast<const EntityAttributes*>(xo), i->get())) { in matches()
165 bool EntityAttributesEntityMatcher::_matches(const EntityAttributes* ea, const Attribute* tag) const in _matches()
H A DDiscoverableMetadataProvider.cpp367 …nst XMLObject* xo = find_if(children, ll_dynamic_cast<EntityAttributes*>(_1) != ((EntityAttributes in discoEntity()
369 … discoEntityAttributes(s, *dynamic_cast<const EntityAttributes*>(xo), tagfirst); in discoEntity()
377 …nst XMLObject* xo = find_if(children, ll_dynamic_cast<EntityAttributes*>(_1) != ((EntityAttributes in discoEntity()
379 … discoEntityAttributes(s, *dynamic_cast<const EntityAttributes*>(xo), tagfirst); in discoEntity()
407 void DiscoverableMetadataProvider::discoEntityAttributes(std::string& s, const EntityAttributes& ea… in discoEntityAttributes()
H A DMetadataSchemaValidators.cpp278 BEGIN_XMLOBJECTVALIDATOR(SAML_DLLLOCAL,EntityAttributes);
481 q=xmltooling::QName(SAML20MD_ENTITY_ATTRIBUTE_NS,EntityAttributes::LOCAL_NAME); in registerMetadataClasses()
485 q=xmltooling::QName(SAML20MD_ENTITY_ATTRIBUTE_NS,EntityAttributes::TYPE_NAME); in registerMetadataClasses()
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/extension/
H A Dmdattr.py48 class EntityAttributes(EntityAttributesType_): class
59 return saml2.create_class_from_xml_string(EntityAttributes, xml_string)
63 EntityAttributes.c_tag: entity_attributes_from_string,
68 'EntityAttributes': EntityAttributes,
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/extension/
H A Dmdattr.py48 class EntityAttributes(EntityAttributesType_): class
59 return saml2.create_class_from_xml_string(EntityAttributes, xml_string)
63 EntityAttributes.c_tag: entity_attributes_from_string,
68 'EntityAttributes': EntityAttributes,
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/extension/
H A Dmdattr.py48 class EntityAttributes(EntityAttributesType_): class
59 return saml2.create_class_from_xml_string(EntityAttributes, xml_string)
63 EntityAttributes.c_tag: entity_attributes_from_string,
68 'EntityAttributes': EntityAttributes,
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/docs/
H A Dsimplesamlphp-metadata-extensions-attributes.md24 'EntityAttributes' => [
40 The `EntityAttributes` key is used to define the attributes in the
41 metadata. Each item in the `EntityAttributes` array defines a new
46 'EntityAttributes' => [
61 'EntityAttributes' => [
85 'EntityAttributes' => [
96 <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
105 </mdattr:EntityAttributes>
119 'EntityAttributes' => [
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/Assets/
H A DModelDefinitionTest.cpp36 Model::EntityAttributes attributes; in TEST()
53 Model::EntityAttributes attributes; in TEST()
76 Model::EntityAttributes attributes; in TEST()
104 Model::EntityAttributes attributes; in TEST()
130 Model::EntityAttributes attributes; in TEST()
162 Model::EntityAttributes attributes; in TEST()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/docs/
H A Dsimplesamlphp-metadata-extensions-attributes.md24 'EntityAttributes' => array(
40 The `EntityAttributes` key is used to define the attributes in the
41 metadata. Each item in the `EntityAttributes` array defines a new
46 'EntityAttributes' => array(
61 'EntityAttributes' => array(
85 'EntityAttributes' => array(
96 <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
105 </mdattr:EntityAttributes>
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DExtensions.php15 use SAML2\XML\mdattr\EntityAttributes; alias
51 EntityAttributes::NS => [
52 'EntityAttributes' => EntityAttributes::class,
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/XML/mdattr/
H A DEntityAttributes.php15 class EntityAttributes class
63 $e = $doc->createElementNS(EntityAttributes::NS, 'mdattr:EntityAttributes');
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/mdattr/
H A DEntityAttributes.php20 class EntityAttributes class
105 $e = $doc->createElementNS(EntityAttributes::NS, 'mdattr:EntityAttributes');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DExtensions.php9 use SAML2\XML\mdattr\EntityAttributes; alias
34 EntityAttributes::NS => array(
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/
H A DDiscoverableMetadataProvider.h42 class SAML_API EntityAttributes; variable
118 … void discoEntityAttributes(std::string& s, const EntityAttributes& ea, bool& first) const;
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/adfs/lib/IdP/
H A DADFS.php309 if ($config->hasValue('EntityAttributes')) {
310 $metadata['EntityAttributes'] = $config->getArray('EntityAttributes');
/dports/sysutils/sensu-go/sensu-go-5.11.1/api/core/v2/
H A Dcheck_proxy_requests.go31 return js.ParseExpressions(p.EntityAttributes)
H A Dcheck_request_test.go22 p.EntityAttributes = []string{`entity.EntityClass == "proxy"`}
H A Dcheck.pb.go157 return m.EntityAttributes
542 if len(this.EntityAttributes) != len(that1.EntityAttributes) {
545 for i := range this.EntityAttributes {
546 if this.EntityAttributes[i] != that1.EntityAttributes[i] {
1373 if len(m.EntityAttributes) > 0 {
1374 for _, s := range m.EntityAttributes {
2123 this.EntityAttributes = make([]string, v5)
2125 this.EntityAttributes[i] = string(randStringCheck(r))
2447 if len(m.EntityAttributes) > 0 {
2448 for _, s := range m.EntityAttributes {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/schedulerd/
H A Dproxy_check_test.go88 EntityAttributes: tc.entityAttributes,
173 req := &corev2.ProxyRequests{EntityAttributes: expressions}
H A Dproxy_check.go25 results, err := js.MatchEntities(proxyRequest.EntityAttributes, synthesizedEntities)

123