Searched refs:attributes (Results 26 - 50 of 1053) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam/
H A D3_peg_itself11 <<attributes>> void <<ns>>sequence_4 (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sym_ALNUM (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sequence_9 (<<STATE>> <<state>>);
14 <<attributes>> void <<ns>>sym_ALPHA (<<STATE>> <<state>>);
15 <<attributes>> void <<ns>>sequence_14 (<<STATE>> <<state>>);
16 <<attributes>> void <<ns>>sym_AND (<<STATE>> <<state>>);
17 <<attributes>> void <<ns>>sym_APOSTROPH (<<STATE>> <<state>>);
18 <<attributes>> void <<ns>>sequence_21 (<<STATE>> <<state>>);
19 <<attributes>> void <<ns>>sym_ASCII (<<STATE>> <<state>>);
20 <<attributes>> voi
[all...]
H A D6_optional11 <<attributes>> void <<ns>>optional_2 (<<STATE>> <<state>>);
25 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
30 <<attributes>> void <<ns>>optional_2 (<<STATE>> <<state>>) { <<prelude>>
H A D7_kleene11 <<attributes>> void <<ns>>kleene_2 (<<STATE>> <<state>>);
25 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
30 <<attributes>> void <<ns>>kleene_2 (<<STATE>> <<state>>) { <<prelude>>
H A D8_pkleene11 <<attributes>> void <<ns>>poskleene_2 (<<STATE>> <<state>>);
25 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
30 <<attributes>> void <<ns>>poskleene_2 (<<STATE>> <<state>>) { <<prelude>>
H A D2_fun_arithmetic11 <<attributes>> void <<ns>>sym_AddOp (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sym_Digit (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sequence_10 (<<STATE>> <<state>>);
14 <<attributes>> void <<ns>>sequence_15 (<<STATE>> <<state>>);
15 <<attributes>> void <<ns>>kleene_17 (<<STATE>> <<state>>);
16 <<attributes>> void <<ns>>sequence_19 (<<STATE>> <<state>>);
17 <<attributes>> void <<ns>>choice_21 (<<STATE>> <<state>>);
18 <<attributes>> void <<ns>>sym_Expression (<<STATE>> <<state>>);
19 <<attributes>> void <<ns>>sequence_27 (<<STATE>> <<state>>);
20 <<attributes>> voi
[all...]
/macosx-10.10/cups-408/cups/everywhere/
H A Dbonjour-access-tests.test31 GROUP operation-attributes-tag
32 ATTR charset attributes-charset utf-8
33 ATTR language attributes-natural-language en
H A Dipp-tests.test67 GROUP operation-attributes-tag
68 ATTR charset attributes-charset utf-8
69 ATTR naturalLanguage attributes-natural-language en
77 # Test that the first two attributes must be attributes-charset and
78 # attributes-natural-language.
85 GROUP operation-attributes-tag
91 NAME "I-3. RFC 2911 section 3.1.4: attributes-charset"
93 GROUP operation-attributes-tag
94 ATTR charset attributes
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dget-notifications.test27 # The attributes to send
28 GROUP operation-attributes-tag
29 ATTR charset attributes-charset utf-8
30 ATTR language attributes-natural-language en
37 # What attributes do we expect?
H A Dcancel-current-job.test29 GROUP operation-attributes-tag
30 ATTR charset attributes-charset utf-8
31 ATTR language attributes-natural-language en
35 ATTR keyword requested-attributes job-id,job-state
42 # What attributes to display
51 GROUP operation-attributes-tag
52 ATTR charset attributes-charset utf-8
53 ATTR language attributes-natural-language en
H A D4.4-subscription-ops.test14 # The attributes to send
16 ATTR charset attributes-charset utf-8
17 ATTR language attributes-natural-language en
29 # What attributes do we expect?
30 EXPECT attributes-charset
31 EXPECT attributes-natural-language
46 # The attributes to send
48 ATTR charset attributes-charset utf-8
49 ATTR language attributes-natural-language en
57 # What attributes d
[all...]
H A D4.3-job-ops.test14 # The attributes to send
16 ATTR charset attributes-charset utf-8
17 ATTR language attributes-natural-language en
35 # The attributes to send
37 ATTR charset attributes-charset utf-8
38 ATTR language attributes-natural-language en
47 # What attributes do we expect?
48 EXPECT attributes-charset
49 EXPECT attributes-natural-language
57 OPERATION get-job-attributes
[all...]
H A Dcreate-printer-subscription.test28 # The attributes to send
29 GROUP operation-attributes-tag
30 ATTR charset attributes-charset utf-8
31 ATTR language attributes-natural-language en
34 GROUP subscription-attributes-tag
41 # What attributes do we expect?
54 # The attributes to send
55 GROUP operation-attributes-tag
56 ATTR charset attributes-charset utf-8
57 ATTR language attributes
[all...]
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dxml.rb8 attr_reader :name, :prefix, :uri, :attributes, :children
9 def initialize(name, prefix=nil, uri=nil, attributes={}, children=[])
13 @attributes = attributes
22 @attributes[name]
26 @attributes[name] = value
41 @attributes == other.attributes and
47 attributes.each do |key, value|
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.prompt.c171 tprintf_append_mbs(struct Strbuf *buf, const char *mbs, Char attributes) argument
177 Strbuf_append1(buf, wc | attributes);
186 Char attributes = 0; local
208 tprintf_append_mbs(&buf, cz, attributes);
212 tprintf_append_mbs(&buf, str, attributes);
217 attributes | ((uid == 0) ? PRCHROOT : PRCH));
232 tprintf_append_mbs(&buf, cz, attributes);
265 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes);
268 Strbuf_append1(&buf, attributes | ':');
269 p = Itoa(t->tm_min, 2, attributes);
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dtrace-static-probes/
H A Dfoo.d7 #pragma D attributes Evolving/Evolving/Common provider Foo args
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DLookup.cpp53 ASSERT(entry->attributes() & BuiltinOrFunction);
55 unsigned attributes; local
56 PropertyOffset offset = thisObj->getDirectOffset(vm, propertyName, attributes);
64 if (entry->attributes() & Builtin)
65 thisObj->putDirectBuiltinFunction(vm, thisObj->globalObject(), propertyName, entry->builtinGenerator()(vm), entry->attributes());
69 entry->function(), entry->intrinsic(), entry->attributes());
71 offset = thisObj->getDirectOffset(vm, propertyName, attributes);
75 slot.setValue(thisObj, attributes, thisObj->getDirect(offset), offset);
/macosx-10.10/dtrace-147/test/tst/common/pragma/
H A Derr.D_PRAGMA_UNUSED.UnusedPragma.d40 #pragma D attributes Stable/Stable/Common func;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dattributes.tcl59 method attributes {shape words required} {
68 set attributes [ReadySame $shape]
75 set shape [dict get $attributes /shape]
87 {*}$myattrp(${shape}::$aname) $wq attributes
90 {*}$myattrp($aname) $wq attributes
111 #puts A|done|$attributes|
113 SaveSame $attributes
114 return $attributes
117 method defaults {attributes required} {
121 # information (from multiple other attributes) a
[all...]
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_xpath_msw.rb23 assert_equal "6", context.attributes["id"]
26 assert_equal "5", prev.attributes["id"]
29 assert_equal "5", prev.attributes["id"]
32 assert_equal "4", prev.attributes["id"]
35 assert_equal "3", prev.attributes["id"]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGRadialGradientElement.cpp137 static void setGradientAttributes(SVGGradientElement& element, RadialGradientAttributes& attributes, bool isRadial = true) argument
139 if (!attributes.hasSpreadMethod() && element.hasAttribute(SVGNames::spreadMethodAttr))
140 attributes.setSpreadMethod(element.spreadMethod());
142 if (!attributes.hasGradientUnits() && element.hasAttribute(SVGNames::gradientUnitsAttr))
143 attributes.setGradientUnits(element.gradientUnits());
145 if (!attributes.hasGradientTransform() && element.hasAttribute(SVGNames::gradientTransformAttr)) {
148 attributes.setGradientTransform(transform);
151 if (!attributes.hasStops()) {
154 attributes.setStops(stops);
160 if (!attributes
180 collectGradientAttributes(RadialGradientAttributes& attributes) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/egl/
H A DEGLSurface.cpp41 PassOwnPtr<GLTransportSurface> EGLTransportSurface::createTransportSurface(const IntSize& size, SurfaceAttributes attributes) argument
45 surface = adoptPtr(new EGLWindowTransportSurface(size, attributes));
48 UNUSED_PARAM(attributes);
75 EGLTransportSurface::EGLTransportSurface(const IntSize& size, SurfaceAttributes attributes) argument
76 : GLTransportSurface(size, attributes)
83 m_configSelector = adoptPtr(new EGLConfigSelector(attributes));
86 GLPlatformSurface::SurfaceAttributes EGLTransportSurface::attributes() const function in class:WebCore::EGLTransportSurface
88 return m_configSelector->attributes();
115 std::unique_ptr<GLPlatformSurface> EGLOffScreenSurface::createOffScreenSurface(SurfaceAttributes attributes) argument
118 return std::make_unique<EGLPixmapSurface>(attributes);
140 GLPlatformSurface::SurfaceAttributes EGLOffScreenSurface::attributes() const function in class:WebCore::EGLOffScreenSurface
[all...]
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLContextAttributes.h40 // Create a new attributes object
43 // Create a new attributes object initialized with preexisting attributes
44 static PassRefPtr<WebGLContextAttributes> create(GraphicsContext3D::Attributes attributes);
73 // Fetches a copy of the attributes stored in this object in a
75 GraphicsContext3D::Attributes attributes() const;
79 WebGLContextAttributes(GraphicsContext3D::Attributes attributes);
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DTextDocumentParser.cpp59 Vector<Attribute> attributes; local
60 attributes.append(Attribute(styleAttr, "word-wrap: break-word; white-space: pre-wrap;"));
61 AtomicHTMLToken fakePre(HTMLToken::StartTag, preTag.localName(), attributes);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/lib/
H A Dhtmllib.xotcl345 set attributes [HtmlBuilder parseArguments $args [list] [list]]
346 my addStringIncr "<P$attributes>"
365 set attributes [HtmlBuilder parseArguments $args \
367 my addStringIncr "<A$attributes>"
397 set attributes [HtmlBuilder parseArguments $args [list] [list]]
398 my addStringIncr "<UL$attributes>"
414 set attributes [HtmlBuilder parseArguments $args [list] [list]]
415 my addStringIncr "<LI$attributes>"
446 set attributes [HtmlBuilder parseArguments $args \
450 append attributes " BORDE
[all...]
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DinstallData.tcl38 file attributes [file join $d2 $ftail] -permissions 0644
40 file attributes [file join $d2 $ftail] -readonly 1
46 file attributes $d2 -permissions 0755
48 file attributes $d2 -readonly 1

Completed in 249 milliseconds

1234567891011>>