Home
last modified time | relevance | path

Searched refs:TypeFilters (Results 1 – 16 of 16) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/
H A DTypeFilters.h33 class AWS_CLOUDFORMATION_API TypeFilters
36 TypeFilters();
37 TypeFilters(const Aws::Utils::Xml::XmlNode& xmlNode);
38 TypeFilters& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
112 inline TypeFilters& WithCategory(const Category& value) { SetCategory(value); return *this;} in WithCategory()
126 … inline TypeFilters& WithCategory(Category&& value) { SetCategory(std::move(value)); return *this;} in WithCategory()
169 …inline TypeFilters& WithPublisherId(const Aws::String& value) { SetPublisherId(value); return *thi… in WithPublisherId()
176 …inline TypeFilters& WithPublisherId(Aws::String&& value) { SetPublisherId(std::move(value)); retur… in WithPublisherId()
183 inline TypeFilters& WithPublisherId(const char* value) { SetPublisherId(value); return *this;} in WithPublisherId()
214 …inline TypeFilters& WithTypeNamePrefix(const Aws::String& value) { SetTypeNamePrefix(value); retur… in WithTypeNamePrefix()
[all …]
H A DListTypesRequest.h311 inline const TypeFilters& GetFilters() const{ return m_filters; } in GetFilters()
325 …inline void SetFilters(const TypeFilters& value) { m_filtersHasBeenSet = true; m_filters = value; } in SetFilters()
332 …inline void SetFilters(TypeFilters&& value) { m_filtersHasBeenSet = true; m_filters = std::move(va… in SetFilters()
339 … inline ListTypesRequest& WithFilters(const TypeFilters& value) { SetFilters(value); return *this;} in WithFilters()
346 …inline ListTypesRequest& WithFilters(TypeFilters&& value) { SetFilters(std::move(value)); return *… in WithFilters()
476 TypeFilters m_filters;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/source/model/
H A DTypeFilters.cpp23 TypeFilters::TypeFilters() : in TypeFilters() function in Aws::CloudFormation::Model::TypeFilters
31 TypeFilters::TypeFilters(const XmlNode& xmlNode) : in TypeFilters() function in Aws::CloudFormation::Model::TypeFilters
40 TypeFilters& TypeFilters::operator =(const XmlNode& xmlNode) in operator =()
69 void TypeFilters::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, const… in OutputToStream()
88 void TypeFilters::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXmlNavigatorFilter.cs129 private static XmlNavigatorFilter[] TypeFilters; field in System.Xml.Xsl.Runtime.XmlNavTypeFilter
137 TypeFilters = new XmlNavigatorFilter[(int) XPathNodeType.Comment + 1]; in XmlNavTypeFilter()
138 TypeFilters[(int) XPathNodeType.Element] = new XmlNavTypeFilter(XPathNodeType.Element); in XmlNavTypeFilter()
139 TypeFilters[(int) XPathNodeType.Text] = new XmlNavTypeFilter(XPathNodeType.Text); in XmlNavTypeFilter()
140TypeFilters[(int) XPathNodeType.ProcessingInstruction] = new XmlNavTypeFilter(XPathNodeType.Proces… in XmlNavTypeFilter()
141 TypeFilters[(int) XPathNodeType.Comment] = new XmlNavTypeFilter(XPathNodeType.Comment); in XmlNavTypeFilter()
148 Debug.Assert(TypeFilters[(int) nodeType] != null); in Create()
149 return TypeFilters[(int) nodeType]; in Create()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudformation/
H A Dapi_op_ListTypes.go47 Filters *types.TypeFilters
H A Dserializers.go4174 func awsAwsquery_serializeDocumentTypeFilters(v *types.TypeFilters, value query.Value) error { argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudformation/types/
H A Dtypes.go2124 type TypeFilters struct { struct
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go13634 Filters *TypeFilters `type:"structure"`
13727 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
18823 type TypeFilters struct { struct
18852 func (s TypeFilters) String() string { argument
18857 func (s TypeFilters) GoString() string { argument
18862 func (s *TypeFilters) Validate() error { argument
18878 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
18884 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
18890 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go13748 Filters *TypeFilters `type:"structure"`
13841 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
19030 type TypeFilters struct { struct
19059 func (s TypeFilters) String() string { argument
19064 func (s TypeFilters) GoString() string { argument
19069 func (s *TypeFilters) Validate() error { argument
19085 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
19091 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
19097 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go13405 Filters *TypeFilters `type:"structure"`
13498 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
18594 type TypeFilters struct { struct
18623 func (s TypeFilters) String() string { argument
18628 func (s TypeFilters) GoString() string { argument
18633 func (s *TypeFilters) Validate() error { argument
18649 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
18655 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
18661 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go14580 Filters *TypeFilters `type:"structure"`
14681 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
20390 type TypeFilters struct { struct
20423 func (s TypeFilters) String() string { argument
20432 func (s TypeFilters) GoString() string { argument
20437 func (s *TypeFilters) Validate() error { argument
20453 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
20459 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
20465 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go14580 Filters *TypeFilters `type:"structure"`
14681 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
20390 type TypeFilters struct { struct
20423 func (s TypeFilters) String() string { argument
20432 func (s TypeFilters) GoString() string { argument
20437 func (s *TypeFilters) Validate() error { argument
20453 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
20459 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
20465 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go14580 Filters *TypeFilters `type:"structure"`
14681 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
20390 type TypeFilters struct { struct
20423 func (s TypeFilters) String() string { argument
20432 func (s TypeFilters) GoString() string { argument
20437 func (s *TypeFilters) Validate() error { argument
20453 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
20459 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
20465 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go13748 Filters *TypeFilters `type:"structure"`
13841 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
19030 type TypeFilters struct { struct
19059 func (s TypeFilters) String() string { argument
19064 func (s TypeFilters) GoString() string { argument
19069 func (s *TypeFilters) Validate() error { argument
19085 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
19091 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
19097 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go13634 Filters *TypeFilters `type:"structure"`
13727 func (s *ListTypesInput) SetFilters(v *TypeFilters) *ListTypesInput {
18823 type TypeFilters struct { struct
18852 func (s TypeFilters) String() string { argument
18857 func (s TypeFilters) GoString() string { argument
18862 func (s *TypeFilters) Validate() error { argument
18878 func (s *TypeFilters) SetCategory(v string) *TypeFilters { argument
18884 func (s *TypeFilters) SetPublisherId(v string) *TypeFilters { argument
18890 func (s *TypeFilters) SetTypeNamePrefix(v string) *TypeFilters { argument
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorResourceBrowser.as719 UIElement@ filterHolder = browserFilterWindow.GetChild("TypeFilters", true);