search for: tempalte

Displaying 7 results from an estimated 7 matches for "tempalte".

2005 May 18
1
cvs commit: src/usr.bin/make job.c
Max Okumoto <okumoto@ucsd.edu> wrote: [CC changed to freebsd-security instead of the cvs list] We're talking about replacing the home-grown mkfifo() funktion in make (a modified copy of mkstemp()) with mkdtemp() and creating the fifo in this new directory. Max worries about a possible race with this new approach. > Its not a race between two nice programs :-) The function
2006 Apr 21
6
when using scaffold flash[''notice'']
Hi, When using the scaffold standard new / create methods, on successful completion of creating a new database entry, is there any return methods I cna pick up in a custom tempalte such as flash[''notice'']? Thanks Scott -- Posted via http://www.ruby-forum.com/.
2012 Sep 08
4
dash symbol
In the example below, what is the dash doing between the class attribute and array: (field_helpers - [:label, :check_box, :radio_button, :fields_for, :hidden_field, :file_field]).each do |selector| -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2009 May 12
8
Configuring hosts with data from other hosts
...oring host to query ntpd on remote hosts. So if the monitoring host boots with IP 10.2.2.3 (which may change regularly), and it knows its the monitor host (via some customer facter plugins), I want some global variable to be available ($monitor_host_ipaddress, type of thing) which could be used in tempaltes etc for all other hosts. Exported resources seems close to what I want, but I dont want to export a file, and copy it to other machines. I want to use variables. Or do I have to copy the IP address of the monitor host to each machine, via an exported resource file, and then process it locally in...
2012 Sep 14
1
calling method on base intended to simulate initialize on instances?
...s is that the extended hook calls a method that expects the variable to be set already. 2) Do all the methods of the module get copied over to base (Template class object) prior to the hook being called? Reason why I say this is because we call base.register_default_template_handler, where base is Tempalte object an register_default_template_handler is defined in the module that gets copied to base as a class method via extend. Hence, in order for base.register_default_template_handler to work, the methods must have been copied first. 3) Can anyone tell me what @@template_extensions is for? I dont s...
2007 Feb 07
2
How to set TZID in DTSTART?
Hello all, I am currently evaluating the vpim libraries and like them very much. However there''s one thing I can''t get done: How can I set the TZID parameter for DTSTART/END dates so my encoded ICS file looks something like this: BEGIN:VEVENT ... DTSTART;TZID=Eastern Time:20071201T080000 DTEND;TZID=Eastern Time:20071207T110000 ... END:VEVENT I managed
2013 Dec 16
6
[PATCH 0/3] Send: minor cleanups, add RO checks
First two patches are trivial cleanups that I''ve spotted while reading send.c, can be applied independently. The third patch contains the important bits, safety checks that the subvolumes involved in send do not accidentally lose the RO status. I haven''t seen this documented anywhere that this is mandatory, implied from how I assume send works. Please let me know if this is