Home
last modified time | relevance | path

Searched refs:newValues (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/
H A DSchemaNameCollection.cs62 newValues[i] = oldValues[i]; in Add()
63 newValues[newValues.Length - 1] = value; in Add()
64 _propSetter(newValues); in Add()
65 return newValues.Length - 1; in Add()
80 newValues[i] = oldValues[i]; in AddRange()
83 _propSetter(newValues); in AddRange()
95 newValues[i] = oldValues[i]; in AddRange()
98 _propSetter(newValues); in AddRange()
107 _propSetter(newValues); in Clear()
181 newValues[i] = oldValues[i]; in RemoveAt()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DotherStringArray.cxx130 newValues->SetNumberOfValues(3); in doStringArrayTest()
131 ptr->GetTuples(indices, newValues); in doStringArrayTest()
144 << newValues->GetValue(0) << "'" << endl; in doStringArrayTest()
146 << newValues->GetValue(1) << "'" << endl; in doStringArrayTest()
148 << newValues->GetValue(2) << "'" << endl; in doStringArrayTest()
151 newValues->Reset(); in doStringArrayTest()
154 newValues->SetNumberOfValues(3); in doStringArrayTest()
155 ptr->GetTuples(30, 32, newValues); in doStringArrayTest()
158 newValues->GetValue(2) == "string entry 32") in doStringArrayTest()
169 ptr->InsertTuple(150, 2, newValues); in doStringArrayTest()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DotherStringArray.cxx130 newValues->SetNumberOfValues(3); in doStringArrayTest()
131 ptr->GetTuples(indices, newValues); in doStringArrayTest()
144 << newValues->GetValue(0) << "'" << endl; in doStringArrayTest()
146 << newValues->GetValue(1) << "'" << endl; in doStringArrayTest()
148 << newValues->GetValue(2) << "'" << endl; in doStringArrayTest()
151 newValues->Reset(); in doStringArrayTest()
154 newValues->SetNumberOfValues(3); in doStringArrayTest()
155 ptr->GetTuples(30, 32, newValues); in doStringArrayTest()
158 newValues->GetValue(2) == "string entry 32") in doStringArrayTest()
169 ptr->InsertTuple(150, 2, newValues); in doStringArrayTest()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DUnicodeRelation.java92 if (newValues != null) { in add()
93 data.put(key, newValues); in add()
100 if (newValues != null) { in add()
101 data.put(key, newValues); in add()
108 if (newValues != null) { in addAll()
109 data.put(key, newValues); in addAll()
146 newValues.add(value); in addValue()
153 newValues.addAll(oldValues); in make()
154 return newValues; in make()
221 if (newValues != null) { in removeAll()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DotherStringArray.cxx145 vtkNew<vtkStringArray> newValues; in doStringArrayTest() local
146 newValues->SetNumberOfValues(3); in doStringArrayTest()
147 ptr->GetTuples(indices, newValues); in doStringArrayTest()
149 if (newValues->GetValue(0) == "string entry 10" && newValues->GetValue(1) == "string entry 20" && in doStringArrayTest()
150 newValues->GetValue(2) == "string entry 314") in doStringArrayTest()
163 newValues->Reset(); in doStringArrayTest()
166 newValues->SetNumberOfValues(3); in doStringArrayTest()
167 ptr->GetTuples(30, 32, newValues); in doStringArrayTest()
168 if (newValues->GetValue(0) == "string entry 30" && newValues->GetValue(1) == "string entry 31" && in doStringArrayTest()
169 newValues->GetValue(2) == "string entry 32") in doStringArrayTest()
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Helpers/
H A Drange_inputs.html.twig71 …if (isMinModified && !(newValues[0] >= {{ min|default('0') }} && newValues[0] <= {{ max|default('1…
72 newValues[0] = {{ min|default('0') }};
76 …if (!isMinModified && !(newValues[1] >= {{ min|default('0') }} && newValues[1] <= {{ max|default('…
83 if (isMinModified && newValues[0] > newValues[1]) {
84 newValues[1] = newValues[0];
85 maxInput.val(newValues[0]);
88 if (!isMinModified && newValues[0] > newValues[1]) {
89 newValues[0] = newValues[1];
90 minInput.val(newValues[0]);
94 … if (newValues[0] == {{ min|default('0') }} && newValues[1] == {{ max|default('1000000000') }}) {
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/Dao/test/
H A DLicenseStdCommentDaoTest.php199 $newValues = [];
200 $newValues[3]['name'] = "Updated comment #2";
202 $newValues[4]['name'] = "Updated comment #3";
231 $newValues = [];
232 $newValues[5]['name'] = "Updated comment #4";
252 $newValues = [];
253 $newValues[-1]['name'] = "Updated comment #4";
273 $newValues = [];
274 $newValues[5]['naaaaame'] = "Updated comment #4";
294 $newValues = [];
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DArrayReferenceTest.java114 List<Value> newValues = values; in testJDIGetSetDoubleValue() local
115 newValues.set(1, cntValue); in testJDIGetSetDoubleValue()
117 fDoubleArray.setValues(newValues); in testJDIGetSetDoubleValue()
144 newValues.set(0, zeroValue); in testJDIGetSetDoubleValue()
195 List<Value> newValues = values; in testJDIGetSetValue() local
197 newValues.set(1, newValue); in testJDIGetSetValue()
199 fArray.setValues(newValues); in testJDIGetSetValue()
206 assertEquals("7", values, newValues); in testJDIGetSetValue()
225 newValues = fArray.getValues(0, 2); in testJDIGetSetValue()
227 newValues.set(0, newValue); in testJDIGetSetValue()
[all …]
/dports/devel/spark/spark-2.1.1/graphx/src/main/scala/org/apache/spark/graphx/impl/
H A DVertexPartitionBaseOps.scala58 val newValues = new Array[VD2](self.capacity) constant
64 this.withValues(newValues)
142 this.withValues(newValues)
192 newValues(pos) = pair._2
195 this.withValues(newValues).withMask(newMask)
204 val newValues = new Array[VD](self.capacity) constant
205 System.arraycopy(self.values, 0, newValues, 0, newValues.length)
210 newValues(pos) = pair._2
213 this.withValues(newValues).withMask(newMask)
227 newValues(pos) = reduceFunc(newValues(pos), vdata)
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb.hpp97 …d(const Notification::Ptr& notification, const Array::Ptr& oldValues, const Array::Ptr& newValues);
98 …d(const Notification::Ptr& notification, const Array::Ptr& oldValues, const Array::Ptr& newValues);
100 …anged(const TimePeriod::Ptr& timeperiod, const Array::Ptr& oldValues, const Array::Ptr& newValues);
101 …anged(const TimePeriod::Ptr& timeperiod, const Array::Ptr& oldValues, const Array::Ptr& newValues);
103 …hanged(const ConfigObject::Ptr& command, const Array::Ptr& oldValues, const Array::Ptr& newValues);
104 …st ConfigObject::Ptr& command, const Dictionary::Ptr& oldValues, const Dictionary::Ptr& newValues);
105 …st ConfigObject::Ptr& command, const Dictionary::Ptr& oldValues, const Dictionary::Ptr& newValues);
106 …nst ConfigObject::Ptr& object, const Dictionary::Ptr& oldValues, const Dictionary::Ptr& newValues);
156 …id UserGroupsChangedHandler(const User::Ptr& user, const Array::Ptr&, const Array::Ptr& newValues);
157 …upsChangedHandler(const Host::Ptr& host, const Array::Ptr& oldValues, const Array::Ptr& newValues);
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/vulcand/oxy/memmetrics/
H A Danomaly.go49 var newValues []float64
51 newValues = make([]float64, len(values)+1)
52 copy(newValues, values)
54 newValues[len(newValues)-1] = sentinel
56 newValues = values
59 m := median(newValues)
60 mAbs := medianAbsoluteDeviation(newValues)
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmiexpose.c582 ChangeGCVal newValues [COUNT_BITS]; local
613 newValues[FILLSTYLE].val = FillTiled;
629 newValues[FILLSTYLE].val = FillTiled;
639 newValues[FUNCTION].val = GXcopy;
684 newValues[ABSX].val = 0;
685 newValues[ABSY].val = 0;
706 newValues[ABSX].val = pBgWin->drawable.x;
707 newValues[ABSY].val = pBgWin->drawable.y;
731 gcval[i++].val = newValues[ABSX].val;
737 gcval[i++].val = newValues[ABSY].val;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/unittests/TableGen/
H A DStructsGenTest.cpp59 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
65 newValues.push_back(wrongAttr); in TEST()
68 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
81 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
87 newValues.push_back(wrongAttr); in TEST()
89 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
102 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
112 newValues.push_back(wrongAttr); in TEST()
114 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
127 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/unittests/TableGen/
H A DStructsGenTest.cpp57 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
63 newValues.push_back(wrongAttr); in TEST()
66 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
79 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
85 newValues.push_back(wrongAttr); in TEST()
87 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
100 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
110 newValues.push_back(wrongAttr); in TEST()
112 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
125 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/TikiFilter/
H A DPrepareInput.php50 function flatten($values, &$newValues = [], $prefix = '') argument
55 $newValue = $this->flatten($value, $newValues, $newPrefix, $this->delimiter);
56 $newValues =& $newValue;
58 $newValues[$prefix . $key] = $value;
62 return $newValues;
65 function toString($values, &$newValues = [], $prefex = '') argument
67 $flatArray = self::flatten($values, $newValues, $prefex);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/TableGen/
H A DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
67 newValues.push_back(wrongAttr); in TEST()
70 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
89 newValues.push_back(wrongAttr); in TEST()
91 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
114 newValues.push_back(wrongAttr); in TEST()
116 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
67 newValues.push_back(wrongAttr); in TEST()
70 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
89 newValues.push_back(wrongAttr); in TEST()
91 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
114 newValues.push_back(wrongAttr); in TEST()
116 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
67 newValues.push_back(wrongAttr); in TEST()
70 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
89 newValues.push_back(wrongAttr); in TEST()
91 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
114 newValues.push_back(wrongAttr); in TEST()
116 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
67 newValues.push_back(wrongAttr); in TEST()
70 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
89 newValues.push_back(wrongAttr); in TEST()
91 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
114 newValues.push_back(wrongAttr); in TEST()
116 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/unittests/TableGen/
H A DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
67 newValues.push_back(wrongAttr); in TEST()
70 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
89 newValues.push_back(wrongAttr); in TEST()
91 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
114 newValues.push_back(wrongAttr); in TEST()
116 auto badDictionary = mlir::DictionaryAttr::get(newValues, &context); in TEST()
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
67 newValues.push_back(wrongAttr); in TEST()
70 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
89 newValues.push_back(wrongAttr); in TEST()
91 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
114 newValues.push_back(wrongAttr); in TEST()
116 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp61 llvm::SmallVector<mlir::NamedAttribute, 5> newValues(expectedValues.begin(), in TEST() local
67 newValues.push_back(wrongAttr); in TEST()
70 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
83 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
89 newValues.push_back(wrongAttr); in TEST()
91 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
104 llvm::SmallVector<mlir::NamedAttribute, 4> newValues( in TEST() local
114 newValues.push_back(wrongAttr); in TEST()
116 auto badDictionary = mlir::DictionaryAttr::get(&context, newValues); in TEST()
129 llvm::SmallVector<mlir::NamedAttribute, 3> newValues( in TEST() local
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/
H A DTrends.php140 * @param mixed[] $newValues Values of X for which we want to find Y
145 public static function GROWTH($yValues, $xValues = [], $newValues = [], $const = true) argument
149 $newValues = Functions::flattenArray($newValues);
153 if (empty($newValues)) {
154 $newValues = $bestFitExponential->getXValues();
158 foreach ($newValues as $xValue) {
397 * @param mixed[] $newValues Values of X for which we want to find Y
406 $newValues = Functions::flattenArray($newValues);
410 if (empty($newValues)) {
411 $newValues = $bestFitLinear->getXValues();
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dattempt_solution_simplex.cpp57 const DenseMap<DeltaRational>& newValues = sol.newValues; in attempt() local
66 DenseMap<DeltaRational>::const_iterator nvi = newValues.begin(), nvi_end = newValues.end(); in attempt()
70 if(!matchesNewValue(newValues, currentlyNb)){ in attempt()
71 const DeltaRational& newValue = newValues[currentlyNb]; in attempt()
112 (matchesNewValue(newValues, toRemove) && !matchesNewValue(newValues, b)) || in attempt()
127 d_linEq.pivotAndUpdate(toRemove, toAdd, newValues[toRemove]); in attempt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Administration/
H A DWebAdminConfigurationHelper.cs65 object[] newValues = new object[parameters.Length + 1]; in CallMembershipProviderMethod()
66 newValues[0] = returnObject; in CallMembershipProviderMethod()
69 newValues[j++] = parameters[i]; in CallMembershipProviderMethod()
72 returnObject = (object) newValues; in CallMembershipProviderMethod()
113 object[] newValues = new object[parameters.Length + 1]; in CallRoleProviderMethod()
114 newValues[0] = returnObject; in CallRoleProviderMethod()
117 newValues[j++] = parameters[i]; in CallRoleProviderMethod()
120 returnObject = (object) newValues; in CallRoleProviderMethod()

12345678910>>...54