Searched refs:cols (Results 51 - 75 of 236) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dspreadsheet.rb14 cols = 10
68 fill_table(table_list, 'BB', Integer(rows/2), Integer(cols/2))
70 table = Tk::TkTable.new(:rows=>rows, :cols=>cols, :width=>5, :height=>5,
113 cmax = table[:cols]
/macosx-10.10/adv_cmds-158/tabs/
H A Dtabs.c84 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; local
153 cols = ttywidth();
178 for (i = 0; i < cols / inc; i++) {
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp56 const std::string cols = atf::env::get("COLUMNS"); local
57 if (cols.length() > 0) {
58 width = atf::text::to_type< size_t >(cols);
/macosx-10.10/cups-408/cups/cups/
H A Dtestipp.c247 ipp_t *cols[2], /* Collections */ local
286 cols[0] = ippNew();
290 ippAddCollection(cols[0], IPP_TAG_JOB, "media-size", size);
292 ippAddString(cols[0], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-color", NULL,
294 ippAddString(cols[0], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-type", NULL,
297 cols[1] = ippNew();
301 ippAddCollection(cols[1], IPP_TAG_JOB, "media-size", size);
303 ippAddString(cols[1], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-color", NULL,
305 ippAddString(cols[1], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-type", NULL,
309 (const ipp_t **)cols);
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dmclist.rb96 cols = %w(country capital currency)
97 cols.zip(%w(������ ������ ������)).each{|col, name|
106 cols.zip([country, capital, currency]).each{|col, val|
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dtoolbar.tcl185 # get cols,rows extent
186 foreach {cols rows} [grid size $frame] break
188 if {$opts(-separator) && $cols != 0} {
195 grid $sep -row 0 -column $cols -sticky ns -padx $sx -pady 0
196 incr cols
199 grid $w -in $frame -row 0 -column $cols -sticky $opts(-sticky) \
201 grid columnconfigure $frame $cols -weight $opts(-weight)
H A Dstatusbar.tcl214 # get cols,rows extent
215 foreach {cols rows} [grid size $frame] break
217 if {$opts(-separator) && $cols != 0} {
224 grid $sep -row 0 -column $cols -sticky ns -padx $sx -pady 0
225 incr cols
228 grid $w -in $frame -row 0 -column $cols -sticky $opts(-sticky) \
230 grid columnconfigure $frame $cols -weight $opts(-weight)
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt19 * interpret 0 rows/cols to be FILL
26 * support smooth scrolling of rows/cols
34 -col {the list of cols we use for sorting}
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFrameSetElement.idl24 [Reflect] attribute DOMString cols;
H A DHTMLTextAreaElement.cpp182 int cols = value.toInt(); local
183 if (cols <= 0)
184 cols = defaultCols;
185 if (m_cols != cols) {
186 m_cols = cols;
498 void HTMLTextAreaElement::setCols(int cols) argument
500 setIntegralAttribute(colsAttr, cols);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFrameSet.cpp137 size_t cols = m_cols.m_sizes.size(); local
143 for (size_t c = 0; c < cols; c++) {
408 size_t cols = m_cols.m_sizes.size(); local
410 for (size_t c = 0; c < cols; ++c) {
429 int cols = frameSetElement().totalCols(); local
430 if (rows && cols) {
433 result.setPreventResize(RightFrameEdge, m_cols.m_preventResize[cols]);
434 result.setAllowBorder(RightFrameEdge, m_cols.m_allowBorder[cols]);
462 unsigned cols = frameSetElement().totalCols(); local
465 if (m_rows.m_sizes.size() != rows || m_cols.m_sizes.size() != cols) {
502 int cols = frameSetElement().totalCols(); local
550 int cols = frameSetElement().totalCols(); local
[all...]
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dlua_dbd.c253 for (x = 0; x < res->cols; x++) {
280 for (x = 0; x < res->cols; x++) {
324 int cols; local
333 cols = apr_dbd_num_cols(db->driver, results);
335 if (cols > 0) {
338 resultset->cols = cols;
416 int cols; local
428 cols = apr_dbd_num_cols(st->db->driver, results);
431 resultset->cols
[all...]
/macosx-10.10/libiconv-42/libiconv/tools/
H A Dcjk_tab_to_h.c54 int cols; /* number of possible values for the 2nd byte */ member in struct:__anon9563
63 int** charset2uni; /* charset2uni[0..rows-1][0..cols-1] is valid */
113 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
116 for (col = 0; col < enc->cols; col++)
178 for (col = 0; col < enc->cols; col++)
200 for (col = 0; col < enc->cols; col++)
226 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
228 for (col = 0; col < enc->cols; col++) {
256 for (col = 0; col < enc->cols; col++)
276 enc->charsetblocks[n].start = row * enc->cols;
[all...]
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_def.c42 0, /* cols */
136 form->rows = form->cols = 0;
215 maximum_col_in_field = fields[j]->fcol + fields[j]->cols;
219 if (form->cols < maximum_col_in_field)
220 form->cols = maximum_col_in_field;
H A Dfrm_post.c69 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin)))
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_item_top.c77 item = menu->items[(menu->opt & O_ROWMAJOR) ? (row * menu->cols) : row];
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Ddebug.tcl15 cols 20
32 fill $table(array) $table(rows) $table(cols)
34 -rows $table(rows) -cols $table(cols) \
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dconsole.c386 int nt_getsize(int * lins, int * cols, int *visiblecols) { argument
398 *cols = scrbuf.dwSize.X;
401 void nt_set_size(int lins, int cols) { argument
409 cols--;
413 srect.Right = cols;
420 if (scrbuf.dwSize.X < cols){
422 scrbuf.dwSize.X = cols+1;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dentry-id.c272 row.cols[ 0 ], row.cols[ 1 ],
273 row.cols[ 2 ], row.cols[ 3 ] );
286 ber_str2bv_x( row.cols[ 0 ], 0, 1, &id->eid_id,
288 ber_str2bv_x( row.cols[ 1 ], 0, 1, &id->eid_keyval,
291 if ( BACKSQL_STR2ID( &id->eid_id, row.cols[ 0 ], 0 ) != 0 ) {
295 if ( BACKSQL_STR2ID( &id->eid_keyval, row.cols[ 1 ], 0 ) != 0 ) {
300 if ( BACKSQL_STR2ID( &id->eid_oc_id, row.cols[ 2 ], 0 ) != 0 ) {
305 ber_str2bv( row.cols[
[all...]
/macosx-10.10/screen-22/screen/
H A Dansi.c58 static int rows, cols; /* window size of the curr window */ variable
306 cols = curr->w_width;
344 !curr->w_insert && curr->w_x < cols - 1)
349 while (currx < cols - 1)
749 if (curr->w_x == cols - 1)
838 if (curr->w_x < cols - 1)
842 save_mline(&curr->w_mlines[curr->w_y], cols);
854 else if (curr->w_x == cols - 1)
1118 if (a2 > cols)
1119 a2 = cols;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c63 * using the -S cols:rows option.
66 * using the -S cols:rows option.
74 * -S cols:rows Divide the image into equal sized segments using cols across
408 unsigned int cols; /* number of section cols */ member in struct:pagedef
693 " when sectioning image into columns x rows using the -S cols:rows option",
695 " when sectioning image into columns x rows using the -S cols:rows option",
701 " -S cols:rows Divide the image into equal sized segments using cols acros
2616 extractContigSamplesBytes(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2682 extractContigSamples8bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2759 extractContigSamples16bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2848 extractContigSamples24bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
2941 extractContigSamples32bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end) argument
3046 extractContigSamplesShifted8bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3126 extractContigSamplesShifted16bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3216 extractContigSamplesShifted24bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3314 extractContigSamplesShifted32bits(uint8 *in, uint8 *out, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, tsample_t count, uint32 start, uint32 end, int shift) argument
3422 extractContigSamplesToBuffer(uint8 *out, uint8 *in, uint32 rows, uint32 cols, tsample_t sample, uint16 spp, uint16 bps, struct dump_opts *dump) argument
3498 extractContigSamplesToTileBuffer(uint8 *out, uint8 *in, uint32 rows, uint32 cols, uint32 imagewidth, uint32 tilewidth, tsample_t sample, uint16 count, uint16 spp, uint16 bps, struct dump_opts *dump) argument
3605 combineSeparateSamplesBytes(unsigned char *srcbuffs[], unsigned char *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3663 combineSeparateSamples8bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3763 combineSeparateSamples16bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3873 combineSeparateSamples24bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
3997 combineSeparateSamples32bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4128 combineSeparateTileSamplesBytes(unsigned char *srcbuffs[], unsigned char *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4189 combineSeparateTileSamples8bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4288 combineSeparateTileSamples16bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4397 combineSeparateTileSamples24bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
4521 combineSeparateTileSamples32bits(uint8 *in[], uint8 *out, uint32 cols, uint32 rows, uint32 imagewidth, uint32 tw, uint16 spp, uint16 bps, FILE *dumpfile, int format, int level) argument
[all...]
/macosx-10.10/ncurses-44/ncurses/c++/
H A Ddemo.cc241 : NCursesForm(13, 51, (lines() - 15)/2, (cols() - 53)/2),
342 NCursesPanel P(mystd.lines()-2, mystd.cols()-2, 1, 1);
392 NCursesPanel *w = new NCursesPanel(mystd->lines() - 2, mystd->cols() - 2, 1, 1);
396 NCursesPanel *s = new NCursesPanel(w->lines() - 6, w->cols() - 6, 3, 3);
435 : NCursesMenu (n_items+2, 8, (lines()-10)/2, (cols()-10)/2),
548 titleWindow->addstr(0, (titleWindow->cols() - len)/2, titleText);
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_forms.c95 make_field(int frow, int fcol, int rows, int cols) argument
97 FIELD *f = new_field(rows, cols, frow, fcol, o_value, 1);
136 int rows, cols; local
138 scale_form(f, &rows, &cols);
144 if ((w = newwin(rows + 2, cols + 4, 0, 0)) != (WINDOW *) 0) {
146 set_form_sub(f, derwin(w, rows, cols, 1, 2));
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dstatusbar.tcl271 foreach {cols rows} [grid size $sbar] break
273 if {$opts(-separator) && $cols != 0} {
277 grid $sep -in $sbar -row 0 -column $cols \
279 incr cols
283 grid $w -in $sbar -row 0 -column $cols -sticky $opts(-sticky) \
285 grid columnconfigure $sbar $cols -weight $opts(-weight)
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompresult.c1653 if ((g->cols = zterm_columns / g->width) > g->dcount)
1654 g->cols = g->dcount;
1655 if (g->cols) {
1656 i = g->cols * g->width - CM_SPACE;
1678 if (g->cols) {
1679 glines += (arrlen(pp) + g->cols - 1) / g->cols;
1680 if (g->cols > 1)
1681 g->width += ((max - (g->width * g->cols -
1683 g->cols);
[all...]

Completed in 493 milliseconds

12345678910