search for: new_card

Displaying 2 results from an estimated 2 matches for "new_card".

Did you mean: new_cars
2006 Mar 13
2
How to apply an effect to a link_to_remote :update without using evaluate_remote_response?
...g it at the top, I can''t know what the div id is before I make the request. link_to_remote :complete => visual_effect(:slidedown) doesn''t do what I want it to do. My current solution is: <%= link_to_remote ''New card'', :url => { :action => ''new_card'', :id => @stack.id }, :complete => evaluate_remote_response %> and then new_card returns JS: new Insertion.Top(''cards'', ''<%= escape_javascript(render(:partial => "editcard", :locals => { :editcard => @card }))%>'')...
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...static __inline__ int dev_is_ethdev(struct net_device *dev) +static inline int dev_is_ethdev(struct net_device *dev) diff --git a/drivers/net/wan/n2.c b/drivers/net/wan/n2.c index c8f4517db3a0..45ea8da79fa5 100644 --- a/drivers/net/wan/n2.c +++ b/drivers/net/wan/n2.c @@ -151 +151 @@ static card_t **new_card = &first_card; -static __inline__ u8 sca_get_page(card_t *card) +static inline u8 sca_get_page(card_t *card) @@ -157 +157 @@ static __inline__ u8 sca_get_page(card_t *card) -static __inline__ void openwin(card_t *card, u8 page) +static inline void openwin(card_t *card, u8 page) diff --git a/dri...