Home
last modified time | relevance | path

Searched refs:bmonth (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_accessor_class_g1forecastmonth.c167 long bmonth = 0; in unpack_long() local
189 bmonth = base_yearmonth % 100; in unpack_long()
191 fcmonth = (vyear - byear) * 12 + (vmonth - bmonth); in unpack_long()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_accessor_class_g1forecastmonth.c177 long bmonth = 0; in unpack_long() local
202 bmonth = base_yearmonth % 100; in unpack_long()
204 fcmonth = (vyear - byear) * 12 + (vmonth - bmonth); in unpack_long()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Det2utc.c49 static integer bmonth, emonth; in et2utc_() local
657 bmonth = emonth - (min(i__1,i__2) + min(i__3,i__4) + min(i__5, in et2utc_()
659 intstr_(&month, endstr + (bmonth - 1), emonth - (bmonth - 1)); in et2utc_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Det2utc.c49 static integer bmonth, emonth; in et2utc_() local
657 bmonth = emonth - (min(i__1,i__2) + min(i__3,i__4) + min(i__5, in et2utc_()
659 intstr_(&month, endstr + (bmonth - 1), emonth - (bmonth - 1)); in et2utc_()
/dports/print/latex-biber/biber-2.1/lib/Biber/Input/file/
H A Dbiblatexml.pm500 if (my ($byear, $bmonth, $bday) =
503 $bibentry->set_datafield($datetype . 'month', $bmonth) if $bmonth;
527 if (my ($byear, $bmonth, $bday) =
535 $bibentry->set_datafield($datetype . 'month', $bmonth) if $bmonth;
H A Dzoterordfxml.pm654 if (my ($byear, $bmonth, $bday, $r, $eyear, $emonth, $eday) =
657 $bibentry->set_datafield('month', $bmonth) if $bmonth;
H A Dbibtex.pm804 if (my ($byear, $bmonth, $bday, $r, $eyear, $emonth, $eday) = parse_date($date)) {
815 if ($bmonth and
822 $bibentry->set_datafield($datetype . 'month', $bmonth) if $bmonth;
H A Dendnotexml.pm563 if (my ($byear, $bmonth, $bday, $r, $eyear, $emonth, $eday) =
567 $bibentry->set_datafield('month', $bmonth) if $bmonth;
/dports/japanese/today/ja-today-2.12_2/
H A Devent.c1217 rangetbl[0].bmonth = begin.month; in weekSearch()
1221 rangetbl[1].bmonth = rangetbl[1].emonth = 0; in weekSearch()
1425 int bmonth, emonth; in makerange() local
1430 bmonth = rangetbl[i].bmonth; in makerange()
1431 if (bmonth == 0) { in makerange()
1432 bmonth = current_month; in makerange()
1445 sprintf(strlastp(msgbuff), "%d/%d��%d/%d,", bmonth, rangetbl[i].start, emonth, rangetbl[i].end); in makerange()
H A Dsepparam.c53 rtbl[range_cnt].bmonth = 0; in separate_param()
H A Dextern.h900 int bmonth; /* ���Ϸ� */ member
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpsysinfo/includes/os/
H A Dclass.WINNT.inc.php138 $bmonth = intval(substr($buffer[0]["LastBootUpTime"], 4, 2));
151 $boottime = mktime($bhour, $bminute, $bseconds, $bmonth, $bday, $byear);
/dports/deskutils/rubrica/rubrica2-2.1.6/plugins/rubrica/
H A Dsave.c566 gchar *bday, *bmonth, *byear; in r_write_notes() local
573 bmonth = r_notes_get_anniversary_month(R_NOTES(data)); in r_write_notes()
597 r_io_write_str (node, "month", bmonth); in r_write_notes()
/dports/games/libretro-beetle_wswan/beetle-wswan-libretro-5b03d1b/mednafen/wswan/
H A Dwswan-memory.cpp505 const uint8 bmonth = MDFN_GetSettingUI("wswan.bmonth"); in WSwan_MemoryInit() local
529 WSwan_EEPROMInit(MDFN_GetSettingS("wswan.name"), byear, bmonth, bday, sex, blood); in WSwan_MemoryInit()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/jabber/
H A Djabber_plugin.c853 gint bmonth; in jabber_signal_recv() local
898 bmonth = (gint) kv->value; in jabber_signal_recv()
903 if(byear || bmonth || bday) in jabber_signal_recv()
905 if(byear > 0 && byear <= 9999 && bmonth > 0 && bmonth <= 12 && in jabber_signal_recv()
908 string = g_strdup_printf("%04d-%02d-%02d", byear, bmonth, bday); in jabber_signal_recv()
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Dstats.ll452 if (b,birth(person)) { extractdate(b,bday,bmonth,byear) }
454 if (b,baptism(person)) { extractdate(b,bday,bmonth,byear) }
468 if(b,birth(father(person))) { extractdate(b,bday,bmonth,byear) }
471 extractdate(b,bday,bmonth,byear)
486 if(b,birth(mother(person))) { extractdate(b,bday,bmonth,byear) }
489 extractdate(b,bday,bmonth,byear)
H A Dssdi_aid.ll108 extractdate(b,bday,bmonth,byear)
/dports/net-im/icqlib/icqlib-1.0.0/icqlib/
H A Dudphandle.c419 unsigned char byear, bmonth, bday, lang1, lang2, lang3, inum, i; in icq_HandleMetaUserInfo() local
567 bmonth = icq_PacketRead8(p); in icq_HandleMetaUserInfo()
576 homepage, bday, bmonth, byear+1900, icq_GetMetaLanguageName(lang1), in icq_HandleMetaUserInfo()
580 bmonth, bday, lang1, lang2, lang3); in icq_HandleMetaUserInfo()
H A Dicq.h189 unsigned char byear, unsigned char bmonth, unsigned char bday,
/dports/astro/fowsr/fowsr-571db38/fowsr.src/
H A Dfowsr.c488 char bmonth = 0; in CWS_calculate_rain() local
502bmonth = CWS_calculate_rain_period(bmonth, WS_RAIN_MONTH, current_pos+WS_RAIN, initial_pos+WS_RAIN… in CWS_calculate_rain()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dstatistics.cpp241 int bmonth = strtol(p+1, &p, 10); in compare_dates() local
243 int bv = bday + 100 * bmonth + 2000*byear; in compare_dates()
/dports/deskutils/moregroupware/moregroupware/modules/contact/inc/
H A Dcontact.class.php107 $bmonth = isset($_POST["birthdayMonth"])?(int) $_POST["birthdayMonth"]:0;
109 $bday = $conn->DBDate(sprintf("%04d-%02d-%02d",$byear,$bmonth,$bday));
185 $bmonth = (int) $_POST["birthdayMonth"];
187 $bday = $conn->DBDate(sprintf("%04d-%02d-%02d",$byear,$bmonth,$bday));
/dports/emulators/mednafen/mednafen/src/wswan/
H A Dmemory.cpp747 const uint8 bmonth = MDFN_GetSettingUI("wswan.bmonth"); in WSwan_MemoryInit() local
770 WSwan_EEPROMInit(MDFN_GetSettingS("wswan.name").c_str(), byear, bmonth, bday, sex, blood); in WSwan_MemoryInit()
/dports/www/phpsysinfo/phpsysinfo-3.3.4/includes/os/
H A Dclass.WINNT.inc.php463 $bmonth = intval(substr($boot, 4, 2));
475 $boottime = mktime($bhour, $bminute, $bseconds, $bmonth, $bday, $byear) - $boffset*60;
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions.php5893 $bmonth = array(
5938 $bmonth = str_replace($find, $html, $bmonth);
5949 $bmonth[$bm-1],
5951 ($bm == 9 ? my_substr($bmonth[$bm-1], 0, 4) : my_substr($bmonth[$bm-1], 0, 3)),

12