Home
last modified time | relevance | path

Searched refs:foundVal (Results 1 – 15 of 15) sorted by relevance

/dports/net/termshark/termshark-2.1.1/vendor/github.com/adam-hanna/arrayOperations/
H A DarrayOperations_unit_test.go527 foundVal := false
530 foundVal = true
535 if !foundVal {
559 foundVal := false
562 foundVal = true
567 if !foundVal {
591 foundVal := false
594 foundVal = true
599 if !foundVal {
/dports/net/concourse-fly/concourse-6.7.1/vars/
H A Dtemplate.go98 foundVal, found, err := tracker.Get(name)
106 return foundVal, nil
109 switch foundVal.(type) {
111 foundValStr := fmt.Sprintf("%v", foundVal)
116 Value: foundVal,
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/keyservice/
H A Dserver_test.go73 foundVal := *foundCtx[k]
74 …assert.Equalf(t, expected, foundVal, "Context key '%s' value '%s' does not match expected value '%…
/dports/net/bosh-cli/bosh-cli-5.5.0/director/template/
H A Dtemplate.go123 foundVal, found, err := varsLookup.Get(name)
131 return foundVal, nil
134 switch foundVal.(type) {
136 foundValStr := fmt.Sprintf("%v", foundVal)
141 return nil, fmt.Errorf(errMsg, foundVal, foundVal, name)
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/github.com/cloudfoundry/bosh-cli/director/template/
H A Dtemplate.go123 foundVal, found, err := varsLookup.Get(name)
131 return foundVal, nil
134 switch foundVal.(type) {
136 foundValStr := fmt.Sprintf("%v", foundVal)
141 return nil, fmt.Errorf(errMsg, foundVal, foundVal, name)
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/cppforlife/go-patch/patch/
H A Dtest_op.go41 foundVal, err := FindOp{Path: op.Path}.Apply(doc)
46 if !reflect.DeepEqual(foundVal, op.Value) {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dclient_side_encryption_prose_test.go149 foundVal := resBytes.Lookup("value").StringValue()
150 assert.Equal(mt, tc.value, foundVal, "expected value %v, got %v", tc.value, foundVal)
510 foundVal := foundDoc.Lookup(expectedKey).Document().Lookup("value")
517 assert.True(mt, expectedVal.Equal(foundVal),
518 "expected value %v for key %v, got %v", expectedVal, expectedKey, foundVal)
521 assert.False(mt, expectedVal.Equal(foundVal),
531 sub, data = foundVal.Binary()
542 assert.True(mt, corpusVal.Equal(foundVal),
543 "expected value %v for key %v, got %v", corpusVal, expectedKey, foundVal)
/dports/biology/lamarc/lamarc-2.1.8/src/postlike/
H A Dprofile.cpp355 double foundVal = closestFoundValAndLike->first; in DoHalfTheProfile() local
365 foundVal = foundLikesForVals.rbegin()->first; in DoHalfTheProfile()
371 foundVal = foundLikesForVals.begin()->first; in DoHalfTheProfile()
377 string warning = messagesForVals.find(foundVal)->second; in DoHalfTheProfile()
384 " (when it equals " + ToString(foundVal) + in DoHalfTheProfile()
391 localprofile.profilevalue = foundVal; in DoHalfTheProfile()
393 localprofile.profparam = foundVecsForVals.find(foundVal)->second; in DoHalfTheProfile()
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dclient_side_encryption_prose_test.go150 foundVal := resBytes.Lookup("value").StringValue()
151 assert.Equal(mt, tc.value, foundVal, "expected value %v, got %v", tc.value, foundVal)
511 foundVal := foundDoc.Lookup(expectedKey).Document().Lookup("value")
518 assert.True(mt, expectedVal.Equal(foundVal),
519 "expected value %v for key %v, got %v", expectedVal, expectedKey, foundVal)
522 assert.False(mt, expectedVal.Equal(foundVal),
532 sub, data = foundVal.Binary()
543 assert.True(mt, corpusVal.Equal(foundVal),
544 "expected value %v for key %v, got %v", corpusVal, expectedKey, foundVal)
/dports/net/savvycan/SavvyCAN-1.0.245/dbc/
H A Ddbc_classes.cpp202 bool foundVal = false; in makePrettyOutput() local
208 foundVal = true; in makePrettyOutput()
212 if (!foundVal) outputString += QString::number(intVal) + unitName; in makePrettyOutput()
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dclient_side_encryption_prose_test.go173 foundVal := resBytes.Lookup("value").StringValue()
174 … assert.Equal(mt, valueToEncrypt, foundVal, "expected value %v, got %v", valueToEncrypt, foundVal)
550 foundVal := foundDoc.Lookup(expectedKey).Document().Lookup("value")
557 assert.True(mt, expectedVal.Equal(foundVal),
558 "expected value %v for key %v, got %v", expectedVal, expectedKey, foundVal)
561 assert.False(mt, expectedVal.Equal(foundVal),
571 sub, data = foundVal.Binary()
582 assert.True(mt, corpusVal.Equal(foundVal),
583 "expected value %v for key %v, got %v", corpusVal, expectedKey, foundVal)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dclient_side_encryption_prose_test.go172 foundVal := resBytes.Lookup("value").StringValue()
173 … assert.Equal(mt, valueToEncrypt, foundVal, "expected value %v, got %v", valueToEncrypt, foundVal)
549 foundVal := foundDoc.Lookup(expectedKey).Document().Lookup("value")
556 assert.True(mt, expectedVal.Equal(foundVal),
557 "expected value %v for key %v, got %v", expectedVal, expectedKey, foundVal)
560 assert.False(mt, expectedVal.Equal(foundVal),
570 sub, data = foundVal.Binary()
581 assert.True(mt, corpusVal.Equal(foundVal),
582 "expected value %v for key %v, got %v", corpusVal, expectedKey, foundVal)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/system/shared/
H A Deditor_utils.py266 foundVal = properties.get(key, None)
267 if foundVal != None:
268 result[key] = val == foundVal
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/
H A Dvellum_test.go202 foundVal, ok := got[dataset[i]]
207 if foundVal != randomThousandVals[i] {
208 t.Fatalf("expected value %d for key %s, but got %d", randomThousandVals[i], dataset[i], foundVal)
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1402 double foundVal = begin->mainValue(); in updateStat() local
1404 if (qIsNaN(foundVal)) in updateStat()
1424 valueBox->setText(func(foundVal)); in updateStat()