代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/188906/5205698
rb dispatch.rb
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/188906/5205704
cgi dispatch.cgi
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/188906/5205741
rb dispatch.rb
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/188906/5205747
cgi dispatch.cgi
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/188906/5205780
rb dispatch.rb
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/188906/5205786
cgi dispatch.cgi
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/188906/5205826
rb dispatch.rb
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/188906/5205832
cgi dispatch.cgi
#!c:/ruby/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
# If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/180137/5291283
in configure.in
# Source of configuration for Ruby interface of QDBM
# Targets
AC_INIT(qdbm-ruby, 1.0.0)
# Duplication of QDBM for Ruby
AC_CHECK_LIB(qdbm, main, true,
printf 'checking whether /usr/local/lib/lib
www.eeworm.com/read/177353/5328336
h hooks.h
#ifndef EL__SCRIPTING_RUBY_HOOKS_H
#define EL__SCRIPTING_RUBY_HOOKS_H
struct event_hook_info;
extern struct event_hook_info ruby_scripting_hooks[];
#endif