Home
last modified time | relevance | path

Searched refs:otherField (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/testdata/definitions/
H A Dissue317.txtar1 # Allow otherField
14 foo: otherField: string
16 concrete: foo: otherField: "hello"
52 otherField: (string){ string }
58 otherField: (string){ "hello" }
129 foo: otherField: string
131 concrete: foo: otherField: "hello"
170 otherField: string
175 otherField: "hello"
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Utils/Validator/
H A Dvalidatorsame.cpp23 ValidatorSame::ValidatorSame(const QString &field, const QString &otherField, const char *otherLabe… in ValidatorSame() argument
24 ValidatorRule(*new ValidatorSamePrivate(field, otherField, otherLabel, messages, defValKey)) in ValidatorSame()
41 …const QString ov = trimBefore() ? params.value(d->otherField).trimmed() : params.value(d->otherFie… in validate()
44 …field()), qPrintable(c->controllerName()), qPrintable(c->actionName()), qPrintable(d->otherField)); in validate()
66 _olabel = d->otherField; in genericValidationError()
H A Dvalidatorrequiredunless.cpp23 ValidatorRequiredUnless::ValidatorRequiredUnless(const QString &field, const QString &otherField, c… in ValidatorRequiredUnless() argument
24 ValidatorRule(*new ValidatorRequiredUnlessPrivate(field, otherField, otherValues, messages)) in ValidatorRequiredUnless()
38 if (d->otherField.isEmpty() || d->otherValues.empty()) { in validate()
43 …const QString ov = trimBefore() ? params.value(d->otherField).trimmed() : params.value(d->otherFie… in validate()
H A Dvalidatordifferent.cpp39 …const QString o = trimBefore() ? params.value(d->otherField).trimmed() : params.value(d->otherFiel… in validate()
49 qPrintable(d->otherField)); in validate()
71 …rent from the value in the “%1” field.").arg(!_otherLabel.isEmpty() ? _otherLabel : d->otherField); in genericValidationError()
74 …m the value in the “%2“ field.").arg(_label, !_otherLabel.isEmpty() ? _otherLabel : d->otherField); in genericValidationError()
H A Dvalidatorrequiredif.cpp23 ValidatorRequiredIf::ValidatorRequiredIf(const QString &field, const QString &otherField, const QSt… in ValidatorRequiredIf() argument
24 ValidatorRule(*new ValidatorRequiredIfPrivate(field, otherField, otherValues, messages)) in ValidatorRequiredIf()
38 if (d->otherField.isEmpty() || d->otherValues.empty()) { in validate()
43 …const QString ov = trimBefore() ? params.value(d->otherField).trimmed() : params.value(d->otherFie… in validate()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/Validation/
H A DCompareValidator.cs13 public CompareValidator(string otherField, string errorMessage) in CompareValidator() argument
16 Debug.Assert(!String.IsNullOrEmpty(otherField)); in CompareValidator()
17 _otherField = otherField; in CompareValidator()
18 _clientValidationRule = new ModelClientValidationEqualToRule(errorMessage, otherField); in CompareValidator()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/
H A DUnknownField.cs76 UnknownField otherField = other as UnknownField; in Equals()
77 return otherField != null in Equals()
78 && Lists.Equals(varintList, otherField.varintList) in Equals()
79 && Lists.Equals(fixed32List, otherField.fixed32List) in Equals()
80 && Lists.Equals(fixed64List, otherField.fixed64List) in Equals()
81 && Lists.Equals(lengthDelimitedList, otherField.lengthDelimitedList) in Equals()
82 && Lists.Equals(groupList, otherField.groupList); in Equals()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/
H A DUnknownField.cs76 UnknownField otherField = other as UnknownField; in Equals()
77 return otherField != null in Equals()
78 && Lists.Equals(varintList, otherField.varintList) in Equals()
79 && Lists.Equals(fixed32List, otherField.fixed32List) in Equals()
80 && Lists.Equals(fixed64List, otherField.fixed64List) in Equals()
81 && Lists.Equals(lengthDelimitedList, otherField.lengthDelimitedList) in Equals()
82 && Lists.Equals(groupList, otherField.groupList); in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Sorting/
H A DFieldForInstantiatedType.Sorting.cs14 var otherField = (FieldForInstantiatedType)other; in CompareToImpl()
16 … int result = comparer.CompareWithinClass(_instantiatedType, otherField._instantiatedType); in CompareToImpl()
20 return comparer.Compare(_fieldDef, otherField._fieldDef); in CompareToImpl()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Ecma/
H A DEcmaField.Sorting.cs16 var otherField = (EcmaField)other; in CompareToImpl()
19 EcmaModule otherModule = otherField._type.EcmaModule; in CompareToImpl()
21 … module.MetadataReader.GetToken(_handle) - otherModule.MetadataReader.GetToken(otherField._handle); in CompareToImpl()
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/lib/SQL/Translator/Schema/
H A DIndex.pm187 foreach my $otherField ($other->fields) {
188 $otherField = uc($otherField) if $case_insensitive;
189 $otherFields{$otherField} = 1;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/
H A DTField.java62 TField otherField = (TField) obj; in equals()
63 return type == otherField.type && id == otherField.id; in equals()
/dports/devel/py-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTField.java62 TField otherField = (TField) obj; in equals()
63 return type == otherField.type && id == otherField.id; in equals()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTField.java62 TField otherField = (TField) obj; in equals()
63 return type == otherField.type && id == otherField.id; in equals()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTField.java62 TField otherField = (TField) obj; in equals()
63 return type == otherField.type && id == otherField.id; in equals()
/dports/devel/thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTField.java62 TField otherField = (TField) obj; in equals()
63 return type == otherField.type && id == otherField.id; in equals()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/
H A DTField.java62 TField otherField = (TField) obj; in equals()
63 return type == otherField.type && id == otherField.id; in equals()
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTField.java62 TField otherField = (TField) obj; in equals()
63 return type == otherField.type && id == otherField.id; in equals()
/dports/games/knavalbattle/knavalbattle-21.12.3/src/
H A Dsea.cpp87 if (!otherField()->valid(pos)) { in canHit()
90 Element& e = otherField()->get(pos); in canHit()
96 HitInfo res = otherField()->hit(pos); in hit()
103 otherField()->forceHit(pos, info); in forceHit()
109 if (otherField()->ships() <= 0) { in checkGameOver()
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/orm/hibernate/
H A DOneToManyWithInheritanceTests.groovy38 String otherField
41 return "SubClass2 - $otherField"
66 s2.otherField = "The Field"
85 assertEquals "The Field", s2.otherField
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/
H A DTField.java63 TField otherField = (TField) obj; in equals()
64 return type == otherField.type && id == otherField.id; in equals()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/protocol/
H A DTField.java51 public boolean equals(TField otherField) { in equals() argument
52 return type == otherField.type && id == otherField.id; in equals()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/src/org/apache/thrift/protocol/
H A DTField.java63 TField otherField = (TField) obj; in equals()
64 return type == otherField.type && id == otherField.id; in equals()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/math/linearalgebra/
H A DGF2nField.java86 GF2nField otherField = (GF2nField)other; in equals() local
88 if (otherField.mDegree != mDegree) in equals()
92 if (!fieldPolynomial.equals(otherField.fieldPolynomial)) in equals()
97 && !(otherField instanceof GF2nPolynomialField)) in equals()
102 && !(otherField instanceof GF2nONBField)) in equals()
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/field/
H A DfieldDisplay.ts261 for (const otherField of frame.fields) { constant
262 if (otherField === field) {
266 if (otherField.type === FieldType.string) {
267 const value = otherField.values.get(rowIndex) ?? '';
268 const mappedValue = otherField.display ? otherField.display(value).text : value; constant
272 } else if (otherField.type === FieldType.number) {

12345