Home
last modified time | relevance | path

Searched refs:GetValues (Results 1 – 25 of 2425) sorted by relevance

12345678910>>...97

/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/test/
H A DTestXdmfWriteGridsToFilePython.py69 attr1.GetValues().SetNumberOfElements(3)
71 attr1.GetValues().SetValueFromInt64(1, 0)
72 attr1.GetValues().SetValueFromInt64(2, 50)
81 attr2.GetValues().SetNumberOfElements(9)
85 attr2.GetValues().SetValueFromInt64(3, 0)
86 attr2.GetValues().SetValueFromInt64(4, 0)
87 attr2.GetValues().SetValueFromInt64(5, 0)
99 attr3.GetValues().SetNumberOfElements(27)
102 attr3.GetValues().SetValueFromInt64(2, 0)
135 attr4.GetValues().SetNumberOfElements(1)
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/test/
H A DTestXdmfWriteGridsToFilePython.py69 attr1.GetValues().SetNumberOfElements(3)
71 attr1.GetValues().SetValueFromInt64(1, 0)
72 attr1.GetValues().SetValueFromInt64(2, 50)
81 attr2.GetValues().SetNumberOfElements(9)
85 attr2.GetValues().SetValueFromInt64(3, 0)
86 attr2.GetValues().SetValueFromInt64(4, 0)
87 attr2.GetValues().SetValueFromInt64(5, 0)
99 attr3.GetValues().SetNumberOfElements(27)
102 attr3.GetValues().SetValueFromInt64(2, 0)
135 attr4.GetValues().SetNumberOfElements(1)
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/glsl/
H A Dcalclevels4x_fp.glsl10 vec3 GetValues(vec2 offset, vec3 current)
34 current = GetValues(vec2( 0.0, 0.0), current);
36 current = GetValues(vec2(-1.5, -1.5), current);
37 current = GetValues(vec2(-0.5, -1.5), current);
38 current = GetValues(vec2( 0.5, -1.5), current);
39 current = GetValues(vec2( 1.5, -1.5), current);
41 current = GetValues(vec2(-1.5, -0.5), current);
42 current = GetValues(vec2(-0.5, -0.5), current);
43 current = GetValues(vec2( 0.5, -0.5), current);
44 current = GetValues(vec2( 1.5, -0.5), current);
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/glsl/
H A Dcalclevels4x_fp.glsl10 vec3 GetValues(vec2 offset, vec3 current)
34 current = GetValues(vec2( 0.0, 0.0), current);
36 current = GetValues(vec2(-1.5, -1.5), current);
37 current = GetValues(vec2(-0.5, -1.5), current);
38 current = GetValues(vec2( 0.5, -1.5), current);
39 current = GetValues(vec2( 1.5, -1.5), current);
41 current = GetValues(vec2(-1.5, -0.5), current);
42 current = GetValues(vec2(-0.5, -0.5), current);
43 current = GetValues(vec2( 0.5, -0.5), current);
44 current = GetValues(vec2( 1.5, -0.5), current);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/System.Net.Http.Headers/
H A DHttpRequestHeaders.cs44 return GetValues<MediaTypeWithQualityHeaderValue> ("Accept");
86 return GetValues<string> ("Connection");
126 return GetValues<NameValueWithParametersHeaderValue> ("Expect");
174 return GetValues<EntityTagHeaderValue> ("If-Match");
189 return GetValues<EntityTagHeaderValue> ("If-None-Match");
222 return GetValues<NameValueHeaderValue> ("Pragma");
261 return GetValues<string> ("Trailer");
293 return GetValues<ProductHeaderValue> ("Upgrade");
299 return GetValues<ProductInfoHeaderValue> ("User-Agent");
305 return GetValues<ViaHeaderValue> ("Via");
[all …]
H A DHttpResponseHeaders.cs42 return GetValues<string> ("Accept-Ranges");
66 return GetValues<string> ("Connection");
118 return GetValues<NameValueHeaderValue> ("Pragma");
139 return GetValues<ProductInfoHeaderValue> ("Server");
145 return GetValues<string> ("Trailer");
151 return GetValues<TransferCodingHeaderValue> ("Transfer-Encoding");
177 return GetValues<ProductHeaderValue> ("Upgrade");
183 return GetValues<string> ("Vary");
189 return GetValues<ViaHeaderValue> ("Via");
195 return GetValues<WarningHeaderValue> ("Warning");
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/UnitTests/Headers/
H A DHttpResponseHeadersTest.cs61 Assert.Equal(1, headers.GetValues("Location").Count()); in Location_UseAddMethodWithInvalidValue_InvalidValueRecognized()
79 values = headers.GetValues("Location"); in Location_RequiresEncoding_Encoded()
112 Assert.Equal(1, headers.GetValues("ETag").Count()); in ETag_UseAddMethodWithInvalidValue_InvalidValueRecognized()
118 Assert.Equal(1, headers.GetValues("ETag").Count()); in ETag_UseAddMethodWithInvalidValue_InvalidValueRecognized()
279 Assert.Equal(2, headers.GetValues("Server").Count()); in Server_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
299 Assert.Equal(3, headers.GetValues("Server").Count()); in Server_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
384 Assert.Equal(2, headers.GetValues("Vary").Count()); in Vary_ReadAndWriteProperty_CallsForwardedToHttpGeneralHeaders()
401 Assert.Equal(3, headers.GetValues("Vary").Count()); in Vary_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
419 Assert.Equal(1, headers.GetValues("Vary").Count()); in Vary_UseAddMethodWithInvalidValue_InvalidValueRecognized()
458 Assert.Equal(1, headers.GetValues("Age").Count()); in Age_UseAddMethodWithInvalidValue_InvalidValueRecognized()
[all …]
H A DHttpContentHeadersTest.cs114 Assert.Equal(1, _headers.GetValues("Content-Type").Count()); in ContentType_UseAddMethodWithInvalidValue_InvalidValueRecognized()
116 _headers.GetValues("Content-Type").First()); in ContentType_UseAddMethodWithInvalidValue_InvalidValueRecognized()
121 Assert.Equal(1, _headers.GetValues("Content-Type").Count()); in ContentType_UseAddMethodWithInvalidValue_InvalidValueRecognized()
127 Assert.Equal(1, _headers.GetValues("Content-Type").Count()); in ContentType_UseAddMethodWithInvalidValue_InvalidValueRecognized()
323 Assert.Equal(1, _headers.GetValues("Content-MD5").Count()); in ContentMD5_UseAddMethodWithInvalidValue_InvalidValueRecognized()
329 Assert.Equal(1, _headers.GetValues("Content-MD5").Count()); in ContentMD5_UseAddMethodWithInvalidValue_InvalidValueRecognized()
342 Assert.Equal(2, _headers.GetValues("Allow").Count()); in Allow_ReadAndWriteProperty_ValueMatchesPriorSetValue()
358 Assert.Equal(3, _headers.GetValues("Allow").Count()); in Allow_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
375 Assert.Equal(1, _headers.GetValues("Allow").Count()); in Allow_UseAddMethodWithInvalidValue_InvalidValueRecognized()
409 Assert.Equal(1, _headers.GetValues("Expires").Count()); in Expires_UseAddMethodWithInvalidValue_InvalidValueRecognized()
[all …]
H A DHttpRequestHeadersTest.cs102 Assert.Equal(1, headers.GetValues("Accept").Count()); in Accept_UseAddMethodWithInvalidValue_InvalidValueRecognized()
283 Assert.Equal(3, headers.GetValues("Expect").Count()); in Expect_ReadAndWriteProperty_ValueMatchesPriorSetValue()
320 Assert.Equal(4, headers.GetValues("Expect").Count()); in Expect_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
350 Assert.Equal(1, headers.GetValues("Expect").Count()); in Expect_UseAddMethodWithInvalidValue_InvalidValueRecognized()
387 Assert.Equal(2, headers.GetValues("If-Match").Count()); in IfMatch_ReadAndWriteProperty_ValueMatchesPriorSetValue()
734 Assert.Equal(1, headers.GetValues("From").Count()); in From_UseAddMethodWithInvalidValue_InvalidValueRecognized()
740 Assert.Equal(1, headers.GetValues("From").Count()); in From_UseAddMethodWithInvalidValue_InvalidValueRecognized()
1276 Assert.Equal(1, headers.GetValues("Date").Count()); in Date_UseAddMethodWithInvalidValue_InvalidValueRecognized()
1282 Assert.Equal(1, headers.GetValues("Date").Count()); in Date_UseAddMethodWithInvalidValue_InvalidValueRecognized()
1323 Assert.Equal(1, headers.GetValues("Via").Count()); in Via_UseAddMethodWithInvalidValue_InvalidValueRecognized()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Unit/MessageTests/
H A DMessageHeaderBehaviorTest.cs50 Assert.NotNull(_message.EnvelopeHeaders.GetValues("X-Receiver")); in Message_WithXReceiverSetByUser_ShouldNotClearXReceiverHeader()
54 Assert.Equal(1, _message.EnvelopeHeaders.GetValues("X-Receiver").Length); in Message_WithXReceiverSetByUser_ShouldNotClearXReceiverHeader()
55 Assert.Equal(1, _message.Headers.GetValues("X-Receiver").Length); in Message_WithXReceiverSetByUser_ShouldNotClearXReceiverHeader()
67 string[] xReceivers = _message.EnvelopeHeaders.GetValues("X-Receiver"); in Message_WithBccAddresses_ShouldSetXReceiverHeaderForBccAddresses()
105 string[] fromHeaders = _message.Headers.GetValues("From"); in Message_WithTo_WithCc_WithBcc_WithReplyToList_ShouldBeSingletons_ShouldDeleteUserSuppliedHeaders()
106 string[] toHeaders = _message.Headers.GetValues("To"); in Message_WithTo_WithCc_WithBcc_WithReplyToList_ShouldBeSingletons_ShouldDeleteUserSuppliedHeaders()
107 string[] ccHeaders = _message.Headers.GetValues("Cc"); in Message_WithTo_WithCc_WithBcc_WithReplyToList_ShouldBeSingletons_ShouldDeleteUserSuppliedHeaders()
108 string[] bccHeaders = _message.Headers.GetValues("Bcc"); in Message_WithTo_WithCc_WithBcc_WithReplyToList_ShouldBeSingletons_ShouldDeleteUserSuppliedHeaders()
109 string[] replyToHeaders = _message.Headers.GetValues("Reply-To"); in Message_WithTo_WithCc_WithBcc_WithReplyToList_ShouldBeSingletons_ShouldDeleteUserSuppliedHeaders()
144 Assert.True(_message.Headers.GetValues("X-Priority")[0].Contains("5")); in MessagePriority_WithValueSetByHeader_AndImportanceNotSet_ShouldRespectHeader()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfExodusWriter.cxx221 gridToWrite->GetGeometry()->GetPoints()->GetValues(0, x, num_nodes, 3); in write()
222 gridToWrite->GetGeometry()->GetPoints()->GetValues(1, y, num_nodes, 3); in write()
225 gridToWrite->GetGeometry()->GetPoints()->GetValues(2, z, num_nodes, 3); in write()
230 gridToWrite->GetGeometry()->GetPoints()->GetValues(0, x, num_nodes); in write()
231 gridToWrite->GetGeometry()->GetPoints()->GetValues(num_nodes, y, num_nodes); in write()
355 numComponents = currAttribute->GetValues()->GetNumberOfElements(); in write()
429 currAttribute->GetValues()->GetValues(j, &globalAttributeVals[globalIndex], 1); in write()
440 …currAttribute->GetValues()->GetValues(j, nodalValues, num_nodes, nodalComponents[nodalComponentInd… in write()
454 …currAttribute->GetValues()->GetValues(j, elementValues, num_elem, elementComponents[elementCompone… in write()
489 currSet->GetIds()->GetValues(0, values, numValues); in write()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfExodusWriter.cxx221 gridToWrite->GetGeometry()->GetPoints()->GetValues(0, x, num_nodes, 3); in write()
222 gridToWrite->GetGeometry()->GetPoints()->GetValues(1, y, num_nodes, 3); in write()
225 gridToWrite->GetGeometry()->GetPoints()->GetValues(2, z, num_nodes, 3); in write()
230 gridToWrite->GetGeometry()->GetPoints()->GetValues(0, x, num_nodes); in write()
231 gridToWrite->GetGeometry()->GetPoints()->GetValues(num_nodes, y, num_nodes); in write()
355 numComponents = currAttribute->GetValues()->GetNumberOfElements(); in write()
429 currAttribute->GetValues()->GetValues(j, &globalAttributeVals[globalIndex], 1); in write()
440 …currAttribute->GetValues()->GetValues(j, nodalValues, num_nodes, nodalComponents[nodalComponentInd… in write()
454 …currAttribute->GetValues()->GetValues(j, elementValues, num_elem, elementComponents[elementCompone… in write()
489 currSet->GetIds()->GetValues(0, values, numValues); in write()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-tuple-09.cs7 (string s, long l) = GetValues (); in Main()
8 (var vs, var vl) = GetValues (); in Main()
9 (object o, var vl2) = GetValues (); in Main()
10 (string ds, _) = GetValues (); in Main()
15 static (string, long) GetValues () in GetValues() method in TupleDeconstructionDeclaration
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Helpers.Test/
H A DWebGridDataSourceTest.cs17 var rows = GetValues(); in WebGridDataSourceReturnsNumberOfItemsAsTotalRowCount()
18 …var dataSource = new WebGridDataSource(new WebGrid(GetContext()), values: GetValues(), elementType… in WebGridDataSourceReturnsNumberOfItemsAsTotalRowCount()
28 var values = GetValues(); in WebGridDataSourceReturnsUnsortedListIfSortColumnIsNull()
42 var values = GetValues(); in WebGridDataSourceReturnsUnsortedListIfSortColumnIsEmpty()
56 var values = GetValues(); in WebGridDataSourceReturnsUnsortedListIfSortCannotBeInferred()
70 var values = GetValues(); in WebGridDataSourceReturnsUnsortedListIfDefaultSortCannotBeInferred()
85 var values = GetValues(); in WebGridDataSourceUsesDefaultSortWhenCurrentSortCannotBeInferred()
191 IEnumerable<dynamic> values = GetValues(); in WebGridDataSourceReturnsPagedResultsIfRowsPerPageIsSpecified()
207 IEnumerable<dynamic> values = GetValues(); in WebGridDataSourceReturnsPagedSortedResultsIfRowsPerPageAndSortAreSpecified()
223 IEnumerable<dynamic> values = GetValues(); in WebGridDataSourceReturnsFewerThanRowsPerPageIfNumberOfItemsIsInsufficient()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/tests/NameValueCollection/
H A DNameValueCollection.AddStringStringTests.cs33 Assert.Equal(new string[] { value }, nameValueCollection.GetValues(name)); in Add()
42 … Assert.Equal(new string[] { value }, nameValueCollection.GetValues(name.ToUpperInvariant())); in Add()
43 … Assert.Equal(new string[] { value }, nameValueCollection.GetValues(name.ToLowerInvariant())); in Add()
55 Assert.Equal(new string[] { value }, nameValueCollection.GetValues(i)); in Add()
79 Assert.Equal(new string[] { value }, nameValueCollection.GetValues(null)); in Add_NullName()
80 Assert.Equal(new string[] { value }, nameValueCollection.GetValues(0)); in Add_NullName()
105 Assert.Null(nameValueCollection.GetValues(name)); in Add_NullValue()
106 Assert.Null(nameValueCollection.GetValues(0)); in Add_NullValue()
137 Assert.Equal(expected, nameValueCollection.GetValues(name)); in Add_AddingValueToExistingName_AppendsValueToOriginalValue()
138 Assert.Equal(expected, nameValueCollection.GetValues(0)); in Add_AddingValueToExistingName_AppendsValueToOriginalValue()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dmacd_series.go93 func (macd *MACDSeries) GetValues(index int) (x float64, y float64) { func
102 _, lv := macd.macdl.GetValues(index)
103 _, sv := macd.signal.GetValues(index)
105 x, _ = macd.InnerSeries.GetValues(index)
195 func (macds *MACDSignalSeries) GetValues(index int) (x float64, y float64) { func
203 x, _ = macds.InnerSeries.GetValues(index)
204 _, y = macds.signal.GetValues(index)
304 func (macdl *MACDLineSeries) GetValues(index int) (x float64, y float64) { func
312 x, _ = macdl.InnerSeries.GetValues(index)
314 _, emav1 := macdl.ema1.GetValues(index)
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkMarchingSquares.h68 double *GetValues();
69 void GetValues(double *contourValues);
117 inline double *vtkMarchingSquares::GetValues() in GetValues() function
118 {return this->ContourValues->GetValues();} in GetValues()
124 inline void vtkMarchingSquares::GetValues(double *contourValues) in GetValues() function
125 {this->ContourValues->GetValues(contourValues);} in GetValues()
H A DvtkMarchingCubes.h50 double *GetValues();
51 void GetValues(double *contourValues);
128 inline double *vtkMarchingCubes::GetValues() in GetValues() function
129 {return this->ContourValues->GetValues();} in GetValues()
135 inline void vtkMarchingCubes::GetValues(double *contourValues) in GetValues() function
136 {this->ContourValues->GetValues(contourValues);} in GetValues()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkMarchingSquares.h75 double* GetValues();
76 void GetValues(double* contourValues);
134 inline double* vtkMarchingSquares::GetValues() in GetValues() function
136 return this->ContourValues->GetValues(); in GetValues()
144 inline void vtkMarchingSquares::GetValues(double* contourValues) in GetValues() function
146 this->ContourValues->GetValues(contourValues); in GetValues()
H A DvtkMarchingCubes.h67 double* GetValues();
68 void GetValues(double* contourValues);
166 inline double* vtkMarchingCubes::GetValues() in GetValues() function
168 return this->ContourValues->GetValues(); in GetValues()
176 inline void vtkMarchingCubes::GetValues(double* contourValues) in GetValues() function
178 this->ContourValues->GetValues(contourValues); in GetValues()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkMarchingSquares.h76 double *GetValues();
77 void GetValues(double *contourValues);
131 inline double *vtkMarchingSquares::GetValues() in GetValues() function
132 {return this->ContourValues->GetValues();} in GetValues()
139 inline void vtkMarchingSquares::GetValues(double *contourValues) in GetValues() function
140 {this->ContourValues->GetValues(contourValues);} in GetValues()
H A DvtkMarchingCubes.h67 double *GetValues();
68 void GetValues(double *contourValues);
161 inline double *vtkMarchingCubes::GetValues() in GetValues() function
162 {return this->ContourValues->GetValues();} in GetValues()
169 inline void vtkMarchingCubes::GetValues(double *contourValues) in GetValues() function
170 {this->ContourValues->GetValues(contourValues);} in GetValues()
/dports/www/itop/web/core/
H A Dormcustomfieldsvalue.class.inc.php44 public function GetValues() function in ormCustomFieldsValue
62 $oHandler = $oAttDef->GetHandler($this->GetValues());
69 $oHandler = $oAttDef->GetHandler($this->GetValues());
76 $oHandler = $oAttDef->GetHandler($this->GetValues());
89 $oHandler = $oAttDef->GetHandler($this->GetValues());
100 $oHandler = $oAttDef->GetHandler($this->GetValues());
/dports/cad/qcsxcad/QCSXCAD-0.6.2-5-g0dabbaf/
H A DQCSPrimEditor.h78 virtual void GetValues();
98 virtual void GetValues();
117 virtual void GetValues();
136 virtual void GetValues();
155 virtual void GetValues();
174 virtual void GetValues();
200 virtual void GetValues();
225 virtual void GetValues();
H A DQCSPropEditor.h70 void GetValues();
115 virtual void GetValues();
131 virtual void GetValues();
152 virtual void GetValues();
170 virtual void GetValues();
198 virtual void GetValues();
218 virtual void GetValues();
238 virtual void GetValues();

12345678910>>...97