Displaying 2 results from an estimated 2 matches for "tosourc".
Did you mean:
tosource
2008 Aug 20
1
Facebook javascript (FBJS) library
...;'test1'',''test2'');
Select elements by class
getElementsByClass(''test2c'')
Select elements by tag
getElementsByTagName(''strike'')
Use Javascript version of .map
[''a2'',''b2''].toSource() == map([''a'',''b''], function(val) { return val+2
}).toSource()
Recurse through the dom under a selected element and return nodes for
which test is true as an array
collect($(''test1''), function(element){ return (element.getClassName() =...
2010 Apr 19
7
getting a list of rules out of iptables
I''ve been using camptocamp''s iptables module. It works pretty well, lets
me define rules in various modules, etc. Now I find myself needing to
generate a commented list of it''s rules. I notice that the README has a
nice exec suggestion. But, when I try it, I can''t get it to work.
In my iptables/manifests/init.pp I have:
Iptables {
before =>