search for: replaceme

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

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'
Hello, This about remapping in the HPA tftp server. A client does request for '/tftpboot/ncd4/foo' which should be 'ncd4/foo' I have created a remap file that looks now like this: r tftpboot/ncd4/modshmx/login.hmx ncd4/modshmx/login.hmx r tftpboot/ncd4/modshmx/setup.hmx ncd4/modshmx/setup.hmx r tftpboot/ncd4/modshmx/term.hmx ncd4/modshmx/term.hmx Because r
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