Home
last modified time | relevance | path

Searched refs:anys (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/www/kdsoap/kdsoap-1.9.0/unittests/salesforce_wsdl/
H A Dsalesforce_wsdl.cpp81 const QList<KDSoapValue> anys = obj.any(); in testParseComplexReplyWsdl() local
82 QCOMPARE(anys.size(), 2); in testParseComplexReplyWsdl()
83 QCOMPARE(anys[0].name(), QLatin1String("FirstName")); in testParseComplexReplyWsdl()
84 QCOMPARE(anys[0].value().toString(), QLatin1String("Kalle")); in testParseComplexReplyWsdl()
85 QCOMPARE(anys[1].name(), QLatin1String("LastName")); in testParseComplexReplyWsdl()
92 const QList<KDSoapValue> anys = obj.any(); in testParseComplexReplyWsdl() local
93 QCOMPARE(anys.size(), 2); in testParseComplexReplyWsdl()
94 QCOMPARE(anys[0].name(), QLatin1String("FirstName")); in testParseComplexReplyWsdl()
95 QCOMPARE(anys[0].value().toString(), QLatin1String("David")); in testParseComplexReplyWsdl()
96 QCOMPARE(anys[1].name(), QLatin1String("LastName")); in testParseComplexReplyWsdl()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/xds/
H A Dresponse.go11 anys := make([]types.Any, 0, len(resources))
17 anys = append(anys, *any)
24 anys = append(anys, types.Any{
31 Resources: anys,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/xds/
H A Dresponse.go11 anys := make([]types.Any, 0, len(resources))
17 anys = append(anys, *any)
24 anys = append(anys, types.Any{
31 Resources: anys,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/xds/
H A Dresponse.go11 anys := make([]types.Any, 0, len(resources))
17 anys = append(anys, *any)
24 anys = append(anys, types.Any{
31 Resources: anys,
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/xds/
H A Dresponse.go12 anys := make([]*any.Any, 0, len(resources))
18 anys = append(anys, any)
25 anys = append(anys, &any.Any{
32 Resources: anys,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/xds/
H A Dresponse.go12 anys := make([]types.Any, 0, len(resources))
18 anys = append(anys, *any)
25 anys = append(anys, types.Any{
32 Resources: anys,
/dports/sysutils/consul/consul-1.10.3/agent/xds/
H A Dresponse.go14 anys := make([]*any.Any, 0, len(resources))
20 anys = append(anys, any)
27 anys = append(anys, &any.Any{
34 Resources: anys,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/xds/
H A Dresponse.go14 anys := make([]*any.Any, 0, len(resources))
20 anys = append(anys, any)
27 anys = append(anys, &any.Any{
34 Resources: anys,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/xds/
H A Dresponse.go14 anys := make([]*any.Any, 0, len(resources))
20 anys = append(anys, any)
27 anys = append(anys, &any.Any{
34 Resources: anys,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynSequenceImpl.java83 anys = new Any[length]; in initializeComponentsFromAny()
88 anys[i] = DynAnyUtil.extractAnyFromStream(contentType, input, orb); in initializeComponentsFromAny()
91 components[i] = DynAnyUtil.createMostDerivedDynAny(anys[i], orb, false); in initializeComponentsFromAny()
102 anys = new Any[0]; in initializeComponentsFromTypeCode()
177 System.arraycopy(anys, 0, newAnys, 0, oldLength); in set_length()
179 anys = newAnys; in set_length()
196 System.arraycopy(anys, 0, newAnys, 0, len); in set_length()
204 anys = newAnys; in set_length()
H A DDynAnyCollectionImpl.java49 Any[] anys = null; field in DynAnyCollectionImpl
77 anys[i] = getAny(components[i]); in createDefaultComponentAt()
114 return (checkInitComponents() ? anys : null); in get_elements()
136 anys = value; in set_elements()
183 anys = new Any[value.length]; in set_elements_as_dyn_any()
194 anys[i] = getAny(value[i]); in set_elements_as_dyn_any()
H A DDynArrayImpl.java77 anys = new Any[length]; in initializeComponentsFromAny()
82 anys[i] = DynAnyUtil.extractAnyFromStream(contentType, input, orb); in initializeComponentsFromAny()
85 components[i] = DynAnyUtil.createMostDerivedDynAny(anys[i], orb, false); in initializeComponentsFromAny()
103 anys = new Any[length]; in initializeComponentsFromTypeCode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynSequenceImpl.java83 anys = new Any[length]; in initializeComponentsFromAny()
88 anys[i] = DynAnyUtil.extractAnyFromStream(contentType, input, orb); in initializeComponentsFromAny()
91 components[i] = DynAnyUtil.createMostDerivedDynAny(anys[i], orb, false); in initializeComponentsFromAny()
102 anys = new Any[0]; in initializeComponentsFromTypeCode()
177 System.arraycopy(anys, 0, newAnys, 0, oldLength); in set_length()
179 anys = newAnys; in set_length()
196 System.arraycopy(anys, 0, newAnys, 0, len); in set_length()
204 anys = newAnys; in set_length()
H A DDynAnyCollectionImpl.java49 Any[] anys = null; field in DynAnyCollectionImpl
77 anys[i] = getAny(components[i]); in createDefaultComponentAt()
114 return (checkInitComponents() ? anys : null); in get_elements()
136 anys = value; in set_elements()
183 anys = new Any[value.length]; in set_elements_as_dyn_any()
194 anys[i] = getAny(value[i]); in set_elements_as_dyn_any()
H A DDynArrayImpl.java77 anys = new Any[length]; in initializeComponentsFromAny()
82 anys[i] = DynAnyUtil.extractAnyFromStream(contentType, input, orb); in initializeComponentsFromAny()
85 components[i] = DynAnyUtil.createMostDerivedDynAny(anys[i], orb, false); in initializeComponentsFromAny()
103 anys = new Any[length]; in initializeComponentsFromTypeCode()
/dports/sysutils/sensu-go/sensu-go-5.11.1/types/dynamic/
H A Dutil.go131 anys := make([]anyT, 0, len(m))
133 anys = append(anys, anyT{Name: key, Any: any})
135 sort.Slice(anys, func(i, j int) bool {
136 return anys[i].Name < anys[j].Name
138 return anys
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/impl/
H A DEncryptionSchemaValidators.cpp78 const vector<XMLObject*>& anys=ptr->getUnknownXMLObjects(); variable
79 for_each(anys.begin(),anys.end(),checkWildcardNS());
88 const vector<XMLObject*>& anys=ptr->getUnknownXMLObjects(); variable
89 for_each(anys.begin(),anys.end(),checkWildcardNS());
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ucb/
H A DXFetchProviderForContentAccess.idl38 FetchResult::Rows contains a sequence of anys. Each
39 of these anys contains a string.
61 FetchResult::Rows contains a sequence of anys. Each
62 of these anys contains an XContentIdentifier.
83 FetchResult::Rows contains a sequence of anys. Each
84 of these anys contains an XContent.
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/ucb/
H A DXFetchProviderForContentAccess.idl38 FetchResult::Rows contains a sequence of anys. Each
39 of these anys contains a string.
61 FetchResult::Rows contains a sequence of anys. Each
62 of these anys contains an XContentIdentifier.
83 FetchResult::Rows contains a sequence of anys. Each
84 of these anys contains an XContent.
/dports/astro/kstars/kstars-3.5.6/po/ca/docs/kstars/
H A Dleapyear.docbook31 …i ignorem aquest excedent al final de cada any, aleshores amb el pas dels anys, la data del calend…
33 >De fet, anteriorment tots els anys <emphasis
42 >anys bixests</firstterm
43 > del món. Es decretà que un de cada 4 anys tindria 366 dies, de manera que la durada d'un any era …
49 >) només són bixests si a més són divisibles entre 400. De manera que els anys 1700, 1800 i 1900 no…
51 … I encara resta una petita deriva, però tan sols és de 3 dies cada 10.000 anys. El calendari grego…
54 …ndari gregorià, el calendari julià havia estat emprat durant més de 1.500 anys, i la data havia de…
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoSchemaValidators.cpp128 const vector<XMLObject*>& anys=ptr->getUnknownXMLObjects(); variable
129 for_each(anys.begin(),anys.end(),checkWildcardNS());
143 const vector<XMLObject*>& anys=ptr->getUnknownXMLObjects(); variable
144 for_each(anys.begin(),anys.end(),checkWildcardNS());
/dports/devel/R-cran-BH/BH/inst/include/boost/any/
H A Dfwd.hpp22 namespace anys { namespace
33 …struct is_basic_any<boost::anys::basic_any<OptimizeForSize, OptimizeForAlignment> > : public true_…
H A Dbasic_any.hpp39 namespace anys { namespace
212 !anys::detail::is_basic_any<ValueType>::value, in basic_any()
251 !anys::detail::is_basic_any<DecayedType>::value, in basic_any()
303 !anys::detail::is_basic_any<ValueType>::value, in operator =()
341 …(!anys::detail::is_basic_any<DecayedType>::value || boost::is_same<DecayedType, basic_any>::value), in operator =()
475 using boost::anys::any_cast;
476 using boost::anys::unsafe_any_cast;
/dports/devel/R-cran-BH/BH/inst/include/boost/
H A Dany.hpp52 !anys::detail::is_basic_any<ValueType>::value, in any()
78 !anys::detail::is_basic_any<typename boost::decay<ValueType>::type>::value, in any()
105 !anys::detail::is_basic_any<ValueType>::value, in operator =()
138 !anys::detail::is_basic_any<typename boost::decay<ValueType>::type>::value, in operator =()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart2/
H A DXAnyDescriptionAccess.idl42 a sequence of sequences of anys representing the descriptions
53 a sequence of sequences of anys representing the descriptions of all
64 a sequence of sequences of anys representing the descriptions
75 a sequence of sequences of anys which represent the descriptions of

12345678910>>...21