Home
last modified time | relevance | path

Searched refs:Stops (Results 1 – 25 of 2573) sorted by relevance

12345678910>>...103

/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/goefa/
H A Droute.go50 Stops []struct { member
110 DepartureTime: route.Trips[0].Stops[0].DateTime.Time,
111 ArrivalTime: route.Trips[len(route.Trips)-1].Stops[1].DateTime.Time,
115 if len(trip.Stops) != 2 {
119 DepartureTime: trip.Stops[0].DateTime.Time,
120 ArrivalTime: trip.Stops[1].DateTime.Time,
122 OriginPlatform: replaceEmptyWithNA(trip.Stops[0].Platform),
123 DestinationPlatform: replaceEmptyWithNA(trip.Stops[1].Platform),
124 OriginID: trip.Stops[0].ID,
125 DestinationID: trip.Stops[1].ID,
H A Dstop.go61 Stops []*stopResult `xml:"odvNameElem"`
103 for _, stop := range result.Odv.OdvName.Stops {
143 if len(result.Odv.OdvName.Stops) > 0 {
147 ID: result.Odv.OdvName.Stops[0].ID,
148 Name: result.Odv.OdvName.Stops[0].ValueName,
149 Locality: result.Odv.OdvName.Stops[0].Locality,
150 Lat: result.Odv.OdvName.Stops[0].Lat,
151 Lng: result.Odv.OdvName.Stops[0].Lng,
152 IsTransferStop: result.Odv.OdvName.Stops[0].IsTransferStop,
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Route.CsvRw/Structures/Route/
H A DStation.Stop.cs45 int t = Stations[StationIndex].Stops.Length; in CreateEvent()
46 Array.Resize(ref Stations[StationIndex].Stops, t + 1); in CreateEvent()
47 Stations[StationIndex].Stops[t].TrackPosition = TrackPosition; in CreateEvent()
52 Stations[StationIndex].Stops[t].ForwardTolerance = 5; in CreateEvent()
53 Stations[StationIndex].Stops[t].BackwardTolerance = 250; in CreateEvent()
57 Stations[StationIndex].Stops[t].ForwardTolerance = ForwardTolerance; in CreateEvent()
58 Stations[StationIndex].Stops[t].BackwardTolerance = BackwardTolerance; in CreateEvent()
61 Stations[StationIndex].Stops[t].Cars = Cars; in CreateEvent()
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteManager2/Stations/
H A DRouteStation.cs34 public StationStop[] Stops; field in RouteManager2.Stations.RouteStation
48 for (int i = Stops.Length - 1; i >= 0; i--) in GetStopIndex()
50 if (Cars <= Stops[i].Cars | Stops[i].Cars == 0) in GetStopIndex()
57 return Stops.Length - 1; in GetStopIndex()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsRenderer.erl68 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
69 …This::wxGraphicsRenderer(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraph…
70 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
74 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsRenderer_CreateLinearGradientBrush…
78 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
79 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
80 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
84 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsRenderer_Create…
H A DwxGraphicsContext.erl85 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
86 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
87 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
91 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsContext_CreateR…
104 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
105 …This::wxGraphicsContext(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraphi…
106 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
110 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsContext_CreateLinearGradientBrush_…
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsRenderer.erl68 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
69 …This::wxGraphicsRenderer(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraph…
70 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
74 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsRenderer_CreateLinearGradientBrush…
78 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
79 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
80 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
84 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsRenderer_Create…
H A DwxGraphicsContext.erl85 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
86 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
87 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
91 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsContext_CreateR…
104 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
105 …This::wxGraphicsContext(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraphi…
106 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
110 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsContext_CreateLinearGradientBrush_…
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsRenderer.erl68 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
69 …This::wxGraphicsRenderer(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraph…
70 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
74 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsRenderer_CreateLinearGradientBrush…
78 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
79 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
80 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
84 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsRenderer_Create…
H A DwxGraphicsContext.erl85 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
86 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
87 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
91 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsContext_CreateR…
104 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
105 …This::wxGraphicsContext(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraphi…
106 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
110 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsContext_CreateLinearGradientBrush_…
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsRenderer.erl68 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
69 …This::wxGraphicsRenderer(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraph…
70 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
74 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsRenderer_CreateLinearGradientBrush…
78 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
79 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
80 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
84 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsRenderer_Create…
H A DwxGraphicsContext.erl85 -spec createRadialGradientBrush(This, StartX, StartY, EndX, EndY, Radius, Stops) -> wxGraphicsBrush…
86 …er(), StartY::number(), EndX::number(), EndY::number(), Radius::number(), Stops::wxGraphicsGradien…
87 …alGradientBrush(#wx_ref{type=ThisT}=This,StartX,StartY,EndX,EndY,Radius,#wx_ref{type=StopsT}=Stops)
91 …wxe_util:queue_cmd(This,StartX,StartY,EndX,EndY,Radius,Stops,?get_env(),?wxGraphicsContext_CreateR…
104 -spec createLinearGradientBrush(This, X1, Y1, X2, Y2, Stops) -> wxGraphicsBrush:wxGraphicsBrush() w…
105 …This::wxGraphicsContext(), X1::number(), Y1::number(), X2::number(), Y2::number(), Stops::wxGraphi…
106 createLinearGradientBrush(#wx_ref{type=ThisT}=This,X1,Y1,X2,Y2,#wx_ref{type=StopsT}=Stops)
110 …wxe_util:queue_cmd(This,X1,Y1,X2,Y2,Stops,?get_env(),?wxGraphicsContext_CreateLinearGradientBrush_…
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/pango/doc/pango/
H A Dsection-tab-stops.xml.texi4 @node Tab Stops
5 @chapter Tab Stops
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Dsssd33 my %Stops;
74 $Stops{$Service}++;
116 if (keys %Stops and $Detail) {
118 foreach my $Service (sort {$a cmp $b} keys %Stops) {
119 print " $Service: " . $Stops{$Service} . " Time(s)\n";
H A Dafpd32 my $Stops;
71 $Stops++;
94 if ($Stops and $Detail) {
95 print "\nNumber of server shutdowns: $Stops\n";
/dports/misc/py-halo/halo-0.0.31/
H A DREADME.md127 Stops and clears the spinner. Returns the instance.
144 Stops the spinner and changes symbol to `✔`. If text is provided, it is persisted else current text…
149 Stops the spinner and changes symbol to `✖`. If text is provided, it is persisted else current text…
154 Stops the spinner and changes symbol to `⚠`. If text is provided, it is persisted else current text…
159 Stops the spinner and changes symbol to `ℹ`. If text is provided, it is persisted else current text…
162 Stops the spinner and changes symbol and text. Returns the instance.
H A DPKG-INFO135 Stops and clears the spinner. Returns the instance.
152Stops the spinner and changes symbol to `✔`. If text is provided, it is persisted else current tex…
157Stops the spinner and changes symbol to `✖`. If text is provided, it is persisted else current tex…
162Stops the spinner and changes symbol to `⚠`. If text is provided, it is persisted else current tex…
167Stops the spinner and changes symbol to `ℹ`. If text is provided, it is persisted else current tex…
170 Stops the spinner and changes symbol and text. Returns the instance.
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/AI/
H A DAI.SimpleHuman.cs207 …StationDistanceToStopPoint < Program.CurrentRoute.Stations[Train.Station].Stops[stopIndex].Backwar… in PerformDefault()
290 …StationDistanceToStopPoint < Program.CurrentRoute.Stations[Train.Station].Stops[stopIndex].Backwar… in PerformDefault()
299 …rain.Station].Stops[stopIndex].BackwardTolerance && -Train.StationDistanceToStopPoint < Program.Cu… in PerformDefault()
454 double dist = Program.CurrentRoute.Stations[e.StationIndex].Stops[s].TrackPosition - tp; in PerformDefault()
559 double dist = Program.CurrentRoute.Stations[e.StationIndex].Stops[s].TrackPosition - tp; in PerformDefault()
560 if (dist > -Program.CurrentRoute.Stations[e.StationIndex].Stops[s].ForwardTolerance) in PerformDefault()
588 double dist = Program.CurrentRoute.Stations[e.StationIndex].Stops[s].TrackPosition - tp; in PerformDefault()
589 if (dist > -Program.CurrentRoute.Stations[e.StationIndex].Stops[s].ForwardTolerance) in PerformDefault()
621 double dist = Program.CurrentRoute.Stations[e.StationIndex].Stops[s].TrackPosition - tp; in PerformDefault()
622 if (dist > -Program.CurrentRoute.Stations[e.StationIndex].Stops[s].ForwardTolerance) in PerformDefault()
[all …]
/dports/misc/py-halo/halo-0.0.31/halo.egg-info/
H A DPKG-INFO135 Stops and clears the spinner. Returns the instance.
152Stops the spinner and changes symbol to `✔`. If text is provided, it is persisted else current tex…
157Stops the spinner and changes symbol to `✖`. If text is provided, it is persisted else current tex…
162Stops the spinner and changes symbol to `⚠`. If text is provided, it is persisted else current tex…
167Stops the spinner and changes symbol to `ℹ`. If text is provided, it is persisted else current tex…
170 Stops the spinner and changes symbol and text. Returns the instance.
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/McCurdy Collection/LiveSampling/
H A DMultiTableRec.csd40 …gkSpeed1 invalue "Speed1" ;Rec Button 1 Starts / Stops instr 1 ;Play Button 1 Starts / Stops in…
41 …gkSpeed2 invalue "Speed2" ;Rec Button 2 Starts / Stops instr 101 ;Play Button 2 Starts / Stops
42 …gkSpeed3 invalue "Speed3" ;Rec Button 3 Starts / Stops instr 201 ;Play Button 3 Starts / Stops
43 …gkSpeed4 invalue "Speed4" ;Rec Button 4 Starts / Stops instr 301 ;Play Button 4 Starts / Stops
44 …gkSpeed5 invalue "Speed5" ;Rec Button 5 Starts / Stops instr 401 ;Play Button 5 Starts / Stops
45 …gkSpeed6 invalue "Speed6" ;Rec Button 6 Starts / Stops instr 501 ;Play Button 6 Starts / Stops
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteViewer/
H A DLoadingR.cs223 if (Program.CurrentRoute.Stations[i].Stops.Length != 0) { in LoadEverythingThreaded()
225 …rstStationPosition = Program.CurrentRoute.Stations[i].Stops[Program.CurrentRoute.Stations[i].Stops in LoadEverythingThreaded()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/tf/
H A Dwatch.tf9 ; /unwatch <player> Stops looking for <player>.
10 ; /unwatch -a Stops looking for everyone.
/dports/net/tinyfugue/tf-50b8/tf-lib/
H A Dwatch.tf9 ; /unwatch <player> Stops looking for <player>.
10 ; /unwatch -a Stops looking for everyone.
/dports/games/xtux/xtux/doc/
H A Dweapons27 entstop boolean Stops after hitting an entity?
28 wallstop boolean Stops after hitting a wall?
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/
H A Dindent.texi53 * Tab Stops:: You can set arbitrary "tab stops" and then
58 @node Indentation Commands, Tab Stops, Indentation, Indentation
124 @node Tab Stops, Just Spaces, Indentation Commands, Indentation
125 @section Tab Stops
136 @kindex C-c C-c (Edit Tab Stops)
171 @node Just Spaces,, Tab Stops, Indentation

12345678910>>...103