/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/lib/DBIx/Class/Schema/Loader/DBI/ |
H A D | MSSQL.pm | 321 while (my ($fk, $remote_schema, $remote_table, $col, $remote_col, 323 push @{ $rels{$fk}{local_columns} }, $self->_lc($col); 363 my %uniq; 365 while (my ($constr, $col) = $sth->fetchrow_array) { 366 push @{ $uniq{$constr} }, $self->_lc($col); 369 return [ map [ $_ => $uniq{$_} ], sort keys %uniq ]; 410 … my ($col, $char_max_length, $data_type, $datetime_precision, $default, $is_identity) = @$row; 411 $col = lc $col unless $self->preserve_case; 412 my $info = $result->{$col} || next;
|
/dports/devel/p5-Data-ObjectDriver/Data-ObjectDriver-0.21/lib/Data/ObjectDriver/Driver/ |
H A D | GearmanDBI.pm | 51 for my $col (@select) { 52 $hash->{ $map->{$col} } = $array->[$i++]; 73 my $uniq = $uniqify->($sql, $bind); 89 key => $uniq, 92 uniq => $uniq, # coalesce all requests for this data
|
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/ |
H A D | isosurf.c | 94 static GLfloat col[100][4]; variable 224 int uniq, in sort_axis() argument 250 indices[i].uniq_idx = uniq; in sort_axis() 252 uniq++; in sort_axis() 263 indices[i].uniq_idx = uniq; in sort_axis() 268 uniq++; in sort_axis() 277 return uniq; in sort_axis() 361 col[j][3] = 1; in make_tri_indices() 362 col[j][2] = myrand(1); in make_tri_indices() 363 col[j][1] = myrand(1); in make_tri_indices() [all …]
|
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/ |
H A D | isosurf.c | 94 static GLfloat col[100][4]; variable 224 int uniq, in sort_axis() argument 250 indices[i].uniq_idx = uniq; in sort_axis() 252 uniq++; in sort_axis() 263 indices[i].uniq_idx = uniq; in sort_axis() 268 uniq++; in sort_axis() 277 return uniq; in sort_axis() 361 col[j][3] = 1; in make_tri_indices() 362 col[j][2] = myrand(1); in make_tri_indices() 363 col[j][1] = myrand(1); in make_tri_indices() [all …]
|
/dports/archivers/zip/zip30/unix/ |
H A D | Makefile | 87 nroff -man $< | col -bx | uniq > $@ 135 nroff -man man/zip.1 | col -bx | uniq > $(ZIPMANUAL) 138 nroff -man man/zipcloak.1 | col -bx | uniq > $(ZIPMANUALcloak) 141 nroff -man man/zipnote.1 | col -bx | uniq > $(ZIPMANUALnote) 144 nroff -man man/zipsplit.1 | col -bx | uniq > $(ZIPMANUALsplit)
|
H A D | Makefile.orig | 89 nroff -man $< | col -bx | uniq > $@ 137 nroff -man man/zip.1 | col -bx | uniq > $(ZIPMANUAL) 140 nroff -man man/zipcloak.1 | col -bx | uniq > $(ZIPMANUALcloak) 143 nroff -man man/zipnote.1 | col -bx | uniq > $(ZIPMANUALnote) 146 nroff -man man/zipsplit.1 | col -bx | uniq > $(ZIPMANUALsplit)
|
/dports/math/py-graphillion/Graphillion-1.3/src/subsetting/dd/ |
H A D | DdReducer.hpp | 282 size_t next = newId[k].col(); in algorithmR() 316 newId[j] = newId[f0.col()]; in algorithmR() 323 size_t k = newId[j].col(); in algorithmR() 330 root = newId[root.col()]; in algorithmR() 346 MyHashTable<Node<ARITY> const*> uniq(m * 2); in reduce_() local 367 Node<ARITY> const* pp = uniq.add(&f); in reduce_() 397 root = newIdTable[i][root.col()]; in reduce_() 422 MyHashTable<ReducNodeInfo const*> uniq; in reduceMP_() 478 uniq.initialize(mm * 2); in reduceMP_() 487 ReducNodeInfo const* pp = uniq.add(p); in reduceMP_() [all …]
|
/dports/mail/postfix-current/postfix-3.7-20211107/proto/ |
H A D | Makefile.in | 133 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 136 (cat aliases0; $(SRCTOMAN) - aliases | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /') >$@ 139 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 142 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 145 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 148 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 151 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 154 $(SRCTOMAN) - $? | $(AWK) | $(NROFF) -man | col -bx | uniq | sed 's/^/# /' >$@ 535 col -b < $? > $@
|
/dports/devel/tcllib/tcllib-1.20/support/devel/sak/readme/ |
H A D | readme.tcl | 197 set newp [llength [lsort -uniq $newp]] 198 set newm [llength [lsort -uniq $newm]] 203 set chgp [llength [lsort -uniq $chgp]] 204 set chgm [llength [lsort -uniq $chgm]] 209 set ichp [llength [lsort -uniq $ichp]] 210 set ichm [llength [lsort -uniq $ichm]] 215 set uchp [llength [lsort -uniq $UCH]] 216 set uchm [llength [lsort -uniq $uchm]] 345 proc ::sak::readme::Clean {m start col} { argument 353 set str [$m get cell $col $i] [all …]
|
/dports/devel/tcllibc/tcllib-1.20/support/devel/sak/readme/ |
H A D | readme.tcl | 197 set newp [llength [lsort -uniq $newp]] 198 set newm [llength [lsort -uniq $newm]] 203 set chgp [llength [lsort -uniq $chgp]] 204 set chgm [llength [lsort -uniq $chgm]] 209 set ichp [llength [lsort -uniq $ichp]] 210 set ichm [llength [lsort -uniq $ichm]] 215 set uchp [llength [lsort -uniq $UCH]] 216 set uchm [llength [lsort -uniq $uchm]] 345 proc ::sak::readme::Clean {m start col} { argument 353 set str [$m get cell $col $i] [all …]
|
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/ |
H A D | mknames.c | 39 int uniq, tries, n, found = FALSE; in make_up_side_name() local 41 Obj *sidelib, *subobj, *subelts, *head, *filler, *colorlib, *col; in make_up_side_name() local 53 uniq = TRUE; in make_up_side_name() 59 uniq = FALSE; in make_up_side_name() 65 if (uniq) { in make_up_side_name() 127 col = choose_from_weighted_list(colorlib, &total_color_weights, in make_up_side_name() 132 if (consp(col)) in make_up_side_name() 133 col = car(col); in make_up_side_name() 134 if (stringp(col)) { in make_up_side_name() 135 colstr = c_string(col); in make_up_side_name()
|
/dports/games/gmastermind/GMastermind-0.6/ |
H A D | Controller.m | 69 for(col=0; col<4; col++){ 99 for(col=0; col<4; col++){ 241 for(col=1; col<7; col++){ 246 for(col=0; col<4; col++){ 252 for(col=1; col<7; col++){ 259 for(col=0; col<4; col++){ 281 - newGameUnique:(BOOL)uniq 294 for(col=0; col<4; col++){ 305 } while(uniq==YES && DOUBLES(combo)); 307 unique = uniq; [all …]
|
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC1/ |
H A D | JDBCDatabaseMetaData.java | 656 row[3] = r0[col]; in getColumns() 668 row[12] = r0[col]; in getColumns() 779 String uniq = r0[col]; in getBestRowIdentifier() local 782 if (uniq.charAt(0) == '0') { in getBestRowIdentifier() 897 String uniq = r0[col]; in getPrimaryKeys() local 900 if (uniq.charAt(0) == '0') { in getPrimaryKeys() 961 String pk = r0[col]; in getPrimaryKeys() 970 row[3] = r0[col]; in getPrimaryKeys() 1316 String uniq = r0[col]; in getIndexInfo() local 1319 if (unique && uniq.charAt(0) == '0') { in getIndexInfo() [all …]
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/maps/ |
H A D | maps_tiles.cpp | 1728 switch ( col ) { in CaptureFlags32() 1755 CorrectFlags32( col, index, false ); in CaptureFlags32() 1759 CorrectFlags32( col, index, false ); in CaptureFlags32() 1763 CorrectFlags32( col, index, false ); in CaptureFlags32() 1768 CorrectFlags32( col, index, true ); in CaptureFlags32() 1772 CorrectFlags32( col, index, false ); in CaptureFlags32() 1779 tile.CorrectFlags32( col, index, true ); in CaptureFlags32() 1788 tile.CorrectFlags32( col, index, true ); in CaptureFlags32() 1797 tile.CorrectFlags32( col, index, true ); in CaptureFlags32() 1803 tile.CorrectFlags32( col, index, true ); in CaptureFlags32() [all …]
|
/dports/math/py-graphillion/Graphillion-1.3/src/subsetting/ |
H A D | DdStructure.hpp | 315 MyHashMap<InitializedNode<ARITY>,size_t> uniq; in operator ==() local 327 uniq.initialize(m * 2); in operator ==() 330 uniq[(*diagram)[i][j]] = j; in operator ==() 341 node.branch[b] = equiv[f.row()][f.col()]; in operator ==() 344 size_t* p = uniq.getValue(node); in operator ==() 349 return root_ == equiv[o.root_.row()][o.root_.col()]; in operator ==() 521 values.setReference(b, work[f.row()][f.col()]); in evaluate() 545 R retval = eval.getValue(work[root_.row()][root_.col()]); in evaluate() 686 return (f.row() > 0) ? f.row() : -f.col(); in getChild() 731 os << " " << nodeId[fc.row()][fc.col()]; in dumpSapporo() [all …]
|
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/lib/SQL/Translator/Parser/DBIx/ |
H A D | Class.pm | 125 foreach my $col ($source->columns) 130 name => $col, 135 %{$source->column_info($col)} 149 foreach my $uniq (sort keys %unique_constraints) { 150 if (!$source->_compare_relationship_keys($unique_constraints{$uniq}, \@primary)) { 153 name => $uniq, 154 fields => $unique_constraints{$uniq}
|
/dports/graphics/gmt/gmt-6.3.0/src/ |
H A D | grd2kml.c | 109 unsigned int row, col; member 375 if (Q[k]->col != col) continue; in grd2kml_find_quad_above() 502 int error = 0, kk, uniq, i_dir, dir, minLodPixels, maxLodPixels; in GMT_grd2kml() local 551 uniq = (int)getpid(); /* Unique number for temporary files */ in GMT_grd2kml() 572 sprintf (file, "%s/grd2kml_pixeldata_tmp_%6.6d.grd", API->tmp_dir, uniq); in GMT_grd2kml() 599 sprintf (file, "%s/grd2kml_intensity_tmp_%6.6d.grd", API->tmp_dir, uniq); in GMT_grd2kml() 706 sprintf (cptfile, "%s/grd2kml_%d.cpt", API->tmp_dir, uniq); in GMT_grd2kml() 847 col = 0; in GMT_grd2kml() 908 sprintf (psfile, "%s/grd2kml_tile_tmp_%6.6d.ps", API->tmp_dir, uniq); in GMT_grd2kml() 1015 row = Q[k]->row / 2; col = Q[k]->col / 2; in GMT_grd2kml() [all …]
|
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC0/ |
H A D | JDBCDatabaseMetaData.java | 656 row[3] = r0[col]; in getColumns() 668 row[12] = r0[col]; in getColumns() 779 String uniq = r0[col]; in getBestRowIdentifier() local 782 if (uniq.charAt(0) == '0') { in getBestRowIdentifier() 897 String uniq = r0[col]; in getPrimaryKeys() local 900 if (uniq.charAt(0) == '0') { in getPrimaryKeys() 961 String pk = r0[col]; in getPrimaryKeys() 970 row[3] = r0[col]; in getPrimaryKeys() 1316 String uniq = r0[col]; in getIndexInfo() local 1319 if (unique && uniq.charAt(0) == '0') { in getIndexInfo() [all …]
|
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2/ |
H A D | JDBCDatabaseMetaData.java | 662 row[3] = r0[col]; in getColumns() 674 row[12] = r0[col]; in getColumns() 786 String uniq = r0[col]; in getBestRowIdentifier() local 789 if (uniq.charAt(0) == '0') { in getBestRowIdentifier() 905 String uniq = r0[col]; in getPrimaryKeys() local 908 if (uniq.charAt(0) == '0') { in getPrimaryKeys() 969 String pk = r0[col]; in getPrimaryKeys() 978 row[3] = r0[col]; in getPrimaryKeys() 1327 String uniq = r0[col]; in getIndexInfo() local 1330 if (unique && uniq.charAt(0) == '0') { in getIndexInfo() [all …]
|
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2y/ |
H A D | JDBCDatabaseMetaData.java | 661 row[3] = r0[col]; in getColumns() 673 row[12] = r0[col]; in getColumns() 784 String uniq = r0[col]; in getBestRowIdentifier() local 787 if (uniq.charAt(0) == '0') { in getBestRowIdentifier() 904 String uniq = r0[col]; in getPrimaryKeys() local 907 if (uniq.charAt(0) == '0') { in getPrimaryKeys() 969 String pk = r0[col]; in getPrimaryKeys() 978 row[3] = r0[col]; in getPrimaryKeys() 1327 String uniq = r0[col]; in getIndexInfo() local 1330 if (unique && uniq.charAt(0) == '0') { in getIndexInfo() [all …]
|
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2x/ |
H A D | JDBCDatabaseMetaData.java | 661 row[3] = r0[col]; in getColumns() 673 row[12] = r0[col]; in getColumns() 785 String uniq = r0[col]; in getBestRowIdentifier() local 788 if (uniq.charAt(0) == '0') { in getBestRowIdentifier() 904 String uniq = r0[col]; in getPrimaryKeys() local 907 if (uniq.charAt(0) == '0') { in getPrimaryKeys() 968 String pk = r0[col]; in getPrimaryKeys() 977 row[3] = r0[col]; in getPrimaryKeys() 1326 String uniq = r0[col]; in getIndexInfo() local 1329 if (unique && uniq.charAt(0) == '0') { in getIndexInfo() [all …]
|
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2z1/ |
H A D | JDBCDatabaseMetaData.java | 787 row[3] = r0[col]; in getColumns() 799 row[12] = r0[col]; in getColumns() 912 String uniq = r0[col]; in getBestRowIdentifier() local 915 if (uniq.charAt(0) == '0') { in getBestRowIdentifier() 1033 String uniq = r0[col]; in getPrimaryKeys() local 1036 if (uniq.charAt(0) == '0') { in getPrimaryKeys() 1098 String pk = r0[col]; in getPrimaryKeys() 1107 row[3] = r0[col]; in getPrimaryKeys() 1458 String uniq = r0[col]; in getIndexInfo() local 1461 if (unique && uniq.charAt(0) == '0') { in getIndexInfo() [all …]
|
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2z/ |
H A D | JDBCDatabaseMetaData.java | 786 row[3] = r0[col]; in getColumns() 798 row[12] = r0[col]; in getColumns() 911 String uniq = r0[col]; in getBestRowIdentifier() local 914 if (uniq.charAt(0) == '0') { in getBestRowIdentifier() 1032 String uniq = r0[col]; in getPrimaryKeys() local 1035 if (uniq.charAt(0) == '0') { in getPrimaryKeys() 1097 String pk = r0[col]; in getPrimaryKeys() 1106 row[3] = r0[col]; in getPrimaryKeys() 1457 String uniq = r0[col]; in getIndexInfo() local 1460 if (unique && uniq.charAt(0) == '0') { in getIndexInfo() [all …]
|
/dports/net/hping3/hping3-20051105/docs/french/ |
H A D | Makefile | 8 groff -t -e -mandoc -Tlatin1 hping2-fr.8 | LC_ALL=fr_FR.ISO-8859-1 col -bx | uniq > hping2-fr.8.txt
|
/dports/net/hping/hping2-rc3/docs/french/ |
H A D | Makefile | 8 groff -t -e -mandoc -Tlatin1 hping2-fr.8 | LC_ALL=fr_FR.ISO-8859-1 col -bx | uniq > hping2-fr.8.txt
|