Searched +refs:set +refs:font +refs:encoding (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c26 TkFont font; /* Stuff used by generic font package. Must be member in struct:__anon13410
105 Tcl_Panic("Cannot find a usable font.");
208 FcFontSet *set;
225 set = FcFontSort(0, pattern, FcTrue, NULL, &result);
226 if (!set) {
231 fontPtr->fontset = set;
233 fontPtr->faces = (UnixFtFace *) ckalloc(set->nfont * sizeof(UnixFtFace));
234 fontPtr->nfaces = set->nfont;
237 * Fill in information about each returned font
203 FcFontSet *set; local
526 char *encoding = "Unknown", **encodingPtr = &encoding; local
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dtohtml.vim14 set cpo-=C
56 set paste
58 set magic
61 if s:settings.encoding != ""
62 let xml_line = "<?xml version=\"1.0\" encoding=\"" . s:settings.encoding . "\"?>"
89 " include encoding as close to the top as possible, but only if not already
91 if s:settings.encoding != "" && !s:settings.use_xhtml
92 call add(html, "<meta http-equiv=\"content-type\" content=\"text/html; charset=" . s:settings.encoding . '"' . tag_close)
281 " otherwise figure out which options are set
[all...]
H A Dphpcomplete.vim1284 \ 'cpdf_set_font(': 'int pdf_document, string font_name, float size, string encoding | bool',
1551 \ 'DomDocument-&#62;dump_mem(': '[bool format [, string encoding]] | string',
1716 \ 'fdf_set_encoding(': 'resource fdf_document, string encoding | bool',
2223 \ 'imagechar(': 'resource image, int font, int x, int y, string c, int color | bool',
2224 \ 'imagecharup(': 'resource image, int font, int x, int y, string c, int color | bool',
2269 \ 'imagefontheight(': 'int font | int',
2270 \ 'imagefontwidth(': 'int font | int',
2286 \ 'imagepsbbox(': 'string text, int font, int size [, int space, int tightness, float angle] | array',
2293 \ 'imagepstext(': 'resource image, string text, resource font, int size, int foreground, int background, int x, int y [, int space, int tightness, float angle, int antialias_steps] | array',
2302 \ 'imagestring(': 'resource image, int font, in
[all...]
H A Djavascriptcomplete.vim174 let formprop = ['elements', 'acceptCharset', 'action', 'encoding', 'enctype', 'id', 'length',
318 \ 'color', 'font', 'fontFamily', 'fontSize', 'fontSizeAdjust', 'fontStretch',
625 " vim:set foldmethod=marker:
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqr.vim30 set iskeyword=@,48-57,_,-,#,$,{,}
62 syn keyword sqrReserved $sqr-dbcs {sqr-dbcs} $sqr-encoding
63 syn keyword sqrReserved {sqr-encoding} $sqr-encoding-console
64 syn keyword sqrReserved {sqr-encoding-console}
65 syn keyword sqrReserved $sqr-encoding-database
66 syn keyword sqrReserved {sqr-encoding-database}
67 syn keyword sqrReserved $sqr-encoding-file-input
68 syn keyword sqrReserved {sqr-encoding-file-input}
69 syn keyword sqrReserved $sqr-encoding
[all...]
H A Dmplayerconf.vim11 set cpo&vim
47 \ dumpsrtsub dumpsub ffactor flip-hebrew font
53 \ subfont-encoding subfont-osd-scale
H A D2html.vim23 set cpo-=C
81 " For inverse, we always must set both colors (and exchange them)
85 let a = a . '<font color="' . ( x != "" ? x : s:bgc ) . '">'
90 if x != "" | let a = a . '<font color="' . x . '">' | endif
105 let a = a . '</font></span>'
108 if x != "" | let a = a . '</font>' | endif
166 " For inverse, we always must set both colors (and exchange them)
177 if synIDattr(a:id, "bold") | let a = a . "font-weight: bold; " | endif
178 if synIDattr(a:id, "italic") | let a = a . "font-style: italic; " | endif
213 set notitl
[all...]
H A Dtidy.vim16 set iskeyword=@,48-57,-
55 syn match tidyOption "^char-encoding" contained
61 syn match tidyOption "^drop-font-tags" contained
79 syn match tidyOption "^input-encoding" contained
94 syn match tidyOption "^output-encoding" contained
H A Dgnuplot.vim30 syn keyword gnuplotStatement cd call clear exit set unset plot splot help
76 " set vars
95 syn keyword gnuplotType dgrid3d nodgrid3d dummy encoding format
96 " set encoding args not included - yet.
103 syn keyword gnuplotType label nolabel logscale nolog[scale] missing center font locale
H A Determ.vim11 set cpo&vim
78 syn keyword etermAttrOptions contained font nextgroup=etermFontType
234 syn keyword etermButtonOptions contained font nextgroup=etermFont skipwhite
263 syn keyword etermMultiOptions contained encoding nextgroup=etermEncoding
269 syn keyword etermMultiOptions contained font nextgroup=etermFontType
H A Dtcl.vim25 syn keyword tclCommand close concat dde dict encoding eof error eval exec exit
31 syn keyword tclCommand scan seek set socket source split string subst tell time
66 syn keyword tcltkWidgetSwitch contained font insertborderwidth relief xscrollcommand
101 syn keyword tcltkWidgetSwitch contained font foreground hidemargin image indicatoron label menu offvalue onvalue
184 syn keyword tcltkArraySwitch contained anymore donesearch exists get names nextelement size startsearch set
H A Dpostscr.vim12 " postscr_fonts - highlight standard font names (a lot for PS 3)
13 " postscr_encodings - highlight encoding names (there are a lot)
31 set iskeyword=33-127,^(,^),^<,^>,^[,^],^{,^},^/,^%
242 " PS Character encoding names
244 " Common encoding names
247 " Standard and ISO encoding names
266 " Symbol encoding names
290 " ISO Latin1 encoding names
331 " Sundry standard and expert encoding names
/macosx-10.10.1/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp54 #define SIZE_INCREMENT 2 /* font size increment <big> = +2 */
56 #define ANCHOR_TEMPLATE "heading" /* if simple anchor is set we use this */
70 char *get_html_translation (font *f, const string &name);
71 int char_translate_to_html (font *f, char *buf, int buflen, unsigned char ch, int b, int and_single);
82 static string job_name; /* if set then the output is split into */
87 static int base_point_size = 0; /* which troff font size maps onto html */
309 font *f;
316 style (font *, int, int, int, int, color);
326 style::style(font *p, int sz, int h, int sl, int no, color c)
1479 * font classe
1486 char *encoding; member in class:html_font
1825 void assert_state::set (const char *c, const char *v, function in class:assert_state
[all...]
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex116 % Set up fixed words for English if not already set.
183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
275 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use an explicitly smaller font, rather than using
617 % the \scriptstyle font (since we don't reset \scriptstyle and
705 \endgraf % Not \par, as it may have been set to \lisppar.
793 % outputs text on separate line in roman font, starting at standard page margin
1078 % @dots{} outputs an ellipsis using the current font.
1080 % font a
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex116 % Set up fixed words for English if not already set.
183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
275 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
615 % latex.ltx, since we use a different font for the raised A; it's most
616 % convenient for us to use an explicitly smaller font, rather than using
617 % the \scriptstyle font (since we don't reset \scriptstyle and
705 \endgraf % Not \par, as it may have been set to \lisppar.
793 % outputs text on separate line in roman font, starting at standard page margin
1078 % @dots{} outputs an ellipsis using the current font.
1080 % font a
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/term/
H A Dmac-win.el31 ;; Mac display is opened and hooks are set for popping up the initial window.
54 ;; -fn *font
55 ;; -font *font
86 (defvar mac-font-panel-mode)
178 ;; to the option's operand; set the name of
1113 (defun mac-add-charset-info (xlfd-charset mac-text-encoding)
1114 "Add a character set to display with Mac fonts.
1116 XLFD-CHARSET is a string which will appear in the XLFD font name
1117 to identify the character set
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex116 % Set up fixed words for English if not already set.
185 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
277 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
620 % latex.ltx, since we use a different font for the raised A; it's most
621 % convenient for us to use an explicitly smaller font, rather than using
622 % the \scriptstyle font (since we don't reset \scriptstyle and
725 \endgraf % Not \par, as it may have been set to \lisppar.
813 % outputs text on separate line in roman font, starting at standard page margin
1098 % @dots{} outputs an ellipsis using the current font.
1196 % can be set)
[all...]
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex116 % Set up fixed words for English if not already set.
185 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
277 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
620 % latex.ltx, since we use a different font for the raised A; it's most
621 % convenient for us to use an explicitly smaller font, rather than using
622 % the \scriptstyle font (since we don't reset \scriptstyle and
725 \endgraf % Not \par, as it may have been set to \lisppar.
813 % outputs text on separate line in roman font, starting at standard page margin
1098 % @dots{} outputs an ellipsis using the current font.
1196 % can be set)
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex115 % Set up fixed words for English if not already set.
181 par-a-digms rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
272 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
612 % latex.ltx, since we use a different font for the raised A; it's most
613 % convenient for us to use an explicitly smaller font, rather than using
614 % the \scriptstyle font (since we don't reset \scriptstyle and
702 \endgraf % Not \par, as it may have been set to \lisppar.
790 % outputs text on separate line in roman font, starting at standard page margin
1075 % @dots{} outputs an ellipsis using the current font.
1077 % font a
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim23 set cpo&vim
36 " <CR> on a "set" line executes the option line
65 " <Space> on a "set" line refreshes the option line
103 " Update a "set" line in the option window
128 set nomodified
136 set notitle noicon nosc noru
152 " Insert help and a "set" command for each option.
153 call append(0, '" Each "set" line shows the current value of an option (on the left).')
154 call append(1, '" Hit <CR> on a "set" line to execute it.')
159 call append(6, '" Hit <Space> on a "set" lin
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dlatin1-disp.el51 ;; Ensure `standard-display-table' is set up:
77 This is done for each character set in the list `latin1-display-sets',
78 if no font is available to display it. Characters are displayed using
85 charsets if you don't have a Unicode font with which to display them.
93 :set (lambda (symbol value)
106 a Unicode font with which to display them."
112 ;; It doesn't look as though we have a Unicode font.
188 using an ISO8859 character set."
192 (set (car (remq 'ascii (get-language-info charset 'charset)))))
195 (make-char set
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp756 CTFontRef font = style->font().primaryFont()->getCTFont(); local
757 CTFontSymbolicTraits traits = font ? CTFontGetSymbolicTraits(font) : 0;
1015 // to all the client to set up any needed state.
1039 // to all the client to set up any needed state.
1237 // If no layout was done yet set contentFixedOrigin to (0,0).
1253 attr.initialScale = m_page->viewportArguments().zoom; // Resets auto (-1) if no value was set by user.
2628 #define INITIALIZE_SETTINGS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) settings.set##KeyUpper(store.get##TypeName##ValueForKey(WebPreferencesKey::KeyLower##Key()));
3081 m_undoStepMap.set(stepI
3648 setCustomTextEncodingName(const String& encoding) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1230 # set output file permissions
1236 # Thus we retain whatever executable flags were set.
1395 "Final parameter set for this run\n");
1477 # However, they are included in the option set so that they will
2149 # set the defaults by passing the above list through GetOptions
2162 # and set to Getopt::Long defaults. Use eval to avoid
2510 # see if user set a non-negative logfile-gap
2527 # set short-cut flag when only indentation is to be done.
2528 # Note that the user may or may not have already set the
2579 # set
[all...]

Completed in 463 milliseconds