Home
last modified time | relevance | path

Searched refs:expectedType (Results 1 – 25 of 1987) sorted by relevance

12345678910>>...80

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/test/Apache.Arrow.Tests/
H A DArrayTypeComparer.cs34 public ArrayTypeComparer(IArrowType expectedType) in ArrayTypeComparer() argument
36 Debug.Assert(expectedType != null); in ArrayTypeComparer()
37 _expectedType = expectedType; in ArrayTypeComparer()
53 var expectedType = (Date32Type)_expectedType; in Visit()
61 var expectedType = (Date64Type)_expectedType; in Visit()
69 var expectedType = (Time32Type)_expectedType; in Visit()
77 var expectedType = (Time64Type)_expectedType; in Visit()
93 var expectedType = (ListType)_expectedType; in Visit()
95 CompareNested(expectedType, actualType); in Visit()
101 var expectedType = (StructType)_expectedType; in Visit()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/csharp/test/Apache.Arrow.Tests/
H A DArrayTypeComparer.cs34 public ArrayTypeComparer(IArrowType expectedType) in ArrayTypeComparer() argument
36 Debug.Assert(expectedType != null); in ArrayTypeComparer()
37 _expectedType = expectedType; in ArrayTypeComparer()
53 var expectedType = (Date32Type)_expectedType; in Visit()
61 var expectedType = (Date64Type)_expectedType; in Visit()
69 var expectedType = (Time32Type)_expectedType; in Visit()
77 var expectedType = (Time64Type)_expectedType; in Visit()
93 var expectedType = (ListType)_expectedType; in Visit()
95 CompareNested(expectedType, actualType); in Visit()
101 var expectedType = (StructType)_expectedType; in Visit()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/ldap.v3/
H A Dfilter_test.go14 expectedType int member
22 expectedType: FilterAnd,
27 expectedType: FilterOr,
32 expectedType: FilterNot,
42 expectedType: FilterSubstrings,
47 expectedType: FilterSubstrings,
99 expectedType: FilterPresent,
124 expectedType: 0,
130 expectedType: 0,
136 expectedType: 0,
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/gopkg.in/ldap.v2/
H A Dfilter_test.go15 expectedType int member
23 expectedType: ldap.FilterAnd,
28 expectedType: ldap.FilterOr,
33 expectedType: ldap.FilterNot,
43 expectedType: ldap.FilterSubstrings,
48 expectedType: ldap.FilterSubstrings,
100 expectedType: ldap.FilterPresent,
125 expectedType: 0,
131 expectedType: 0,
137 expectedType: 0,
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/gopkg.in/ldap.v2/
H A Dfilter_test.go15 expectedType int member
23 expectedType: ldap.FilterAnd,
28 expectedType: ldap.FilterOr,
33 expectedType: ldap.FilterNot,
43 expectedType: ldap.FilterSubstrings,
48 expectedType: ldap.FilterSubstrings,
100 expectedType: ldap.FilterPresent,
125 expectedType: 0,
131 expectedType: 0,
137 expectedType: 0,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/
H A Dfilter_test.go14 expectedType int member
22 expectedType: FilterAnd,
27 expectedType: FilterOr,
32 expectedType: FilterNot,
42 expectedType: FilterSubstrings,
47 expectedType: FilterSubstrings,
99 expectedType: FilterPresent,
124 expectedType: 0,
130 expectedType: 0,
136 expectedType: 0,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/v3/
H A Dfilter_test.go14 expectedType int member
22 expectedType: FilterAnd,
27 expectedType: FilterOr,
32 expectedType: FilterNot,
42 expectedType: FilterSubstrings,
47 expectedType: FilterSubstrings,
99 expectedType: FilterPresent,
124 expectedType: 0,
130 expectedType: 0,
136 expectedType: 0,
[all …]
/dports/devel/py-jep/jep-3.9.1/src/main/c/Jep/
H A Dconvert_p2j.c334 raiseTypeError(env, pyobject, expectedType); in pystring_as_jobject()
392 raiseTypeError(env, pyobject, expectedType); in pybool_as_jobject()
416 raiseTypeError(env, pyobject, expectedType); in pyunicode_as_jobject()
474 raiseTypeError(env, pyobject, expectedType); in pylong_as_jobject()
535 raiseTypeError(env, pyobject, expectedType); in pyfloat_as_jobject()
571 jclass expectedType) in pyfastsequence_as_jobject() argument
683 raiseTypeError(env, pyseq, expectedType); in pyfastsequence_as_jobject()
737 raiseTypeError(env, pydict, expectedType); in pydict_as_jobject()
797 jclass expectedType) in PyCallable_as_functional_interface() argument
814 expectedType); in PyCallable_as_functional_interface()
[all …]
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Exception/
H A DInvalidArgumentException.php35 * @param string|string[] $expectedType Expected type
38 public static function invalidType($name, $value, $expectedType) argument
40 if (is_array($expectedType)) {
41 switch (count($expectedType)) {
43 $typeString = array_pop($expectedType);
47 $typeString = implode('" or "', $expectedType);
51 $lastType = array_pop($expectedType);
52 $typeString = sprintf('%s", or "%s', implode('", "', $expectedType), $lastType);
56 $expectedType = $typeString;
59 …tatic(sprintf('Expected %s to have type "%s" but found "%s"', $name, $expectedType, get_debug_type…
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php241 * @param null|string $expectedType
252 if ($expectedType !== null) {
260 $this->ensureExpectedType($token, $expectedType);
270 $this->ensureExpectedType($token, $expectedType);
274 $this->ensureExpectedType($token, $expectedType);
287 … if ($expectedType !== null && $expectedType !== PdfIndirectObject::class) {
321 if ($expectedType !== null && $expectedType !== PdfNumeric::class) {
340 if ($expectedType !== null && $expectedType !== PdfToken::class) {
358 * @param string|null $expectedType
362 private function ensureExpectedType($token, $expectedType) argument
[all …]
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/
H A DPdfParser.php241 * @param null|string $expectedType
252 if ($expectedType !== null) {
260 $this->ensureExpectedType($token, $expectedType);
270 $this->ensureExpectedType($token, $expectedType);
274 $this->ensureExpectedType($token, $expectedType);
288 … if ($expectedType !== null && $expectedType !== PdfIndirectObject::class) {
320 if ($expectedType !== null && $expectedType !== PdfNumeric::class) {
338 if ($expectedType !== null && $expectedType !== PdfToken::class) {
355 * @param string|null $expectedType
359 private function ensureExpectedType($token, $expectedType) argument
[all …]
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/
H A DPdfParser.php241 * @param null|string $expectedType
252 if ($expectedType !== null) {
260 $this->ensureExpectedType($token, $expectedType);
270 $this->ensureExpectedType($token, $expectedType);
274 $this->ensureExpectedType($token, $expectedType);
287 … if ($expectedType !== null && $expectedType !== PdfIndirectObject::class) {
321 if ($expectedType !== null && $expectedType !== PdfNumeric::class) {
340 if ($expectedType !== null && $expectedType !== PdfToken::class) {
358 * @param string|null $expectedType
362 private function ensureExpectedType($token, $expectedType) argument
[all …]
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/
H A DPdfParser.php241 * @param null|string $expectedType
252 if ($expectedType !== null) {
260 $this->ensureExpectedType($token, $expectedType);
270 $this->ensureExpectedType($token, $expectedType);
274 $this->ensureExpectedType($token, $expectedType);
288 … if ($expectedType !== null && $expectedType !== PdfIndirectObject::class) {
320 if ($expectedType !== null && $expectedType !== PdfNumeric::class) {
338 if ($expectedType !== null && $expectedType !== PdfToken::class) {
355 * @param string|null $expectedType
359 private function ensureExpectedType($token, $expectedType) argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dacknowledgement_test.go114 expectedType := "*api.Acknowledgement"
115 if actualType.String() != expectedType {
181 expectedType := "*api.Acknowledgement"
182 if actualType.String() != expectedType {
212 expectedType := "*[]api.Acknowledgement"
213 if actualType.String() != expectedType {
268 expectedType := "*api.Acknowledgement"
269 if actualType.String() != expectedType {
309 expectedType := "*api.Acknowledgement"
310 if actualType.String() != expectedType {
[all …]
H A Dalert_test.go100 expectedType := "*api.Alert"
101 if actualType.String() != expectedType {
167 expectedType := "*api.Alert"
168 if actualType.String() != expectedType {
198 expectedType := "*[]api.Alert"
199 if actualType.String() != expectedType {
229 expectedType := "*[]api.Alert"
230 if actualType.String() != expectedType {
244 expectedType := "*[]api.Alert"
259 expectedType := "*[]api.Alert"
[all …]
H A Duser_test.go116 expectedType := "*api.User"
117 if actualType.String() != expectedType {
131 expectedType := "*api.User"
132 if actualType.String() != expectedType {
159 expectedType := "*api.User"
160 if actualType.String() != expectedType {
190 expectedType := "*[]api.User"
191 if actualType.String() != expectedType {
246 expectedType := "*api.User"
279 expectedType := "*[]api.User"
[all …]
H A Dmetric_cluster_test.go119 expectedType := "*api.MetricCluster"
120 if actualType.String() != expectedType {
189 expectedType := "*api.MetricCluster"
246 expectedType := "*[]api.MetricCluster"
260 expectedType := "*[]api.MetricCluster"
274 expectedType := "*[]api.MetricCluster"
328 expectedType := "*api.MetricCluster"
372 expectedType := "*api.MetricCluster"
520 expectedType := "*[]api.MetricCluster"
534 expectedType := "*[]api.MetricCluster"
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/circonus-labs/circonus-gometrics/circonus-gometrics-2.2.4/api/
H A Dacknowledgement_test.go114 expectedType := "*api.Acknowledgement"
115 if actualType.String() != expectedType {
181 expectedType := "*api.Acknowledgement"
182 if actualType.String() != expectedType {
212 expectedType := "*[]api.Acknowledgement"
213 if actualType.String() != expectedType {
268 expectedType := "*api.Acknowledgement"
269 if actualType.String() != expectedType {
309 expectedType := "*api.Acknowledgement"
310 if actualType.String() != expectedType {
[all …]
H A Duser_test.go116 expectedType := "*api.User"
117 if actualType.String() != expectedType {
131 expectedType := "*api.User"
132 if actualType.String() != expectedType {
159 expectedType := "*api.User"
160 if actualType.String() != expectedType {
190 expectedType := "*[]api.User"
191 if actualType.String() != expectedType {
246 expectedType := "*api.User"
279 expectedType := "*[]api.User"
[all …]
H A Dalert_test.go100 expectedType := "*api.Alert"
101 if actualType.String() != expectedType {
167 expectedType := "*api.Alert"
168 if actualType.String() != expectedType {
198 expectedType := "*[]api.Alert"
199 if actualType.String() != expectedType {
229 expectedType := "*[]api.Alert"
230 if actualType.String() != expectedType {
244 expectedType := "*[]api.Alert"
259 expectedType := "*[]api.Alert"
[all …]
H A Dmetric_cluster_test.go119 expectedType := "*api.MetricCluster"
120 if actualType.String() != expectedType {
189 expectedType := "*api.MetricCluster"
246 expectedType := "*[]api.MetricCluster"
260 expectedType := "*[]api.MetricCluster"
274 expectedType := "*[]api.MetricCluster"
328 expectedType := "*api.MetricCluster"
372 expectedType := "*api.MetricCluster"
520 expectedType := "*[]api.MetricCluster"
534 expectedType := "*[]api.MetricCluster"
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dacknowledgement_test.go114 expectedType := "*api.Acknowledgement"
115 if actualType.String() != expectedType {
181 expectedType := "*api.Acknowledgement"
182 if actualType.String() != expectedType {
212 expectedType := "*[]api.Acknowledgement"
213 if actualType.String() != expectedType {
268 expectedType := "*api.Acknowledgement"
269 if actualType.String() != expectedType {
309 expectedType := "*api.Acknowledgement"
310 if actualType.String() != expectedType {
[all …]
H A Duser_test.go116 expectedType := "*api.User"
117 if actualType.String() != expectedType {
131 expectedType := "*api.User"
132 if actualType.String() != expectedType {
159 expectedType := "*api.User"
160 if actualType.String() != expectedType {
190 expectedType := "*[]api.User"
191 if actualType.String() != expectedType {
246 expectedType := "*api.User"
279 expectedType := "*[]api.User"
[all …]
H A Dalert_test.go100 expectedType := "*api.Alert"
101 if actualType.String() != expectedType {
167 expectedType := "*api.Alert"
168 if actualType.String() != expectedType {
198 expectedType := "*[]api.Alert"
199 if actualType.String() != expectedType {
229 expectedType := "*[]api.Alert"
230 if actualType.String() != expectedType {
244 expectedType := "*[]api.Alert"
259 expectedType := "*[]api.Alert"
[all …]
H A Dmetric_cluster_test.go119 expectedType := "*api.MetricCluster"
120 if actualType.String() != expectedType {
189 expectedType := "*api.MetricCluster"
246 expectedType := "*[]api.MetricCluster"
260 expectedType := "*[]api.MetricCluster"
274 expectedType := "*[]api.MetricCluster"
328 expectedType := "*api.MetricCluster"
372 expectedType := "*api.MetricCluster"
520 expectedType := "*[]api.MetricCluster"
534 expectedType := "*[]api.MetricCluster"
[all …]

12345678910>>...80