search for: get_date

Displaying 9 results from an estimated 9 matches for "get_date".

Did you mean: get_data
2007 Apr 03
2
CalendarCtrl.date not working?
...cessors.rb:53:in ` initialize'': wrong number of arguments (6 for 0) (ArgumentError) from c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/accesso rs.rb:53:in `new'' from c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/accesso rs.rb:53:in `get_date'' from c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/accesso rs.rb:53:in `send'' from c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/accesso rs.rb:53:in `method_missing'' from C:/ruby/work/wxtest/test.rb:73:in `on_b'...
2012 Jan 19
4
redirect_to with a hash instead of parameters
All, I have numerous places in my codebase like this: redirect_to :action => ''schedule_by_uid_and_run_date'', :uid => @schedule.first.train_uid, :year => @date.year, :month => @date.month, :day => @date.day I''d like to replace the :year, :month and :day parameters with a hash containing the three parameters. @date is an instance of a Date class,
2006 Jan 13
0
AJAX and select form help
Hi all, Trying a different approach here. I''ve got a select box on the _form.rhtml (for ''new'') like so: <%= select(:schedule, :start_date, @dates) %> When that date changes, I need it to pass the selected value to the get_dates controller function (of the Schedule class), that looks like so: def get_slots(date) @slots = Schedule.get_available_slots(date) end Then I need another select box updated on the same (_form.rhtml) page: <div id="slots"> <%= select(:schedule, :slot_number, @slots) %&...
2006 Jan 31
1
beta2: strange assert
...set_seq = 0x48d20 <index_mail_set_seq>, get_flags = 0x47b3c <index_mail_get_flags>, get_keywords = 0x47b88 <index_mail_get_keywords>, get_parts = 0x47d0c <index_mail_get_parts>, get_received_date = 0x37224 <mbox_mail_get_received_date>, get_date = 0x47db8 <index_mail_get_date>, get_virtual_size = 0x47f60 <index_mail_get_virtual_size>, get_physical_size = 0x37368 <mbox_mail_get_physical_size>, get_first_header = 0x4a510 <index_mail_get_first_header>, get_headers = 0x4a274 <index_mail_get_he...
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
...doextend=1) at stdtime/localtime.c:450 #3 0x00000000004da92d in ast_tzset (zone=0x7f7f741e5bf9 "UTC") at stdtime/localtime.c:1029 #4 0x00000000004db98c in ast_localtime (timep=0x7f7f8407c500, tmp=0x7f7f84076ba0, zone=0x0) at stdtime/localtime.c:1142 #5 0x00007f7f741d332f in get_date (s=0x7f7f84086490 "0\005\210", len=256) at app_voicemail.c:3788 #6 0x00007f7f741dfb1a in leave_voicemail (chan=0x87f5f0, ext=<value optimized out>, options=0x7f7f84090c00) at app_voicemail.c:4476 #7 0x00007f7f741e1ab0 in forward_message (chan=0x87f5f0, context=0x0,...
2003 Apr 16
1
pop3 coredump
...expunge_locked = 0, index = 0x808c200, autosync_to = 0x0, autosync_files = 0x0, autosync_type = MAILBOX_SYNC_NONE, sync_last_check = 0, min_newmail_notify_interval = 0, fetch_mail = {mail = {seq = 0, uid = 0, seen_updated = 0, get_flags = 0, get_parts = 0, get_received_date = 0, get_date = 0, get_size = 0, get_header = 0, get_address = 0, get_first_mailbox = 0, get_stream = 0, get_special = 0}, data = {flags = { flags = 0, custom_flags = 0x0, custom_flags_count = 0}, received_date = 0, size = 0, sent_time = 0, sent_timezone = 0, headers = 0x0, parts = 0...
2007 Feb 12
0
[864] trunk/wxruby2/samples/calendar/calendar.rb: Fix a couple of errors, add a note on CalendarDateAttr
.../span><span class="cx"> </span><span class="lines">@@ -54,8 +54,7 @@ </span><span class="cx"> </span><span class="cx"> def on_calendar(event) </span><span class="cx"> @date = event.get_date </span><del>- log_message("Double-clicked #{format_date(@date)}") - @parent.set_date(@date) </del><ins>+ @display.set_date(@date) </ins><span class="cx"> end </span><span class="cx"> </span&gt...
2016 Jan 20
4
[3.8 Release] RC1 has been tagged
...std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get...
2016 Jan 20
2
[3.8 Release] RC1 has been tagged
Unfortunately I'm having lots of trouble with rc1 at this point: * libcxxabi can't build, because it requires unwind.h, which we do not yet have on FreeBSD 10.x (Ed Maste is working on it for 11.x, but that is not ready for general consumption). * The test-release.sh script has no option to disable only libcxxabi, you can only disable libcxx, libcxxabi and libunwind together (maybe this