search for: num_format

Displaying 5 results from an estimated 5 matches for "num_format".

Did you mean: num_formats
2013 Nov 15
4
[PATCH 1/5] drm/nv10/plane: fix format computation
Otherwise none of the format checks pass, since the width was still in 16.16 encoding. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- This must have been some sort of last-second cleanup I made and forgot to test, because with this code, there's no way it could ever have worked... drivers/gpu/drm/nouveau/dispnv04/overlay.c | 17 +++++++++-------- 1 file changed, 9
2005 Oct 17
4
How to send excel file to browser (spreadsheat 0.3.2)
...tion/vnd.ms-excel" end def gen_excel wb = Excel.new("test/timesheets.xls") version = Excel::VERSION # Preferred way to add a format f1 = wb.add_format(:color=>"black",:bold=>1,:italic=>true) f2 = wb.add_format(:color=>"black") f4 = Format.new(:num_format => "d mmm yyyy") f5 = Format.new(:num_format => 0x0f) wb.add_format(f4) wb.add_format(f5) ws1 = wb.add_worksheet("timesheets") #headers @header = [''Employee'',''Address'',''Zip'',''City'',''St...
2018 Apr 10
0
[ANNOUNCE] xorg-server 1.19.99.904
...fds we don't own dri3: annotate fds/strides/offsets arrays as const dri3: simplify dri3_open() implementation xwayland: zero num_modifiers from the start glamor: zero num_modifiers from the start dri3: check for ::get_drawable_modifiers failure xwayland: zero num_formats from the start glamor: zero num_formats from the start dri3: rework format/modifier caching Jon Turney (1): hw/xwin/glx: Allocate fbconfigs correctly Kyle Brenneman (1): GLX: Fix a use after free error with the GLVND vendor handle. Louis-Francis Ratté-Boulianne (2):...
2008 Nov 04
0
Hi Everyone
...employee") # creates the work sheet and i defined the format as the f5 = Format.new(:number_format => "#,###,##0.00") then it is generating the error as Error : uninitialized constant GenerateExcelSheet::Format then i kept as Spreadsheet::Format.new() then the :bold,:num_format and some fields are not working it is throwing the errror as Error in GenerateExcelSheet undefined method `bold='' for #<Spreadsheet::Format:0x4735574> i used to open the application in the netbeans .. the database i used is sqlserver i copied the ADO.rb and it is throwing the exc...
2018 Feb 20
4
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
From: Ville Syrjälä <ville.syrjala at linux.intel.com> Replace the ad-hoc iturbt_709 property with the new standard COLOR_ENCODING property. Compiles, but not tested. Cc: Daniel Vetter <daniel at ffwll.ch> Cc: nouveau at lists.freedesktop.org Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Ilia Mirkin <imirkin at alum.mit.edu> Signed-off-by: Ville Syrjälä <ville.syrjala at