search for: copy_id

Displaying 3 results from an estimated 3 matches for "copy_id".

Did you mean: copy_in
2006 Dec 23
0
[797] trunk/wxruby2/swig/classes/TreeCtrl.i: Traverse method moved to wxSugar
...Ctrl#traverse - static void DoTreeCtrlYielding(void *ptr, const wxTreeItemId& item_id) - { -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// create a copy to wrap and give to ruby -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId *copy_id = new wxTreeItemId(item_id.m_pItem); -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspVALUE rb_item_id = SWIG_NewPointerObj(copy_id, SWIGTYPE_p_wxTreeItemId, SWIG_POINTER_OWN); -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsprb_yield(rb_item_id); -...
2006 Dec 05
0
[779] trunk/wxruby2: Added TreeCtrl#traverse method and documentation
...Ctrl#traverse + static void DoTreeCtrlYielding(void *ptr, const wxTreeItemId& item_id) + { +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// create a copy to wrap and give to ruby +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeItemId *copy_id = new wxTreeItemId(item_id.m_pItem); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspVALUE rb_item_id = SWIG_NewPointerObj(copy_id, SWIGTYPE_p_wxTreeItemId, SWIG_POINTER_OWN); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsprb_yield(rb_item_id); +...
2006 May 16
2
crontab doesn't start
Hi!I'm working with 2 linux, with 2 IP;I want make a copy of some files inside one directory to the other linux.I called a file scriptx.sh in the first linux and this is the body: #!/bin/bash rsync -avvz --delete --rsh=ssh --stats /home/copia/ root@192.168.xxx.xx:/home/vrrp/dir/copia/ (xxx.xx are numbers...rights..only for security I crypted them) ok, then I create the crontab file with