search for: nblah

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

Did you mean: blah
2008 May 13
4
hard_breaks issues
...9;t really understand the second parameter usage... When I say "does not parse \n well", I mean : - the sample given on the link above is visually parsed the same way, except the "That was a line break" paragraph and some tabulations in pre/code sections - I tried "test\nblah\nbleh" on both, original textile result is "\t<p>test<br />\nblah<br />\nbleh</p>" while RedCloth 3.0.4 result is "<p>test\nblah\nbleh</p>" Here are the questions : - is this behaviour normal (according to developper point of view / p...
2010 Sep 16
2
Accumulating values
Greetings I''m searching for an elegant way to contribute lines to an SNMP configuration file from resources scattered throughout a given system''s catalog, such that from anywhere, the SNMP configuration file can be arbitrarily extended like this: $snmp::lines += "proxy -m ${mib_file} -v 2c -c ${snmp_community} localhost:1161 .1.3.6.1.4.1.42.2.145" Forgive me if