search for: on_start

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

Did you mean: one_start
2017 Nov 07
2
Problem with getting restapi up&running
...0x2847398> raw_paste_global_conf: [] threads: 1 max_requests: 0 chdir: /usr/libexec/glusterfs/glusterrest daemon: False user: 0 limit_request_line: 4094 access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s" certfile: None on_starting: <function on_starting at 0x2842aa0> post_worker_init: <function post_worker_init at 0x2847230> child_exit: <function child_exit at 0x2847a28> worker_exit: <function worker_exit at 0x2847b90> paste: None default_proc_name: main:app syslog_addr: udp://localhost...
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
...e.puts a i = i + 1 while ((i/max) * 100) > (@progress_guage.get_value()) @progress_guage.pulse() sleep(0.08) end#gauge while end #if end #while end#def class RandomFrame < RandomBase def initialize super evt_button(start_button) {|event| on_start(event)} end def on_start(event) path = @dirtree.get_path() if location_textbox.get_value().length == 0 then @location_textbox.clear @location_textbox.append_text(path) end @max_number = number_of_random_textbox.get_value() @number_of_digits =...
2007 Oct 29
12
wxRuby Socket Demo finally available
Hello All, I''ve just sent off the source code for wxRuby Socket''s demo to Sean and Alex to do some final testing on Linux and MacOS X, to ensure compatability of my design with those two operating systems. Once confirmed, the demo will be posted to the SVN. What is basically entailed within these two demos, is the implementation of a Server with a GUI Front End, and the