Home
last modified time | relevance | path

Searched refs:turn (Results 501 – 525 of 43065) sorted by relevance

1...<<21222324252627282930>>...1723

/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp83 inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
91 || turn.method == method_crosses in is_leaving()
94 && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
109 inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
114 if (turn.method == method_crosses) in is_staying_inside()
121 if (is_entering(turn, op)) in is_staying_inside()
137 inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
141 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
143 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
153 inline bool is_touching(Turn const& turn, Operation const& op, in is_touching() argument
[all …]
H A Doverlay.hpp122 turn_type const& turn = *it; in get_ring_turn_info() local
127 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
134 op_it = boost::begin(turn.operations); in get_ring_turn_info()
135 op_it != boost::end(turn.operations); in get_ring_turn_info()
141 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
156 if (turn.any_blocked()) in get_ring_turn_info()
167 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
169 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
180 && ! turn.has_colocated_both in get_ring_turn_info()
181 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp83 inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
91 || turn.method == method_crosses in is_leaving()
94 && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
109 inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
114 if (turn.method == method_crosses) in is_staying_inside()
121 if (is_entering(turn, op)) in is_staying_inside()
137 inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
141 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
143 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
153 inline bool is_touching(Turn const& turn, Operation const& op, in is_touching() argument
[all …]
H A Doverlay.hpp122 turn_type const& turn = *it; in get_ring_turn_info() local
127 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
134 op_it = boost::begin(turn.operations); in get_ring_turn_info()
135 op_it != boost::end(turn.operations); in get_ring_turn_info()
141 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
156 if (turn.any_blocked()) in get_ring_turn_info()
167 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
169 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
180 && ! turn.has_colocated_both in get_ring_turn_info()
181 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp83 inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
91 || turn.method == method_crosses in is_leaving()
94 && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
109 inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
114 if (turn.method == method_crosses) in is_staying_inside()
121 if (is_entering(turn, op)) in is_staying_inside()
137 inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
141 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
143 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
153 inline bool is_touching(Turn const& turn, Operation const& op, in is_touching() argument
[all …]
H A Doverlay.hpp122 turn_type const& turn = *it; in get_ring_turn_info() local
127 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
134 op_it = boost::begin(turn.operations); in get_ring_turn_info()
135 op_it != boost::end(turn.operations); in get_ring_turn_info()
141 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
156 if (turn.any_blocked()) in get_ring_turn_info()
167 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
169 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
180 && ! turn.has_colocated_both in get_ring_turn_info()
181 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_audit_policy_system/tasks/
H A Dmain.yml1 #turn off so then we can test changes occur on enable. Turning off for object access also
3 - name: turn off auditing for category
8 - name: turn off auditing for subcategory
17 - name: CLEANUP turn "{{ category_name }}" back to no auditing
22 - name: CLEANUP turn "{{ subcategory_name }}" back to no auditing
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_audit_policy_system/tasks/
H A Dmain.yml1 #turn off so then we can test changes occur on enable. Turning off for object access also
3 - name: turn off auditing for category
8 - name: turn off auditing for subcategory
17 - name: CLEANUP turn "{{ category_name }}" back to no auditing
22 - name: CLEANUP turn "{{ subcategory_name }}" back to no auditing
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp79 static inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
87 || turn.method == method_crosses in is_leaving()
88 || (first && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
103 static inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
108 if (turn.method == method_crosses) in is_staying_inside()
115 if (is_entering(turn, op)) in is_staying_inside()
131 static inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
135 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
137 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
354 inline int operation_order(Turn const& turn) const in operation_order()
[all …]
H A Doverlay.hpp123 turn_type const& turn = *it; in get_ring_turn_info() local
128 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
135 op_it = boost::begin(turn.operations); in get_ring_turn_info()
136 op_it != boost::end(turn.operations); in get_ring_turn_info()
147 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
162 if (turn.any_blocked()) in get_ring_turn_info()
173 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
175 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
186 && ! turn.has_colocated_both in get_ring_turn_info()
187 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp79 static inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
87 || turn.method == method_crosses in is_leaving()
88 || (first && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
103 static inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
108 if (turn.method == method_crosses) in is_staying_inside()
115 if (is_entering(turn, op)) in is_staying_inside()
131 static inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
135 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
137 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
354 inline int operation_order(Turn const& turn) const in operation_order()
[all …]
H A Doverlay.hpp123 turn_type const& turn = *it; in get_ring_turn_info() local
128 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
135 op_it = boost::begin(turn.operations); in get_ring_turn_info()
136 op_it != boost::end(turn.operations); in get_ring_turn_info()
147 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
162 if (turn.any_blocked()) in get_ring_turn_info()
173 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
175 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
186 && ! turn.has_colocated_both in get_ring_turn_info()
187 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp79 static inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
87 || turn.method == method_crosses in is_leaving()
88 || (first && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
103 static inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
108 if (turn.method == method_crosses) in is_staying_inside()
115 if (is_entering(turn, op)) in is_staying_inside()
131 static inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
135 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
137 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
354 inline int operation_order(Turn const& turn) const in operation_order()
[all …]
H A Doverlay.hpp123 turn_type const& turn = *it; in get_ring_turn_info() local
128 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
135 op_it = boost::begin(turn.operations); in get_ring_turn_info()
136 op_it != boost::end(turn.operations); in get_ring_turn_info()
147 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
162 if (turn.any_blocked()) in get_ring_turn_info()
173 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
175 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
186 && ! turn.has_colocated_both in get_ring_turn_info()
187 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp79 static inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
87 || turn.method == method_crosses in is_leaving()
88 || (first && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
103 static inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
108 if (turn.method == method_crosses) in is_staying_inside()
115 if (is_entering(turn, op)) in is_staying_inside()
131 static inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
135 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
137 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
354 inline int operation_order(Turn const& turn) const in operation_order()
[all …]
H A Doverlay.hpp123 turn_type const& turn = *it; in get_ring_turn_info() local
128 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
135 op_it = boost::begin(turn.operations); in get_ring_turn_info()
136 op_it != boost::end(turn.operations); in get_ring_turn_info()
147 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
162 if (turn.any_blocked()) in get_ring_turn_info()
173 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
175 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
186 && ! turn.has_colocated_both in get_ring_turn_info()
187 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/overlay/
H A Dfollow.hpp79 static inline bool is_leaving(Turn const& turn, Operation const& op, in is_leaving() argument
87 || turn.method == method_crosses in is_leaving()
88 || (first && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
103 static inline bool is_staying_inside(Turn const& turn, Operation const& op, in is_staying_inside() argument
108 if (turn.method == method_crosses) in is_staying_inside()
115 if (is_entering(turn, op)) in is_staying_inside()
131 static inline bool was_entered(Turn const& turn, Operation const& op, bool first, in was_entered() argument
135 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
137 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
354 inline int operation_order(Turn const& turn) const in operation_order()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/overlay/
H A Doverlay.hpp122 turn_type const& turn = *it; in get_ring_turn_info() local
127 if (is_self_turn<OverlayType>(turn) && turn.discarded) in get_ring_turn_info()
134 op_it = boost::begin(turn.operations); in get_ring_turn_info()
135 op_it != boost::end(turn.operations); in get_ring_turn_info()
141 if (! is_self_turn<OverlayType>(turn) in get_ring_turn_info()
156 if (turn.any_blocked()) in get_ring_turn_info()
167 if (! cluster_checked && turn.is_clustered()) in get_ring_turn_info()
169 check_colocation(has_blocked, turn.cluster_id, turns, clusters); in get_ring_turn_info()
180 && ! turn.has_colocated_both in get_ring_turn_info()
181 && ! (turn.both(opposite_operation) in get_ring_turn_info()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/features/guidance/
H A Dstaggered-intersections.feature55 … | a,g | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | a,c,e,g |
56 … | g,a | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | g,e,c,a |
123 …| a,g | to_sea,road,to_sea,road,road | depart,turn right,turn left,notification straight,a…
124 … | road,to_sea,road,to_sea,to_sea | depart,notification straight,turn right,turn left,arrive |…
148 … | a,m | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | a,c,k,m |
149 … | m,a | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | m,k,c,a |
/dports/games/wesnoth/wesnoth-1.14.17/data/test/scenarios/
H A Dtest_grunt_tod_damage.cfg62 #This turn is afternoon.
64 name = side 2 turn 3 refresh
68 #This turn is dusk.
70 name = side 2 turn 4 refresh
74 #This turn is first watch.
76 name = side 2 turn 5 refresh
82 name = side 2 turn 6
88 name = side turn
131 name = side 2 turn 1
212 name = side 2 turn 1
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Drecog.cpp38 static bool kpk_draw (int wp, int wk, int bk, int turn);
113 if (kpk_draw(wp,wk,bk,board->turn)) { in recog_draw()
137 if (kpk_draw(wp,wk,bk,COLOUR_OPP(board->turn))) { in recog_draw()
208 static bool kpk_draw(int wp, int wk, int bk, int turn) { in kpk_draw() argument
217 ASSERT(COLOUR_IS_OK(turn)); in kpk_draw()
241 if (COLOUR_IS_WHITE(turn)) { in kpk_draw()
258 if (COLOUR_IS_WHITE(turn)) { in kpk_draw()
267 if (bk == wk+32 && COLOUR_IS_WHITE(turn)) { // opposition in kpk_draw()
274 if (bk == wk+32 && COLOUR_IS_WHITE(turn)) { // opposition in kpk_draw()
/dports/games/golly/golly-3.3-src/Patterns/Loops/
H A DTempesti-Loop.rle33 # 7 turn left
34 # 8 turn right
47 # Advance 11,turn left,advance 2,write an empty space,advance 4 (the control
48 # state gets converted to an advance), turn left, advance 2, turn left,
49 # advance 2, turn right, advance 4, turn right, advance 3, write an empty
50 # space, advance 2, turn right, advance 7, turn left, advance 2.
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Drecog.cpp16 static bool kpk_draw (int wp, int wk, int bk, int turn);
91 if (kpk_draw(wp,wk,bk,board->turn)) { in recog_draw()
115 if (kpk_draw(wp,wk,bk,COLOUR_OPP(board->turn))) { in recog_draw()
186 static bool kpk_draw(int wp, int wk, int bk, int turn) { in kpk_draw() argument
195 ASSERT(COLOUR_IS_OK(turn)); in kpk_draw()
219 if (COLOUR_IS_WHITE(turn)) { in kpk_draw()
236 if (COLOUR_IS_WHITE(turn)) { in kpk_draw()
245 if (bk == wk+32 && COLOUR_IS_WHITE(turn)) { // opposition in kpk_draw()
252 if (bk == wk+32 && COLOUR_IS_WHITE(turn)) { // opposition in kpk_draw()
/dports/emulators/gngb/gngb-20060309/
H A DREADME33 -a, --autoframeskip turn on autoframeskip
35 --color_filter turn on the color filter
36 -r, --rumble turn on the rumble simulation
44 -Y, --yuv turn YUV mode on
48 -o, --opengl turn OpenGL mode on (if conpiled in)
51 -s, --sound turn on sound
56 --auto_gb turn on automatique detection
61 Most options can be disabled whith --no-OPTION (Ex: --no-sound turn sound off)
/dports/games/minilens/minilens-1.2/entities/
H A Dplayer.gd51 var turn = false
59 turn = true
64 turn = true
69 turn = true
75 turn = true
84 level_holder.turn()
89 if turn:
91 level_holder.turn()

1...<<21222324252627282930>>...1723