Home
last modified time | relevance | path

Searched refs:otherValues (Results 1 – 25 of 89) sorted by relevance

1234

/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Utils/Validator/
H A Dvalidatorrequiredunless.cpp23 …ss(const QString &field, const QString &otherField, const QStringList &otherValues, const Cutelyst… in ValidatorRequiredUnless() argument
24 ValidatorRule(*new ValidatorRequiredUnlessPrivate(field, otherField, otherValues, messages)) in ValidatorRequiredUnless()
38 if (d->otherField.isEmpty() || d->otherValues.empty()) { in validate()
44 if (!d->otherValues.contains(ov)) { in validate()
H A Dvalidatorrequiredif.cpp23 …If(const QString &field, const QString &otherField, const QStringList &otherValues, const Cutelyst… in ValidatorRequiredIf() argument
24 ValidatorRule(*new ValidatorRequiredIfPrivate(field, otherField, otherValues, messages)) in ValidatorRequiredIf()
38 if (d->otherField.isEmpty() || d->otherValues.empty()) { in validate()
44 if (d->otherValues.contains(ov)) { in validate()
H A Dvalidatorrequiredunless_p.h32 otherValues(ov) in ValidatorRequiredUnlessPrivate()
36 QStringList otherValues; variable
H A Dvalidatorrequiredif_p.h32 otherValues(ov) in ValidatorRequiredIfPrivate()
36 QStringList otherValues; variable
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/test/system/org/apache/hadoop/mapred/gridmix/
H A DGridmixSystemTestCase.java112 String [] otherValues, String tracePath) throws Exception { in runGridmixAndVerify() argument
113 runGridmixAndVerify(runtimeValues, otherValues, tracePath , in runGridmixAndVerify()
128 String [] otherValues, String tracePath, int mode) throws Exception { in runGridmixAndVerify() argument
129 List<JobID> jobids = runGridmix(runtimeValues, otherValues, mode); in runGridmixAndVerify()
145 String[] otherValues, int mode) throws Exception { in runGridmix() argument
148 gridmixJS.submitJobs(runtimeValues, otherValues, mode); in runGridmix()
/dports/www/ilias/ILIAS-5.4.25/src/BackgroundTasks/Implementation/Values/AggregationValues/
H A DTupleValue.php95 $otherValues = $other->getList();
97 if (count($values) != count($otherValues)) {
102 if (!$values[$i]->equals($otherValues[$i])) {
H A DListValue.php194 $otherValues = $other->getList();
196 if (count($values) != count($otherValues)) {
201 if (!$values[$i]->equals($otherValues[$i])) {
/dports/www/ilias6/ILIAS-6.14/src/BackgroundTasks/Implementation/Values/AggregationValues/
H A DTupleValue.php95 $otherValues = $other->getList();
97 if (count($values) != count($otherValues)) {
102 if (!$values[$i]->equals($otherValues[$i])) {
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DSearchXml.java368 Set<String> otherValues = other == null ? null : other.get(path); in checkFiles() local
375 if (values != otherValues) { in checkFiles()
378 diffInfo.additionCount += otherValues.size(); in checkFiles()
379 } else if (otherValues == null) { in checkFiles()
381 } else if (!values.equals(otherValues)) { in checkFiles()
382 diffInfo.changed2Values += values.size() + otherValues.size(); in checkFiles()
388 … show(ConfigOption.add, filePath, file, null, null, path, values, otherValues); in checkFiles()
466 Set<String> otherValues) { in show() argument
489 + (otherValues == null ? "" : ";\tother_value=" + otherValues)); in show()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java411 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
412 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
414 msg, values.size(), otherValues.size())); in assertHeadersEqual()
415 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
416 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java411 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
412 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
414 msg, values.size(), otherValues.size())); in assertHeadersEqual()
415 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
416 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java422 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
423 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
425 msg, values.size(), otherValues.size())); in assertHeadersEqual()
426 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
427 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java481 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
482 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
484 msg, values.size(), otherValues.size())); in assertHeadersEqual()
485 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
486 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java422 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
423 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
425 msg, values.size(), otherValues.size())); in assertHeadersEqual()
426 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
427 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java411 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
412 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
414 msg, values.size(), otherValues.size())); in assertHeadersEqual()
415 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
416 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java411 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
412 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
414 msg, values.size(), otherValues.size())); in assertHeadersEqual()
415 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
416 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DHttp1HeaderParserTest.java481 List<String> otherValues = other.getValue(); in assertHeadersEqual() local
482 assertEquals(values.size(), otherValues.size(), in assertHeadersEqual()
484 msg, values.size(), otherValues.size())); in assertHeadersEqual()
485 if (!(values.containsAll(otherValues) && otherValues.containsAll(values))) in assertHeadersEqual()
486 … assertTrue(false, format("Lists are unequal [%s] [%s]", values, otherValues)); in assertHeadersEqual()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DIndexedValueMap.java83 Value[] otherValues = stack.values; in putAll() local
84 int limit = otherValues.length; in putAll()
87 if (otherValues[limit - 1] == null) { in putAll()
100 Value value = otherValues[i]; in putAll()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DIndexedValueMap.java83 Value[] otherValues = stack.values; in putAll() local
84 int limit = otherValues.length; in putAll()
87 if (otherValues[limit - 1] == null) { in putAll()
100 Value value = otherValues[i]; in putAll()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DIndexedValueMap.java83 Value[] otherValues = stack.values; in putAll() local
84 int limit = otherValues.length; in putAll()
87 if (otherValues[limit - 1] == null) { in putAll()
100 Value value = otherValues[i]; in putAll()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DIndexedValueMap.java83 Value[] otherValues = stack.values; in putAll() local
84 int limit = otherValues.length; in putAll()
87 if (otherValues[limit - 1] == null) { in putAll()
100 Value value = otherValues[i]; in putAll()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DIndexedValueMap.java83 Value[] otherValues = stack.values; in putAll() local
84 int limit = otherValues.length; in putAll()
87 if (otherValues[limit - 1] == null) { in putAll()
100 Value value = otherValues[i]; in putAll()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DIndexedValueMap.java83 Value[] otherValues = stack.values; in putAll() local
84 int limit = otherValues.length; in putAll()
87 if (otherValues[limit - 1] == null) { in putAll()
100 Value value = otherValues[i]; in putAll()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DIndexedValueMap.java83 Value[] otherValues = stack.values; in putAll() local
84 int limit = otherValues.length; in putAll()
87 if (otherValues[limit - 1] == null) { in putAll()
100 Value value = otherValues[i]; in putAll()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/orm/
H A Dorm_querym2m.go45 var otherValues []interface{}
56 otherValues = append(otherValues, md)
98 values = append(values, otherValues...)

1234