Home
last modified time | relevance | path

Searched refs:ATime (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_date_utils.pas173 locDate := TimeRecToDateTime(ATime);
174 if ( ATime.HourOffset <> 0 ) then
176 if ( ATime.MinuteOffset <> 0 ) then
451 …%d; Minute : %d; Second : %d; SecondFractional : %d}',[ATime.Hour,ATime.Minute,ATime.Second,ATime.…
454 if ( ATime.MilliSecond = 0 ) then
455 buffer := Format('%.2d:%.2d:%.2d',[ATime.Hour,ATime.Minute,ATime.Second])
457 … buffer := Format('%.2d:%.2d:%.2d.%.3d',[ATime.Hour,ATime.Minute,ATime.Second,ATime.MilliSecond]);
459 if ( ATime.HourOffset > 0 ) then
463 if ( ATime.MinuteOffset > 0 ) then
473 if ( ATime.HourOffset = 0 ) and ( ATime.MinuteOffset = 0 ) then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_date_utils.pas173 locDate := TimeRecToDateTime(ATime);
174 if ( ATime.HourOffset <> 0 ) then
176 if ( ATime.MinuteOffset <> 0 ) then
451 …%d; Minute : %d; Second : %d; SecondFractional : %d}',[ATime.Hour,ATime.Minute,ATime.Second,ATime.…
454 if ( ATime.MilliSecond = 0 ) then
455 buffer := Format('%.2d:%.2d:%.2d',[ATime.Hour,ATime.Minute,ATime.Second])
457 … buffer := Format('%.2d:%.2d:%.2d.%.3d',[ATime.Hour,ATime.Minute,ATime.Second,ATime.MilliSecond]);
459 if ( ATime.HourOffset > 0 ) then
463 if ( ATime.MinuteOffset > 0 ) then
473 if ( ATime.HourOffset = 0 ) and ( ATime.MinuteOffset = 0 ) then
[all …]
/dports/editors/lazarus/lazarus/lcl/forms/
H A Dtimepopup.pas26 TReturnTimeEvent = procedure (Sender: TObject; const ATime: TDateTime) of object;
50 procedure Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
54 procedure SetTime(ATime: TDateTime);
61 procedure ShowTimePopup(const Position: TPoint; ATime: TDateTime; const DoubleBufferedForm: Boolean;
78 NewForm.Initialize(Position, ATime);
86 NewForm.SetTime(ATime); //update the row and col in the grid;
95 procedure TTimePopupForm.SetTime(ATime: TDateTime);
99 Hour := HourOf(ATime);
100 Minute := MinuteOf(ATime);
272 procedure TTimePopupForm.Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/forms/
H A Dtimepopup.pas26 TReturnTimeEvent = procedure (Sender: TObject; const ATime: TDateTime) of object;
50 procedure Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
54 procedure SetTime(ATime: TDateTime);
61 procedure ShowTimePopup(const Position: TPoint; ATime: TDateTime; const DoubleBufferedForm: Boolean;
78 NewForm.Initialize(Position, ATime);
86 NewForm.SetTime(ATime); //update the row and col in the grid;
95 procedure TTimePopupForm.SetTime(ATime: TDateTime);
99 Hour := HourOf(ATime);
100 Minute := MinuteOf(ATime);
272 procedure TTimePopupForm.Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/forms/
H A Dtimepopup.pas26 TReturnTimeEvent = procedure (Sender: TObject; const ATime: TDateTime) of object;
50 procedure Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
54 procedure SetTime(ATime: TDateTime);
61 procedure ShowTimePopup(const Position: TPoint; ATime: TDateTime; const DoubleBufferedForm: Boolean;
78 NewForm.Initialize(Position, ATime);
86 NewForm.SetTime(ATime); //update the row and col in the grid;
95 procedure TTimePopupForm.SetTime(ATime: TDateTime);
99 Hour := HourOf(ATime);
100 Minute := MinuteOf(ATime);
272 procedure TTimePopupForm.Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/forms/
H A Dtimepopup.pas26 TReturnTimeEvent = procedure (Sender: TObject; const ATime: TDateTime) of object;
50 procedure Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
54 procedure SetTime(ATime: TDateTime);
61 procedure ShowTimePopup(const Position: TPoint; ATime: TDateTime; const DoubleBufferedForm: Boolean;
78 NewForm.Initialize(Position, ATime);
86 NewForm.SetTime(ATime); //update the row and col in the grid;
95 procedure TTimePopupForm.SetTime(ATime: TDateTime);
99 Hour := HourOf(ATime);
100 Minute := MinuteOf(ATime);
272 procedure TTimePopupForm.Initialize(const PopupOrigin: TPoint; ATime: TDateTime);
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ets_lru/src/
H A Dets_lru.erl176 [[ATime]] ->
179 true = ets:delete(St#st.atimes, ATime),
192 [[ATime, CTime]] ->
194 true = ets:delete(St#st.atimes, ATime),
241 [[ATime]] ->
245 true = ets:delete(St#st.atimes, ATime),
293 [[ATime]] = ets:match(St#st.objects, Pattern),
295 true = ets:delete(St#st.atimes, ATime),
308 ATime ->
309 [{ATime, Key}] = ets:lookup(St#st.atimes, ATime),
[all …]
/dports/editors/lazarus/lazarus/components/virtualtreeview/units/gtk/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus/lazarus/components/virtualtreeview/units/qt/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus/lazarus/components/virtualtreeview/units/carbon/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus/lazarus/components/virtualtreeview/units/cocoa/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus/lazarus/components/virtualtreeview/units/qt5/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/units/cocoa/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/units/qt5/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/units/carbon/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/units/gtk/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/units/qt/
H A Dfakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/units/gtk/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/units/carbon/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/units/cocoa/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/units/qt/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/units/gtk/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/units/qt5/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/units/gtk/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/units/qt5/
H A Dlaz.fakemmsystem.pas30 ATime: TSystemTime;
33 GetLocalTime(ATime);
34 Result := ATime.MilliSecond;

12345678910>>...20