Searched refs:tables (Results 1 - 25 of 180) sorted by relevance

12345678

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/
H A Dconcept.inc2 Description of the concepts used in tables of contents and how
4 serialization chosen for tables of contents.
/macosx-10.9.5/CPANInternal-140/Class-DBI/t/testlib/
H A DMyBase.pm33 my @tables = sort @{
40 my $table = $tables[-1] || "aaa";
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/t/testlib/
H A DMyBase.pm33 my @tables = sort @{
40 my $table = $tables[-1] || "aaa";
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-errorlist.py50 tables = rfc3454.read(sys.argv[1]) variable
54 tables[x] = t2[x]
89 for l in tables[t]:
104 (start, length, description, tables) = x
105 symbols = stringprep.symbols(error_list, tables)
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py51 tables = rfc3454.read(sys.argv[1]) variable
55 tables[x] = t2[x]
92 for l in tables[t]:
130 (key, value, description, tables) = x
131 symbols = stringprep.symbols(map_list, tables)
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
H A Dgen-normalize.py143 tables = {} variable
147 global table, tables
150 tables[ret] = [0] + [None] * 16
161 add(tables[table[i]], k[1:], v)
166 add(tables[top], k, v)
173 for k in sortedKeys(tables) :
174 t = tables[k]
196 for k in sortedKeys(tables) :
197 t = tables[k]
H A Dgen-bidi.py48 tables = rfc3454.read(sys.argv[1]) variable
82 for l in tables[table]:
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/cdbi/testlib/
H A DMyBase.pm35 my @tables = sort @{
42 my $table = $tables[-1] || "aaa";
/macosx-10.9.5/libiconv-41/libiconv/tools/
H A D8bit_tab_to_h.c175 struct { int minline; int maxline; } tables[16]; local
201 tables[tableno-1].maxline = i1;
205 tables[tableno-1].minline = tables[tableno-1].maxline = i1;
219 fprintf(f, "[%d] = {\n", 16*(tables[t].maxline-tables[t].minline+1));
220 for (i1 = tables[t].minline; i1 <= tables[t].maxline; i1++) {
276 if (tables[t].minline > 0)
277 fprintf(f, "-0x%02x", 16*tables[
338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dabbrev.el75 (let ((tables abbrev-table-name-list))
76 (while tables
77 (clear-abbrev-table (symbol-value (car tables)))
78 (setq tables (cdr tables)))))
98 (let ((tables abbrev-table-name-list))
99 (while tables
100 (insert-abbrev-table-description (car tables) t)
101 (setq tables (cdr tables))))
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Ddftables.c42 character tables for PCRE. The tables are built according to the current
65 const unsigned char *tables; local
84 tables = pcre_maketables();
85 base_of_tables = tables;
102 "program. It contains character tables that are used when no external\n"
103 "tables are passed to PCRE by the application that calls it. The tables\n"
124 fprintf(f, "%3d", *tables++);
135 fprintf(f, "%3d", *tables
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Ddftables.c44 character tables of various kinds. They are built according to the default C
45 locale and used as the default tables by PCRE. Now that pcre_maketables is
63 const unsigned char *tables = pcre_maketables(); local
90 "character tables which are used when no tables are passed to the compile\n"
99 fprintf(f, "%3d", *tables++);
110 fprintf(f, "%3d", *tables++);
130 fprintf(f, "0x%02x", *tables++);
158 fprintf(f, "0x%02x", *tables++);
H A Dstudy.c413 const uschar *tables; local
440 /* Set the character tables in the block that is passed around */
442 tables = re->tables;
443 if (tables == NULL)
444 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, (void*)&tables);
446 compile_block.lcc = tables + lcc_offset;
447 compile_block.fcc = tables + fcc_offset;
448 compile_block.cbits = tables + cbits_offset;
449 compile_block.ctypes = tables
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dgen-oid.pl59 my %tables;
123 $tables{$oid} = \$object;
132 foreach my $m (values %tables) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dbuild.conf11 tables/*.c
/macosx-10.9.5/apr-30/apr/apr/
H A Dbuild.conf11 tables/*.c
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DX86RecognizableInstr.h33 /// instruction, as extracted from the LLVM instruction tables. Has methods
34 /// to interpret the information available in the LLVM tables, and to emit the
80 /// The instruction name as listed in the tables
91 /// tables; regardless, it will be emitted into the instruction info table
110 FILTER_STRONG, // instruction has no place in the instruction tables
132 /// the LLVM tables to an OperandType for use in the operand specifier.
153 /// string provided in the LLVM tables to an OperandEncoding for use in
225 /// \param tables The DisassemblerTables to populate with the specifier for
227 void emitInstructionSpecifier(DisassemblerTables &tables);
229 /// emitDecodePath - Populates the proper fields in the decode tables
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Dballoc.c38 entry = bf->tables[0][next];
58 bf->tables[0][next].free.prev = start;
65 bf->tables[0][start] = entry;
80 vtassert(!bf->tables[0][addr].free.free);
89 entry = bf->tables[0][buddy];
94 bf->tables[0][entry.free.prev].free.next = entry.free.next;
96 bf->tables[0][entry.free.next].free.prev = entry.free.prev;
102 bf->tables[0][buddy].free.size = list;
131 vtassert(bf->tables[0][addr].free.free);
134 entry = bf->tables[
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/Sybase/
H A DMicrosoft_SQL_Server.pm31 my @tables = $dbh->tables(undef, $self->db_schema, $table, $type);
33 return $self->_filter_tables(@tables);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/Sybase/
H A DMicrosoft_SQL_Server.pm31 my @tables = $dbh->tables(undef, $self->db_schema, $table, $type);
33 return $self->_filter_tables(@tables);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dresult.c112 static ISC_LIST(resulttable) tables;
141 ISC_LIST_APPEND(tables, table, link);
153 ISC_LIST_INIT(tables);
182 for (table = ISC_LIST_HEAD(tables);
/macosx-10.9.5/ntp-88/lib/isc/
H A Dresult.c111 static ISC_LIST(resulttable) tables;
140 ISC_LIST_APPEND(tables, table, link);
152 ISC_LIST_INIT(tables);
181 for (table = ISC_LIST_HEAD(tables);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/SQL/Translator/Parser/DBIx/
H A DClass.pm84 my %tables;
95 next if $tables{$table_name};
97 $tables{$table_name}{source} = $source;
98 my $table = $tables{$table_name}{object} = SQL::Translator::Schema::Table->new(
225 $tables{$table_name}{foreign_table_deps}{$rel_table}++;
263 # attach the tables to the schema in dependency order
265 map { $_ => _resolve_deps ($_, \%tables) } (keys %tables)
273 (keys %tables)
275 $schema->add_table ($tables{
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp88 TableDirectoryEntry tables[1]; member in struct:WebCore::sfntHeader
209 if (dataLength < offsetof(sfntHeader, tables))
214 if (dataLength < offsetof(sfntHeader, tables) + sfnt->numTables * sizeof(TableDirectoryEntry))
231 unsigned tableOffset = sfnt->tables[i].offset;
232 unsigned tableLength = sfnt->tables[i].length;
237 unsigned tableTag = sfnt->tables[i].tag;
353 if (sfnt->tables[t].tag == 'name')
370 rewrittenSfnt->tables[t].length = nameTableSize;
371 rewrittenSfnt->tables[t].offset = originalDataSize;
397 rewrittenSfnt->tables[
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DDB2.pm74 # DBD::DB2 doesn't follow the DBI API for ->tables
79 my @tables = map { lc } $dbh->tables(
82 s/\Q$self->{_quoter}\E//g for @tables;
83 s/^.*\Q$self->{_namesep}\E// for @tables;
85 return @tables;

Completed in 204 milliseconds

12345678