Results 1-25 of about 15,555 results found for 'update' in 0.30 seconds
 1 2345678910...

scintilla.rb
    end
  end
  def update_fold(line, fold_level=nil)
    fold_level = @model.get_fold_level(line) unless fold_level
    marker = @model.marker_get(line)
Language: Ruby
(c) 2001, Richard Kilmer, rich@infoether.com
LOC: 497
Savannah NonGNU : FreeRIDE (project search) : .../freeride/plugins/rubyide_fox_gui/fxscintilla/scintilla.rb

graphwidget.rb
               } 
          @drawarea.signal_connect_after("size-allocate") { 
                    update_image
          } 
          self.signal_connect("button_press_event") { |widg, event|
Language: Ruby
LOC: 223
RubyForge : GnomeGraphwidget (project search) : .../ggraphwidget/ggraphwidget/lib/graphwidget.rb

viewfox.rb
               parent.view.dirty_all
          end
          bg.connect(SEL_UPDATE) do |sender, sel, ptr|
               col = fixnum2fxrgb(color_pairs[key][0])
               sender.handle(self, MKUINT(ID_SETVALUE, SEL_COMMAND), col)
Language: Ruby
LOC: 1858
RubyForge : AEditor (project search) : .../projects/experimental/buffer/source/viewfox.rb

weblog.rb
# the earliest entry on the page.
#
# The +updated+ accessor contains the latest date pertinent to
# the page.  Usually this would be the most recent modification
# time among entries on the page.  This accessor is used by the
Language: Ruby
(c) 2003-2004 why the lucky stiff...
LOC: 464
RubyForge : Hobix (project search) : .../hobix/hobix/lib/hobix/weblog.rb

update_helper.rb
module UpdateHelper
end
Language: Ruby
LOC: 2
RubyForge (SVN) : ConnectingMobile (project search) : .../connectmobile/trunk/app/helpers/update_helper.rb

init.rb
require 'update_attr_fix'
Language: Ruby
LOC: 1
Google : rorext - Ruby on Rails ????? (project search) : .../rorext/trunk/patches/update_attr_fix/init.rb

ajax_upload_helper.rb
  def remote_file_upload_form(form_id, options = {})
    javascript_options = options_for_ajax_upload(options)
    update = ''
    if options[:update] and options[:update].is_a?Hash
      update  = []
Language: Ruby
LOC: 26
RubyForge (SVN) : Ajax Upload (project search) : .../a/ajax-upload/ajax-upload/lib/ajax_upload_helper.rb

time.rb
     class Village
          class Time
               attr_reader :period, :next_pr_update, :next_update, :waste
               def self.generate(update_hour, update_minute, period)
                    now = Object::Time.now
Language: Ruby
LOC: 71
Spider_20090529_inc : wtls (project search) : .../wtls.ts-2.5/lib/wtls/village/time.rb

50update.rb
$my.query("update test set id=0, str='hoge'")
if $my.affected_rows != 2 then raise "update: failed" end
Language: Ruby
LOC: 2
Spider_20081217_inc : ruby-sumo (project search) : .../ruby-sumo-2003.07.27/packages/mysql-ruby/t/50update.rb

update.rb
module Mirrored
  class Update < Base
    class << self
      # Returns a ruby time object that is equal to the last time you posted something. If you haven't posted anything it r...  
Language: Ruby
LOC: 12
Spider_rubyforge01 : Mirrored (project search) : .../mirrored-0.1.5.gem/data.tar.gz.---/lib/mirrored/update.rb

update.rb
module Mirrored
  class Update < Base
    class << self
      # Returns a ruby time object that is equal to the last time you posted something. If you haven't posted anything it r...  
Language: Ruby
LOC: 12
Spider_rubyforge01 : Mirrored (project search) : .../mirrored-0.1.5.tgz/mirrored-0.1.5/lib/mirrored/update.rb

post-install.rb
# Copyright 2005 Laurent Sansonetti
unless system("which scrollkeeper-update")
    $stderr.puts "scrollkeeper-update cannot be found, is Scrollkeeper correctly " +
                 "installed?"
Language: Ruby
Copyright 2005 Laurent Sansonetti
LOC: 6
Spider_rubyforge01 : GNOME Alexandria (project search) : .../alexandria-0.6.1/data/omf/alexandria/post-install.rb

update.rb
require "#{RAILS_ROOT}/config/environment"
require 'rails_generator'
require 'rails_generator/scripts/update'
Rails::Generator::Scripts::Update.new.run(ARGV)
Language: Ruby
LOC: 4
Spider_20090227_inc : OpenAppDotOrg Application Framework (project search) : .../rails/railties/lib/commands/update.rb

update.rb
require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
  class Update < Base
    mandatory_options :command => :update
    protected
Language: Ruby
LOC: 10
Spider_20090227_inc : OpenAppDotOrg Application Framework (project search) : .../railties/lib/rails_generator/scripts/update.rb

update.rb
require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
  class Update < Base
    mandatory_options :command => :update
    protected
Language: Ruby
LOC: 10
RubyForge (SVN) : rakoon (project search) : .../railties/lib/rails_generator/scripts/update.rb

update.rb
require "#{RAILS_ROOT}/config/environment"
require 'rails_generator'
require 'rails_generator/scripts/update'
Rails::Generator::Scripts::Update.new.run(ARGV)
Language: Ruby
LOC: 4
RubyForge (SVN) : rakoon (project search) : .../rails/railties/lib/commands/update.rb

update.rb
require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
  class Update < Base
    mandatory_options :command => :update
    protected
Language: Ruby
LOC: 10
RubyForge (SVN) : rakoon (project search) : .../railties/lib/rails_generator/scripts/update.rb

update.rb
require "#{RAILS_ROOT}/config/environment"
require 'rails_generator'
require 'rails_generator/scripts/update'
Rails::Generator::Scripts::Update.new.run(ARGV)
Language: Ruby
LOC: 4
RubyForge (SVN) : rakoon (project search) : .../rails/railties/lib/commands/update.rb

update.rb
require "#{RAILS_ROOT}/config/environment"
require 'rails_generator'
require 'rails_generator/scripts/update'
Rails::Generator::Scripts::Update.new.run(ARGV)
Language: Ruby
LOC: 4
Spider_rubyforge01 : RailsOnDesktop (project search) : .../06_rails-1.2.5.gem.---/data.tar.gz.---/lib/commands/update.rb

update.rb
require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
  class Update < Base
    mandatory_options :command => :update
    protected
Language: Ruby
LOC: 10
Spider_rubyforge01 : RailsOnDesktop (project search) : .../data.tar.gz.---/lib/rails_generator/scripts/update.rb

update.rb
require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
  class Update < Base
    mandatory_options :command => :update
    protected
Language: Ruby
LOC: 10
RadiantCms : Radiant (project search) : .../railties/lib/rails_generator/scripts/update.rb

update.rb
require "#{RAILS_ROOT}/config/environment"
require 'rails_generator'
require 'rails_generator/scripts/update'
Rails::Generator::Scripts::Update.new.run(ARGV)
Language: Ruby
LOC: 4
RadiantCms : Radiant (project search) : .../rails/railties/lib/commands/update.rb

update.rb
require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
  class Update < Base
    mandatory_options :command => :update
    protected
Language: Ruby
LOC: 10
Google : donrails - Diary ON Rails (donrails) is a ... v... (project search) : .../railties/lib/rails_generator/scripts/update.rb

update.rb
require "#{RAILS_ROOT}/config/environment"
require 'rails_generator'
require 'rails_generator/scripts/update'
Rails::Generator::Scripts::Update.new.run(ARGV)
Language: Ruby
LOC: 4
Google : donrails - Diary ON Rails (donrails) is a ... v... (project search) : .../vendor/railties/lib/commands/update.rb

update.rb
require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
  class Update < Base
    mandatory_options :command => :update
    protected
Language: Ruby
LOC: 10
RubyForge (SVN) : continuousthinking (project search) : .../railties/lib/rails_generator/scripts/update.rb

 1 2345678910...

Project Matches
 1 2345...

UpdateChecker

Acme__SoftwareUpdate - Acme::SoftwareUpdate

DBIx__ModelUpdate - DBIx::ModelUpdate, DBIx::ModelUpdate::mysql,...

LSB 3.1 Distribution Testkit (Update 1) (IA32) - LSB 3.1 Distribution Testkit (Update 1) (IA32)

LSB 3.1 Application Testkit (Update 1) (AMD64) - LSB 3.1 Application Testkit (Update 1) (AMD64)








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us