Searched +refs:frame +refs:width (Results 376 - 385 of 385) sorted by relevance

<<111213141516

/macosx-10.10/WebCore-7600.1.25/editing/cocoa/
H A DHTMLConverter.mm566 m_dataSource = commonAncestorContainer->document().frame()->loader().documentLoader();
986 shadowOffset.width = [[shadowStyle substringWithRange:NSMakeRange(NSMaxRange(spaceRange), firstRange.location - NSMaxRange(spaceRange))] floatValue];
1460 Frame* frame = element.document().frame();
1461 DocumentLoader *dataSource = frame->loader().frameHasLoaded() ? frame->loader().documentLoader() : 0;
1594 NSString *width = element.getAttribute(widthAttr);
1595 if ((width && [width length]) || !isTable) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dtcl.vim69 syn keyword tcltkWidgetSwitch contained state tabs width wrap
76 " entry, frame
113 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<frame\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkWidgetSwitch,tclString,tcltkSwitch,tclNumber,tclVarRef
H A Dbaan.vim1126 syn keyword baanBshell mb.width
1193 syn keyword baanBshell frame.window
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debrowse.el141 (defcustom ebrowse-default-column-width 25
142 "*The width of the columns in member buffers (short display form)."
375 (defun ebrowse-width-of-drawable-area ()
376 "Return the width of the display area for the current buffer.
377 If buffer is displayed in a window, use that window's width,
378 otherwise use the current frame's width."
381 (window-width window)
382 (frame-width))))
[all...]
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxhtml11.vim70 \ { 'xmlns': ['http://www.w3.org/1999/xhtml'], 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
74 \ { 'xmlns': ['http://www.w3.org/1999/xhtml'], 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
198 \ { 'xmlns': ['http://www.w3.org/1999/xhtml'], 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'archive': [], 'standby': [], 'tabindex': [], 'classid': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'data': [], 'xml:lang': [], 'height': [], 'codetype': [], 'declare': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'codebase': []}
290 \ { 'xmlns': ['http://www.w3.org/1999/xhtml'], 'width': [], 'ondblclick': [], 'frame': ['void', 'above', 'below', 'hsides', 'lhs', 'rhs', 'vsides', 'box', 'border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'summary': [], 'onmouseup': [], 'cellspacing': [], 'id': [], 'onmouseover': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'border': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'cellpadding': []}
419 \ 'width' : ['Number', ''],
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleResolver.cpp268 // to evaluate media queries that contain relative constraints, like "screen and (max-width: 10em)"
283 m_medium = std::make_unique<MediaQueryEvaluator>(view->mediaType(), &view->frame(), m_rootDefaultStyle.get());
1049 // FIXME: Using width/height alone and not also dealing with min-width/max-width is flawed.
1051 if (style.width().isIntrinsicOrAuto()) {
1172 // use normal instead. If the width of the cell is fixed, then
1174 if (style.width().isFixed())
1855 // Though all CSS values that can be applied to outermost <svg> elements (width/height/border/padding...)
1857 // width/heigh
2466 float width = 0; local
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy134 Write html with a frame holding a table of contents and the source code. The
135 output files will be F<mymodule.pm.html> (the frame), F<mymodule.pm.toc.html>
388 for indicating indation takes up most or all of the available line width,
817 $width = $col[ $j + $k ] - $col[ $j ]; # -sbt=0
818 $width = $col[ $j + $k ] - $col[$j]; # -sbt=1 (default)
819 $width = $col[$j + $k] - $col[$j]; # -sbt=2
2802 with the B<-frm> option, which creates a frame holding a table of
2808 MyModule.pm.html - the frame
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c172 #include "frame.h"
1755 Store number of lines into *HEIGHTP and width into *WIDTHP.
1824 set_window_size (fd, height, width)
1825 int fd, height, width;
1832 size.ws_col = width;
1845 size.ts_cols = width;
1860 bottom of the frame, turn off interrupt-driven I/O, etc. */
1864 struct frame *sf;
/macosx-10.10/emacs-93/emacs/etc/
H A DviperCard.tex384 \key{{\bf visit} file in another frame}{C-v {\sl file}}
621 \twocol{viper-shift-width}{8}
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-art.el2069 Only the headers that fit into the current window width will be
2084 (when (< length (window-width))
2121 Only the headers that fit into the current window width will be
2144 (while (>= (1- (window-width)) (length str))
2146 (substring str 0 (1- (window-width))))
2151 "Fill lines that are wider than the window width."
2155 (width (window-width (get-buffer-window (current-buffer)))))
2161 (when (>= (current-column) (min fill-column width))
2591 (let ((w3-strict-width (windo
[all...]

Completed in 369 milliseconds

<<111213141516