search for: replacem

Displaying 5 results from an estimated 5 matches for "replacem".

Did you mean: replaced
2006 Mar 10
3
[Prototype] understanding evalScripts
...hat I though evalScripts would do vs what it actually does. I''m wondering if there''s a way that I can make it do what I want. my initial page: <html> <head> <script... var page = ''initial''; ... <body> <div id="replaceMe" <script... page = ''in body''; ... <input type="button" onclick="alert(page);" /> </div> ... ok, so when I click on my button, it says "in body". now I use Ajax.Update (with evalScripts set to true)...
2006 Jun 02
1
Generator that alters existing files
What''s the best way to go about writing a generator that can add text into an existing file? The point in the file is marked with a unique token, I want to insert a few lines after the line with the token on it. Is this possible/easy/already done by someone? Thanks
2006 Jan 23
1
How to set-up LCR
How to set-up LCR ? a. which companies can be used with LCR? b. how to set-up & maintain LCR? c. multiple connection to one gateway? Example: +886223456789 could be reachable via a. ENUM free b. Dundi free c. Voipstunt free d. Voipbuster free e. Nufone $ f. Voipstunt $ g. others with 4 concurrent connections $$ h. others with 3 concurrent connections $$ I am looking
2006 Jun 02
3
tftpd-hpa: remap '/tftpboot/ncd4/foo' into 'ncd4/foo'
...ed as part of the replace- ment pattern: \0 The entire string matched by the regex. \1 to \9 The strings matched by each of the first nine parenthesized subexpressions, \( ... \), of the regex pattern. Does someone have a working example of '\1' replacemant? Cheers Geert Stappers -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://www.zytor.com/pipermail/syslinux/attachments/20060602/670a374c/attachment.sig>
2012 Oct 21
1
use regex to ensure multiple directories are absent or exist
Is it possible to use regex to ensure directories are deleted..... I want to be able to do something like: file { ''/var/directory[1-9]'': ensure => absent, } Would also be nice to use regex to ensure directories are present... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web