代码搜索:Ruby

找到约 1,747 项符合「Ruby」的源代码

代码结果 1,747
www.eeworm.com/read/273662/4202008

swg rubydef.swg

/* Common SWIG API */ #define SWIG_ConvertPtr(obj, pp, type, flags) \ SWIG_Ruby_ConvertPtr(obj, pp, type, flags) #define SWIG_NewPointerObj(p, type, flags) \ SWIG_Ruby_NewPointerObj(p, type, flags
www.eeworm.com/read/414813/2142544

am makefile.am

#geos_tests.rb runs the full Ruby geos test suite RUBY_TESTS = \ example.rb \ geos_tests.rb \ test_buffer.rb \ test_combinations.rb \ test_coordinate_sequence.rb \
www.eeworm.com/read/389759/2538166

c http11.c

/** * Copyright (c) 2005 Zed A. Shaw * You can redistribute it and/or modify it under the same terms as Ruby. */ #include "ruby.h" #include "ext_help.h" #include #include #inc
www.eeworm.com/read/368031/2827179

console

#!/usr/bin/env ruby irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb' libs = [] dirname = File.dirname(__FILE__) libs
www.eeworm.com/read/317315/13506001

rb qrcode.rb

#!/usr/local/bin/ruby # # QRcode class library for ruby version 0.50beta6 (c)2002-2004 Y.Swetake # # class Qrcode def initialize @path="./qrcode_data" @qrcode_error_correct="M" @qrcode
www.eeworm.com/read/389864/2534583

am makefile.am

if DEBUG pkglib_LTLIBRARIES = libzeitgeist_debug.la libzeitgeist_debug_la_SOURCES = $(sources) libzeitgeist_debug_la_CXXFLAGS = -O -g -W -Wall libzeitgeist_debug_la_LIBADD = @RUBY_LDFLAGS@ @RUBY_LDADD
www.eeworm.com/read/389759/2538371

rb backupdatabase.rb

#!/usr/bin/env ruby # # # Ruby database backup script # (c) 2005 Seb Ruiz # Released under the GPL v2 license def getFilename( input ) puts input date = `date +%Y%m%d` i
www.eeworm.com/read/177353/5328339

c core.c

/* Ruby interface (scripting engine) */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #undef _ #include "elinks.h" #include "bfu/dialog.h" #include "config/home.h" #include "i
www.eeworm.com/read/389759/2538154

am makefile.am

amarokrubylibdir = $(libdir)/ruby_lib amarokrubylib_LTLIBRARIES = libhttp11.la amarokrubylib_DATA = http11.rb INCLUDES = -I$(ruby_includes) -Dinline=__inline__ -Dasm=__asm__ libhttp11_la_LDFLAGS =
www.eeworm.com/read/493655/1164272

rb rcssmonitor3d-lite.rb

# # init ruby script for rcssmonitor3d # # import the sexpparser parser plugin importBundle "sexpparser"