Home
last modified time | relevance | path

Searched refs:maxcols (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/math/xspread/xspread-3.1.1c.orig/
H A Dvmtbl.c37 { if (*colp >= maxcols)
40 *colp = maxcols -1;
54 *colp = maxcols-1;
102 newcols = maxcols;
117 maxcols = topcol = 0;
135 if (topcol > maxcols)
171 MEMZERO(fwidth+maxcols, (newcols-maxcols)*sizeof(int));
172 MEMZERO(precision+maxcols, (newcols-maxcols)*sizeof(int));
173 MEMZERO(realfmt+maxcols, (newcols-maxcols)*sizeof(int));
177 MEMZERO(col_hidden+maxcols, (newcols-maxcols)*sizeof(char));
[all …]
/dports/math/sc/sc-7.16/
H A Dvmtbl.c32 if (*colp >= maxcols) { in checkbounds()
35 *colp = maxcols - 1; in checkbounds()
48 *colp = maxcols - 1; in checkbounds()
92 newcols = maxcols; in growtbl()
106 maxcols = topcol = 0; in growtbl()
124 if (topcol > maxcols) in growtbl()
158 memset(fwidth+maxcols, 0, (newcols-maxcols)*sizeof(int)); in growtbl()
159 memset(precision+maxcols, 0, (newcols-maxcols)*sizeof(int)); in growtbl()
160 memset(realfmt+maxcols, 0, (newcols-maxcols)*sizeof(int)); in growtbl()
164 memset(col_hidden+maxcols, 0, (newcols-maxcols)*sizeof(char)); in growtbl()
[all …]
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dvmtbl.c76 if (*colp >= maxcols) { in checkbounds()
90 else if (*colp >= maxcols) { in checkbounds()
146 newcols = maxcols; in growtbl()
161 maxcols = topcol = 0; in growtbl()
187 if (topcol > maxcols) in growtbl()
226 memset(fwidth + maxcols, 0, (newcols - maxcols) * sizeof(int)); in growtbl()
227 memset(precision + maxcols, 0, (newcols - maxcols) * sizeof(int)); in growtbl()
228 memset(realfmt + maxcols, 0, (newcols - maxcols) * sizeof(int)); in growtbl()
232 memset(col_hidden + maxcols, 0, (newcols - maxcols) * sizeof(unsigned char)); in growtbl()
240 memset(col_frozen + maxcols, 0, (newcols - maxcols) * sizeof(unsigned char)); in growtbl()
[all …]
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Wharf/
H A Dstepgfx.c173 if (maxcols>4) { in DrawDegradeRelief()
201 if (i>=maxcols) i=maxcols-1; in DrawDegradeRelief()
281 if (maxcols>4) { in DrawHGradient()
291 if (h/2 < maxcols) { in DrawHGradient()
295 if (h < maxcols) { in DrawHGradient()
316 if (i>=maxcols) i=maxcols-1; in DrawHGradient()
327 if (i>=maxcols) i=maxcols-1; in DrawHGradient()
405 if (maxcols>4) { in DrawVGradient()
419 if (w < maxcols) { in DrawVGradient()
440 if (i>=maxcols) i=maxcols-1; in DrawVGradient()
[all …]
H A Dstepgfx.h19 int from[3], int to[3], int relief, int maxcols,
22 int from[3], int to[3], int relief, int maxcols,
26 int maxcols);
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dstepgfx.c280 if (maxcols>4) { in DrawDegradeRelief()
308 if (i>=maxcols) i=maxcols-1; in DrawDegradeRelief()
388 if (maxcols>4) { in DrawHGradient()
398 if (h/2 < maxcols) { in DrawHGradient()
402 if (h < maxcols) { in DrawHGradient()
423 if (i>=maxcols) i=maxcols-1; in DrawHGradient()
434 if (i>=maxcols) i=maxcols-1; in DrawHGradient()
512 if (maxcols>4) { in DrawVGradient()
526 if (w < maxcols) { in DrawVGradient()
547 if (i>=maxcols) i=maxcols-1; in DrawVGradient()
[all …]
H A Dstepgfx.h19 int from[3], int to[3], int relief, int maxcols,
22 int from[3], int to[3], int relief, int maxcols,
26 int maxcols);
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_fluidgrid.php158 $maxcols = 0;
164 $maxcols = max($maxcols, count(end($rows)));
191 for ($i = 0; $i < $maxcols; $i++) {
195 for ($i = 0; $i < $maxcols; $i++) {
205 $maxcols = $maxrows ;
210 if ($maxcols > 12) {
290 for ($i = 0; $i < $maxcols; $i++) {
344 $j = $maxcols ;
357 if ($i >= $maxcols) {
387 for ($i = 0; $i < $maxcols; $i++) {
[all …]
H A Dwikiplugin_split.php143 $maxcols = 0;
149 $maxcols = max($maxcols, count(end($rows)));
162 for ($i = 0; $i < $maxcols; $i++) {
180 $columnSize = floor(100 / $maxcols);
202 …$colspan = ((count($r) == $idx) && (($maxcols - $idx) > 0) ? ' colspan="' . ($maxcols - $idx + 1) …
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dtablecolumncontroller.py28 def expand_column(self, xmlcolumn, maxcols): argument
35 def expand_columns(self, xmlcolumns, maxcols): argument
37 self.expand_column(xmlcolumn, maxcols)
45 def expand_columns(self, xmlcolumns, maxcols): argument
47 self.expand_column(xmlcolumn, maxcols)
52 def expand_column(self, xmlcolumn, maxcols): argument
55 if 1 < count < maxcols:
58 elif count >= maxcols:
93 maxcols = config.table_expand_strategy.get_maxcols()
99 strategy.expand_columns(self.xmlnode.findall('.//'+CN('table:table-column')), maxcols)
/dports/devel/p5-Data-ShowTable/Data-ShowTable-4.6/
H A Dshowtable346 my ($titles, $data, $maxcols);
348 ($titles, $data, $maxcols) = ReadListInput;
350 ($titles, $data, $maxcols) = ReadTableInput;
365 push(@fields,$f) if $f <= $maxcols && $f >= 0;
380 $maxcols = $#fields; # set the other vars
390 for ($c = 0; $c <= $maxcols; $c++) {
407 $cols_left -= $maxcols * 3 + 2 if $Show_Mode eq 'Box';
408 $cols_left -= $maxcols * 2 - 1 if $Show_Mode eq 'Table';
495 my $maxcols = 0;
498 $maxcols = $#$data if $#$data > $maxcols;
[all …]
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Dcolumns.c101 size_t maxcols = 0; in dlg_align_columns() local
111 if (maxcols < len) in dlg_align_columns()
112 maxcols = len; in dlg_align_columns()
114 ++maxcols; in dlg_align_columns()
115 widths = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
116 offsets = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
117 maxwidth = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
/dports/devel/cdialog/dialog-1.3-20201126/
H A Dcolumns.c99 size_t maxcols = 0; in dlg_align_columns() local
110 if (maxcols < len) in dlg_align_columns()
111 maxcols = len; in dlg_align_columns()
113 ++maxcols; in dlg_align_columns()
114 widths = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
115 offsets = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
116 maxwidth = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_pbm.c229 assert(readerdata->maxrows != 0 && readerdata->maxcols != 0); in getSubmatrixSize()
234 if( readerdata->maxcols > nvars ) in getSubmatrixSize()
235 readerdata->maxcols = nvars; in getSubmatrixSize()
238 sizeh = (nvars + readerdata->maxcols - 1) / readerdata->maxcols; in getSubmatrixSize()
241 if( readerdata->maxrows == -1 && readerdata->maxcols == -1 ) in getSubmatrixSize()
245 else if( readerdata->maxrows == -1 && readerdata->maxcols > 0 ) in getSubmatrixSize()
249 else if( readerdata->maxrows > 0 && readerdata->maxcols == -1 ) in getSubmatrixSize()
259 readerdata->maxcols = (nvars + res - 1) / res; in getSubmatrixSize()
294 ++(scaledimage[y * readerdata->maxcols + x]); in printRow()
374 for( x = 0; x < readerdata->maxcols; x++ ) in drawScaledImage()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/utils/
H A Dreswrap.cpp87 int maxcols; member
322 if(col>=opts->maxcols && opts->maxcols){ in processresourcefile()
351 if(opts->maxcols) fprintf(opts->outfile,"\n "); in processresourcefile()
357 if(col>=opts->maxcols && opts->maxcols){ in processresourcefile()
409 opts.maxcols=NUM_COLUMNS; in main()
514 if(!opts.colsset) opts.maxcols=10; in main()
520 if(!opts.colsset) opts.maxcols=16; in main()
526 if(!opts.colsset) opts.maxcols=80; in main()
532 if(!opts.colsset) opts.maxcols=80; in main()
539 if(!opts.colsset) opts.maxcols=80; in main()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/utils/
H A Dreswrap.cpp87 int maxcols; member
322 if(col>=opts->maxcols && opts->maxcols){ in processresourcefile()
351 if(opts->maxcols) fprintf(opts->outfile,"\n "); in processresourcefile()
357 if(col>=opts->maxcols && opts->maxcols){ in processresourcefile()
409 opts.maxcols=NUM_COLUMNS; in main()
514 if(!opts.colsset) opts.maxcols=10; in main()
520 if(!opts.colsset) opts.maxcols=16; in main()
526 if(!opts.colsset) opts.maxcols=80; in main()
532 if(!opts.colsset) opts.maxcols=80; in main()
539 if(!opts.colsset) opts.maxcols=80; in main()
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/utils/
H A Dreswrap.cpp146 …int i,b,first,col,append,maxcols,external,header,include,mode,colsset,ascii,msdos,keepext,hex,forc… in main() local
153 maxcols=16; in main()
202 if(!colsset) maxcols=10; in main()
208 if(!colsset) maxcols=16; in main()
215 if(!colsset) maxcols=80; in main()
256 if(sscanf(argv[i],"%d",&maxcols)==1 && maxcols<1){ in main()
377 if(col>=maxcols){ in main()
409 if(col>=maxcols){ in main()
/dports/misc/clex/clex-4.6.patch9/src/
H A Dlog.c174 if (plog->cols == panel_log.maxcols) in log_record()
176 panel_log.maxcols = 0; in log_record()
186 if (cnt < LOG_LINES || panel_log.maxcols > 0) { in log_record()
187 if (plog->cols > panel_log.maxcols) in log_record()
188 panel_log.maxcols = plog->cols; in log_record()
192 if (logbook[i].cols > panel_log.maxcols) in log_record()
193 panel_log.maxcols = logbook[i].cols; in log_record()
286 if (panel_log.scroll < panel_log.maxcols - disp_data.scrcols / 2) { in cx_log_right()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/utils/
H A Dreswrap.cpp147 …int i,b,first,col,append,maxcols,external,header,include,mode,colsset,ascii,msdos,keepext,hex,forc… in main() local
154 maxcols=16; in main()
204 if(!colsset) maxcols=10; in main()
210 if(!colsset) maxcols=16; in main()
217 if(!colsset) maxcols=80; in main()
263 if(sscanf(argv[i],"%d",&maxcols)==1 && maxcols<1){ in main()
404 if(col>=maxcols){ in main()
436 if(col>=maxcols){ in main()
/dports/x11-toolkits/fox16/fox-1.6.57/utils/
H A Dreswrap.cpp147 …int i,b,first,col,append,maxcols,external,header,include,mode,colsset,ascii,msdos,keepext,hex,forc… in main() local
154 maxcols=16; in main()
204 if(!colsset) maxcols=10; in main()
210 if(!colsset) maxcols=16; in main()
217 if(!colsset) maxcols=80; in main()
263 if(sscanf(argv[i],"%d",&maxcols)==1 && maxcols<1){ in main()
404 if(col>=maxcols){ in main()
436 if(col>=maxcols){ in main()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Ddelay.c57 int maxcols=-1; in init_indep_var_matrix() local
65 maxcols = 0; in init_indep_var_matrix()
67 if (ort_list[is] == NULL) maxcols += ort_array[is]->ny; in init_indep_var_matrix()
68 else maxcols += ort_list[is][0]+1; in init_indep_var_matrix()
71 if (ideal_list[is] == NULL) maxcols += ideal_array[is]->ny; in init_indep_var_matrix()
72 else maxcols += ideal_list[is][0]+1; in init_indep_var_matrix()
74 maxcols = maxcols + polort + 1; /* add polorts */ in init_indep_var_matrix()
76 matrix_create (N+NFirst, maxcols, x); in init_indep_var_matrix()
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dftcreate.pro9 ; ftcreate, maxcols, maxrows, h, tab
12 ; maxcols - number of character columns allocated, integer scalar
29 print,'Syntax - FTCREATE, maxcols, maxrows, h, [tab]'
36 tab = replicate(32B, maxcols, maxrows)
37 if maxrows EQ 1 then tab = reform(tab,maxcols,1)
/dports/math/e-antic/flint2-ae7ec89/fmpz_mod_poly/profile/
H A Dp-gcd.c74 int i, j, len, bits, maxcols, maxrows; in main() local
171 maxcols = j; in main()
179 for (j = 0; j < maxcols; j++) in main()
192 PIXELS = (unsigned char *) flint_malloc(3 * maxrows * maxcols * sizeof(unsigned char)); in main()
196 for (j = 0; j < maxcols; j++) in main()
217 k = write_rgb_ppm(imgname, PIXELS, maxcols, maxrows); in main()
/dports/math/flint2/flint-2.8.4/fmpz_mod_poly/profile/
H A Dp-gcd.c74 int i, j, len, bits, maxcols, maxrows; in main() local
176 maxcols = j; in main()
184 for (j = 0; j < maxcols; j++) in main()
197 PIXELS = (unsigned char *) flint_malloc(3 * maxrows * maxcols * sizeof(unsigned char)); in main()
201 for (j = 0; j < maxcols; j++) in main()
222 k = write_rgb_ppm(imgname, PIXELS, maxcols, maxrows); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mod_poly/profile/
H A Dp-gcd.c74 int i, j, len, bits, maxcols, maxrows; in main() local
171 maxcols = j; in main()
179 for (j = 0; j < maxcols; j++) in main()
192 PIXELS = (unsigned char *) flint_malloc(3 * maxrows * maxcols * sizeof(unsigned char)); in main()
196 for (j = 0; j < maxcols; j++) in main()
217 k = write_rgb_ppm(imgname, PIXELS, maxcols, maxrows); in main()

12345678910>>...13