Home
last modified time | relevance | path

Searched refs:Namespaces (Results 1 – 25 of 5032) sorted by relevance

12345678910>>...202

/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/
H A DNamespacesMessage.java37 public static final class Namespaces extends class in NamespacesMessage
47 private static final Namespaces defaultInstance;
48 public static Namespaces getDefaultInstance() { in getDefaultInstance()
52 public Namespaces getDefaultInstanceForType() { in getDefaultInstanceForType()
62 private Namespaces( in Namespaces() method in NamespacesMessage.Namespaces
120 public static com.google.protobuf.Parser<Namespaces> PARSER =
121 new com.google.protobuf.AbstractParser<Namespaces>() {
122 public Namespaces parsePartialFrom(
126 return new Namespaces(input, extensionRegistry);
131 public com.google.protobuf.Parser<Namespaces> getParserForType() { in getParserForType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/System.ServiceModel.Syndication/
H A DAtomPub10ServiceDocumentFormatter.cs39 class Namespaces class
47 [XmlRoot ("service", Namespace = Namespaces.AtomPP)]
67 get { return Namespaces.AtomPP; }
105 if (writer.LookupPrefix (Namespaces.Atom10) == null) in WriteContentTo()
106 writer.WriteAttributeString ("xmlns", "a10", Namespaces.Xmlns, Namespaces.Atom10); in WriteContentTo()
108 writer.WriteAttributeString ("xmlns", "app", Namespaces.Xmlns, Version); in WriteContentTo()
112 writer.WriteAttributeString ("xml", "lang", Namespaces.Xml, Document.Language); in WriteContentTo()
124 writer.WriteAttributeString ("xml", "base", Namespaces.Xml, ws.BaseUri.ToString ()); in WriteContentTo()
130 ws.Title.WriteTo (writer, "title", Namespaces.Atom10); in WriteContentTo()
136 writer.WriteAttributeString ("xml", "base", Namespaces.Xml, rc.BaseUri.ToString ()); in WriteContentTo()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/voc/
H A Dvoc.go22 type Namespaces struct { struct
29 func (p *Namespaces) Register(ns Namespace) { argument
43 func (p *Namespaces) ShortIRI(iri string) string { argument
59 func (p *Namespaces) FullIRI(iri string) string { argument
73 func (p *Namespaces) List() (out []Namespace) { argument
86 func (p *Namespaces) Clone() *Namespaces { argument
91 p2 := Namespaces{
101 func (p *Namespaces) CloneTo(p2 *Namespaces) { argument
121 var global Namespaces
153 func Clone() *Namespaces {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
91 Namespaces.push_back(&ND); in check()
96 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
97 Namespaces.back()->getLocation()); in check()
98 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
99 Namespaces.front()->getRBraceLoc()); in check()
101 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
105 Namespaces.clear(); in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
74 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
94 Namespaces.push_back(&ND); in check()
99 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
100 Namespaces.back()->getLocation()); in check()
101 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
102 Namespaces.front()->getRBraceLoc()); in check()
104 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
108 Namespaces.clear(); in check()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
88 Namespaces.push_back(&ND); in check()
93 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
94 Namespaces.back()->getLocation()); in check()
95 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
96 Namespaces.front()->getRBraceLoc()); in check()
98 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
102 Namespaces.clear(); in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
91 Namespaces.push_back(&ND); in check()
96 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
97 Namespaces.back()->getLocation()); in check()
98 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
99 Namespaces.front()->getRBraceLoc()); in check()
101 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
105 Namespaces.clear(); in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
91 Namespaces.push_back(&ND); in check()
96 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
97 Namespaces.back()->getLocation()); in check()
98 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
99 Namespaces.front()->getRBraceLoc()); in check()
101 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
105 Namespaces.clear(); in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
91 Namespaces.push_back(&ND); in check()
96 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
97 Namespaces.back()->getLocation()); in check()
98 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
99 Namespaces.front()->getRBraceLoc()); in check()
101 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
105 Namespaces.clear(); in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
74 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
94 Namespaces.push_back(&ND); in check()
99 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
100 Namespaces.back()->getLocation()); in check()
101 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
102 Namespaces.front()->getRBraceLoc()); in check()
104 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
108 Namespaces.clear(); in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
74 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
94 Namespaces.push_back(&ND); in check()
99 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
100 Namespaces.back()->getLocation()); in check()
101 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
102 Namespaces.front()->getRBraceLoc()); in check()
104 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
108 Namespaces.clear(); in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
88 Namespaces.push_back(&ND); in check()
93 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
94 Namespaces.back()->getLocation()); in check()
95 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
96 Namespaces.front()->getRBraceLoc()); in check()
98 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
102 Namespaces.clear(); in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
88 Namespaces.push_back(&ND); in check()
93 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
94 Namespaces.back()->getLocation()); in check()
95 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
96 Namespaces.front()->getRBraceLoc()); in check()
98 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
102 Namespaces.clear(); in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
88 Namespaces.push_back(&ND); in check()
93 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
94 Namespaces.back()->getLocation()); in check()
95 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
96 Namespaces.front()->getRBraceLoc()); in check()
98 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
102 Namespaces.clear(); in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
91 Namespaces.push_back(&ND); in check()
96 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
97 Namespaces.back()->getLocation()); in check()
98 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
99 Namespaces.front()->getRBraceLoc()); in check()
101 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
105 Namespaces.clear(); in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
71 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
88 Namespaces.push_back(&ND); in check()
93 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
94 Namespaces.back()->getLocation()); in check()
95 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
96 Namespaces.front()->getRBraceLoc()); in check()
98 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
102 Namespaces.clear(); in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp53 Result.append(Namespaces.front()->getName()); in concatNamespaces()
55 std::for_each(std::next(Namespaces.begin()), Namespaces.end(), in concatNamespaces()
74 diag(Namespaces.front()->getBeginLoc(), in reportDiagnostic()
94 Namespaces.push_back(&ND); in check()
99 SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(), in check()
100 Namespaces.back()->getLocation()); in check()
101 SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(), in check()
102 Namespaces.front()->getRBraceLoc()); in check()
104 if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources, in check()
108 Namespaces.clear(); in check()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/configs/
H A Dconfig_linux_test.go12 ns := Namespaces{
25 Namespaces: Namespaces{},
38 Namespaces: Namespaces{{Type: NEWUSER}},
58 Namespaces: Namespaces{},
71 Namespaces: Namespaces{{Type: NEWUSER}},
/dports/textproc/p5-RDFStore/RDFStore-0.51/lib/RDFStore/
H A DSerializer.pm42 $self->{Namespaces} = {};
43 $self->{Namespaces}->{ $RDFStore::Vocabulary::RDF::_Namespace } = 'rdf';
44 $self->{Namespaces}->{ $RDFStore::Vocabulary::RDFS::_Namespace } = 'rdfs';
45 $self->{Namespaces}->{ $RDFStore::Vocabulary::DC::_Namespace } = 'dc';
46 $self->{Namespaces}->{ $RDFStore::Vocabulary::DCQ::_Namespace } = 'dcq';
47 $self->{Namespaces}->{ $RDFStore::Vocabulary::DCT::_Namespace } = 'dct';
48 $self->{Namespaces}->{ $RDFStore::Vocabulary::DAML::_Namespace } = 'daml';
49 $self->{Namespaces}->{ $RDFStore::Vocabulary::RDFStoreContext::_Namespace } = 'rdfstore';
75 $class->{Namespaces}->{ $ns_uri } = $ns_prefix;
81 return $class->{Namespaces}->{ $ns_uri };
/dports/devel/matreshka/matreshka-0.7.0/source/amf/mof/cmof/
H A Damf-internals-cmof_named_elements.adb61 return AMF.CMOF.Namespaces.Collections.Ordered_Set_Of_CMOF_Namespace
76 use type AMF.CMOF.Namespaces.CMOF_Namespace_Access;
78 The_Namespace : AMF.CMOF.Namespaces.CMOF_Namespace_Access
83 AMF.CMOF.Namespaces.Collections.Ordered_Set_Of_CMOF_Namespace
118 return AMF.CMOF.Namespaces.CMOF_Namespace_Access is
121 AMF.CMOF.Namespaces.CMOF_Namespace_Access
169 Namespaces : constant constant
170 AMF.CMOF.Namespaces.Collections.Ordered_Set_Of_CMOF_Namespace
183 for J in 1 .. Namespaces.Length loop
184 Name := Namespaces.Element (J).Get_Name;
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/nomad/api/
H A Dnamespace.go9 type Namespaces struct { struct
14 func (c *Client) Namespaces() *Namespaces { func
15 return &Namespaces{client: c}
19 func (n *Namespaces) List(q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
30 func (n *Namespaces) PrefixList(prefix string, q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
41 func (n *Namespaces) Info(name string, q *QueryOptions) (*Namespace, *QueryMeta, error) { argument
51 func (n *Namespaces) Register(namespace *Namespace, q *WriteOptions) (*WriteMeta, error) { argument
60 func (n *Namespaces) Delete(namespace string, q *WriteOptions) (*WriteMeta, error) { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dnamespace.go9 type Namespaces struct { struct
14 func (c *Client) Namespaces() *Namespaces { func
15 return &Namespaces{client: c}
19 func (n *Namespaces) List(q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
30 func (n *Namespaces) PrefixList(prefix string, q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
41 func (n *Namespaces) Info(name string, q *QueryOptions) (*Namespace, *QueryMeta, error) { argument
51 func (n *Namespaces) Register(namespace *Namespace, q *WriteOptions) (*WriteMeta, error) { argument
60 func (n *Namespaces) Delete(namespace string, q *WriteOptions) (*WriteMeta, error) { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dnamespace.go9 type Namespaces struct { struct
14 func (c *Client) Namespaces() *Namespaces { func
15 return &Namespaces{client: c}
19 func (n *Namespaces) List(q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
30 func (n *Namespaces) PrefixList(prefix string, q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
41 func (n *Namespaces) Info(name string, q *QueryOptions) (*Namespace, *QueryMeta, error) { argument
51 func (n *Namespaces) Register(namespace *Namespace, q *WriteOptions) (*WriteMeta, error) { argument
60 func (n *Namespaces) Delete(namespace string, q *WriteOptions) (*WriteMeta, error) { argument
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/nomad/api/
H A Dnamespace.go9 type Namespaces struct { struct
14 func (c *Client) Namespaces() *Namespaces { func
15 return &Namespaces{client: c}
19 func (n *Namespaces) List(q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
30 func (n *Namespaces) PrefixList(prefix string, q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
41 func (n *Namespaces) Info(name string, q *QueryOptions) (*Namespace, *QueryMeta, error) { argument
51 func (n *Namespaces) Register(namespace *Namespace, q *WriteOptions) (*WriteMeta, error) { argument
60 func (n *Namespaces) Delete(namespace string, q *WriteOptions) (*WriteMeta, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/api/
H A Dnamespace.go9 type Namespaces struct { struct
14 func (c *Client) Namespaces() *Namespaces { func
15 return &Namespaces{client: c}
19 func (n *Namespaces) List(q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
30 func (n *Namespaces) PrefixList(prefix string, q *QueryOptions) ([]*Namespace, *QueryMeta, error) { argument
41 func (n *Namespaces) Info(name string, q *QueryOptions) (*Namespace, *QueryMeta, error) { argument
51 func (n *Namespaces) Register(namespace *Namespace, q *WriteOptions) (*WriteMeta, error) { argument
60 func (n *Namespaces) Delete(namespace string, q *WriteOptions) (*WriteMeta, error) { argument

12345678910>>...202