Searched +refs:display +refs:images (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/tidy-15.12/tidy/htmldoc/api/
H A Dtreeview.js44 this.display = display
89 folder.children[i].display()
107 if (this.navObj.style.display == "none")
109 this.navObj.style.display = "none"
216 this.iconImg = this.navObj.document.images["folderIcon"+this.id]
217 this.nodeImg = this.navObj.document.images["nodeIcon"+this.id]
221 this.iconImg = doc.images.namedItem("folderIcon"+this.id)
222 this.nodeImg = doc.images.namedItem("nodeIcon"+this.id)
283 this.display
376 function display() function in function:function.doc.doc.doc.function
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/darkfish/
H A Drdoc.css37 display: none;
49 display: inline;
80 display: none;
101 background: white url(images/wrench_orange.png) no-repeat 4px center;
138 background: url(images/bullet_black.png) no-repeat left 4px;
141 background: url(images/plugin.png) no-repeat left 4px;
144 background: url(images/package.png) no-repeat left 4px;
147 background: url(images/ruby.png) no-repeat left 4px;
150 background: url(images/page_white_text.png) no-repeat left 4px;
153 background: url(images/tag_blu
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Ddemo.rb34 @images = Hash.new
105 # When one item is selected in the demo list, display the styles in
118 unless TkImage.names.find{|img| (name = @images.key(img)) && File.fnmatch(pat, name)}
122 @images[name] = img
210 tree.debug_configure(:enable=>false, :display=>false)
293 @tree2.debug_configure(:enable=>false, :display=>true,
360 @tree2.backgroundimage = @images[@popup[:bgimg].value]}} ]
382 [ 'Display', @popup[:debug][:display], nil, '',
384 @tree2.debug_configure(:display=>@popup[:debug][:display]
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dwidget27 # moment to display a coloured icon.
29 -file [file join $tk_library images logo64.gif]
321 @@demo image1 Two labels displaying images
322 @@demo image2 A simple user interface for viewing images
347 @@demo style Text display styles
469 # display whenever any of the variables changes.
472 # w - Name of new window to create for display.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Delinks.vim17 syn region elinksComment display oneline start='#' end='$'
42 syn keyword elinksPrefix document browse accesskey forms images links
/macosx-10.9.5/emacs-92/emacs/src/
H A Dimage.c160 XGetImage (display, pixmap, x, y, width, height, plane_mask, format)
161 Display *display; /* not used */
539 XFreePixmap (dpyinfo->display, bm->pixmap);
541 XFreePixmap (dpyinfo->display, bm->mask);
582 /* Free all the bitmaps for the display specified by DPYINFO. */
728 /* The symbol `xbm' which is used as the type symbol for XBM images. */
745 /* Time in seconds after which images should be removed from the cache
855 message display would lead to another redisplay. This function
1222 c->images[img->id] = NULL;
1230 /* Return 1 if the given widths and heights are valid for display;
2073 Display *display = FRAME_X_DISPLAY (f); local
[all...]
H A Ddispextern.h1 /* Interface definitions for display code.
240 overlay strings in that text, and does display table or control
260 has a display table entry, dpvec_index is an index in the display
292 /* Structure describing how to use partial glyphs (images slicing) */
308 display-relevant members of glyphs (not to imply that these are the
376 /* Type of font used to display the character glyph. May be used to
600 /* A string identifying the method used to display the matrix. */
676 an empty display line that displays a line end. This is what old
706 this line overlaps the line above it on the display
1131 Display *display; member in struct:glyph_string
2513 struct image **images; member in struct:image_cache
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim157 let docuprop = ['anchors', 'applets', 'childNodes', 'embeds', 'forms', 'images', 'links', 'stylesheets',
311 \ 'display', 'markerOffset', 'marks', 'maxHeight', 'maxWidth', 'minHeight',
475 elseif shortcontext =~ 'images\(\[.\{-}\]\)\?\.$'
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex276 SPC & Select this group and display the first (unread) article. [Same
487 [Prefix: shrink to display article window]\\
557 M-t & Toggle the buttonized display of the article buffer.\\
681 W t & (t) {\bf Toggle} display of all headers.\\
723 W D x & (W f) Look for and display any X-{\bf Face} headers.\\
728 W D D & Remove all images from the article buffer.\\
773 RET & (BUTTON-2) Toggle display of the MIME object.\\
778 c & {\bf Copy} the MIME object to a new buffer and display this buffer.\\
780 C & Copy the MIME object to a new buffer and display this buffer using {\bf Charset} \\
902 /p & Limit to articles {\bf predicated} in the `display' grou
[all...]
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2html1019 # insert here name of icon images for buttons
1040 # insert here name of icon images for these, if button is inactive
1402 $EXTERNAL_IMAGES = 0; # 1 = leave the images outside the document
1404 $ASCII_MODE = 0; # 1 = do not use any icons or internal images
1406 # 1 = use links to external postscript images rather than inlined bitmap
1407 # images.
1457 # images and in whether large images can be created at all ie
1963 display =>
1965 q{"<TABLE><tr>$T2H_EXAMPLE_INDENT_CELL<td class=display><pr
[all...]
/macosx-10.9.5/CPANInternal-140/Mail-Sender/
H A DSender.pm588 inline images, or if you want to post the message in plain text as well as
601 with inlined images) while ctype is an ordinary content type for a single
3021 =head2 Sending HTML messages with inline images
3110 =head2 Sending message with plaintext and HTML alternatives with inline images
3118 subject => 'Alternatives with images',
3146 Keep in mind please that different mail clients display messages differently. You may
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-art.el55 "Article display."
216 By default, if you set this t, then Gnus will display citations and
260 'gnus-display-x-face-in-from
263 'gnus-display-x-face-in-from
265 display -"))
266 "*String or function to be executed to display an X-Face header.
270 (function-item gnus-display-x-face-in-from)
484 "Format for display of Date headers in article bodies.
848 (defcustom gnus-display-mime-function 'gnus-display
[all...]
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DSender.pm710 inline images, or if you want to post the message in plain text as well as
720 with inlined images) while ctype is an ordinary content type for a single
3324 =head2 Sending HTML messages with inline images
3413 =head2 Sending message with plaintext and HTML alternatives with inline images
3421 subject => 'Alternatives with images',
3449 Keep in mind please that different mail clients display messages differently. You may
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex1377 % second argument specifying the text to display and an optional third
1378 % arg as text to display instead of (rather than in addition to) the url
4204 % This actually allows (for example) @end display inside an
4207 \def\smalldisplay{\begingroup\def\Esmalldisplay{\nonfillfinish\endgroup}\display}
4221 % @display: same as @lisp except keep current font.
4223 \def\display{\begingroup
4229 % @smalldisplay (when @smallbook): @display plus smaller fonts.
4234 \display
4237 % @format: same as @display except don't narrow margins.
5501 % footnote reference occurs in (for example) a display environmen
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex1495 % second argument specifying the text to display and an optional third
1496 % arg as text to display instead of (rather than in addition to) the url
4384 % This actually allows (for example) @end display inside an
4387 \def\smalldisplay{\begingroup\def\Esmalldisplay{\nonfillfinish\endgroup}\display}
4401 % @display: same as @lisp except keep current font.
4403 \def\display{\begingroup
4409 % @smalldisplay (when @smallbook): @display plus smaller fonts.
4414 \display
4417 % @format: same as @display except don't narrow margins.
5852 % footnote reference occurs in (for example) a display environmen
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex1417 % second argument specifying the text to display and an optional third
1418 % arg as text to display instead of (rather than in addition to) the url
4258 % This actually allows (for example) @end display inside an
4261 \def\smalldisplay{\begingroup\def\Esmalldisplay{\nonfillfinish\endgroup}\display}
4275 % @display: same as @lisp except keep current font.
4277 \def\display{\begingroup
4283 % @smalldisplay (when @smallbook): @display plus smaller fonts.
4288 \display
4291 % @format: same as @display except don't narrow margins.
5709 % footnote reference occurs in (for example) a display environmen
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex1588 % second argument specifying the text to display and an optional third
1589 % arg as text to display instead of (rather than in addition to) the url
4601 % @display: same as @lisp except keep current font.
4603 \def\display{\begingroup
4609 % @smalldisplay: @display plus smaller fonts.
4614 \display
4617 % @format: same as @display except don't narrow margins.
6152 % footnote reference occurs in (for example) a display environment.
6238 \newhelp\noepsfhelp{epsf.tex must be installed for images to
6246 \errmessage{epsf.tex not found, images wil
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex1210 % for display in the outlines, and in other places. Thus, we have to
1259 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1365 % Also double the backslashes in the display string.
2459 % second argument specifying the text to display and an optional third
2460 % arg as text to display instead of (rather than in addition to) the url
5581 % @example, @display, @format, @lisp
5630 % @display/@smalldisplay: same as @lisp except keep current font.
5632 \makedispenv {display}{%
5637 % @format/@smallformat: same as @display except don't narrow margins.
5774 % Modern fonts display ASCI
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex1210 % for display in the outlines, and in other places. Thus, we have to
1259 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1365 % Also double the backslashes in the display string.
2459 % second argument specifying the text to display and an optional third
2460 % arg as text to display instead of (rather than in addition to) the url
5583 % @example, @display, @format, @lisp
5632 % @display/@smalldisplay: same as @lisp except keep current font.
5634 \makedispenv {display}{%
5639 % @format/@smallformat: same as @display except don't narrow margins.
5776 % Modern fonts display ASCI
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex1847 % second argument specifying the text to display and an optional third
1848 % arg as text to display instead of (rather than in addition to) the url
4759 % @example, @display, @format, @lisp
4803 % @display/@smalldisplay: same as @lisp except keep current font.
4805 \makedispenv {display}{%
4810 % @format/@smallformat: same as @display except don't narrow margins.
6132 % footnote reference occurs in (for example) a display environment.
6244 \newhelp\noepsfhelp{epsf.tex must be installed for images to
6252 \errmessage{epsf.tex not found, images will be ignored}%
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex1875 % second argument specifying the text to display and an optional third
1876 % arg as text to display instead of (rather than in addition to) the url
4902 % @example, @display, @format, @lisp
4946 % @display/@smalldisplay: same as @lisp except keep current font.
4948 \makedispenv {display}{%
4953 % @format/@smallformat: same as @display except don't narrow margins.
6267 % footnote reference occurs in (for example) a display environment.
6379 \newhelp\noepsfhelp{epsf.tex must be installed for images to
6387 \errmessage{epsf.tex not found, images will be ignored}%
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex1875 % second argument specifying the text to display and an optional third
1876 % arg as text to display instead of (rather than in addition to) the url
4902 % @example, @display, @format, @lisp
4946 % @display/@smalldisplay: same as @lisp except keep current font.
4948 \makedispenv {display}{%
4953 % @format/@smallformat: same as @display except don't narrow margins.
6267 % footnote reference occurs in (for example) a display environment.
6379 \newhelp\noepsfhelp{epsf.tex must be installed for images to
6387 \errmessage{epsf.tex not found, images will be ignored}%

Completed in 608 milliseconds