Home
last modified time | relevance | path

Searched refs:DateStamp (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dsave.h29 _HighScore() : Time(0), DateStamp(0) { } in _HighScore()
30 _HighScore(float Time, int DateStamp) : Time(Time), DateStamp(DateStamp) { } in _HighScore()
37 time_t DateStamp; member
H A Dsave.cpp188 HighScore.DateStamp = Database->GetInt(3, 1); in LoadLevelStats()
277 …Date) VALUES(%d, %f, %d)", Stats.ID, Stats.HighScores[i].Time, (int)Stats.HighScores[i].DateStamp); in AddScore()
/dports/net/storj/storj-1.45.3/web/satellite/tests/unit/utils/
H A Ddatepicker.spec.ts7 DateStamp,
25 const currentDate = new DateStamp(2019, 8, 30);
55 const currentDate = new DateStamp(2019, 8, 30);
/dports/net/storj/storj-1.45.3/web/satellite/src/utils/
H A Ddatepicker.ts61 export class DateStamp { class
88 private current: DateStamp;
92 public populateDays(current: DateStamp, isSundayFirst: boolean): DayItem[] {
/dports/devel/dmake/dmake-4.13.1/dbug/dbug/
H A Ddbug.c1797 struct DateStamp { /* Yes, this is a hack, but doing it right */ struct
1804 static struct DateStamp begin; argument
1805 static struct DateStamp elapsed;
1809 register struct DateStamp *now; in Clock()
1813 now = (struct DateStamp *) AllocMem ((long) sizeof (struct DateStamp), 0L); in Clock()
1817 (VOID) DateStamp (now); in Clock()
1820 (VOID) DateStamp (now); in Clock()
1824 (VOID) FreeMem (now, (long) sizeof (struct DateStamp)); in Clock()
/dports/cad/netgen-lvs/netgen-1.5.211/dbug/
H A Ddbug.c1843 struct DateStamp { /* Yes, this is a hack, but doing it right */ struct
1850 static struct DateStamp begin; argument
1851 static struct DateStamp elapsed;
1855 register struct DateStamp *now; in Clock()
1859 now = (struct DateStamp *) AllocMem ((long) sizeof (struct DateStamp), 0L); in Clock()
1863 (VOID) DateStamp (now); in Clock()
1866 (VOID) DateStamp (now); in Clock()
1870 (VOID) FreeMem (now, (long) sizeof (struct DateStamp)); in Clock()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.out.v5d/
H A Dmain.c110 int DateStamp[MAXTIMES]; /* real dates for each time step */ in convert() local
162 TimeStamp[0] = DateStamp[0] = 0; in convert()
255 TimeStamp, DateStamp, CompressMode, Projection, in convert()
H A Dv5d.h147 int DateStamp[MAXTIMES]; /* Date in YYDDD format */ member
H A Dv5d.c369 v->DateStamp[time], in v5dPrintStruct()
371 day[v5dYYDDDtoDays(v->DateStamp[time]) % 7]); in v5dPrintStruct()
1041 int date0 = v5dYYDDDtoDays(v->DateStamp[i - 1]); in v5dVerifyStruct()
1042 int date1 = v5dYYDDDtoDays(v->DateStamp[i]); in v5dVerifyStruct()
1358 v->DateStamp[i] = v5dDaysToYYDDD(j); in read_comp_header()
1488 v->DateStamp[it] = v5dDaysToYYDDD(j); in read_comp_header()
1729 read_int4(f, &v->DateStamp[time]); in read_v5d_header()
2258 write_int4(f, v->DateStamp[time]); in write_v5d_header()
2631 Simple->DateStamp[time] = datestamp[time]; in v5dCreate()
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_dbug.c2100 struct DateStamp struct
2108 static struct DateStamp begin; argument
2109 static struct DateStamp elapsed;
2114 register struct DateStamp *now; in Clock()
2118 now = (struct DateStamp *) AllocMem((long) sizeof(struct DateStamp), 0L); in Clock()
2122 (void) DateStamp(now); in Clock()
2125 (void) DateStamp(now); in Clock()
2129 (void) FreeMem(now, (long) sizeof(struct DateStamp)); in Clock()
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_dbug.c2100 struct DateStamp struct
2108 static struct DateStamp begin; argument
2109 static struct DateStamp elapsed;
2114 register struct DateStamp *now; in Clock()
2118 now = (struct DateStamp *) AllocMem((long) sizeof(struct DateStamp), 0L); in Clock()
2122 (void) DateStamp(now); in Clock()
2125 (void) DateStamp(now); in Clock()
2129 (void) FreeMem(now, (long) sizeof(struct DateStamp)); in Clock()
/dports/archivers/zip/zip30/amiga/
H A Dfiledate.c236 LONG SetFileDate(UBYTE *filename, struct DateStamp *pDate);
245 struct DateStamp pDate;
491 struct DateStamp ds; in time()
492 DateStamp(&ds); in time()
/dports/archivers/unzip/unzip60/amiga/
H A Dfiledate.c236 LONG SetFileDate(UBYTE *filename, struct DateStamp *pDate);
245 struct DateStamp pDate;
491 struct DateStamp ds; in time()
492 DateStamp(&ds); in time()
/dports/astro/gpscorrelate/gpscorrelate-1.6.1/
H A Dmain-command.c162 char DateStamp[12]; in FixDatestamp() local
168 OriginalDateStamp = ReadGPSTimestamp(File, DateStamp, TimeStamp, &IncludesGPS); in FixDatestamp()
180 strcpy(CombinedTime, DateStamp); in FixDatestamp()
H A Dexif-gps.h36 char* ReadGPSTimestamp(char* File, char* DateStamp, char* TimeStamp, int* IncludesGPS);
/dports/science/h5utils/h5utils-1.13.1/
H A Dh5tov5d.c86 int DateStamp[MAXTIMES]; /* real dates for each time step */ in output_v5d() local
227 DateStamp[it] = 0; /* don't bother to make up a real date */ in output_v5d()
245 VarName, TimeStamp, DateStamp, CompressMode, in output_v5d()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/amicommon/
H A Ddos.pp170 { Converts a value in seconds past 1978 to a value in AMIGA DateStamp format }
739 { Convert Amiga DateStamp to DOS file time }
888 DateStamp: pDateStamp;
894 new(DateStamp);
907 DateStamp^.ds_Days:=Days;
908 DateStamp^.ds_Minute:=Minutes;
909 DateStamp^.ds_Tick:=Ticks;
910 if dosSetFileDate(Str,DateStamp) then
917 if assigned(DateStamp) then Dispose(DateStamp);
/dports/lang/fpc-source/fpc-3.2.2/rtl/amicommon/
H A Ddos.pp170 { Converts a value in seconds past 1978 to a value in AMIGA DateStamp format }
739 { Convert Amiga DateStamp to DOS file time }
888 DateStamp: pDateStamp;
894 new(DateStamp);
907 DateStamp^.ds_Days:=Days;
908 DateStamp^.ds_Minute:=Minutes;
909 DateStamp^.ds_Tick:=Ticks;
910 if dosSetFileDate(Str,DateStamp) then
917 if assigned(DateStamp) then Dispose(DateStamp);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/amicommon/
H A Ddos.pp170 { Converts a value in seconds past 1978 to a value in AMIGA DateStamp format }
739 { Convert Amiga DateStamp to DOS file time }
888 DateStamp: pDateStamp;
894 new(DateStamp);
907 DateStamp^.ds_Days:=Days;
908 DateStamp^.ds_Minute:=Minutes;
909 DateStamp^.ds_Tick:=Ticks;
910 if dosSetFileDate(Str,DateStamp) then
917 if assigned(DateStamp) then Dispose(DateStamp);
/dports/lang/fpc/fpc-3.2.2/rtl/amicommon/
H A Ddos.pp170 { Converts a value in seconds past 1978 to a value in AMIGA DateStamp format }
739 { Convert Amiga DateStamp to DOS file time }
888 DateStamp: pDateStamp;
894 new(DateStamp);
907 DateStamp^.ds_Days:=Days;
908 DateStamp^.ds_Minute:=Minutes;
909 DateStamp^.ds_Tick:=Ticks;
910 if dosSetFileDate(Str,DateStamp) then
917 if assigned(DateStamp) then Dispose(DateStamp);
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Classes/
H A DMetadataModels.cs3367 DateTime? date = DateStamp;
3390 DateStamp = value.Value.Date;
3395 DateStamp = null;
3413 public DateTime? DateStamp property in FreeImageAPI.Metadata.MDM_EXIF_GPS
/dports/science/netcdf/netcdf-c-4.7.4/ncdap_test/testdata3/
H A DEOSDB.dds83 String DateStamp;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdap_test/testdata3/
H A DEOSDB.dds83 String DateStamp;
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.v5d/
H A Dv5d.h147 int DateStamp[MAXTIMES]; /* Date in YYDDD format */ member
H A Dv5d.c369 v->DateStamp[time], in v5dPrintStruct()
371 day[v5dYYDDDtoDays(v->DateStamp[time]) % 7]); in v5dPrintStruct()
1041 int date0 = v5dYYDDDtoDays(v->DateStamp[i - 1]); in v5dVerifyStruct()
1042 int date1 = v5dYYDDDtoDays(v->DateStamp[i]); in v5dVerifyStruct()
1358 v->DateStamp[i] = v5dDaysToYYDDD(j); in read_comp_header()
1489 v->DateStamp[it] = v5dDaysToYYDDD(j); in read_comp_header()
1730 read_int4(f, &v->DateStamp[time]); in read_v5d_header()
2257 write_int4(f, v->DateStamp[time]); in write_v5d_header()
2629 Simple->DateStamp[time] = datestamp[time]; in v5dCreate()

1234