search for: outter

Displaying 6 results from an estimated 6 matches for "outter".

Did you mean: outer
2010 Nov 16
3
Can't do a nested define. What are my options?
I''m trying to create a directory structure from 2 arrays. First array is the "outter", second is the "inner". For each "outter", I''d like to loop through each "inner". Below is sort of what I''m trying to do. In the real world, the $sys_name and $mounts vars will be parsed from yaml and will be dynamic. In the example I''...
2006 Apr 02
1
Greetings, first remarks about trying to do customizable drop-shadows
...nts (top-left, top, top-right, left, right, bottom-left, bottom, bottom-right) depeding on the length of the offset-vector being =, < or > to the radius. I am also not sure how to attack the problem of rounded corners of the windows decoration-frame. If the shadow-textures will align with the outter edges of the decoration-frame there will be "unshadowed" gaps at the rounded corners. If I have the shadow-textures overlap a bit inwards it might look funny if the windows opacity changes to transparent. Right now the only solution for this is to fill the inner part of the drop-shadow wi...
2006 Jul 29
0
ActiveRecord question
...s do def [](key) user_options.find {|opt| opt.key==key} #(search code) end end end The problem is the user_options array is not visible from within the method because the method is in effect inside the user_option class(model). So I am wondering how I can reference the ''outter'' class User from within the method ''def [](key)''. Is this possible? The purpose of reusing the user_options array is that I don''t have to deal directly with the database. Any help would be greatly appreciated...or any other suggestion on a way to accomplish...
2005 Dec 30
2
Beauty in Page Layout
Hi Railers, I have a model with many associations (20+). I would like to display the relative associations using AJAX, allowing the user to display the association his/her is interesting at a particular time. Is there any existing applications or sample code that I can look at to accomplish the task? Present I have one long page, with master (displaying current record information) and many
2017 Apr 07
3
modification times questions
Thank you! I run --times when I use rsync (I actually use the -a flag) but the times do not transfer over and if I run rsync dryrun with -i I can see that it wants to transfer the files because of times. When I run rsync a second time with your suggestion the times do transfer over. I don't know why... B ________________________________________ From: rsync [rsync-bounces at lists.samba.org]
2016 Nov 29
2
Robustness: sometimes write times after having renamed the temp file
Hello, Mac OS X 10.9 has the bad habit of considering a rename on an UDF FS as a file change; that is: > touch -t 201010101010 test > ls -l test -rw-r--r-- 1 gui staff 0 10 oct 2010 test > mv test fail > ls -l fail -rw-r--r-- 1 gui staff 0 29 nov 00:19 fail rsync.c (3.1.2), in archive mode, calls set_file_attrs *before* renaming .file.XXXXXX to file. So, in the