Home
last modified time | relevance | path

Searched refs:BASE_D (Results 1 – 4 of 4) sorted by relevance

/dports/mail/p5-Sisimai/Sisimai-v4.25.11/lib/Sisimai/
H A DDateTime.pm7 sub BASE_D() { 86400 } # 1 day = 86400 sec subroutine
163 'o' => ( BASE_D * BASE_Y * 4 ), # Olympiad, 4 years
164 'y' => ( BASE_D * BASE_Y ), # Year, Gregorian Calendar
165 'q' => ( BASE_D * BASE_Y / 4 ), # Quarter, year/4
166 'l' => ( BASE_D * BASE_L ), # Lunar month
167 'f' => ( BASE_D * 14 ), # Fortnight, 2 weeks
168 'w' => ( BASE_D * 7 ), # Week, 604800 seconds
169 'd' => BASE_D, # Day
/dports/sysutils/heirloom/heirloom-070715/hd/
H A Dhd.c67 BASE_D = 02, enumerator
201 *basep |= BASE_O|BASE_D|BASE_X; in flag()
226 base(BASE_D, basep); in flag()
376 case BASE_D: in prna()
393 if (cflag&BASE_D) in prnb()
394 line(bp, n, 'c', BASE_D, cnt++); in prnb()
399 if (bflag&BASE_D) in prnb()
400 line(bp, n, 'b', BASE_D, cnt++); in prnb()
405 if (wflag&BASE_D) in prnb()
406 line(bp, n, 'w', BASE_D, cnt++); in prnb()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/kar/DL/
H A DTEST.sh10 BASE_D=$( dirname $BIN_D )
12 TEST_D=$BASE_D/test
13 SCM_D=$BASE_D/schema
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dseqport.c5829 BASE_D, /* AGT */ enumerator
5841 BASE_T, BASE_W, BASE_Y, BASE_H, BASE_K, BASE_D, BASE_B, BASE_N}; in TransTableNew()