Searched refs:cols (Results 101 - 125 of 271) sorted by relevance

1234567891011

/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_tiled_matrix.cpp342 void ewk_tile_matrix_resize(Ewk_Tile_Matrix* tileMatrix, unsigned long cols, unsigned long rows) argument
346 eina_matrixsparse_size_set(tileMatrix->matrix, rows, cols);
536 unsigned long rows, cols; local
537 eina_matrixsparse_size_get(tileMatrix->matrix, &rows, &cols);
549 if (x + width - 1 > static_cast<long>(cols * tileWidth))
550 width = cols * tileWidth - x;
/macosx-10.9.5/ncurses-42/ncurses/menu/
H A Dllib-lmenu107 int cols)
114 int *cols)
455 int *cols)
H A Dllib-lmenuw107 int cols)
114 int *cols)
457 int *cols)
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src302 cols#80,
308 cols#132, lines#66,
312 cols#80,
477 cols#80, lines#24, use=vanilla, use=ansi+erase,
484 cols#80, lines#24, use=vanilla, use=ansi+cup,
521 cols#80, it#8, lines#24,
543 cols#80, it#8, lines#24,
601 cols#80, lines#24, use=vanilla, use=ansi+csr, use=ansi+cup,
616 cols#80, lines#25,
665 colors#8, cols#8
[all...]
H A Demx.src47 cols#80,
58 cols#132,
68 cols#80,
168 cols#80,
195 cols#80,
429 cols#80,
487 cols#80,
583 cols#80,
645 cols#80,
778 cols#8
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DDBI.pm258 $rels{$relid}->{cols}->{$uk_col} = $fk_col;
265 remote_columns => [ keys %{$rels{$relid}->{cols}} ],
266 local_columns => [ values %{$rels{$relid}->{cols}} ],
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DDBI.pm258 $rels{$relid}->{cols}->{$uk_col} = $fk_col;
265 remote_columns => [ keys %{$rels{$relid}->{cols}} ],
266 local_columns => [ values %{$rels{$relid}->{cols}} ],
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Dactive_record.rb133 cols = self.tableColumns
134 if cols.count > 0
137 tmpCols = OSX::NSArray.arrayWithArray(cols)
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Del.c470 int lins, cols; local
478 if (term_get_size(el, &lins, &cols))
479 term_change_size(el, lins, cols);
H A Dterm.c879 int lins, cols; local
946 (void) term_get_size(el, &lins, &cols);
947 if (term_change_size(el, lins, cols) == -1)
957 * Return the new window size in lines and cols, and
961 term_get_size(EditLine *el, int *lins, int *cols) argument
964 *cols = Val(T_co);
972 *cols = ws.ws_col;
983 *cols = ts.ts_cols;
989 return (Val(T_co) != *cols || Val(T_li) != *lins);
997 term_change_size(EditLine *el, int lins, int cols) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm285 my ($self, @cols) = @_;
286 $self->_ordered_columns(\@cols) unless $self->_ordered_columns;
290 while (my $col = shift @cols) {
293 my $column_info = ref $cols[0] ? shift(@cols) : {};
456 =item Arguments: @cols
476 my ($self, @cols) = @_;
478 foreach my $col (@cols) {
482 $self->_primaries(\@cols);
484 $self->add_unique_constraint(primary => \@cols);
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm91 my ($cols, $f_schema, $f_table, $f_cols, $rest) = splice @reldata, 0, 5;
93 my @cols = map { s/$qt//g; $self->_lc($_) }
94 split(/$qt?\s*$qt?,$qt?\s*$qt?/, $cols);
159 local_columns => \@cols,
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTextAreaElement.h38 int cols() const { return m_cols; } function in class:WebCore::FINAL
/macosx-10.9.5/ruby-104/ruby/ext/curses/
H A Drain.rb31 c = cols - 4
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tktable/
H A Ddynarows.rb57 table = Tk::TkTable.new(:rows=>2, :cols=>3, :cache=>1, :selecttype=>:row,
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dinterpolate.tcl52 # cols Names of the columns (for convenience and for counting)
62 proc ::math::interpolate::defineTable { name cols values } {
67 $table add columns [llength $cols]
69 $table set row 0 $cols
73 set nocols [llength $cols]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Ddynarows.tcl36 ## if this is the last row and both cols 1 && 2 are not empty
55 table $t -rows 2 -cols 3 -cache 1 -selecttype row \
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dcursors.tcl171 grid columnconfigure $f $c -uniform cols -weight 1
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DASE.pm484 my ($source, $cols, $data) = @_;
492 @{$cols}
514 my $blob_cols = $self->_remove_blob_cols_array($source, $cols, $data);
529 $self->_insert_blobs_array ($source, $blob_cols, $cols, $data);
532 my @cols_with_identities = (@$cols, $identity_col);
560 @orig_idx{@$cols} = 0..$#$cols;
703 my ($self, $source, $cols, $data) = @_;
707 for my $i (0..$#$cols) {
708 my $col = $cols
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DPg.pm23 my ($self,$source,@cols) = @_;
27 for my $col (@cols) {
/macosx-10.9.5/less-23/less/
H A Dcmdbuf.c352 int cols; local
359 cols = 0;
360 while (cols < (sc_width - prompt_col) / 2 && *s != '\0')
364 cols += width;
390 int cols; local
398 cols = 0;
399 while (cols < (sc_width - prompt_col) / 2 && s > cmdbuf)
403 cols += width;
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dedit_field.c361 length -= before->cols + before_col;
366 length += before->cols;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb571 tk_send('delete', 'cols', *params)
652 tk_send('insert', 'cols', *params)
798 rows, cols = lst[1].split(',').map!{|n| Integer(n)}
799 [idx [rows, cols]]
806 rows, cols = lst[1].split(',').map!{|n| Integer(n)}
807 [idx [rows, cols]]
893 def tag_col(tag, *cols)
894 tk_send('tag', 'col', tagid(tag), *cols)
897 def tag_col_reset(*cols)
898 tk_send('tag', 'col', '', *cols)
[all...]
/macosx-10.9.5/text_cmds-87/ed/
H A Dio.c300 extern int cols;
314 if ((gflag & GLS) && ++col > cols) {
/macosx-10.9.5/sudo-72/src/
H A Dsudoreplay.c140 int cols; member in struct:log_info
239 int rows = 0, cols = 0; local
345 get_ttysize(&rows, &cols);
346 if (li->rows != 0 && li->cols != 0) {
349 printf("Log geometry is %d x %d, your terminal's geometry is %d x %d.", li->rows, li->cols, rows, cols);
822 * Crack the log line (rows and cols not present in old versions).
823 * timestamp:user:runas_user:runas_group:tty:rows:cols
862 li->cols = atoi(cp);
926 /* XXX - print rows + cols
[all...]

Completed in 214 milliseconds

1234567891011