Home
last modified time | relevance | path

Searched refs:turn (Results 476 – 500 of 42169) sorted by relevance

1...<<11121314151617181920>>...1687

/dports/games/wesnoth/wesnoth-1.14.17/data/test/scenarios/
H A Dtest_victory_attacks.cfg106 name= side turn end
134 name= side turn end
163 name= side turn end
179 name = side 2 turn
194 name= side 2 turn end
210 name = side 2 turn
225 name= side 2 turn end
242 name = side 2 turn
257 name= side 2 turn end
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/tests/disable_function/config/
H A Ddisabled_function_curl_verify_certs.ini5 …ion("curl_setopt").param("option").value("81").drop().alias("Please don't turn CURLOPT_SSL_VERIFYH…
6 …ion("curl_setopt").param("option").value("64").drop().alias("Please don't turn CURLOPT_SSL_VERIFYP…
10 …("options[CURLOPT_SSL_VERIFYHOST]").value("0").drop().alias("Please don't turn CURLOPT_SSL_VERIFYH…
11 …("options[CURLOPT_SSL_VERIFYPEER]").value("0").drop().alias("Please don't turn CURLOPT_SSL_VERIFYP…
17 …url_multi_setopt").param("option").value("81").drop().alias("Please don't turn CURLOPT_SSL_VERIFYH…
18 …url_multi_setopt").param("option").value("64").drop().alias("Please don't turn CURLOPT_SSL_VERIFYP…
/dports/security/secure_delete/secure_delete-3.1/
H A Dsdel-mod.c98 int turn = 0; in sdel_unlink() local
111 turn++; in sdel_unlink()
112 } while ((result >= 0) && (turn <= 100)); in sdel_unlink()
114 if (turn <= 100) { in sdel_unlink()
175 int turn; in smash_it() local
264 for (turn=0; turn<=36; turn++) { in smash_it()
269 if ((mode < 2) && (turn > 0)) in smash_it()
272 if ((turn>=5) && (turn<=31)) { in smash_it()
276 fill_buf(write_modes[turn-5]); in smash_it()
/dports/www/osrm-backend/osrm-backend-5.26.0/features/guidance/
H A Dbike-staggered-intersections.feature28 …| a,g | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | cycling,pushing…
50 …| a,g | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | pushing bike,cy…
72 …| a,g | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | cycling,cycling…
94 …| a,g | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | pushing bike,cy…
116 …| a,g | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | pushing bike,cy…
117 …| g,a | Oak St,Cedar Dr,Oak St,Oak St | depart,turn right,turn left,arrive | pushing bike,cy…
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DMPMCQueue.h1269 turn(ticket, cap), in enqueueWithTicketBase()
1287 turn(ticket, cap), in dequeueWithTicketBase()
1313 const uint32_t turn, in enqueue()
1331 const uint32_t turn, in enqueue()
1336 turn, in enqueue()
1352 const uint32_t turn, in tryWaitForEnqueueTurnUntil()
1366 uint32_t turn, in dequeue()
1371 turn, in dequeue()
1387 const uint32_t turn, in tryWaitForDequeueTurnUntil()
1456 uint32_t turn, in dequeueImpl()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DMPMCQueue.h1293 turn(ticket, cap), in enqueueWithTicketBase()
1315 turn(ticket, cap), in dequeueWithTicketBase()
1341 const uint32_t turn, in enqueue()
1359 const uint32_t turn, in enqueue()
1364 turn, in enqueue()
1380 const uint32_t turn, in tryWaitForEnqueueTurnUntil()
1394 uint32_t turn, in dequeue()
1399 turn, in dequeue()
1415 const uint32_t turn, in tryWaitForDequeueTurnUntil()
1483 uint32_t turn, in dequeueImpl()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/example/
H A D05_b_overlay_linestring_polygon_example.cpp78 BOOST_FOREACH(turn_info const& turn, turns) in main()
81 if (turn.operations[0].operation in main()
86 else if (turn.operations[0].operation in main()
92 std::cout << action << " polygon at " << bg::dsv(turn.point) << std::endl; in main()
94 svg.map(turn.point, "fill:rgb(255,128,0);stroke:rgb(0,0,100);stroke-width:1"); in main()
95 svg.text(turn.point, action, "fill:rgb(0,0,0);font-family:Arial;font-size:10px"); in main()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DexternalTorqueControlledSphere.py15 turn = 0 variable
35 turn = -0.5 variable
37 turn = 0 variable
39 turn = 0.5 variable
41 turn = 0 variable
53 cameraYaw = cameraYaw + turn
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/third_party/nICEr/src/stun/
H A Dnr_socket_turn.c53 nr_turn_client_ctx *turn; member
130 assert(sturn->turn); in nr_socket_turn_sendto()
132 if ((r = nr_turn_client_send_indication(sturn->turn, msg, len, flags, in nr_socket_turn_sendto()
165 assert(sturn->turn); in nr_socket_turn_getaddr()
168 if ((r=nr_turn_client_get_relayed_address(sturn->turn, addrp))) in nr_socket_turn_getaddr()
191 assert(!sturn->turn); in nr_socket_turn_set_ctx()
193 sturn->turn = ctx; in nr_socket_turn_set_ctx()
/dports/games/bumprace/karlb-bumprace-e73baa9e7465/src/
H A Dparticles.c115 void NewParticles(float turn, int X, int Y, float spread_percent) in NewParticles() argument
133 turn+=190; in NewParticles()
134 turn+=Percent; in NewParticles()
135 if (turn>360) turn-=360; in NewParticles()
136 ThisParticle->dX = sin(turn*0.01745)*(precision); in NewParticles()
137 ThisParticle->dY = -cos(turn*0.01745)*(precision); in NewParticles()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/third_party/nICEr/src/stun/
H A Dnr_socket_turn.c53 nr_turn_client_ctx *turn; member
130 assert(sturn->turn); in nr_socket_turn_sendto()
132 if ((r = nr_turn_client_send_indication(sturn->turn, msg, len, flags, in nr_socket_turn_sendto()
165 assert(sturn->turn); in nr_socket_turn_getaddr()
168 if ((r=nr_turn_client_get_relayed_address(sturn->turn, addrp))) in nr_socket_turn_getaddr()
191 assert(!sturn->turn); in nr_socket_turn_set_ctx()
193 sturn->turn = ctx; in nr_socket_turn_set_ctx()
/dports/lang/spidermonkey78/firefox-78.9.0/media/mtransport/third_party/nICEr/src/stun/
H A Dnr_socket_turn.c50 nr_turn_client_ctx *turn; member
127 assert(sturn->turn); in nr_socket_turn_sendto()
129 if ((r = nr_turn_client_send_indication(sturn->turn, msg, len, flags, in nr_socket_turn_sendto()
162 assert(sturn->turn); in nr_socket_turn_getaddr()
165 if ((r=nr_turn_client_get_relayed_address(sturn->turn, addrp))) in nr_socket_turn_getaddr()
188 assert(!sturn->turn); in nr_socket_turn_set_ctx()
190 sturn->turn = ctx; in nr_socket_turn_set_ctx()
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/turn/
H A D.gitignore2 examples/turn-client/turn-client
3 examples/turn-server/turn-server
/dports/games/scare/scare-1.3.10/test/
H A Dhumbug.scr73 > turn on torch
79 > turn off torch
186 > turn dial to 0
189 > turn dial to 7
192 > turn dial to 8
217 > turn on torch
259 > turn on torch
280 > turn on torch
365 > turn on torch
701 > turn on tap
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dgather_test.go98 server, err := turn.NewServer(turn.ServerConfig{
101 PacketConnConfigs: []turn.PacketConnConfig{
171 packetConnConfigs := []turn.PacketConnConfig{}
173 packetConnConfigs = append(packetConnConfigs, turn.PacketConnConfig{
179 listenerConfigs := []turn.ListenerConfig{}
181 listenerConfigs = append(listenerConfigs, turn.ListenerConfig{
187 server, err := turn.NewServer(turn.ServerConfig{
292 server, err := turn.NewServer(turn.ServerConfig{
295 PacketConnConfigs: []turn.PacketConnConfig{
364 server, err := turn.NewServer(turn.ServerConfig{
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Dcave.g14 (hp-max 10) (acp-per-turn 4))
17 (hp-max 10) (acp-per-turn 4) (cp 4))
19 (hp-max 10) (acp-per-turn 4) (cp 12))
21 (hp-max 10) (acp-per-turn 4) (cp 16))
24 (hp-max 15) (acp-per-turn 3) (cp 4))
31 (hp-max 40) (acp-per-turn 4))
33 (hp-max 50) (acp-per-turn 8))
51 (hp-max 50) (acp-per-turn 1))
53 (hp-max 50) (acp-per-turn 1))
55 (hp-max 100) (acp-per-turn 1))
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/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 …]

1...<<11121314151617181920>>...1687