Searched refs:date (Results 101 - 125 of 345) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcalctrl.tex14 The calendar control allows the user to pick a date. For this,
18 current selection using the keyboard and select the date (generating
74 \twocolitem{{\bf EVT\_CALENDAR\_SEL\_CHANGED(id, func)}}{The selected date changed.}
81 Note that changing the selected date will result in either of
116 \func{}{wxCalendarCtrl}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxDateTime\& }{date = wxDefaultDateTime}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxCAL\_SHOW\_HOLIDAYS}, \param{const wxString\& }{name = wxCalendarNameStr}}
123 \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxDateTime\& }{date = wxDefaultDateTime}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxCAL\_SHOW\_HOLIDAYS}, \param{const wxString\& }{name = wxCalendarNameStr}}
138 \func{void}{SetDate}{\param{const wxDateTime\& }{date}}
140 Sets the current date.
147 Gets the currently selected date.
211 Set the colours to be used for highlighting the currently selected date
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dsetup.c86 day = bcd2bin(m48t37_base->date);
124 m48t37_base->date = bin2bcd(tm.tm_mday);
131 /* day of week -- not really used, but let's keep it up-to-date */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dversion.sh17 git log -1 --pretty=format:"git-%cd-%h" --date=short 2> /dev/null)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/memcheck/
H A Dmemcheck.cpp95 wxDateTime* date = new wxDateTime; local
115 // delete date;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/image/
H A DMakefile24 -D TIMESTAMP=$(shell date +%s)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h123 /* Bytes 212..219 are date-code YYMMDD (MM==1 for Jan) */
163 u8 date[QSFP_DATE_LEN]; member in struct:qib_qsfp_cache
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzipstb.c37 pVersion->date);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_drv.c86 .date = DRIVER_DATE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmicrocode_intel.c93 unsigned int date; member in struct:microcode_header_intel
331 pr_info("CPU%d updated to revision 0x%x, date = %04x-%02x-%02x\n",
333 mc_intel->hdr.date & 0xffff,
334 mc_intel->hdr.date >> 24,
335 (mc_intel->hdr.date >> 16) & 0xff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_groupmap.sh12 TBASE=`date '+%s'`
16 TNOW=`date '+%s'`
52 date
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DgenUnicode.py208 date = time.asctime(time.localtime(time.time())) variable
220 * Generation date: %s
236 """ % (webpage, date, sources));
247 * Generation date: %s
278 """ % (webpage, date, sources));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-bq32k.c35 uint8_t date; member in struct:bq32k_regs
91 tm->tm_mday = bcd2bin(regs.date);
108 regs.date = bin2bcd(tm->tm_mday);
H A Drtc-m48t35.c33 u8 date; member in struct:m48t35_rtc
66 tm->tm_mday = readb(&priv->reg->date);
130 writeb(day, &priv->reg->date);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py208 date = time.asctime(time.localtime(time.time())) variable
220 * Generation date: %s
236 """ % (webpage, date, sources));
247 * Generation date: %s
278 """ % (webpage, date, sources));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.c112 *comment = argv[11], *date = argv[12], *resolution = argv[13], *mime = argv[14], *path = argv[15]; local
129 if( date )
131 ret = sprintf(str_buf, "<AlbumYear>%.*s</AlbumYear>", 4, date);
145 if( date )
149 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
171 if( date )
175 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
H A Dupnphttp.c1092 char date[30]; local
1131 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1138 mime, size, date);
1156 char date[30]; local
1186 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1205 size, date);
1235 char date[30]; local
1257 strftime(date, 30,"%a, %d %b %Y %H:%M:%S GMT" , gmtime(&curtime));
1273 size, date);
1293 char date[3 local
1372 char date[30]; local
1585 char date[30]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_commands.c139 *comment = argv[11], *date = argv[12], *resolution = argv[13], *mime = argv[14]; local
155 if( date )
156 strcatf(str, "<AlbumYear>%.*s</AlbumYear>", 4, date);
166 if( date )
171 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
192 if( date )
197 strptime(date, "%Y-%m-%dT%H:%M:%S", &tm);
H A Dmetadata.c212 m->date = escape_tag(esc_tag, 1);
252 free(m->date);
368 xasprintf(&m.date, "%04d-01-01", song.year);
466 song.samplerate, m.date, m.title, m.creator, m.artist, m.album, m.genre, m.comment, song.disc,
531 m.date = strdup(exif_entry_get_value(e, b, sizeof(b)));
532 if( strlen(m.date) > 10 )
534 m.date[4] = '-';
535 m.date[7] = '-';
536 m.date[10] = 'T';
539 free(m.date);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dproc.c454 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
457 date_dos2unix(struct smb_sb_info *server, __u16 date, __u16 time) argument
463 date == 0, bad things happen */
464 month = ((date >> 5) - 1) & 15;
465 year = date >> 9;
467 ((date & 31) - 1 + day_n[month] + (year / 4) + year * 365 - ((year & 3) == 0 &&
474 /* Convert linear UNIX date to a MS-DOS time/date pair. */
478 int unix_date, __u16 *date, __u1
477 date_unix2dos(struct smb_sb_info *server, int unix_date, __u16 *date, __u16 *time) argument
2102 __u16 date, time; local
2431 __u16 date, time; local
2597 u16 date, time; local
2861 __u16 date, time; local
2905 __u16 date, time; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DRSP2SQL.c1907 DPRINTF(E_LOG, L_RSP, "Field '%s' is not a date field\n", field->chars);
1912 ret = snprintf(buf, sizeof(buf), "%ld", d.date);
1915 DPRINTF(E_LOG, L_RSP, "Date %ld too large for buffer, oops!\n", d.date);
2058 * RSP2SQL.g:385:1: datespec returns [ time_t date, int valid ] : (r= dateref | ^(o= dateop r= dateref m= INT i= dateintval ) );
2082 retval.date= 0; retval.valid= 1;
2140 retval.date= r.date;
2218 retval.date= r.date - (val * i.period);
2222 retval.date
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DRSP2SQL.c1907 DPRINTF(E_LOG, L_RSP, "Field '%s' is not a date field\n", field->chars);
1912 ret = snprintf(buf, sizeof(buf), "%ld", d.date);
1915 DPRINTF(E_LOG, L_RSP, "Date %ld too large for buffer, oops!\n", d.date);
2058 * RSP2SQL.g:385:1: datespec returns [ time_t date, int valid ] : (r= dateref | ^(o= dateop r= dateref m= INT i= dateintval ) );
2082 retval.date= 0; retval.valid= 1;
2140 retval.date= r.date;
2218 retval.date= r.date - (val * i.period);
2222 retval.date
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmcopy.c297 time_t date; local
304 & date, &filesize, &type, 0) < 0 ){
332 now = date;
415 time_t date; local
432 & date, 0, 0, 0) < 0 ){
455 now = date;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-passwd211 my $date=time;
215 push(@mods, 'sambaPwdLastSet' => $date);
217 my $new_sambaPwdMustChange=$date+$config{defaultMaxPasswordAge}*24*60*60;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbandwidth.c48 if( r->transfers[i].date <= cutoff )
67 if( r->transfers[r->newest].date + GRANULARITY_MSEC >= now )
72 r->transfers[r->newest].date = now;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_time.c83 /* ...and have no date-begin or date-end boundary */
157 xtables_error(PARAMETER_PROBLEM, "Invalid date \"%s\" specified. Should "
298 static void time_print_date(time_t date, const char *command) argument
303 if (date == 0 || date == LONG_MAX)
306 t = gmtime(&date);
401 printf(" until date");

Completed in 375 milliseconds

1234567891011>>