Home
last modified time | relevance | path

Searched refs:end_point (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/math/
H A Darc.py61 def end_point(self) -> 'Vec2': member in ConstructionArc
200 end_point = Vec2(end_point)
201 if start_point == end_point:
204 return start_point, end_point
227 start_point, end_point = end_point, start_point
229 distance = end_point.distance(start_point)
235 distance_vector = end_point - start_point
271 start_point, end_point)
276 start_point, end_point = end_point, start_point
279 distance = end_point.distance(start_point)
[all …]
H A Dbulge.py57 end_point = polar(center, end_angle, radius)
61 return start_point, end_point, bulge
64 def bulge_3_points(start_point: 'Vertex', end_point: 'Vertex',
81 end_point: 'Vertex',
100 r = signed_bulge_radius(start_point, end_point, bulge)
104 return c, angle(c, end_point), angle(c, start_point), abs(r)
109 def bulge_center(start_point: 'Vertex', end_point: 'Vertex',
129 def signed_bulge_radius(start_point: 'Vertex', end_point: 'Vertex',
131 return Vec2(start_point).distance(Vec2(end_point)) * (
135 def bulge_radius(start_point: 'Vertex', end_point: 'Vertex',
[all …]
H A D_bezier4p.py145 chk_point = start_point.lerp(end_point)
149 yield end_point
161 end_point = self._control_points[3]
164 end_point = self._get_curve_point(t1)
165 yield from subdiv(start_point, end_point, t0, t1)
167 start_point = end_point
322 end_point = Vec3.from_angle(angle)
324 start_point = end_point
326 end_point = Vec3.from_angle(angle)
329 control_point_2 = end_point + (
[all …]
H A D_bezier3p.py116 def subdiv(start_point, end_point, start_t: float, end_t: float): argument
119 chk_point = start_point.lerp(end_point)
123 yield end_point
126 yield from subdiv(mid_point, end_point, mid_t, end_t)
135 end_point = self._control_points[2]
138 end_point = self._get_curve_point(t1)
139 yield from subdiv(start_point, end_point, t0, t1)
141 start_point = end_point
H A Dbezier.py126 def subdiv(start_point, end_point, start_t: float, end_t: float): argument
129 chk_point = start_point.lerp(end_point)
133 yield end_point
136 yield from subdiv(mid_point, end_point, mid_t, end_t)
145 end_point = self._defpoints[-1]
148 end_point = self.point(t1)
149 yield from subdiv(start_point, end_point, t0, t1)
151 start_point = end_point
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/identity/cyberark/
H A Dcyberark_user.py167 end_point = "/PasswordVault/WebServices/PIMServices.svc/Users/{0}".format(
175 api_base_url + end_point,
223 end_point = "/PasswordVault/WebServices/PIMServices.svc/Users"
226 end_point = "/PasswordVault/WebServices/PIMServices.svc/Users/{0}"
227 end_point = end_point.format(username)
271 api_base_url + end_point,
312 end_point = "/PasswordVault/WebServices/PIMServices.svc/Users/{0}".format(
322 api_base_url + end_point,
342 "\n*** end_point=%s%s\n ==> %s" % (api_base_url, end_point, exception_text)),
367 end_point = "/PasswordVault/WebServices/PIMServices.svc//Groups/{0}/Users".format(
[all …]
H A Dcyberark_authentication.py150end_point = "/PasswordVault/WebServices/auth/Shared/RestfulAuthenticationService.svc/Logon"
154end_point = "/PasswordVault/WebServices/auth/Cyberark/CyberArkAuthenticationService.svc/Logon"
179end_point = "/PasswordVault/WebServices/auth/Shared/RestfulAuthenticationService.svc/Logoff"
181end_point = "/PasswordVault/WebServices/auth/Cyberark/CyberArkAuthenticationService.svc/Logoff"
190 api_base_url + end_point,
201 … "\n*** end_point=%s%s\n ==> %s" % (api_base_url, end_point, to_text(http_exception))),
210 … "\n*** end_point=%s%s\n%s" % (api_base_url, end_point, to_text(unknown_exception))),
257 end_point,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cyberark/pas/plugins/modules/
H A Dcyberark_account.py698 end_point = "/PasswordVault/api/Accounts"
776 api_base_url + end_point,
844 api_base_url + end_point,
903 end_point = None
917 end_point = (
932 end_point = (
945 end_point = (
951 if end_point is not None:
968 api_base_url + end_point,
1078 end_point = None
[all …]
H A Dcyberark_user.py203 api_base_url + end_point,
222 % (api_base_url, end_point, to_text(http_exception))
234 % (api_base_url, end_point, to_text(unknown_exception))
262 end_point = "PasswordVault/api/Users"
272 end_point = end_point.format(username)
350 api_base_url + end_point,
401 end_point = ("PasswordVault/api/Users/{0}").format(username)
410 api_base_url + end_point,
433 % (api_base_url, end_point, exception_text)
488 api_base_url + end_point,
[all …]
H A Dcyberark_authentication.py187 end_point = "/PasswordVault/API/Auth/LDAP/Logon"
190 end_point = "/PasswordVault/API/Auth/radius/Logon"
193 end_point = "/PasswordVault/API/auth/Windows/Logon"
197 end_point = "/PasswordVault/API/Auth/CyberArk/Logon"
224 end_point = "/PasswordVault/API/Auth/Logoff"
233 api_base_url + end_point,
248 % (api_base_url, end_point, to_text(http_exception)),
260 % (api_base_url, end_point, to_text(unknown_exception))
311 module.fail_json(msg="error in end_point=>" + end_point, headers=headers)
H A Dcyberark_credential.py233 end_point = (
247 end_point = end_point + "&reason=%s" % reason
255 api_base_url + end_point,
270 % (api_base_url, end_point, to_text(http_exception))
281 % (api_base_url, end_point, to_text(unknown_exception))
301 module.fail_json(msg="error in end_point=>" + end_point)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/graphics/gestures/
H A Dside_swipe_detector_test.cc97 const gfx::Point& end_point, in Drag() argument
108 ui::ET_TOUCH_MOVED, end_point, mock_clock()->NowTicks(), in Drag()
116 ui::ET_TOUCH_RELEASED, end_point, mock_clock()->NowTicks(), in Drag()
178 auto end_point = drag_point + gfx::Vector2d(kSwipeDistance, 0); in TEST_F() local
193 Eq(CastSideSwipeOrigin::LEFT), end_point)) in TEST_F()
207 auto end_point = drag_point - gfx::Vector2d(kSwipeDistance, 0); in TEST_F() local
235 auto end_point = drag_point + gfx::Vector2d(0, kSwipeDistance); in TEST_F() local
250 Eq(CastSideSwipeOrigin::TOP), end_point)) in TEST_F()
264 auto end_point = drag_point - gfx::Vector2d(0, kSwipeDistance); in TEST_F() local
293 auto end_point = drag_point - gfx::Vector2d(0, kSwipeDistance); in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/fast_ink/laser/
H A Dlaser_segment_utils_unittest.cc34 const gfx::PointF& end_point, in CheckNormalLineVariables() argument
53 const gfx::PointF& end_point) { in CheckUndefinedNormalLine() argument
99 const gfx::PointF& end_point, in CheckFirstPointSmaller() argument
255 const gfx::PointF end_point(1.0f, 0.0f); in TEST_F() local
258 CheckFirstPointSmaller(start_point, end_point, positive_angle, in TEST_F()
264 const gfx::PointF end_point(0.0f, 1.0f); in TEST_F() local
267 CheckFirstPointSmaller(start_point, end_point, positive_angle, in TEST_F()
273 const gfx::PointF end_point(1.0f, 1.0f); in TEST_F() local
276 CheckFirstPointSmaller(start_point, end_point, positive_angle, in TEST_F()
282 const gfx::PointF end_point(-1.0f, -1.0f); in TEST_F() local
[all …]
H A Dlaser_segment_utils.cc44 const gfx::PointF& end_point, in ComputeNormalLineVariables() argument
48 float rise = end_point.y() - start_point.y(); in ComputeNormalLineVariables()
49 float run = end_point.x() - start_point.x(); in ComputeNormalLineVariables()
61 *end_y_intercept = end_point.y() - *normal_slope * end_point.x(); in ComputeNormalLineVariables()
111 const gfx::PointF& end_point, in IsFirstPointSmallerAngle() argument
115 start_point.x() + (end_point.x() - start_point.x()) / 2.0f, in IsFirstPointSmallerAngle()
116 start_point.y() + (end_point.y() - start_point.y()) / 2.0f); in IsFirstPointSmallerAngle()
117 gfx::Vector2dF direction = end_point - start_point; in IsFirstPointSmallerAngle()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/acc/
H A Dbezier4p.pyx59 def end_point(self) -> Vec3: member in Bezier4P
91 points.append(self.end_point)
99 cdef CppVec3 end_point
104 end_point = (<Vec3> self.end_point).to_cpp_vec3()
110 start_point = end_point
185 cdef Vec3 start_point, end_point, cp1, cp2
186 end_point = v3_from_angle(angle, 1.0)
189 start_point = end_point
191 end_point = v3_from_angle(angle, 1.0)
196 cp2.x = end_point.x + end_point.y * tangent_length
[all …]
H A Dbezier3p.pyx47 def end_point(self) -> Vec3: member in Bezier3P
79 points.append(self.end_point)
87 cdef CppVec3 end_point
92 end_point = (<Vec3> self.end_point).to_cpp_vec3()
95 end_point = self.curve.point(t1)
96 f.flatten(start_point, end_point, t0, t1)
98 start_point = end_point
137 cdef flatten(self, CppVec3 start_point, CppVec3 end_point, argument
142 cdef double d = mid_point.distance(start_point.lerp(end_point, 0.5))
145 self.points.append(v3_from_cpp_vec3(end_point))
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/models/
H A Dmobilenet_v1.py228 end_point = end_point_base
232 scope=end_point)
233 end_points[end_point] = net
234 if end_point == final_endpoint:
238 end_point = end_point_base + '_depthwise'
249 end_points[end_point] = net
250 if end_point == final_endpoint:
253 end_point = end_point_base + '_pointwise'
258 scope=end_point)
260 end_points[end_point] = net
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DLagrangian.hxx50 using ControlSignature = void(FieldIn<> end_point, FieldIn<> steps, FieldInOut<> output);
57 VTKM_EXEC void operator()(const PosType& end_point, in operator ()() argument
63 if (end_point[0] >= bounds.X.Min && end_point[0] <= bounds.X.Max && in operator ()()
64 end_point[1] >= bounds.Y.Min && end_point[1] <= bounds.Y.Max && in operator ()()
65 end_point[2] >= bounds.Z.Min && end_point[2] <= bounds.Z.Max) in operator ()()
321 auto end_point = end_position.Get(index); in DoExecute() local
326 if (end_point[0] >= bounds.X.Min && end_point[0] <= bounds.X.Max && in DoExecute()
327 end_point[1] >= bounds.Y.Min && end_point[1] <= bounds.Y.Max && in DoExecute()
328 end_point[2] >= bounds.Z.Min && end_point[2] <= bounds.Z.Max) in DoExecute()
336 vtkm::Vec<T, 3>((float)end_point[0], (float)end_point[1], (float)end_point[2])); in DoExecute()
/dports/devel/py-pyfcm/pyfcm-1.5.1/pyfcm/
H A Dasync_fcm.py5 async def fetch_tasks(end_point:str,headers:dict,payloads:list,timeout:int):
14 …fetches = [asyncio.Task(send_request(end_point=end_point,headers=headers,payload=payload,timeout=t…
18 async def send_request(end_point,headers,payload,timeout=5): argument
31 async with session.post(end_point,data=payload) as res:
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-mirror_symmetry.cpp78 registerParameter(&end_point); in LPEMirrorSymmetry()
210 end_point.param_setValue(point_b); in doBeforeEffect()
218 end_point.param_setValue(point_b); in doBeforeEffect()
226 end_point.param_setValue(point_b); in doBeforeEffect()
244 end_point.param_setValue(end_point * trans); in doBeforeEffect()
253 end_point.param_setValue(ep); in doBeforeEffect()
263 end_point.param_setValue(ep); in doBeforeEffect()
445 end_point.param_setValue(point_b, true); in doOnApply()
446 end_point.param_update_default(point_b); in doOnApply()
513 Geom::Point e = end_point; in doEffect_path()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/data_objects/selection_objects/
H A Dray.py160 self, start_point, end_point, ds=None, field_parameters=None, data_source=None argument
163 validate_3d_array(end_point)
172 if isinstance(end_point, YTArray):
173 self.end_point = self.ds.arr(end_point).to("code_length")
175 self.end_point = self.ds.arr(end_point, "code_length", dtype="float64")
177 self.end_point > self.ds.domain_right_edge
183 self.vec = self.end_point - self.start_point
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/plugins/Scheduler/deluge_scheduler/
H A Dgtkui.py119 end_point = self.get_point(event)
122 if end_point[0] is self.start_point[0] and end_point[1] is self.start_point[1]:
124 self.button_state[end_point[0]][end_point[1]] += 1
125 if self.button_state[end_point[0]][end_point[1]] > 2:
126 self.button_state[end_point[0]][end_point[1]] = 0
128 self.button_state[end_point[0]][end_point[1]] -= 1
129 if self.button_state[end_point[0]][end_point[1]] < 0:
130 self.button_state[end_point[0]][end_point[1]] = 2
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_arc.h129 const ON_2dPoint& end_point
143 const ON_3dPoint& end_point
241 const ON_2dPoint& end_point
255 const ON_3dPoint& end_point
270 const ON_2dPoint& end_point
285 const ON_3dPoint& end_point
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_arc.h129 const ON_2dPoint& end_point
143 const ON_3dPoint& end_point
241 const ON_2dPoint& end_point
255 const ON_3dPoint& end_point
270 const ON_2dPoint& end_point
285 const ON_3dPoint& end_point
/dports/audio/libmp3splt/libmp3splt-0.9.2/plugins/
H A Dflac_frame_reader.c715 fr->end_point = 0; in splt_flac_fr_new()
903 return end_point; in splt_flac_fr_back_end_point_according_to_auto_adjust()
906 double new_end_point = end_point; in splt_flac_fr_back_end_point_according_to_auto_adjust()
915 if (end_point > adj) in splt_flac_fr_back_end_point_according_to_auto_adjust()
932 double total = end_point - first_time; in update_progress()
994 begin_point = fr->end_point; in splt_flac_fr_read_and_write_frames()
1028 if (time >= begin_point && (time < end_point || end_point < 0)) in splt_flac_fr_read_and_write_frames()
1042 else if (end_point > 0 && time >= end_point) in splt_flac_fr_read_and_write_frames()
1075 if (end_point > 0 && time >= end_point) in splt_flac_fr_read_and_write_frames()
1121 fr->end_point = end_point; in splt_flac_fr_read_and_write_frames()
[all …]

12345678910>>...57