Searched refs:vert (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dscrollableframe.rb36 def see(win, vert=None, horiz=None)
37 tk_send_without_enc('see', win, vert, horiz)
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dfontfile.cpp38 int font::vert = 1; member in class:font
H A Dfont.cpp816 { "vert", &font::vert },
1036 if (vert < 1) {
1037 t.error("bad `vert' value");
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dhanoi.el160 (vert (not hanoi-horizontal-flag))
162 (pole-char (if vert ?\| ?\-))
163 (base-char (if vert ?\= ?\|))
165 (1- (if vert (window-width) (window-height)))))
173 (min 3 (max 0 (- (1- (if vert (window-height) (window-width)))
266 for str = (concat (if vert "<" "^")
267 (make-string (1- radius) (if vert ?\- ?\|))
269 (make-string (1- radius) (if vert ?\- ?\|))
270 (if vert ">" "v"))
/macosx-10.9.5/groff-38/groff/src/include/
H A Dfont.h72 static int vert; member in class:font
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dscrollframe.tcl147 proc ScrollableFrame::see { path widget {vert top} {horz left} {xOffset 0} {yOffset 0}} {
175 if { [string equal $vert "top"] } {
182 } elseif { [string equal $vert "bottom"] } {
H A Dscrollw.tcl74 -orient vert \
/macosx-10.9.5/groff-38/groff/src/devices/grotty/
H A Dtty.cpp393 if (v % font::vert != 0)
395 vpos = v / font::vert;
406 // position font::vert.
503 if (len >= 0 && len <= font::vert)
509 len -= font::vert;
510 v += font::vert;
514 len -= font::vert;
515 v += font::vert;
622 if (page_length % font::vert != 0)
624 int lines_per_page = page_length / font::vert;
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-embed.el1168 horiz vert)
1177 vert (if (<= (aref info 2) (point))
1183 (if (= vert 0)
1185 (setq vert (1- vert))))
1189 (if (> vert 0)
1190 (forward-line vert))
1197 horiz vert)
1211 vert (- (count-lines (point) pt)
1214 (setq vert (ma
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex344 The norm of a multiple precision integer, for example $\vert \vert x \vert \vert$, will be used to represent the number of digits in the representation
345 of the integer. For example, $\vert \vert 123 \vert \vert = 3$ and $\vert \vert 7945
[all...]
H A Dbn.tex863 This is because $\vert -6 \vert = 6$ and obviously $5 < 6$.
1135 Which assigns $\vert a \vert$ to $b$.
1563 $X$ the operation is performed as $Y \equiv (G^{-1} \mbox{ mod }P)^{\vert X \vert} \mbox{ (mod }P\mbox{)}$ provided that
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwindow.el107 (let ((vert (nth 2 (window-scroll-bars window)))
109 (when (or (eq vert t) (eq hor t))
112 (if (eq vert t)
113 (setq vert (car fcsb)))
116 (cons vert hor)))
H A Dframe.el983 (let ((vert (frame-parameter frame 'vertical-scroll-bars))
985 (unless (memq vert '(left right nil))
986 (setq vert default-frame-scroll-bars))
987 (cons vert hor)))
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dpicture.el193 (defun picture-set-motion (vert horiz)
196 (setq picture-vertical-step vert
200 (nth (+ 2 (% horiz 3) (* 5 (1+ (% vert 2))))
/macosx-10.9.5/vim-53/runtime/
H A Dvimrc_example.vim94 command DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h1141 int box(chtype vert=0, chtype hor=0) { argument
1142 return ::wborder(w, vert, vert, hor, hor, 0, 0, 0, 0); }
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.cpp344 static hb_feature_t vert = { HarfBuzzFace::vertTag, 1, 0, static_cast<unsigned>(-1) };
346 m_features.append(vert);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddcl.vim39 syn keyword dclInstr con[vert] end[subroutine] loc[ale] qsh[ow] tff
H A Dplaintex.vim88 \ '\\\%(brace\%(vert\)\=\|brack\|cases\|choose\|[lr]\%(angle\|brace\|brack\|ceil\|floor\|group\)\|over\%(brace\|\%(left\|right\)arrow\)\|underbrace\)\>'
H A Dprogress.vim150 syn keyword ProgressOperator grayed grid-factor-horizont[al] grid-factor-vert[ical] grid-set grid-snap grid-unit-height grid-unit-height-cha[rs] grid-unit-height-pix[els] grid-unit-width grid-unit-width-char[s]
171 syn keyword ProgressOperator screen-val[ue] scroll-bars scroll-delta scroll-horiz-value scroll-offset scroll-to-current-row scroll-to-i[tem] scroll-to-selected-row scroll-vert-value scrollable
180 syn keyword ProgressOperator use-filename use-text v6display valid-event valid-handle validate validate-condition validate-message var[iable] vert[ical] virtual-height virtual-height-c[hars]
H A Dsqr.vim155 syn keyword sqrParam value vary vert-line wait warn when
/macosx-10.9.5/ruby-104/ruby/ext/curses/
H A Dcurses.c1779 * call-seq: box(vert, hor)
1782 * The vertical +vert+ and horizontal +hor+ character.
1792 VALUE vert, hor, corn; local
1794 rb_scan_args(argc, argv, "21", &vert, &hor, &corn);
1797 box(winp->window, NUM2CH(vert), NUM2CH(hor));
/macosx-10.9.5/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp206 if (font::vert != 1)
207 fatal("vert must be equal to 1");
/macosx-10.9.5/groff-38/groff/src/libs/libdriver/
H A Dinput.cpp1635 if (int_arg != font::vert)
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl102 scale .panel.sv -show no -orient vert -width 10 -command {snack::audio play_gain}\

Completed in 534 milliseconds

12