Home
last modified time | relevance | path

Searched refs:MaxDepth (Results 1 – 25 of 2984) sorted by relevance

12345678910>>...120

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/test/eunit/
H A Dcouch_ejson_size_tests.erl45 arr_nested(MaxDepth) ->
46 arr_nested(MaxDepth, 0).
49 obj_nested(MaxDepth) ->
50 obj_nested(MaxDepth, 0).
61 arr_nested(MaxDepth, MaxDepth) ->
64 arr_nested(MaxDepth, Depth) ->
65 [arr_nested(MaxDepth, Depth + 1)].
68 obj_nested(MaxDepth, MaxDepth) ->
71 obj_nested(MaxDepth, Depth) ->
72 {[{<<"k">>, obj_nested(MaxDepth, Depth + 1)}]}.
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DXmlDictionaryReaderQuotasElement.cs18 [ConfigurationProperty(ConfigurationStrings.MaxDepth, DefaultValue = 0)]
20 public int MaxDepth property in System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
22 get { return (int)base[ConfigurationStrings.MaxDepth]; }
23 set { base[ConfigurationStrings.MaxDepth] = value; }
64 if (this.MaxDepth != 0) in ApplyConfiguration()
66 readerQuotas.MaxDepth = this.MaxDepth; in ApplyConfiguration()
92 if (readerQuotas.MaxDepth != EncoderDefaults.MaxDepth) in InitializeFrom()
94 …SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxDepth, readerQuotas.MaxDepth); … in InitializeFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/
H A DXmlDictionaryReaderQuotasElement.cs133 public int MaxDepth { property in System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
177 if (MaxDepth > 0) in ApplyConfiguration()
178 q.MaxDepth = MaxDepth; in ApplyConfiguration()
191 if (MaxDepth > 0) in ApplyConfiguration()
192 q.MaxDepth = MaxDepth; in ApplyConfiguration()
205 if (q.MaxDepth > 0) in InitializeFrom()
206 MaxDepth = q.MaxDepth; in InitializeFrom()
219 if (q.MaxDepth > 0) in CopyFrom()
220 MaxDepth = q.MaxDepth; in CopyFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Configuration/
H A DByteStreamMessageEncodingElement.cs72 if (oldQuotas.MaxDepth != 0) in ApplyConfiguration()
74 readerQuotas.MaxDepth = oldQuotas.MaxDepth; in ApplyConfiguration()
104 if (readerQuotas.MaxDepth != EncoderDefaults.MaxDepth && readerQuotas.MaxDepth != 0) in InitializeFrom()
106 thisQuotas.MaxDepth = readerQuotas.MaxDepth; in InitializeFrom()
130 thisQuotas.MaxDepth = readerQuotas.MaxDepth; in CopyFrom()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/pretty/
H A Dalign_test.go15 MaxDepth: 3,
43 MaxDepth: 3,
71 MaxDepth: 3,
98 MaxDepth: 3,
116 MaxDepth: 3,
146 MaxDepth: 3,
173 MaxDepth: 3,
197 MaxDepth: 3,
221 MaxDepth: 3,
246 MaxDepth: 3,
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Dradix_sort.hpp33 size_t MaxDepth, typename Iterator, typename Char,
86 if (depth + 1 == MaxDepth) { in radix_sort_CI()
99 radix_sort_CI<MaxDepth>( in radix_sort_CI()
114 size_t MaxDepth, typename Iterator,
123 if (MaxDepth == 0) { in radix_sort_CI()
137 radix_sort_CI<MaxDepth>( in radix_sort_CI()
146 template <typename Type, size_t MaxDepth>
155 thrill::common::radix_sort_CI<MaxDepth>(begin, end, K_, cmp); in operator ()()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/
H A DMaxDepthTest.php15 use Symfony\Component\Serializer\Annotation\MaxDepth; alias
26 new MaxDepth([]);
46 new MaxDepth(['value' => $value]);
51 $maxDepth = new MaxDepth(['value' => 3]);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Serializer/Tests/Annotation/
H A DMaxDepthTest.php15 use Symfony\Component\Serializer\Annotation\MaxDepth; alias
26 new MaxDepth([]);
46 new MaxDepth(['value' => $value]);
51 $maxDepth = new MaxDepth(['value' => 3]);
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/devel/gh/cli-2.4.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/net/storj/storj-1.45.3/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/google/go-cmp/go-cmp-0.3.0/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/deskutils/dstask/dstask-0.24.1/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/google/go-cmp/cmp/
H A Dreport_value.go36 MaxDepth int member
84 assert(r.MaxDepth == 0) // May only be called on leaf nodes
117 if parent.MaxDepth < child.MaxDepth+1 {
118 parent.MaxDepth = child.MaxDepth + 1

12345678910>>...120