代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/213767/4912465
rb jid.rb
# License: see LICENSE.txt
# Jabber4R - Jabber Instant Messaging Library for Ruby
# Copyright (C) 2002 Rich Kilmer
#
module Jabber
##
# The Jabber ID class is us
www.eeworm.com/read/183674/5252813
g calculator.g
grammar Calculator;
options {
language = Ruby;
}
evaluate returns [result]: r=expression { result = r };
expression returns [result]: r=mult (
'+' r2=mult {
r += r2
}
| '-' r2=mu
www.eeworm.com/read/338546/3314953
g calculator.g
grammar Calculator;
options {
language = Ruby;
}
evaluate returns [result]: r=expression { result = r };
expression returns [result]: r=mult (
'+' r2=mult {
r += r2
}
| '-' r2=mu
www.eeworm.com/read/338546/3314960
g calculator.g
grammar Calculator;
options {
language = Ruby;
}
evaluate returns [result]: r=expression { result = r };
expression returns [result]: r=mult (
'+' r2=mult {
r += r2
}
| '-' r2=mu
www.eeworm.com/read/283334/4084269
cxx lexruby.cxx
// Scintilla source code edit control
/** @file LexRuby.cxx
** Lexer for Ruby.
**/
// Copyright 2001- by Clemens Wyss
// The License.txt file describes the conditions under wh
www.eeworm.com/read/279453/4136493
sainity
#!/bin/ruby
# This file is part of the aMule project.
#
# Copyright (c) 2003-2005 aMule Project ( admin@amule.org / http://www.amule.org )
#
# This program is free software; you can redistribute it a
www.eeworm.com/read/389759/2538111
rb gem_commands.rb
#!/usr/bin/env ruby
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++
module Gem
class CommandLineError < Gem
www.eeworm.com/read/389759/2538113
rb dependency_list.rb
#!/usr/bin/env ruby
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++
module Gem
class DependencyList
def
www.eeworm.com/read/389759/2538135
rb cgi.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h
www.eeworm.com/read/389759/2538137
rb handlers.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h