Home
last modified time | relevance | path

Searched refs:sourceVal (Results 1 – 25 of 90) sorted by relevance

1234

/dports/sysutils/sensu-go/sensu-go-5.11.1/graphql/
H A Dresolvers.go139 sourceVal := reflect.ValueOf(source)
140 if sourceVal.IsValid() && sourceVal.Type().Kind() == reflect.Ptr {
141 sourceVal = sourceVal.Elem()
143 if !sourceVal.IsValid() {
148 if sourceVal.Type().Kind() == reflect.Struct {
149 _, val, err := findFieldInStruct(sourceVal, fieldName)
/dports/www/pear-Horde_Form/Horde_Form-2.0.20/lib/Horde/Form/Action/
H A DConditionalSetValue.php39 function setValues(&$vars, $sourceVal, $arrayVal = false) argument
46 if (is_array($sourceVal)) {
47 foreach ($sourceVal as $val) {
55 if (!empty($map[$sourceVal])) {
56 $vars->set($target, $map[$sourceVal]);
H A Dupdatefield.php34 function setValues(&$vars, $sourceVal, $arrayVal = false) argument
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86PushRegisters.ML546 (sourceVal, sourceCodePost @ sourceCodePre)
556 case sourceVal of
1032 val (sourceVal, sourceCode) = mapSrcReg source
1104 val (sourceVal, sourceCode) = mapSrcReg source
1113 val (sourceVal, sourceCode) = mapSrcReg source
1198 val (sourceVal, sourceCode) = mapSrcReg source
1254 val (sourceVal, sourceCode) = mapSrcReg source
1256 val _ = setFloatCache(dest, sourceVal)
1297 val (sourceVal, sourceCode) = mapSrcReg source
1311 val (sourceVal, sourceCode) = mapSrcReg source
[all …]
/dports/net-p2p/jigdo/jigdo-0.7.3/src/job/
H A Dmakeimagedl.hh446 DataSource* sourceVal; member in Job::MakeImageDl::Child
509 sourceVal = src; in init()
541 return sourceVal; in source()
545 delete sourceVal; in deleteSource()
546 sourceVal = 0; in deleteSource()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dexecutor.go835 sourceVal := reflect.ValueOf(p.Source)
837 if resolver, ok := sourceVal.Interface().(FieldResolver); ok {
842 if sourceVal.IsValid() && sourceVal.Type().Kind() == reflect.Ptr {
843 sourceVal = sourceVal.Elem()
845 if !sourceVal.IsValid() {
849 if sourceVal.Type().Kind() == reflect.Struct {
850 for i := 0; i < sourceVal.NumField(); i++ {
851 valueField := sourceVal.Field(i)
852 typeField := sourceVal.Type().Field(i)
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Dexecutor.go830 sourceVal := reflect.ValueOf(p.Source)
831 if sourceVal.IsValid() && sourceVal.Type().Kind() == reflect.Ptr {
832 sourceVal = sourceVal.Elem()
834 if !sourceVal.IsValid() {
837 if sourceVal.Type().Kind() == reflect.Struct {
838 for i := 0; i < sourceVal.NumField(); i++ {
839 valueField := sourceVal.Field(i)
840 typeField := sourceVal.Type().Field(i)
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dexecutor.go941 sourceVal := reflect.ValueOf(p.Source)
943 if resolver, ok := sourceVal.Interface().(FieldResolver); ok {
948 if sourceVal.IsValid() && sourceVal.Type().Kind() == reflect.Ptr {
949 sourceVal = sourceVal.Elem()
951 if !sourceVal.IsValid() {
955 if sourceVal.Type().Kind() == reflect.Struct {
956 for i := 0; i < sourceVal.NumField(); i++ {
957 valueField := sourceVal.Field(i)
958 typeField := sourceVal.Type().Field(i)
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A Dgraph.c2765 sourceVal = in commonNodeReads()
2775 sourceVal = in commonNodeReads()
3134 sourceVal = sourcePtr->readID; in spreadReadIDs()
3140 if (sourceVal < targetVal) { in spreadReadIDs()
3141 mergePtr->readID = sourceVal; in spreadReadIDs()
3149 mergePtr->readID = sourceVal; in spreadReadIDs()
3253 sourceVal = sourcePtr->readID; in injectShortReads()
3258 if (sourceVal < targetVal) { in injectShortReads()
3259 mergePtr->readID = sourceVal; in injectShortReads()
3380 IDnum sourceVal = 0; in foldSymmetricalNodeReads() local
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/fmhash/
H A Dfmhash.c152 hash_wrapper2(struct svar *__restrict__ const sourceVal in hash_wrapper2() argument
167 hashStr = (char*)var2CString(sourceVal, &freeHashStr); in hash_wrapper2()
180 hash_wrapper3(struct svar *__restrict__ const sourceVal, struct svar *__restrict__ const modVal in hash_wrapper3() argument
197 CHKiRet((hcontext->hash_wrapper_1_2(sourceVal, seedVal, hcontext, xhash))); in hash_wrapper3()
/dports/biology/velvet/velvet_1.2.10/src/
H A Dgraph.c2968 sourceVal = in commonNodeReads()
2978 sourceVal = in commonNodeReads()
3337 sourceVal = sourcePtr->readID; in spreadReadIDs()
3343 if (sourceVal < targetVal) { in spreadReadIDs()
3344 mergePtr->readID = sourceVal; in spreadReadIDs()
3352 mergePtr->readID = sourceVal; in spreadReadIDs()
3456 sourceVal = sourcePtr->readID; in injectShortReads()
3461 if (sourceVal < targetVal) { in injectShortReads()
3462 mergePtr->readID = sourceVal; in injectShortReads()
3583 IDnum sourceVal = 0; in foldSymmetricalNodeReads() local
[all …]
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A Dgraph.c3173 sourceVal = in commonNodeReads()
3183 sourceVal = in commonNodeReads()
3542 sourceVal = sourcePtr->readID; in spreadReadIDs()
3548 if (sourceVal < targetVal) { in spreadReadIDs()
3549 mergePtr->readID = sourceVal; in spreadReadIDs()
3557 mergePtr->readID = sourceVal; in spreadReadIDs()
3661 sourceVal = sourcePtr->readID; in injectShortReads()
3666 if (sourceVal < targetVal) { in injectShortReads()
3667 mergePtr->readID = sourceVal; in injectShortReads()
3788 IDnum sourceVal = 0; in foldSymmetricalNodeReads() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DStringPrototype.cpp258 return sourceVal; in jsSpliceSubstringsWithSeparators()
300 JSString* sourceVal = thisValue.toThisJSString(exec); in stringProtoFuncReplace() local
311 const UString& source = sourceVal->value(exec); in stringProtoFuncReplace()
357 cachedCall.setArgument(i++, sourceVal); in stringProtoFuncReplace()
404 args.append(sourceVal); in stringProtoFuncReplace()
434 return JSValue::encode(sourceVal); in stringProtoFuncReplace()
439 …return JSValue::encode(jsSpliceSubstringsWithSeparators(exec, sourceVal, source, sourceRanges.data… in stringProtoFuncReplace()
447 … return JSValue::encode(sourceVal->replaceCharacter(exec, patternString[0], replacementString)); in stringProtoFuncReplace()
449 const UString& source = sourceVal->value(exec); in stringProtoFuncReplace()
453 return JSValue::encode(sourceVal); in stringProtoFuncReplace()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclsyntax/
H A Dexpression.go1393 sourceVal, diags := e.Source.Value(ctx)
1404 sourceTy := sourceVal.Type()
1412 if sourceVal.IsNull() {
1436 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1437 sourceTy = sourceVal.Type()
1470 if !sourceVal.IsKnown() {
1481 sourceVal, marks := sourceVal.Unmark()
1482 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1483 it := sourceVal.ElementIterator()
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/hcl/v2/hclsyntax/
H A Dexpression.go1360 sourceVal, diags := e.Source.Value(ctx)
1371 sourceTy := sourceVal.Type()
1379 if sourceVal.IsNull() {
1403 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1404 sourceTy = sourceVal.Type()
1437 if !sourceVal.IsKnown() {
1448 sourceVal, marks := sourceVal.Unmark()
1449 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1450 it := sourceVal.ElementIterator()
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclsyntax/
H A Dexpression.go1393 sourceVal, diags := e.Source.Value(ctx)
1404 sourceTy := sourceVal.Type()
1412 if sourceVal.IsNull() {
1436 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1437 sourceTy = sourceVal.Type()
1470 if !sourceVal.IsKnown() {
1481 sourceVal, marks := sourceVal.Unmark()
1482 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1483 it := sourceVal.ElementIterator()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/hcl/v2/hclsyntax/
H A Dexpression.go1393 sourceVal, diags := e.Source.Value(ctx)
1404 sourceTy := sourceVal.Type()
1412 if sourceVal.IsNull() {
1436 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1437 sourceTy = sourceVal.Type()
1470 if !sourceVal.IsKnown() {
1481 sourceVal, marks := sourceVal.Unmark()
1482 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1483 it := sourceVal.ElementIterator()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/
H A Dexpression.go1227 sourceVal, diags := e.Source.Value(ctx)
1238 sourceTy := sourceVal.Type()
1252 if sourceVal.IsNull() {
1269 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1270 sourceTy = sourceVal.Type()
1303 if !sourceVal.IsKnown() {
1312 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1313 it := sourceVal.ElementIterator()
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/
H A Dexpression.go1227 sourceVal, diags := e.Source.Value(ctx)
1238 sourceTy := sourceVal.Type()
1252 if sourceVal.IsNull() {
1269 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1270 sourceTy = sourceVal.Type()
1303 if !sourceVal.IsKnown() {
1312 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1313 it := sourceVal.ElementIterator()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DStreamAPI.cpp93 Rooted<Value> sourceVal(cx); in NewReadableDefaultStreamObject() local
95 sourceVal.setObject(*underlyingSource); in NewReadableDefaultStreamObject()
101 sourceVal.setObject(*source); in NewReadableDefaultStreamObject()
106 cx, stream, sourceVal, highWaterMark, sizeVal)) { in NewReadableDefaultStreamObject()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DStreamAPI.cpp91 Rooted<Value> sourceVal(cx); in NewReadableDefaultStreamObject() local
93 sourceVal.setObject(*underlyingSource); in NewReadableDefaultStreamObject()
99 sourceVal.setObject(*source); in NewReadableDefaultStreamObject()
104 cx, stream, sourceVal, highWaterMark, sizeVal)) { in NewReadableDefaultStreamObject()
/dports/www/firefox/firefox-99.0/js/src/builtin/streams/
H A DStreamAPI.cpp94 Rooted<Value> sourceVal(cx); in NewReadableDefaultStreamObject() local
96 sourceVal.setObject(*underlyingSource); in NewReadableDefaultStreamObject()
102 sourceVal.setObject(*source); in NewReadableDefaultStreamObject()
107 cx, stream, sourceVal, highWaterMark, sizeVal)) { in NewReadableDefaultStreamObject()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DStreamAPI.cpp93 Rooted<Value> sourceVal(cx); in NewReadableDefaultStreamObject() local
95 sourceVal.setObject(*underlyingSource); in NewReadableDefaultStreamObject()
101 sourceVal.setObject(*source); in NewReadableDefaultStreamObject()
106 cx, stream, sourceVal, highWaterMark, sizeVal)) { in NewReadableDefaultStreamObject()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/
H A Dexpression.go1254 sourceVal, diags := e.Source.Value(ctx)
1265 sourceTy := sourceVal.Type()
1279 if sourceVal.IsNull() {
1296 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1297 sourceTy = sourceVal.Type()
1330 if !sourceVal.IsKnown() {
1339 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1340 it := sourceVal.ElementIterator()
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/
H A Dexpression.go1254 sourceVal, diags := e.Source.Value(ctx)
1265 sourceTy := sourceVal.Type()
1279 if sourceVal.IsNull() {
1296 sourceVal = cty.TupleVal([]cty.Value{sourceVal})
1297 sourceTy = sourceVal.Type()
1330 if !sourceVal.IsKnown() {
1339 vals := make([]cty.Value, 0, sourceVal.LengthInt())
1340 it := sourceVal.ElementIterator()

1234