Searched refs:widths (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A Dmetakit.py28 widths = []
34 widths.append(len(prop.name))
50 widths[c] = max(widths[c],len(text))
56 cols[c][0] = widths[c] * '-'
58 print '', string.ljust(props[c].name, widths[c]),
63 print '', justs[c](cols[c][r], widths[c]),
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c200 Rect widths;
201 GetWindowStructureWidths(medPtr->whichWin, &widths);
202 medPtr->local.h -= widths.left;
203 medPtr->local.v -= widths.top;
949 Rect widths;
951 ChkErr(GetWindowStructureWidths, whichWin, &widths);
952 local.h -= widths.left;
953 local.v -= widths.top;
199 Rect widths; local
936 Rect widths; local
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-ls.el681 (eshell-ls-find-column-widths display-files)))
682 (col-widths (car col-vals))
684 (columns (length col-widths))
701 (max 0 (- (aref col-widths
756 (defun eshell-ls-find-column-widths (files)
757 "Find the best fitting column widths for FILES.
763 (widths
772 col-widths)
775 (let ((w widths))
785 (w widths))
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDataGrid.js353 var widths = {}; variable
356 widths[identifier] = (column["title"] || "").length;
363 if (text.length > widths[identifier])
364 widths[identifier] = text.length;
370 totalColumnWidths += widths[identifier];
372 // Compute percentages and clamp desired widths to min and max widths.
375 var width = Math.round(100 * widths[identifier] / totalColumnWidths);
383 widths[identifier] = width;
386 // If we assigned too much width due to the above, reduce column widths
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_mecpu.tcl159 return [2print $asmcode $mecode max [widths $asmcode max]]
162 proc ::page::gen::peg::mecpu::widths {asmcode mv} {
165 # First iteration, column widths (instructions, and arguments).
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixFont.c124 int widths[BASE_CHARS]; /* Widths of first 256 chars in the base font, member in struct:UnixFont
1028 * Unix does not use kerning or fractional character widths when
1030 * individual characters or spans of characters and add up the widths w/o
1116 if ((ch < BASE_CHARS) && (fontPtr->widths[ch] != 0)) {
1117 newX += fontPtr->widths[ch];
1677 fontPtr->widths[i] = n;
1702 fontPtr->barHeight = fontPtr->widths['I'] / 3;
2234 XCharStruct *widths;
2249 widths = fontStructPtr->per_char;
2283 if ((widths
2208 XCharStruct *widths; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c125 int widths[BASE_CHARS]; /* Widths of first 256 chars in the base member in struct:UnixFont
1003 * Unix does not use kerning or fractional character widths when
1005 * individual characters or spans of characters and add up the widths
1091 if ((ch < BASE_CHARS) && (fontPtr->widths[ch] != 0)) {
1092 newX += fontPtr->widths[ch];
1550 fontPtr->widths[i] = n;
1576 fontPtr->barHeight = fontPtr->widths['I'] / 3;
2117 XCharStruct *widths;
2132 widths = fontStructPtr->per_char;
2166 if ((widths
2094 XCharStruct *widths; local
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompresult.c1673 zfree(g->widths, 0);
1674 g->widths = NULL;
1723 ws = g->widths = (int *) zalloc(zterm_columns * sizeof(int));
1883 g->widths = NULL;
1895 if (g->widths) {
1898 for (i = g->cols, p = g->widths; i; i--, p++)
1912 zfree(g->widths, 0);
1913 g->widths = NULL;
2072 a = (g->widths ? g->widths[m
[all...]
H A Dcomp.h75 int *widths; /* column widths for listpacked */ member in struct:cmgroup
H A Dcomplist.c1260 * character widths greater than 1.
1469 a = (g->widths ? g->widths[mc] : g->width) -
1587 wid = (g->widths ? g->widths[mc] : g->width);
1615 (g->widths ? g->widths[mc] : g->width)))
1771 if (g->widths) {
1775 mx += g->widths[i];
1921 (g->widths
[all...]
H A Dzle_tricky.c2567 VARARR(int, widths, zterm_columns);
2610 widths[tcol++] = maxlen;
2619 widths[tcol++] = maxlen;
2638 widths[tcols++] = maxlen;
2643 widths[tcols++] = maxlen;
2709 if ((i = (pack ? widths[col - 1] : longest) - *lenp + 2) > 0)
2724 if ((i = (pack ? widths[col - 1] : longest) - *lenp + 2) > 0)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dses.el232 "(ses-column-widths [7])\n"
258 '(ses--blank-line ses--cells ses--col-printers ses--col-widths ses--curcell
275 '(ses--col-widths -5 ses--col-printers -4 ses--default-printer -3
343 `(aref ses--col-widths ,col))
375 (defmacro ses-column-widths (widths)
376 "Load the vector of column widths from the spreadsheet file. This is a
378 (or (and (vectorp widths) (= (length widths) ses--numcols))
382 (setq ses--col-widths width
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dbuiltin.c3858 int *widths; local
3864 * We need the character widths to align output in
3867 wptr = widths = (int *) zhalloc(argc * sizeof(int));
3917 widths[i] = width;
3921 widths = len;
3923 int *widths = len; local
3960 if (l < widths[i])
3961 l = widths[i];
3972 if (l < widths[n])
3973 l = widths[
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Dipptool.c174 char **displayed, size_t *widths);
178 char **displayed, size_t *widths);
827 size_t widths[200]; /* Width of columns */ local
3234 widths[i] = strlen(displayed[i]);
3242 if (width > widths[i])
3243 widths[i] = width;
3248 print_csv(outfile, NULL, num_displayed, displayed, widths);
3250 print_line(outfile, NULL, num_displayed, displayed, widths);
3262 print_csv(outfile, attrptr, num_displayed, displayed, widths);
3264 print_line(outfile, attrptr, num_displayed, displayed, widths);
4343 print_csv( FILE *outfile, ipp_attribute_t *attr, int num_displayed, char **displayed, size_t *widths) argument
4467 print_line( FILE *outfile, ipp_attribute_t *attr, int num_displayed, char **displayed, size_t *widths) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinFont.c134 int widths[BASE_CHARS]; /* Widths of first 128 chars in the base font, member in struct:WinFont
1464 GetCharWidthW(hdc, 0, BASE_CHARS - 1, fontPtr->widths);
1466 GetCharWidthA(hdc, 0, BASE_CHARS - 1, fontPtr->widths);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinFont.c134 int widths[BASE_CHARS]; /* Widths of first 128 chars in the base member in struct:WinFont
1147 GetCharWidthW(hdc, 0, BASE_CHARS - 1, fontPtr->widths);
1149 GetCharWidthA(hdc, 0, BASE_CHARS - 1, fontPtr->widths);
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalccomp.el1578 (widths (mapcar 'math-comp-width (cdr (cdr c))))
1579 (maxwid (apply 'max widths))
1589 (car widths)))
1596 widths (cdr widths))))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcss.vim63 syn keyword cssFontDescriptorProp contained src stemv stemh slope ascent descent widths bbox baseline centerline mathline topline
H A D2html.vim461 " Recalculate widths.
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf.c871 * They don't exclude field widths read from args.
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm1019 here is it. Running this method will correct the widths of the current tree
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2pdf.c880 const int widths[]={ local
913 *width=(float)widths[i];
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex1722 % Either define widths of columns in terms of percent of \hsize:
3034 % \tt widths. Each \tt character is 1en, so two makes it 1em.
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex2211 % Either define widths of columns in terms of percent of \hsize:
4362 % \tt widths. Each \tt character is 1en, so two makes it 1em.
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex1992 % Either define widths of columns in terms of percent of \hsize:
3970 % \tt widths. Each \tt character is 1en, so two makes it 1em.

Completed in 273 milliseconds

12