Searched refs:family (Results 76 - 100 of 487) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontLoader.cpp54 static PassRefPtr<LoadFontCallback> createFromParams(const Dictionary& params, const FontFamily& family) argument
63 for (const FontFamily* f = &family; f; f = f->next())
237 RefPtr<LoadFontCallback> callback = LoadFontCallback::createFromParams(params, font.family());
239 for (const FontFamily* f = &font.family(); f; f = f->next()) {
240 CSSSegmentedFontFace* face = m_document->ensureStyleResolver()->fontSelector()->getFontFace(font.fontDescription(), f->family());
256 for (const FontFamily* f = &font.family(); f; f = f->next()) {
257 CSSSegmentedFontFace* face = m_document->ensureStyleResolver()->fontSelector()->getFontFace(font.fontDescription(), f->family());
H A Dview-source.css37 font-family: monospace;
70 font-family: Helvetica
137 font-family: Lucida Grande, sans-serif;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.h103 WK_EXPORT void WKPreferencesSetStandardFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
106 WK_EXPORT void WKPreferencesSetFixedFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
109 WK_EXPORT void WKPreferencesSetSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
112 WK_EXPORT void WKPreferencesSetSansSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
115 WK_EXPORT void WKPreferencesSetCursiveFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
118 WK_EXPORT void WKPreferencesSetFantasyFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
121 WK_EXPORT void WKPreferencesSetPictographFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestsockets.c92 int family)
105 rv = apr_socket_create(&sock, family, SOCK_DGRAM, 0, p);
107 if ((family == APR_INET6) && APR_STATUS_IS_EAFNOSUPPORT(rv)) {
115 rv = apr_socket_create(&sock2, family, SOCK_DGRAM, 0, p);
120 rv = apr_sockaddr_info_get(&to, addr, family, 7772, 0, p);
122 rv = apr_sockaddr_info_get(&from, addr, family, 7771, 0, p);
150 * family to ensure that recvfrom sets it up properly. */
152 if (family == APR_INET)
91 sendto_receivefrom_helper(abts_case *tc, const char *addr, int family) argument
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestsockets.c92 int family)
105 rv = apr_socket_create(&sock, family, SOCK_DGRAM, 0, p);
107 if ((family == APR_INET6) && APR_STATUS_IS_EAFNOSUPPORT(rv)) {
115 rv = apr_socket_create(&sock2, family, SOCK_DGRAM, 0, p);
120 rv = apr_sockaddr_info_get(&to, addr, family, 7772, 0, p);
122 rv = apr_sockaddr_info_get(&from, addr, family, 7771, 0, p);
146 * family to ensure that recvfrom sets it up properly. */
148 if (family == APR_INET)
91 sendto_receivefrom_helper(abts_case *tc, const char *addr, int family) argument
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlwdgnba.c71 if (client->na.family != AF_INET6 ||
190 client->addrs[i].family = 0;
225 if (req->addr.family == LWRES_ADDRTYPE_V4) {
226 client->na.family = AF_INET;
230 } else if (req->addr.family == LWRES_ADDRTYPE_V6) {
231 client->na.family = AF_INET6;
241 client, req->addr.family);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dkmpstat.c194 get_sockaddr(family, name, port)
195 int family;
203 hint.ai_family = family;
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dwriteauth.c62 if (write_short (auth->family, auth_file) == 0)
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTextControlMultiLine.h39 virtual float getAvgCharWidth(AtomicString family);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h41 LPCTSTR family; member in struct:WebFontDescription
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebpreferences_p_p.h70 void setFontFamily(FontFamily which, const QString& family);
H A Dqwebpreferences_p.h119 void setStandardFontFamily(const QString& family);
122 void setFixedFontFamily(const QString& family);
125 void setSerifFontFamily(const QString& family);
128 void setSansSerifFontFamily(const QString& family);
131 void setCursiveFontFamily(const QString& family);
134 void setFantasyFontFamily(const QString& family);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dconnect.h84 int family; member in struct:Curl_sockaddr_ex
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/
H A Dprint.css15 body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
19 h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/src/
H A Dprint.css14 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
44 h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
/macosx-10.9.5/ntp-88/include/
H A Dntp_net.h124 /* zero sockaddr_u, fill in family and all-ones (host) mask */
125 #define SET_HOSTMASK(psau, family) \
128 AF(psau) = (family); \
164 #define ANY_INTERFACE_BYFAM(family) \
165 ((AF_INET == family) \
169 /* choose a default interface for addresses' protocol (addr family) */
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A Dnetdb.h83 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/netdb.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* MIT Sockets Library * netdb.h * macdev@mit.edu */ #ifndef _NETDB_H #define _NETDB_H #include <stdlib.h> #ifdef __cplusplus extern "C" { #endif struct hostent { char *h_name; /* official (cannonical) name of host */ char **h_aliases; /* pointer to array of pointers of alias names */ int h_addrtype; /* host address type: AF_INET or AF_INET6 */ int h_length; /* length of address: 4 or 16 */ char **h_addr_list; /* pointer to array of pointers with IPv4 or IPv6 addresses */ }; #define h_addr h_addr_list[0] /* first address in list */ struct servent { char *s_name; /* official service name */ char **s_aliases; /* alias list */ int s_port; /* port number, network-byte order */ char *s_proto; /* protocol to use */ }; #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma import on #endif #if !TARGET_RT_MAC_CFM # pragma d0_pointers on #endif struct hostent *gethostbyname(const char *hostname); struct hostent *gethostbyaddr(const char *addr, size_t len, int family); /* Gets the local host's hostname. If namelen isn't long enough, it puts in as much of the (…)
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dmain.c71 int family = AF_UNSPEC; variable
162 family = AF_INET;
166 family = AF_INET6;
307 family = AF_UNIX;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/net/
H A Dnetaddr_multicast.c36 int family; member in struct:__anon6439
59 switch (addr->family) {
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DmDNSUNP.h101 extern struct ifi_info *get_ifi_info_linuxv6(int family, int doaliases);
116 extern struct ifi_info *get_ifi_info(int family, int doaliases);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontCacheFreeType.cpp115 static String getFamilyNameStringFromFontDescriptionAndFamily(const FontDescription& fontDescription, const AtomicString& family) argument
119 if (family.length() && !family.startsWith("-webkit-"))
120 return family.string();
167 PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
170 // says that we must find an exact match for font family, slant (italic or oblique can be used)
173 String familyNameString(getFamilyNameStringFromFontDescriptionAndFamily(fontDescription, family));
188 // family like "sans," this is the only time we allow Fontconfig to substitute one
189 // family name for another (i.e. if the fonts are aliased to each other).
206 // If Fontconfig gave use a different font family tha
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css26 font-family: sans-serif;
35 font-family: sans-serif;
71 pre, code { font-family: monospace } /* navigator 4 requires this */
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dfont.tcl173 set script "set [list SelectFont::${path}(family)] \[%W curselection\];\
310 -textvariable SelectFont::${path}(family) \
325 -textvariable SelectFont::$path\(family\) \
440 foreach family $_families(all) {
441 if { [font metrics [list $family] -fixed] } {
442 lappend _families(fixed) $family
444 lappend _families(variable) $family
460 $data(lbf) selection set $data(family)
461 $data(lbf) activate $data(family)
462 $data(lbf) see $data(family)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontCacheMac.mm105 // Use the family name from the AppKit-supplied substitute font, requesting the
163 const AtomicString& family = description.familyAt(i);
164 if (family.isEmpty())
169 if (family.contains(*matchWords[j], false))
198 PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
204 NSFont *nsFont = [WebFontCache fontWithFamily:family traits:traits weight:weight size:size];
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dstyle.rb57 family = 'Courier'
66 style_tag_bold = TkTextTag.new(t, 'font'=>[family, 12, :bold, :italic])
67 style_tag_big = TkTextTag.new(t, 'font'=>[family, 14, :bold])
128 style_tag_super = TkTextTag.new(t, 'offset'=>'4p', 'font'=>[family, 10])
129 style_tag_sub = TkTextTag.new(t, 'offset'=>'-2p', 'font'=>[family, 10])

Completed in 475 milliseconds

1234567891011>>