Home
last modified time | relevance | path

Searched refs:reflected (Results 1 – 25 of 3840) sorted by relevance

12345678910>>...154

/dports/net/kea/kea-2.0.1/src/bin/netconf/tests/
H A Dcontrol_socket_unittests.cc324 ConstElementPtr reflected; in TEST_F() local
326 ASSERT_TRUE(reflected); in TEST_F()
350 ConstElementPtr reflected; in TEST_F() local
352 ASSERT_TRUE(reflected); in TEST_F()
379 ASSERT_TRUE(reflected); in TEST_F()
654 ASSERT_TRUE(reflected); in TEST_F()
682 ASSERT_TRUE(reflected); in TEST_F()
711 ASSERT_TRUE(reflected); in TEST_F()
743 ASSERT_TRUE(reflected); in TEST_F()
773 ASSERT_TRUE(reflected); in TEST_F()
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/dialect/mysql/
H A Dtest_reflection.py233 assert reflected.c.c5.default is None
235 assert reflected.c.c6.default is None
240 reflected.create()
245 reflected.drop()
251 assert reflected.c.c5.default is None
253 assert reflected.c.c6.default is None
276 reflected = Table(
315 for t in case_table, reflected:
453 reflected = []
476 reflected.extend(
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/dialect/mysql/
H A Dtest_reflection.py231 assert reflected.c.c5.default is None
233 assert reflected.c.c6.default is None
238 reflected.create()
243 reflected.drop()
249 assert reflected.c.c5.default is None
251 assert reflected.c.c6.default is None
274 reflected = Table(
313 for t in case_table, reflected:
443 reflected = []
466 reflected.extend(
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/chowdsp/shared/
H A Dwdf.h79 virtual double reflected() noexcept = 0;
165 inline double reflected() noexcept override in reflected() function
222 inline double reflected() noexcept override in reflected() function
284 inline double reflected() noexcept override in reflected() function
408 b = -port1->reflected(); in reflected()
449 b = -port1->reflected(); in reflected()
497 b = C * port1->reflected(); in reflected()
563 b = port1Reflect * port1->reflected() + port2Reflect * port2->reflected(); in reflected()
615 b = port1Reflect * port1->reflected() + port2Reflect * port2->reflected(); in reflected()
661 b = -(port1->reflected() + port2->reflected()); in reflected()
[all …]
H A Dwdf_sse.h58 virtual __m128 reflected() noexcept = 0;
145 inline __m128 reflected() noexcept override in reflected() function
203 inline __m128 reflected() noexcept override in reflected() function
251 inline __m128 reflected() noexcept override in reflected() function
253 b = vNeg(port1->reflected()); in reflected()
301 inline __m128 reflected() noexcept override in reflected() function
303 b = vAdd(vMul(port1Reflect, port1->reflected()), vMul(port2Reflect, port2->reflected())); in reflected()
355 inline __m128 reflected() noexcept override in reflected() function
357 b = vNeg(vAdd(port1->reflected(), port2->reflected())); in reflected()
410 inline __m128 reflected() noexcept override in reflected() function
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Tcl/
H A DreverseNormals.tcl43 vtkActor reflected
44 reflected SetMapper reflectedMapper
45 eval [reflected GetProperty] SetDiffuseColor $flesh
46 [reflected GetProperty] SetDiffuse .8
47 [reflected GetProperty] SetSpecular .5
48 [reflected GetProperty] SetSpecularPower 30
49 [reflected GetProperty] FrontfaceCullingOn
51 ren1 AddActor reflected
/dports/editors/libreoffice/libreoffice-7.2.6.2/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl60 another reflected type
62 true, if values of this reflected type are assignable
68 of the reflected type.
71 type class of the reflected type.
75 /** Returns the fully-qualified name of the reflected type.
88 /** If the reflected type is an interface, then the returned
143 /** If the reflected type is an interface, then you get
157 /** If the reflected type is an interface, then you get
161 If the reflected type is not an interface or the interface
169 /** If the reflected type is an array, then you get
[all …]
H A DXIdlMethod.idl43 /** Returns the return type of the reflected method.
46 return type of reflected method
50 /** Returns the formal parameter types of the reflected method in order of IDL
54 formal parameter types of reflected method
58 /** Returns formal parameter information of the reflected method
64 parameter information of reflected method
68 /** Returns the declared exceptions types of the reflected method.
71 declared exception types of reflected method
80 method mode of reflected method
84 /** Invokes the reflected method on a given object with the given parameters.
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl60 another reflected type
62 true, if values of this reflected type are assignable
68 of the reflected type.
71 type class of the reflected type.
75 /** Returns the fully-qualified name of the reflected type.
88 /** If the reflected type is an interface, then the returned
143 /** If the reflected type is an interface, then you get
157 /** If the reflected type is an interface, then you get
161 If the reflected type is not an interface or the interface
169 /** If the reflected type is an array, then you get
[all …]
H A DXIdlMethod.idl43 /** Returns the return type of the reflected method.
46 return type of reflected method
50 /** Returns the formal parameter types of the reflected method in order of IDL
54 formal parameter types of reflected method
58 /** Returns formal parameter information of the reflected method
64 parameter information of reflected method
68 /** Returns the declared exceptions types of the reflected method.
71 declared exception types of reflected method
80 method mode of reflected method
84 /** Invokes the reflected method on a given object with the given parameters.
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DreverseNormals.py53 reflected = vtk.vtkActor() variable
54 reflected.SetMapper(reflectedMapper)
55 reflected.GetProperty().SetDiffuseColor(GetRGBColor('flesh'))
56 reflected.GetProperty().SetDiffuse(.8)
57 reflected.GetProperty().SetSpecular(.5)
58 reflected.GetProperty().SetSpecularPower(30)
59 reflected.GetProperty().FrontfaceCullingOn()
61 ren1.AddActor(reflected)
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DreverseNormals.py53 reflected = vtk.vtkActor() variable
54 reflected.SetMapper(reflectedMapper)
55 reflected.GetProperty().SetDiffuseColor(GetRGBColor('flesh'))
56 reflected.GetProperty().SetDiffuse(.8)
57 reflected.GetProperty().SetSpecular(.5)
58 reflected.GetProperty().SetSpecularPower(30)
59 reflected.GetProperty().FrontfaceCullingOn()
61 ren1.AddActor(reflected)
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Python/
H A DreverseNormals.py54 reflected = vtk.vtkActor() variable
55 reflected.SetMapper(reflectedMapper)
56 reflected.GetProperty().SetDiffuseColor(GetRGBColor('flesh'))
57 reflected.GetProperty().SetDiffuse(.8)
58 reflected.GetProperty().SetSpecular(.5)
59 reflected.GetProperty().SetSpecularPower(30)
60 reflected.GetProperty().FrontfaceCullingOn()
62 ren1.AddActor(reflected)
/dports/games/traingame/traingame-cb6513e/src/
H A DPoints.cpp70 bool reflected; member in Points
94 my_axis(a_direction), reflected(reflect), in Points()
421 if (reflected) in next_position()
434 if (reflected) in next_position()
455 if (reflected) in next_position()
468 if (reflected) in next_position()
488 const int reflect = reflected ? -1 : 1; in displaced_endpoint()
526 const int reflect = reflected ? -1 : 1; in get_covers()
567 .add_attribute("reflect", reflected); in to_xml()
572 state = reflected ? NOT_TAKEN : TAKEN; in next_state()
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/dialect/mysql/
H A Dtest_reflection.py267 assert reflected.c.c5.default is None
269 assert reflected.c.c6.default is None
274 reflected.create()
280 reflected.drop()
287 assert reflected.c.c5.default is None
327 assert reflected.comment == comment
352 reflected = Table(
358 for t in case_table, reflected:
575 reflected = []
602 reflected.extend(
[all …]
/dports/devel/bglibs/bglibs-2.04/
H A Dcrc-gentab.c42 static void gentab(int bits, uint64 poly, int reflected) in gentab() argument
50 if (reflected) crc = reflect(crc, 8); in gentab()
54 if (reflected) crc = reflect(crc, bits); in gentab()
71 int reflected; in main() local
94 reflected = 0; in main()
96 reflected = 1; in main()
100 gentab(bits, poly, reflected); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/httplib2/tests/
H A Dtest_http.py69 reflected = tests.HttpRequest.from_bytes(content)
70 assert reflected.uri == '/?a=%D0%82'
79 reflected = tests.HttpRequest.from_bytes(content)
80 assert reflected.method == 'GET'
92 assert reflected.method == method
121 reflected = tests.HttpRequest.from_bytes(content)
367 reflected = tests.HttpRequest.from_bytes(content)
368 assert reflected.uri == '/final'
386 assert reflected.method == 'GET'
451 assert reflected.headers.get('if-none-match')
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DNelderMeadSimplex.java218 final PointValuePair reflected in iterate() local
221 if (comparator.compare(best, reflected) <= 0 && in iterate()
222 comparator.compare(reflected, secondBest) < 0) { in iterate()
224 replaceWorstPoint(reflected, comparator); in iterate()
225 } else if (comparator.compare(reflected, best) < 0) { in iterate()
234 if (comparator.compare(expanded, reflected) < 0) { in iterate()
239 replaceWorstPoint(reflected, comparator); in iterate()
242 if (comparator.compare(reflected, worst) < 0) { in iterate()
250 if (comparator.compare(outContracted, reflected) <= 0) { in iterate()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DNelderMeadSimplex.java215 final PointValuePair reflected in iterate() local
218 if (comparator.compare(best, reflected) <= 0 && in iterate()
219 comparator.compare(reflected, secondBest) < 0) { in iterate()
221 replaceWorstPoint(reflected, comparator); in iterate()
222 } else if (comparator.compare(reflected, best) < 0) { in iterate()
231 if (comparator.compare(expanded, reflected) < 0) { in iterate()
236 replaceWorstPoint(reflected, comparator); in iterate()
239 if (comparator.compare(reflected, worst) < 0) { in iterate()
247 if (comparator.compare(outContracted, reflected) <= 0) { in iterate()
/dports/devel/py-numba/numba-0.51.2/numba/core/types/
H A Dcontainers.py421 self.reflected = reflected
430 if reflected is None:
431 reflected = self.reflected
437 reflected = self.reflected or other.reflected
467 return List(self.dtype, reflected=self.reflected,
550 self.reflected = reflected
557 return self.dtype, self.reflected
569 if reflected is None:
570 reflected = self.reflected
571 return Set(dtype, reflected)
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/speed/
H A Dsparse_hes_fun.hpp217 { bool reflected = true; in sparse_hes_fun() local
218 reflected &= k != k1; in sparse_hes_fun()
219 reflected &= row[k] != col[k]; in sparse_hes_fun()
220 reflected &= row[k] == col[k1]; in sparse_hes_fun()
221 reflected &= col[k] == row[k1]; in sparse_hes_fun()
222 if( reflected ) in sparse_hes_fun()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/
H A Dtest_http.py100 reflected = tests.HttpRequest.from_bytes(content)
101 assert reflected.uri == "/?a=%D0%82"
110 reflected = tests.HttpRequest.from_bytes(content)
111 assert reflected.method == "GET"
123 assert reflected.method == method
152 reflected = tests.HttpRequest.from_bytes(content)
419 reflected = tests.HttpRequest.from_bytes(content)
420 assert reflected.uri == "/final"
438 assert reflected.method == "GET"
508 assert reflected.headers.get("if-none-match")
[all …]
/dports/www/py-httplib2/httplib2-0.20.2/tests/
H A Dtest_http.py103 reflected = tests.HttpRequest.from_bytes(content)
104 assert reflected.uri == "/?a=%D0%82"
113 reflected = tests.HttpRequest.from_bytes(content)
114 assert reflected.method == "GET"
126 assert reflected.method == method
155 reflected = tests.HttpRequest.from_bytes(content)
422 reflected = tests.HttpRequest.from_bytes(content)
423 assert reflected.uri == "/final"
441 assert reflected.method == "GET"
511 assert reflected.headers.get("if-none-match")
[all …]
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/test/
H A Dreflect_member_function_test.cpp58 using reflected = reflect_member_function<decltype(&Class::Fn)>; \
60 FATAL_EXPECT_SAME<Class, reflected::owner>(); \
61 FATAL_EXPECT_SAME<Result, reflected::result>(); \
62 FATAL_EXPECT_SAME<expected, reflected::pointer>(); \
63 FATAL_EXPECT_EQ(ref_qualifier::Ref, reflected::ref::value); \
64 FATAL_EXPECT_EQ(cv_qualifier::CV, reflected::cv::value); \
65 FATAL_EXPECT_SAME<type_list<__VA_ARGS__>, reflected::args>(); \
/dports/security/nmap/nmap-7.91/scripts/
H A Dhttp-unsafe-output-escaping.nse10 where content is reflected back to the user. This script locates all
11 parameters, ?x=foo&y=bar and checks if the values are reflected on the
12 page. If they are indeed reflected, the script will try to insert
13 ghz>hzx"zxc'xcv and check which (if any) characters were reflected
25 -- | Characters [> " '] reflected in parameter kalle at http://foobar.gazonk.se/xss.php?foo=bar&k…
26 -- |_ Characters [> " '] reflected in parameter foo at http://foobar.gazonk.se/xss.php?foo=bar&kal…
64 -- Check the values (and keys) and see if they are reflected in the page
86 -- First of all, add the payload to the reflected param
147 -- Now,were any reflected ?
149 -- Ok, create new links with payloads in the reflected slots
[all …]

12345678910>>...154