Home
last modified time | relevance | path

Searched refs:sidewalk (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dmisc.c176 g_return_if_fail (MYWINDOW_XWINDOW (screen_info->sidewalk[0]) != None); in placeSidewalks()
177 g_return_if_fail (MYWINDOW_XWINDOW (screen_info->sidewalk[1]) != None); in placeSidewalks()
178 g_return_if_fail (MYWINDOW_XWINDOW (screen_info->sidewalk[2]) != None); in placeSidewalks()
186 xfwmWindowShow (&screen_info->sidewalk[0], in placeSidewalks()
191 xfwmWindowShow (&screen_info->sidewalk[1], in placeSidewalks()
198 xfwmWindowShow (&screen_info->sidewalk[0], in placeSidewalks()
203 xfwmWindowShow (&screen_info->sidewalk[1], in placeSidewalks()
211 xfwmWindowShow (&screen_info->sidewalk[2], in placeSidewalks()
216 xfwmWindowShow (&screen_info->sidewalk[3], in placeSidewalks()
223 xfwmWindowShow (&screen_info->sidewalk[2], in placeSidewalks()
[all …]
H A Dscreen.c265 &screen_info->sidewalk[0], in myScreenInit()
275 &screen_info->sidewalk[1], in myScreenInit()
285 &screen_info->sidewalk[2], in myScreenInit()
295 &screen_info->sidewalk[3], in myScreenInit()
370 xfwmWindowDelete (&screen_info->sidewalk[0]); in myScreenClose()
371 xfwmWindowDelete (&screen_info->sidewalk[1]); in myScreenClose()
372 xfwmWindowDelete (&screen_info->sidewalk[2]); in myScreenClose()
373 xfwmWindowDelete (&screen_info->sidewalk[3]); in myScreenClose()
H A Dstacking.c57 xwinstack[i++] = MYWINDOW_XWINDOW (screen_info->sidewalk[0]); in clientApplyStackList()
58 xwinstack[i++] = MYWINDOW_XWINDOW (screen_info->sidewalk[1]); in clientApplyStackList()
59 xwinstack[i++] = MYWINDOW_XWINDOW (screen_info->sidewalk[2]); in clientApplyStackList()
60 xwinstack[i++] = MYWINDOW_XWINDOW (screen_info->sidewalk[3]); in clientApplyStackList()
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/examples/data/geojson/
H A Dvienna-streets.geojson1sidewalk":"both","source:maxspeed":"AT:zone:30","surface":"asphalt"}},{"type":"Feature","id":"1552…
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/lvledit/
H A Dlvledit_object_lists.c337 static void sort_floor_tiles_by_categories(struct dynarray *floor_tiles, int base, int *sidewalk, i… in sort_floor_tiles_by_categories() argument
346 sidewalk_floor_list[*sidewalk] = base + i; in sort_floor_tiles_by_categories()
347 (*sidewalk)++; in sort_floor_tiles_by_categories()
373 int sidewalk = 0; in build_floor_tile_lists() local
395 …sort_floor_tiles_by_categories(&underlay_floor_tiles, 0, &sidewalk, &water, &grass, &square, &sand… in build_floor_tile_lists()
396 …sort_floor_tiles_by_categories(&overlay_floor_tiles, MAX_UNDERLAY_FLOOR_TILES, &sidewalk, &water, … in build_floor_tile_lists()
398 sidewalk_floor_list[sidewalk] = -1; in build_floor_tile_lists()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/book/src/map/importing/
H A Drest.md24 sidewalk on both sides
25 - Make a shared sidewalk corner over to the adjacent road
26 - If the adjacent road doesn't have a sidewalk on the close side, then
49 - Find the closest sidewalk polyline to each building's center. Then draw a
51 sidewalk point.
52 - Filter out buildings too far away from any sidewalk
56 - Similar process to match parking lots to nearest sidewalk and driving lane
89 - Only sidewalk lanes are nodes in the graph -- sidewalks can't ever be
94 sidewalk. Looking at adjacent pairs of sidewalks lets us easily stitch
96 - `make/bus_stops.rs`: Match bus stops with a sidewalk
[all …]
H A Dconvert_osm.md42 - `lib.rs`: **Disabled**: Apply sidewalk presence hints from a King County GIS
44 - Match each sidewalk line to the nearest edge of a road
45 - Update the road to have a sidewalk on none, one, or both sides
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/
H A Dcolors.rs61 pub sidewalk: Color, field
162 sidewalk: Color::grey(0.8), in standard()
266 cs.sidewalk = hex("#7C55C8"); in night_mode()
285 cs.sidewalk = hex("#98A1AA"); in sam_green_day()
295 cs.sidewalk = hex("#8B9EA8"); in sam_desert_day()
316 cs.sidewalk = hex("#89ABD9"); in bap()
341 cs.sidewalk = cs.general_road_marking; in starcat()
/dports/astro/josm/josm-18303/data/validator/
H A Dcombinations.mapcss584 way[sidewalk:left][sidewalk:right][!sidewalk]["sidewalk:left"=*"sidewalk:right"] {
586 suggestAlternative: "sidewalk";
588 fixChangeKey: "sidewalk:left=>sidewalk";
589 fixRemove: "sidewalk:right";
591 way[sidewalk:left][sidewalk:right][sidewalk]["sidewalk:left"=*sidewalk]["sidewalk:right"=*sidewalk]…
594 suggestAlternative: "sidewalk";
596 fixRemove: "sidewalk:left";
597 fixRemove: "sidewalk:right";
601 way["sidewalk:left"]["sidewalk:right"][sidewalk]!.AllSameSidewalk {
609 way["sidewalk:left"][sidewalk][!"sidewalk:right"],
[all …]
H A Dhighway.mapcss111 … deprecated, use {1} instead. Also check similar tags like {2}", "{0.tag}", "sidewalk", "{1.key}");
117 …precated, use {1} instead. Also check similar tags like {2}", "{0.tag}", "sidewalk=no", "{1.key}");
126 suggestAlternative: "sidewalk";
128 fixChangeKey: "footway => sidewalk";
133 suggestAlternative: "sidewalk=no";
136 fixAdd: "sidewalk=no";
139 way[footway][footway!=access_aisle][footway!=crossing][footway!=sidewalk]!.fixable_footway!.not_fix…
140 …s use {4} instead.", "{0.key}", "{1.value}", "{2.value}", "{3.value}", "sidewalk=left|right|both|n…
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/objects/
H A Dbuilding.rs115 pub fn sidewalk(&self) -> LaneID { in sidewalk() method
131 let lane = map.get_parent(self.sidewalk()).find_closest_lane( in driving_connection()
132 self.sidewalk(), in driving_connection()
155 queue.push_back(self.sidewalk()); in biking_connection()
H A Dbus_stop.rs9 pub sidewalk: LaneID, field
17 write!(f, "BusStopID({0}, {1})", self.sidewalk, self.idx) in fmt()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DWorld.cpp167 int sidewalk; in build_road() local
184 sidewalk = MAX (2, (lanes - 10)); in build_road()
185 lanes -= sidewalk; in build_road()
186 sidewalk /= 2; in build_road()
193 claim (x1, y1 + sidewalk, width, lanes, CLAIM_ROAD | MAP_ROAD_WEST); in build_road()
194 claim (x1, y1 + sidewalk + lanes + divider, width, lanes, CLAIM_ROAD | MAP_ROAD_EAST); in build_road()
196 claim (x1 + sidewalk, y1, lanes, depth, CLAIM_ROAD | MAP_ROAD_SOUTH); in build_road()
197 claim (x1 + sidewalk + lanes + divider, y1, lanes, depth, CLAIM_ROAD | MAP_ROAD_NORTH); in build_road()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/book/src/map/
H A DREADME.md32 distinguish crosswalks at each end of a sidewalk.)
34 connecting the edge of the building to the nearest sidewalk. Most trips in A/B
39 - **Bus stop**: A bus stop is placed some distance along a sidewalk, with a
75 include the position of a bus stop on the sidewalk and bus lane matching up.
78 - Connectivity -- any sidewalk should be reachable from any other, and most
89 All buildings and parking lots have driveways. This must connect to a sidewalk,
94 Public transit stops are located somewhere on a sidewalk. They're associated
/dports/devel/awscli/awscli-1.20.61/awscli/examples/iotwireless/
H A Dassociate-aws-account-with-partner-account.rst6 …--sidewalk AmazonId="12345678901234",AppServerPrivateKey="a123b45c6d78e9f012a34cd5e6a7890b12c3d45e…
17 …AWS IoT Core <https://docs.aws.amazon.com/iot/latest/developerguide/iot-sidewalk.html>`__ in the *…
H A Dupdate-partner-account.rst8 … --sidewalk AppServerPrivateKey="f798ab4899346a88599180fee9e14fa1ada7b6df989425b7c6d2146dd6c815bb"
12 …AWS IoT Core <https://docs.aws.amazon.com/iot/latest/developerguide/iot-sidewalk.html>`__ in the *…
H A Dlist-partner-accounts.rst22 …AWS IoT Core <https://docs.aws.amazon.com/iot/latest/developerguide/iot-sidewalk.html>`__ in the *…
H A Dget-partner-account.rst19 …AWS IoT Core <https://docs.aws.amazon.com/iot/latest/developerguide/iot-sidewalk.html>`__ in the *…
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/make/
H A Dtransit.rs34 map.lanes[id.sidewalk.0].bus_stops.remove(&id); in make_stops_and_routes()
61 sidewalk: sidewalk_pos.lane(), in make_route()
279 let sidewalk = map in lookup() localVariable
287 driving_pos.equiv_pos(sidewalk, map) in lookup()
H A Dbuildings.rs109 fn get_address(tags: &Tags, sidewalk: LaneID, map: &Map) -> String { in get_address()
113 _ => format!("??? {}", map.get_parent(sidewalk).get_name(None)), in get_address()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalNetwork.h163 const L* const sidewalk = getSidewalk<E, L>(edge); variable
164 if (sidewalk == nullptr) {
171 std::cout << " building connections from " << sidewalk->getID() << "\n";
174 … const std::vector<std::pair<const L*, const E*> > outgoing = sidewalk->getOutgoingViaLanes();
210 … const std::vector<std::pair<const L*, const E*> > outgoing = sidewalk->getOutgoingViaLanes();
352 const L* const sidewalk = getSidewalk<E, L>(e); in getWalkingConnector() local
353 if (e->isInternal() || sidewalk == 0) { in getWalkingConnector()
356 for (const auto& target : sidewalk->getOutgoingViaLanes()) { in getWalkingConnector()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/render/
H A Dbuilding.rs31 orig_pl.length() - map.get_l(bldg.sidewalk()).width / 2.0, in new()
41 paths_batch.push(cs.sidewalk, driveway.make_polygons(NORMAL_LANE_THICKNESS)); in new()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/url_formatter/spoof_checks/common_words/data/
H A Dcommon_words_test.gperf7 sidewalk, 0
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/
H A Dmap.rs427 self.get_parent(self.get_b(id).sidewalk()) in building_to_road()
468 let sidewalk = self.get_b(b).sidewalk(); in find_driving_lane_near_building() localVariable
469 if let Some(l) = self.get_parent(sidewalk).find_closest_lane( in find_driving_lane_near_building()
470 sidewalk, in find_driving_lane_near_building()
/dports/games/xtux/xtux/data/
H A Dstreet.table32 A sidewalk.xpm NOCLIP
33 a sidewalk.xpm ALLCLIP

12345678910>>...13