代码搜索:EDITION
找到约 10,000 项符合「EDITION」的源代码
代码结果 10,000
www.eeworm.com/read/389763/2537497
rb edition.rb
class Edition < ActiveRecord::Base
has_and_belongs_to_many :works
has_many :orders
belongs_to :publisher
def Edition.of_works(works)
works.map {|work| work.editions }.flatten.uniq
en
www.eeworm.com/read/389763/2537540
rb edition.rb
class Edition < ActiveRecord::Base
belongs_to :work
def before_create
self.description = "standard" unless description
end
end
www.eeworm.com/read/464681/7067493
ace special edition using java 2 standard edition.ace
www.eeworm.com/read/447030/7560101
exe fourth_edition.exe
www.eeworm.com/read/436684/7766154
cls bos_edition.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/245143/12816515
gif edit_edition.gif
www.eeworm.com/read/117088/14940434
cpp stemming(porter edition).cpp
//********************************************************************************************
// 此程序是基于老师给我的porter.c程序为基础的
//***********************************************************************