Searched refs:Table (Results 1 - 25 of 163) sorted by relevance

1234567

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/ResultSource/
H A DTable.pm1 package DBIx::Class::ResultSource::Table;
13 DBIx::Class::ResultSource::Table - Table object
19 Table object that inherits from L<DBIx::Class::ResultSource>.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/
H A DDBICVersion_v1.pm1 package DBICVersion::Table;
37 __PACKAGE__->register_class('Table', 'DBICVersion::Table');
H A DDBICVersion_v2.pm1 package DBICVersion::Table;
45 __PACKAGE__->register_class('Table', 'DBICVersion::Table');
H A DDBICVersion_v3.pm1 package DBICVersion::Table;
53 __PACKAGE__->register_class('Table', 'DBICVersion::Table');
H A Dsqlite.sql8 -- Table: artist
20 -- Table: bindtype_test
30 -- Table: collection
38 -- Table: employee
50 -- Table: encoded
58 -- Table: event
71 -- Table: file_columns
79 -- Table: fourkeys
92 -- Table: genre
102 -- Table
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssmmds.cpp40 Table<Common> common(mds()); // MDS "CDSA Common" table
H A Dattachfactory.cpp45 template <CSSM_SERVICE_TYPE type, typename Table, const char *const nameTable[]>
64 StandardAttachment<type, Table> *attachment =
65 new StandardAttachment<type, Table>(module,
78 typedef typename StandardAttachment<type, Table>::NameMap NameMap;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dtable.rb11 module Table module in class:Tk
20 Tk::BLT::Table.add(self, *args)
25 Tk::BLT::Table.arrange(self)
30 Tk::BLT::Table.cget_tkstring(self, *args)
33 Tk::BLT::Table.cget(self, *args)
36 Tk::BLT::Table.cget_strict(self, *args)
40 Tk::BLT::Table.configure(self, *args)
45 Tk::BLT::Table.configinfo(self, *args)
49 Tk::BLT::Table.current_configinfo(self, *args)
53 Tk::BLT::Table
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTable.h119 * Assigned bits of "flags" fields of Table structures, and what those
292 TableState state; /* Normal or disabled. Table is read-only
404 } Table; typedef in typeref:struct:__anon13229
416 Table *tablePtr; /* Information about the overall table
440 extern void EmbWinDisplay(Table *tablePtr, Drawable window,
443 extern void EmbWinUnmap(register Table *tablePtr,
445 extern void EmbWinDelete(register Table *tablePtr, TableEmbWindow *ewPtr);
446 extern int Table_WinMove(register Table *tablePtr,
448 extern int Table_WinDelete(register Table *tablePtr, char *CONST idxPtr);
451 extern int TableValidateChange(Table *tablePt
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/blt/
H A Dcalendar.rb63 Tk::BLT::Table.add(cal, mon, [1, 0], :cspan=>7, :pady=>10)
67 Tk::BLT::Table.add(cal, week_f, [2, 0], :columnspan=>7, :fill=>:both)
70 Tk::BLT::Table.add(cal,
76 Tk::BLT::Table.itemconfigure(cal, 'c*', 'r2', :pad=>4)
86 Tk::BLT::Table.add(cal,
101 Tk::BLT::Table.add(f,
107 Tk::BLT::Table.add(cal, f, [week+4, 5], :cspan=>2, :pady=>4)
110 Tk::BLT::Table.add(Tk.root, cal, :fill=>:both)
111 Tk::BLT::Table.itemconfigure(cal, 'r0', :resize=>:none)
H A Dwinop2.rb24 Tk::BLT::Table.add(Tk.root, [0,i], l_img, [1,i], l_txt)
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl41 bind Table <$copy> {tk_tableCopy %W}
42 bind Table <$cut> {tk_tableCut %W}
43 bind Table <$paste> {tk_tablePaste %W}
50 bind Table <3> {
55 bind Table <B3-Motion> { %W border dragto %x %y }
59 bind Table <1> { ::tk::table::Button1 %W %x %y }
60 bind Table <B1-Motion> { ::tk::table::B1Motion %W %x %y }
62 bind Table <ButtonRelease-1> {
68 bind Table <Double-1> {
72 bind Table <Shif
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DAppleDatabase.h64 // the more conventional term Table.
66 class Table class in namespace:Security
68 NOCOPY(Table)
73 Table(const ReadSection &inTableSection);
74 ~Table();
138 ModifiedTable(const Table *inTable);
177 const Table *mTable;
244 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
249 const Table &findTable(Table
[all...]
H A DDbIndex.h31 class Table;
137 DbConstIndex(const Table &table, uint32 indexId, bool isUniqueIndex);
138 DbConstIndex(const Table &table, const ReadSection &indexSection);
140 const Table &table() const { return mTable; }
160 const Table &mTable;
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DAppleDatabase.h64 // the more conventional term Table.
66 class Table class in namespace:Security
68 NOCOPY(Table)
73 Table(const ReadSection &inTableSection);
74 ~Table();
138 ModifiedTable(const Table *inTable);
177 const Table *mTable;
244 const RecordId getRecord(Table::Id inTableId, const RecordId &inRecordId,
249 const Table &findTable(Table
[all...]
H A DDbIndex.h31 class Table;
137 DbConstIndex(const Table &table, uint32 indexId, bool isUniqueIndex);
138 DbConstIndex(const Table &table, const ReadSection &indexSection);
140 const Table &table() const { return mTable; }
160 const Table &mTable;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/Table/
H A DInformix.pm1 package DBIx::Class::Schema::Loader::Table::Informix;
10 DBIx::Class::Schema::Loader::Table::Informix - Class for Informix Tables in
21 L<DBIx::Class::Schema::Loader::Table>, L<DBIx::Class::Schema::Loader>,
H A DSybase.pm1 package DBIx::Class::Schema::Loader::Table::Sybase;
10 DBIx::Class::Schema::Loader::Table::Sybase - Class for Sybase ASE and MSSQL
21 L<DBIx::Class::Schema::Loader::Table>, L<DBIx::Class::Schema::Loader>,
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddliterators.h92 // TableBase is an implementation class for template Table below.
94 // Continue reading at template Table below.
154 // A Table represents a single relation in a database (of some kind)
157 class Table : private TableBase { class in namespace:Security::CssmClient
160 Table(DLAccess &source) : TableBase(source, RecordType::recordType) { } function in class:Security::CssmClient::Table
161 Table(DLAccess &source, CSSM_DB_RECORDTYPE type) : TableBase(source, type) { } function in class:Security::CssmClient::Table
162 Table(DLAccess &source, bool getData) : TableBase(source, RecordType::recordType, getData) { } function in class:Security::CssmClient::Table
167 friend class Table;
215 typename Table<RecordType>::iterator Table<RecordTyp
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddliterators.h92 // TableBase is an implementation class for template Table below.
94 // Continue reading at template Table below.
154 // A Table represents a single relation in a database (of some kind)
157 class Table : private TableBase { class in namespace:Security::CssmClient
160 Table(DLAccess &source) : TableBase(source, RecordType::recordType) { } function in class:Security::CssmClient::Table
161 Table(DLAccess &source, CSSM_DB_RECORDTYPE type) : TableBase(source, type) { } function in class:Security::CssmClient::Table
162 Table(DLAccess &source, bool getData) : TableBase(source, RecordType::recordType, getData) { } function in class:Security::CssmClient::Table
167 friend class Table;
215 typename Table<RecordType>::iterator Table<RecordTyp
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp71 DecoderTable Table; member in struct:__anon10824::DecoderTableInfo
100 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
609 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, argument
625 Table[FixupIdx] = (uint8_t)Delta;
626 Table[FixupIdx + 1] = (uint8_t)(Delta >> 8);
633 TableInfo.Table.push_back(MCD::OPC_ExtractField);
634 TableInfo.Table.push_back(StartBit);
635 TableInfo.Table.push_back(NumBits);
642 DecoderTable &Table = TableInfo.Table; local
721 emitTable(formatted_raw_ostream &OS, DecoderTable &Table, unsigned Indentation, unsigned BitWidth, StringRef Namespace) const argument
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DCore.pm14 ResultSourceProxy::Table
47 =item L<DBIx::Class::ResultSourceProxy::Table>
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/
H A D102load_classes.t22 isa_ok($source_a, 'DBIx::Class::ResultSource::Table');
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DTable.pm1 package DBIx::Class::Schema::Loader::Table;
10 DBIx::Class::Schema::Loader::Table - Class for Tables in
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/format/
H A Djson.inc35 label {Table of Contents}
70 "label" : "Table of Contents",

Completed in 138 milliseconds

1234567