Searched refs:attributes (Results 51 - 75 of 1053) sorted by relevance

1234567891011>>

/macosx-10.10/cups-408/cups/test/
H A Dget-completed-jobs.test29 GROUP operation-attributes-tag
30 ATTR charset attributes-charset utf-8
31 ATTR language attributes-natural-language en
34 ATTR keyword requested-attributes
40 # What attributes to display
H A Dipp-2.1.test30 GROUP operation-attributes-tag
31 ATTR charset attributes-charset utf-8
32 ATTR naturalLanguage attributes-natural-language en
39 # Job template attributes
40 EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
41 EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no-hold
42 EXPECT job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
43 EXPECT job-priority-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,<101
44 EXPECT job-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes
[all...]
H A Dipp-2.0.test36 GROUP operation-attributes-tag
37 ATTR charset attributes-charset utf-8
38 ATTR naturalLanguage attributes-natural-language en
46 EXPECT color-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true DEFINE-MATCH PRINTER_IS_COLOR
48 # Job template attributes
49 EXPECT copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
50 EXPECT copies-supported OF-TYPE rangeOfInteger IN-GROUP printer-attributes-tag
51 EXPECT finishings-default OF-TYPE enum IN-GROUP printer-attributes-tag
52 EXPECT finishings-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 3
53 EXPECT media-default OF-TYPE no-value|keyword|name IN-GROUP printer-attributes
[all...]
H A Dipp-2.2.test30 GROUP operation-attributes-tag
31 ATTR charset attributes-charset utf-8
32 ATTR naturalLanguage attributes-natural-language en
39 # Job template attributes
40 EXPECT number-up-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
41 EXPECT number-up-supported OF-TYPE integer|rangeOfInteger IN-GROUP printer-attributes-tag WITH-VALUE >0
42 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-numbers"
43 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "pages"
44 EXPECT page-ranges-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 1
46 # Printer description attributes
[all...]
H A Dipp-1.1.test38 GROUP operation-attributes-tag
39 ATTR charset attributes-charset utf-8
40 ATTR naturalLanguage attributes-natural-language en
48 # Test that the first two attributes must be attributes-charset and
49 # attributes-natural-language.
56 GROUP operation-attributes-tag
62 NAME "RFC 2911 section 3.1.4: attributes-charset"
64 GROUP operation-attributes-tag
65 ATTR charset attributes
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/mac/
H A DTextAlternativeWithRange.mm43 NSDictionary *attributes = [string attributesAtIndex:effectiveRange.location effectiveRange:&effectiveRange];
44 if (!attributes)
46 NSTextAlternatives *textAlternatives = [attributes objectForKey:NSTextAlternativesAttributeName];
/macosx-10.10/cups-408/cups/everywhere/
H A Ddocument-tests.test35 GROUP operation-attributes-tag
36 ATTR charset attributes-charset utf-8
37 ATTR naturalLanguage attributes-natural-language en
43 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "deflate" DEFINE-MATCH HAVE_DEFLATE
44 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "gzip" DEFINE-MATCH HAVE_GZIP
46 EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "image/pwg-raster"
48 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag DEFINE-VALUE RASTER_RESOLUTION
50 EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "black-1" DEFINE-MATCH HAVE_BLACK
51 EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "sgray-8" DEFINE-MATCH HAVE_SGRAY
52 EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes
[all...]
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dhtml.rb27 attributes={attributes=>nil} if attributes.kind_of?(String)
28 "<#{element.upcase}" + attributes.collect{|name, value|
78 # the element's attributes.
90 attributes = if href.kind_of?(String)
96 super(attributes){ yield }
98 super(attributes)
105 # attribute, or it can be a has of the element's attributes.
112 attributes
[all...]
/macosx-10.10/libpthread-105.1.4/src/
H A Dplockstat.d20 #pragma D attributes Evolving/Evolving/ISA provider plockstat provider
21 #pragma D attributes Private/Private/Unknown provider plockstat module
22 #pragma D attributes Private/Private/Unknown provider plockstat function
23 #pragma D attributes Evolving/Evolving/ISA provider plockstat name
24 #pragma D attributes Evolving/Evolving/ISA provider plockstat args
/macosx-10.10/ruby-106/ruby/
H A Dprobes.d207 #pragma D attributes Stable/Evolving/Common provider ruby provider
208 #pragma D attributes Stable/Evolving/Common provider ruby module
209 #pragma D attributes Stable/Evolving/Common provider ruby function
210 #pragma D attributes Evolving/Evolving/Common provider ruby name
211 #pragma D attributes Evolving/Evolving/Common provider ruby args
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/dl/
H A Ddl-11-create-relation.c116 CSSM_DB_RECORD_ATTRIBUTE_DATA attributes = variable
140 attributes.DataRecordType,
141 &attributes,
155 attributes.DataRecordType,
156 &attributes,
161 attributes.DataRecordType,
162 &attributes,
202 attributes.DataRecordType,
203 &attributes,
217 attributes
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginProcessManager.cpp53 const PluginProcessAttributes& attributes = m_pluginProcessTokens[i].first; local
55 if (attributes.moduleInfo.path == pluginModuleInfo.path
56 && attributes.processType == pluginProcessType
57 && attributes.sandboxPolicy == pluginProcessSandboxPolicy)
69 PluginProcessAttributes attributes; local
70 attributes.moduleInfo = pluginModuleInfo;
71 attributes.processType = pluginProcessType;
72 attributes.sandboxPolicy = pluginProcessSandboxPolicy;
74 m_pluginProcessTokens.append(std::make_pair(WTF::move(attributes), token));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.cpp43 SessionAttributeBits *attributes)
53 if (attributes)
54 *attributes = (SessionAttributeBits)session.flags();
65 SessionAttributeBits attributes)
73 session.create(attributes);
41 SessionGetInfo(SecuritySessionId requestedSession, SecuritySessionId *sessionId, SessionAttributeBits *attributes) argument
64 SessionCreate(SessionCreationFlags flags, SessionAttributeBits attributes) argument
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLContextAttributes.cpp40 PassRefPtr<WebGLContextAttributes> WebGLContextAttributes::create(GraphicsContext3D::Attributes attributes) argument
42 return adoptRef(new WebGLContextAttributes(attributes));
50 WebGLContextAttributes::WebGLContextAttributes(GraphicsContext3D::Attributes attributes) argument
52 , m_attrs(attributes)
120 GraphicsContext3D::Attributes WebGLContextAttributes::attributes() const function in class:WebCore::WebGLContextAttributes
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLinearGradientElement.cpp125 static void setGradientAttributes(SVGGradientElement& element, LinearGradientAttributes& attributes, bool isLinear = true) argument
127 if (!attributes.hasSpreadMethod() && element.hasAttribute(SVGNames::spreadMethodAttr))
128 attributes.setSpreadMethod(element.spreadMethod());
130 if (!attributes.hasGradientUnits() && element.hasAttribute(SVGNames::gradientUnitsAttr))
131 attributes.setGradientUnits(element.gradientUnits());
133 if (!attributes.hasGradientTransform() && element.hasAttribute(SVGNames::gradientTransformAttr)) {
136 attributes.setGradientTransform(transform);
139 if (!attributes.hasStops()) {
142 attributes.setStops(stops);
148 if (!attributes
162 collectGradientAttributes(LinearGradientAttributes& attributes) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_martin_fowler.rb22 @names = @figs.collect {|f| f.attributes['src']}
26 assert_equal 'fig1', @figs[0].attributes['src']
29 assert_equal 'fig2', @figs[1].attributes['src']
32 assert_equal 'fig3', @figs[2].attributes['src']
35 assert_equal 'fig4', @figs[3].attributes['src']
H A Dtest_order.rb28 assert_equal '1', @items[0].attributes['id']
31 assert_equal '2', @items[1].attributes['id']
34 assert_equal '3', @items[2].attributes['id']
40 assert_equal( %w{1 2 3 4 5}, items.collect{|e| e.attributes['id']} )
45 assert_equal( %w{1 2 3 4}, items.collect{|e| e.attributes['id']} )
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.printf.c73 int attributes = 0; local
79 (*addchar) (((unsigned char)*f) | attributes);
175 (*addchar) (pad | attributes);
177 (*addchar) (((unsigned char) *bp) | attributes);
180 (*addchar) (' ' | attributes);
238 (*addchar) (pad | attributes);
240 (*addchar) (((unsigned char) *bp) | attributes);
243 (*addchar) (' ' | attributes);
249 (*addchar) (i | attributes);
263 (*addchar) ((int) (pad | attributes));
[all...]
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Dapplication.m78 CFMutableDictionaryRef attributes;
80 attributes = CFDictionaryCreateMutable( kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks );
82 if ( attributes )
92 CFDictionarySetValue( attributes, kSecGuestAttributePid, number );
94 SecCodeCopyGuestWithAttributes( 0, attributes, kSecCSDefaultFlags, &code );
120 CFRelease( attributes );
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dx_req.c66 * encode the attributes field if it is empty. This is in
68 * this by making the attributes field OPTIONAL then using
75 * the information is now contained in the attributes field:
78 * 3. If it is not empty then some attributes are present.
87 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
88 if(!rinf->attributes) return 0;
100 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsgeneric.cpp62 SecCode *GenericCode::locateGuest(CFDictionaryRef attributes) argument
67 if (attributes) {
68 attrData.take(CFPropertyListCreateXMLData(NULL, attributes));
96 CFDictionary attributes(errSecCSHostProtocolInvalidAttribute);
97 identifyGuest(iguest->guestRef(), path, cdhash.aref(), attributes.aref());
99 if (CFNumberRef architecture = attributes.get<CFNumberRef>(kSecGuestAttributeArchitecture)) {
101 if (CFNumberRef subarchitecture = attributes.get<CFNumberRef>(kSecGuestAttributeSubarchitecture))
118 void GenericCode::identifyGuest(SecGuestRef guest, char *path, CFDataRef &cdhash, CFDictionaryRef &attributes) argument
130 attributes = makeCFDictionaryFrom(attrData);
132 CFMutableDictionaryRef hattr = makeCFMutableDictionary(attributes);
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_ocspd/
H A DocspdDbSchema.h27 * Definitions of structures which define the schema, including attributes
51 // Macros used to simplify declarations of attributes and indexes.
71 #define RELATION_INFO(relationId, name, attributes, indexes) \
74 sizeof(attributes) / sizeof(CSSM_DB_ATTRIBUTE_INFO), \
75 attributes, \
92 * Here are the attribute names and formats in kOcspDbRelation. All attributes
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcsgeneric.cpp62 SecCode *GenericCode::locateGuest(CFDictionaryRef attributes) argument
67 if (attributes) {
68 attrData.take(CFPropertyListCreateXMLData(NULL, attributes));
96 CFDictionary attributes(errSecCSHostProtocolInvalidAttribute);
97 identifyGuest(iguest->guestRef(), path, cdhash.aref(), attributes.aref());
99 if (CFNumberRef architecture = attributes.get<CFNumberRef>(kSecGuestAttributeArchitecture)) {
101 if (CFNumberRef subarchitecture = attributes.get<CFNumberRef>(kSecGuestAttributeSubarchitecture))
118 void GenericCode::identifyGuest(SecGuestRef guest, char *path, CFDataRef &cdhash, CFDictionaryRef &attributes) argument
130 attributes = makeCFDictionaryFrom(attrData);
132 CFMutableDictionaryRef hattr = makeCFMutableDictionary(attributes);
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSSchema.h22 // Declarations of structures which define the schema, including attributes
52 // Macros used to simplify declarations of attributes and indexes.
72 #define RELATION_INFO(relationId, attributes, nameValues, indexes) \
75 sizeof(attributes) / sizeof(CSSM_DB_ATTRIBUTE_INFO), \
76 attributes, \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspdDbSchema.h27 * Definitions of structures which define the schema, including attributes
51 // Macros used to simplify declarations of attributes and indexes.
71 #define RELATION_INFO(relationId, name, attributes, indexes) \
74 sizeof(attributes) / sizeof(CSSM_DB_ATTRIBUTE_INFO), \
75 attributes, \
92 * Here are the attribute names and formats in kOcspDbRelation. All attributes

Completed in 291 milliseconds

1234567891011>>