Home
last modified time | relevance | path

Searched refs:both_ways (Results 1 – 21 of 21) sorted by relevance

/dports/astro/josm/josm-18303/data/validator/
H A Dhighway.mapcss172 way[turn:both_ways ][turn:both_ways !~ /^(none|((sharp_|slight_|merge_…
173 way[turn:both_ways:forward ][turn:both_ways:forward !~ /^(none|((sharp_|slight_|merge_…
174 way[turn:both_ways:backward ][turn:both_ways:backward !~ /^(none|((sharp_|slight_|merge_…
178 way[turn:lanes:both_ways ][turn:lanes:both_ways !~ /^(|none|((sharp_|slight_|merge…
179 way[turn:lanes:both_ways:forward ][turn:lanes:both_ways:forward !~ /^(|none|((sharp_|slight_|merge…
180 way[turn:lanes:both_ways:backward][turn:lanes:both_ways:backward !~ /^(|none|((sharp_|slight_|merge…
H A Dcombinations.mapcss711 way[highway][!lanes][/^.*:lanes:(forward|backward|both_ways)$/],
712 way[highway][!lanes:both_ways][/^.*:lanes:both_ways$/] {
926 fixRemove: "placement:both_ways";
927 assertMatch: "way highway=primary placement=transition placement:both_ways=transition";
934 way[highway]["placement:forward"]["placement:both_ways"]!.PlacementTransitionWarning,
935 way[highway]["placement:backward"]["placement:both_ways"]!.PlacementTransitionWarning {
940 assertNoMatch: "way highway=primary placement:forward=transition placement:both_ways=transition";
H A Dignoretags.cfg168 F::both_ways
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp28 void both_ways ( const CharT *p ) { in both_ways() function
128 both_ways ( "" ); // This is a compilation check in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DAEntityFactory.hpp48 const bool both_ways = false);
H A DAEntityFactory.cpp366 const bool both_ways) in add_adjacency() argument
396 if (true == both_ways && to_type != MBVERTEX) in add_adjacency()
H A DCore.cpp1773 bool both_ways) in serial_load_file() argument
1779 result = aEntityFactory->add_adjacency(entity_handle, *it, both_ways);MB_CHK_ERR(result); in serial_load_file()
1787 bool both_ways) in serial_load_file() argument
1792 result = aEntityFactory->add_adjacency(entity_handle, *rit, both_ways);MB_CHK_ERR(result); in serial_load_file()
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/card_types/
H A Dvocabulary.py38 from mnemosyne.libmnemosyne.card_types.both_ways import BothWays
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp663 bool both_ways) = 0;
668 bool both_ways) = 0;
H A DCore.hpp378 bool both_ways);
383 bool both_ways);
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dtracks.c1273 static int solve_check_neighbours(game_state *state, bool both_ways) in solve_check_neighbours() argument
1280 if (!both_ways) in solve_check_neighbours()
1294 if (!both_ways) in solve_check_neighbours()