Displaying 3 results from an estimated 3 matches for "new_style".
Did you mean:
new_state
2013 Sep 02
1
Problem with Filling Tables.
...t;]
beerArray = [beer]
style = Hash[:beers => beerArray, :name => "beer style",
:description => "This is a beer style."]
styleArray = [style]
self.create_styles(styleArray)
end
def self.create_styles(list_styles)
list_styles.each do |s|
new_style = Style.create(name: s[:name], description:
s[:description])
new_style.save
list_styles[:beers].each do |b|
new_style.beers.create(name: b[:name])
new_style.beers.save
end
end
end
end
The parts in comments is the code that was breaking the application...
2018 Aug 04
0
[PATCH] gpu: drm: nouveau: nvkm: nv40: Replace mdelay() with msleep() in nv40_sensor_setup()
...subdev/therm/nv40.c b/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c
index 2c92ffb5f9d0..36c4b8865083 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c
@@ -59,11 +59,11 @@ nv40_sensor_setup(struct nvkm_therm *therm)
if (style == NEW_STYLE) {
nvkm_mask(device, 0x15b8, 0x80000000, 0);
nvkm_wr32(device, 0x15b0, 0x80003fff);
- mdelay(20); /* wait for the temperature to stabilize */
+ msleep(20); /* wait for the temperature to stabilize */
return nvkm_rd32(device, 0x15b4) & 0x3fff;
} else if (style == OLD_STYLE) {
nvk...
2006 Jan 06
3
Flashing Window in Quicken
...ld_id=00000000, old_instance=(nil),
old_user_data=(nil), old_extra_value=00000000 }
000c: set_window_pos( handle=0x2021e, previous=(nil),
flags=0000001c, window={499,461;900,588},
client={502,483;897,585}, valid={{502,483;897,585}} )
000c: set_window_pos() = 0 { new_style=84c800c0 }
000c: get_message( flags=1, get_win=(nil),
get_first=00000000, get_last=ffffffff, hw_id=00000000 )...