search for: _names

Displaying 3 results from an estimated 3 matches for "_names".

Did you mean: names
2007 Sep 20
2
Rendering a partial from within that partial
...ial is not being re-rendered upon submission to reveal the changes to this data.What might I do to fix this? show.rhtml <%= javascript_include_tag :defaults %> <ul id="name_list"><%= render :partial => ''names'', :object => @person %></ul> _names.rhml (lists the names of ''Person''. Clicking on a name reveals a form to edit that name) <% for name in @person.current_names %> <%= link_to_function (name.full_name, :onclick => "Element.show(''edit_name_#{claimantname.id}'')" %><br>...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...le[i].name, \ table[i].matchlen) == 0) { \ *value = table[i].value; \ return 0; /* success */ \ } \ } \ return 1; /* failure */ \ } /* Convert fc_port_type values to ascii string name */ static struct { enum fc_port_type value; char *name; } fc_port_type_names[] = { { FC_PORTTYPE_UNKNOWN, "Unknown" }, { FC_PORTTYPE_OTHER, "Other" }, { FC_PORTTYPE_NOTPRESENT, "Not Present" }, { FC_PORTTYPE_NPORT, "NPort (fabric via point-to-point)" }, { FC_PORTTYPE_NLPORT, "NLPort (fabric via loop)" }, { FC_PORTTYP...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...le[i].name, \ table[i].matchlen) == 0) { \ *value = table[i].value; \ return 0; /* success */ \ } \ } \ return 1; /* failure */ \ } /* Convert fc_port_type values to ascii string name */ static struct { enum fc_port_type value; char *name; } fc_port_type_names[] = { { FC_PORTTYPE_UNKNOWN, "Unknown" }, { FC_PORTTYPE_OTHER, "Other" }, { FC_PORTTYPE_NOTPRESENT, "Not Present" }, { FC_PORTTYPE_NPORT, "NPort (fabric via point-to-point)" }, { FC_PORTTYPE_NLPORT, "NLPort (fabric via loop)" }, { FC_PORTTYP...