Searched refs:cols (Results 151 - 175 of 271) sorted by relevance

1234567891011

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DMSSQL.pm49 my ($source, $cols, $data) = @_;
53 (@{$cols})
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm1333 # Set up metadata (cols, pks, etc)
1352 my $cols = $self->_table_columns($table);
1356 $self->_dbic_stmt($table_class,'add_columns',@$cols);
1378 map { $_, ($col_info->{$_}||{}) } @$cols
1391 my ($name, $cols) = @$_;
1392 next if $uniq_tag{ join("\0", @$cols) }++; # skip duplicates
1393 $self->_dbic_stmt($table_class,'add_unique_constraint', $name, $cols);
1544 my @cols = @_;
1545 while( my ($name,$attrs) = splice @cols,0,2 ) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm1333 # Set up metadata (cols, pks, etc)
1352 my $cols = $self->_table_columns($table);
1356 $self->_dbic_stmt($table_class,'add_columns',@$cols);
1378 map { $_, ($col_info->{$_}||{}) } @$cols
1391 my ($name, $cols) = @$_;
1392 next if $uniq_tag{ join("\0", @$cols) }++; # skip duplicates
1393 $self->_dbic_stmt($table_class,'add_unique_constraint', $name, $cols);
1544 my @cols = @_;
1545 while( my ($name,$attrs) = splice @cols,0,2 ) {
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dimage.el458 (defun insert-sliced-image (image &optional string area rows cols)
482 (let ((x 0.0) (dx (/ 1.0001 (or cols 1)))
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/
H A DQuery.pm128 my ($self, $type, @cols) = @_;
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/
H A DQuery.pm128 my ($self, $type, @cols) = @_;
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardViewDraw.mm424 for (int cols = 0; cols < 8; cols++) {
425 glBindTexture(GL_TEXTURE_2D, fLetterTextures[cols]);
432 l = cols*10.f + kLHOff - 40.0f;
433 r = cols*10.f + kLHOff - 40.0f + kSize;
437 r = cols*10.f + kLHOff - 40.0f;
438 l = cols*10.f + kLHOff - 40.0f + kSize;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dexterns.h265 int TerminalWindowSize(long *rows, long *cols);
H A Dsys_bsd.c609 TerminalWindowSize(long *rows, long *cols) argument
615 *cols = icols;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMHTML.idl848 - (int)cols;
850 HRESULT cols([out, retval] int* result);
853 - (void)setCols:(int)cols;
855 HRESULT setCols([in] int cols);
/macosx-10.9.5/adv_cmds-153/ps/
H A Dps.c212 char *cols; local
234 if ((cols = getenv("COLUMNS")) != NULL && *cols != '\0')
235 termwidth = atoi(cols);
/macosx-10.9.5/ncurses-42/ncurses/menu/
H A Dmenu.h95 short cols; /* Nr. of items wide */ member in struct:tagMENU
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/oreilly-oscon2001/
H A Doscon278 set cols [schedr columns]
279 for {set c 2} {$c < $cols} {incr c} {
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomp.h72 int cols; /* number of columns */ member in struct:cmgroup
H A Dcomplist.c227 char *cols[MAX_POS + 1]; member in struct:patcol
384 char *p = ++s, *t, *cols[MAX_POS]; local
398 cols[ncols++] = s;
413 pc->cols[i] = cols[i];
414 pc->cols[i] = NULL;
857 if (pc->cols[1]) {
858 patcols = pc->cols;
862 zlrputs(pc->cols[0]);
889 if (pc->cols[
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-vec.el700 (defun math-reduce-cols (f a)
702 (cons 'vec (math-reduce-cols-col-step f (cdr a) 1 (length (nth 1 a))))
705 (defun math-reduce-cols-col-step (f a col cols)
706 (and (< col cols)
707 (cons (math-reduce-cols-row-step f (nth col (car a)) col (cdr a))
708 (math-reduce-cols-col-step f a (1+ col) cols))))
710 (defun math-reduce-cols-row-step (f tot col a)
712 (math-reduce-cols
[all...]
H A Dcalc-map.el865 len cols obj expr)
878 (if (eq mode 'cols)
926 (if (and (eq mode 'cols) (math-matrixp vec))
937 (math-symb-map func 'cols args))
1263 (cols (length (nth 1 b)))
1266 (setq col cols
H A Dcalc-mtx.el70 (cols (length (nth 1 b)))
73 (setq col cols
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dreadline.c2084 rl_get_screen_size(int *rows, int *cols) argument
2088 if (cols)
2089 el_get(e, EL_GETTC, "co", cols);
2093 rl_set_screen_size(int rows, int cols) argument
2098 (void)snprintf(buf, sizeof(buf), "%d", cols);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dexecute_cmd.c1964 int ind, row, elem_len, pos, cols, rows; local
1973 cols = max_elem_len ? COLS / max_elem_len : 1;
1974 if (cols == 0)
1975 cols = 1;
1976 rows = list_len ? list_len / cols + (list_len % cols != 0) : 1;
1977 cols = list_len ? list_len / rows + (list_len % rows != 0) : 1;
1981 rows = cols;
1982 cols = 1;
/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_autoindex.c1552 int cols = 1; local
1575 ++cols;
1584 ++cols;
1590 ++cols;
1596 ++cols;
1601 "<hr%s></th></tr>\n", cols,
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcp.c1084 uint32 rows, uint32 cols, int outskew, int inskew)
1087 uint32 j = cols;
1097 uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp,
1101 uint32 j = cols;
1118 uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp,
1122 uint32 j = cols;
1083 cpStripToTile(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew) argument
1096 cpContigBufToSeparateBuf(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp, int bytes_per_sample ) argument
1117 cpSeparateBufToContigBuf(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp, int bytes_per_sample) argument
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm417 =item Arguments: @values | \%cols, \%attrs?
471 my @cols = exists $attrs->{key}
476 ) unless @cols;
483 elsif (@_ == @cols) {
485 @{$input_query}{@cols} = @_;
2797 $attrs->{columns} ||= delete $attrs->{cols} if exists $attrs->{cols};
2803 my @cols;
2805 @cols = @{ delete $attrs->{columns}}
2807 @cols
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmsdos.c571 dos_set_window_size (rows, cols)
572 int *rows, *cols;
580 if (*rows == current_rows && *cols == current_cols)
588 sprintf (video_name, "screen-dimensions-%dx%d", *rows, *cols);
633 || *cols != current_cols)
685 *cols = ScreenCols ();
688 screen_size_X = *cols;
690 screen_size = *cols * *rows;
694 if (current_rows != *rows || current_cols != *cols)
715 dosv_refresh_virtual_screen (0, *cols * *row
[all...]
H A Dframe.h959 #define FRAME_TEXT_COLS_TO_PIXEL_WIDTH(f, cols) \
960 (FRAME_COL_TO_PIXEL_X (f, cols) \

Completed in 277 milliseconds

1234567891011