Displaying 3 results from an estimated 3 matches for "hide_".
Did you mean:
hide
2006 Jul 22
4
Visible elements in RJS
How can I know if a an element is visible or hidden in RJS
I''m trying to hide/show some data but it does not work
Error => parse error, unexpected $undefined.
#show_doctor.rjs
if($("#{@element}").visible())
page.hide "hide_#{@element}"
end
Any ideas?
@element contains the value of the html element
--
Posted via http://www.ruby-forum.com/.
2006 Oct 04
0
[PATCH,RFC 6/17] 32-on-64 shared info handling
....lst Makefile
mkdir -p $(@D)
grep -v ''DEFINE_XEN_GUEST_HANDLE(long)'' $< | \
sed -e ''s,^[[:space:]]*#[[:space:]]*include[[:space:]]\+,__InClUdE__ ,'' \
-e ''s,^[[:space:]]*#[[:space:]]*define[[:space:]]\+\([[:upper:]_]*_GUEST_HANDLE\),#define HIDE_\1,'' \
-e ''s,^[[:space:]]*#[[:space:]]*define[[:space:]]\+\([[:lower:]_]*_guest_handle\),#define hide_\1,'' \
-e ''s,XEN_GUEST_HANDLE,COMPAT_HANDLE,g'' \
+ $(foreach n,$(shell sed -n ''s,^[[:space:]]*?[[:space:]]\+\([[:alnum:]_]*\)[[:...
2013 Jul 18
15
[PATCH v5 0/5] xen: public interface and foreign struct check changes for arm
I last posted this back in April to critical acclaim (AKA near total
silence).
I''m not sure who looks after tools/include/xen-foreign. I had thought it
was Jan but I think I was confused and was thinking of the semi-related
xen/include/compat stuff. IOW I think nobody felt "responsible".
Unless there''s any objection lets just treat this as coming under tools.
The