Home
last modified time | relevance | path

Searched refs:yyyymm (Results 1 – 25 of 109) sorted by relevance

12345

/dports/astro/xplanet/xplanet-1.3.1/src/
H A DreadOriginFile.cpp58 int yyyymm = yyyymmdd / 100; in readOriginFile() local
59 int year = yyyymm/100; in readOriginFile()
60 int month = abs(yyyymm - year * 100); in readOriginFile()
61 int day = abs((int) yyyymmdd - yyyymm * 100); in readOriginFile()
H A DOptions.cpp329 int yyyymm = yyyymmdd / 100; in parseArgs() local
330 int year = yyyymm/100; in parseArgs()
331 int month = abs(yyyymm - year * 100); in parseArgs()
332 int day = abs((int) yyyymmdd - yyyymm * 100); in parseArgs()
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dbrand_eins.recipe75 yyyymm = "{}{}".format(year, month)
77 issue_map[yyyymm] = link.get('href')
85 issue = yyyymm
/dports/www/ot-recorder/recorder-0.8.4/
H A Dutil.h30 const char *yyyymm(time_t t);
H A Dutil.c316 const char *yyyymm(time_t t) { in yyyymm() function
494 utstring_printf(path, "/%s.%s", yyyymm(epoch), suffix); in pathn()
H A Docat.c377 time_from = strdup(yyyymm(now)); in main()
/dports/www/twiki/twiki/tools/
H A Drunstatistics138 -l - logifile dates to update, Format is yyyymm
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/sqwebmail/
H A Dsqwebmail.c2067 char yyyymm[128]; in rename_sent_folder() local
2090 if (strftime (yyyymm, sizeof(yyyymm), "%Y%m", tm) == 0) in rename_sent_folder()
2094 strcmp(yyyymm, yyyymmp) == 0) in rename_sent_folder()
2114 write_sqconfig(".", SENTSTAMP, yyyymm); in rename_sent_folder()
/dports/mail/courier/courier-0.65.3/webmail/
H A Dsqwebmail.c2058 char yyyymm[128]; in rename_sent_folder() local
2081 if (strftime (yyyymm, sizeof(yyyymm), "%Y%m", tm) == 0) in rename_sent_folder()
2085 strcmp(yyyymm, yyyymmp) == 0) in rename_sent_folder()
2099 write_sqconfig(".", SENTSTAMP, yyyymm); in rename_sent_folder()
/dports/sysutils/p5-arclog/arclog-3.04/
H A DREADME20 named logfile.yyyymm. It then saves the hard disk space and prevents
/dports/deskutils/gcal/gcal-4.1/
H A DNEWS768 yyyymm`www'N:N
769 yyyymm`www'N:N.N
770 yyyymm`www'N:N,[mm]`www'N:N.N ...
771 yyyymm`www'N#[mm]`www'N.N
772 yyyymm`www'N#[mm]dd.N
773 yyyymm`www'#`www'.N
780 yyyymm`www'#`www'
781 yyyymm`www'N#[mm]`www'N
783 yyyymm`www'N#[mm]dd
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindOpenACC.cmake55 ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
H A DFindOpenMP.cmake83 ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindOpenACC.cmake55 ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
H A DFindOpenMP.cmake83 ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindOpenACC.cmake55 ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
H A DFindOpenMP.cmake83 ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A DSOURCES474 yyyymm.h
H A DFILES1048 yyyymm.h
/dports/irc/unreal/Unreal3.2.10.7/src/win32/
H A Dunrealinst.iss116 d := StrToInt(GetDateTimeString('yyyymm',#0,#0));
/dports/devel/R-cran-data.table/data.table/man/
H A Dfwrite.Rd47 … \code{yyyy}, \code{mm}, \code{dd} and (most commonly to group by) \code{yyyymm} parts using integ…
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/CMake/
H A DFindOpenMP.cmake93 # ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
/dports/math/vtk8/VTK-8.2.0/CMake/
H A DFindOpenMP.cmake93 # ``yyyymm`` where ``yyyy`` and ``mm`` represents the year and month of
/dports/graphics/gthumb/gthumb-3.10.1/po/
H A Det.po2281 msgid "Possible values are: yyyymmdd, yyyymm, yyyy"
2282 msgstr "Võimalikud väärtused: yyyymmdd, yyyymm, yyyy"
H A Dth.po2397 msgid "Possible values are: yyyymmdd, yyyymm, yyyy"
2398 msgstr "ค่าที่เป็นไปได้คือ: yyyymmdd, yyyymm, yyyy"

12345