Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 2687) sorted by relevance

12345678910>>...108

/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl9 readonly attribute unsigned long length;
25 attribute DOMString value;
31 [CEReactions] attribute unsigned long length; // shadows inherited length
35 attribute long selectedIndex;
40 readonly attribute unsigned long length;
51 [PutForwards=href, LegacyUnforgeable] readonly attribute Location? location;
52 attribute USVString domain;
53 readonly attribute USVString referrer;
54 attribute USVString cookie;
55 readonly attribute DOMString lastModified;
[all …]
Ddom.idl10 readonly attribute DOMString type;
11 readonly attribute EventTarget? target;
12 readonly attribute EventTarget? srcElement; // historical
13 readonly attribute EventTarget? currentTarget;
20 readonly attribute unsigned short eventPhase;
23 attribute boolean cancelBubble; // historical alias of .stopPropagation
26 readonly attribute boolean bubbles;
27 readonly attribute boolean cancelable;
28 attribute boolean returnValue; // historical
30 readonly attribute boolean defaultPrevented;
[all …]
Durl.idl11 stringifier attribute USVString href;
12 readonly attribute USVString origin;
13 attribute USVString protocol;
14 attribute USVString username;
15 attribute USVString password;
16 attribute USVString host;
17 attribute USVString hostname;
18 attribute USVString port;
19 attribute USVString pathname;
20 attribute USVString search;
[all …]
/third_party/libxml2/result/
Ddia2.rde7 2 1 dia:attribute 0 0
13 2 15 dia:attribute 0 0
25 3 1 dia:attribute 0 0
31 3 15 dia:attribute 0 0
34 3 1 dia:attribute 0 0
40 3 15 dia:attribute 0 0
43 3 1 dia:attribute 0 0
52 3 15 dia:attribute 0 0
55 3 1 dia:attribute 0 0
61 3 15 dia:attribute 0 0
[all …]
Ddia1.rde7 2 1 dia:attribute 0 0
13 2 15 dia:attribute 0 0
25 3 1 dia:attribute 0 0
31 3 15 dia:attribute 0 0
34 3 1 dia:attribute 0 0
40 3 15 dia:attribute 0 0
43 3 1 dia:attribute 0 0
52 3 15 dia:attribute 0 0
55 3 1 dia:attribute 0 0
61 3 15 dia:attribute 0 0
[all …]
Ddia1.rdr7 2 1 dia:attribute 0 0
13 2 15 dia:attribute 0 0
25 3 1 dia:attribute 0 0
31 3 15 dia:attribute 0 0
34 3 1 dia:attribute 0 0
40 3 15 dia:attribute 0 0
43 3 1 dia:attribute 0 0
52 3 15 dia:attribute 0 0
55 3 1 dia:attribute 0 0
61 3 15 dia:attribute 0 0
[all …]
Ddia2.rdr7 2 1 dia:attribute 0 0
13 2 15 dia:attribute 0 0
25 3 1 dia:attribute 0 0
31 3 15 dia:attribute 0 0
34 3 1 dia:attribute 0 0
40 3 15 dia:attribute 0 0
43 3 1 dia:attribute 0 0
52 3 15 dia:attribute 0 0
55 3 1 dia:attribute 0 0
61 3 15 dia:attribute 0 0
[all …]
Ddia1.sax9 SAX.startElement(dia:attribute, name='background')
16 SAX.endElement(dia:attribute)
28 SAX.startElement(dia:attribute, name='obj_pos')
35 SAX.endElement(dia:attribute)
38 SAX.startElement(dia:attribute, name='obj_bb')
45 SAX.endElement(dia:attribute)
48 SAX.startElement(dia:attribute, name='conn_endpoints')
59 SAX.endElement(dia:attribute)
62 SAX.startElement(dia:attribute, name='line_color')
69 SAX.endElement(dia:attribute)
[all …]
Ddia2.sax9 SAX.startElement(dia:attribute, name='background')
16 SAX.endElement(dia:attribute)
28 SAX.startElement(dia:attribute, name='obj_pos')
35 SAX.endElement(dia:attribute)
38 SAX.startElement(dia:attribute, name='obj_bb')
45 SAX.endElement(dia:attribute)
48 SAX.startElement(dia:attribute, name='conn_endpoints')
59 SAX.endElement(dia:attribute)
62 SAX.startElement(dia:attribute, name='line_color')
69 SAX.endElement(dia:attribute)
[all …]
/third_party/selinux/libsepol/tests/policies/test-expander/
Dmodule.conf7 attribute attr_check_base_2, attr_check_base_3;
8 attribute attr_check_base_optional_2;
29 attribute attr_check_mod_1;
30 attribute attr_check_mod_2;
31 attribute attr_check_mod_3;
32 attribute attr_check_mod_4;
33 attribute attr_check_mod_5;
34 attribute attr_check_mod_6;
35 attribute attr_check_mod_7;
36 attribute attr_check_mod_8;
[all …]
Dsmall-base.conf420 attribute domain;
421 attribute system;
422 attribute foo;
423 attribute num;
424 attribute num_exec;
425 attribute files;
437 attribute attr_check_base_1;
438 attribute attr_check_base_2;
439 attribute attr_check_base_3;
440 attribute attr_check_base_4;
[all …]
/third_party/glib/gio/
Dgfileinfo.c68 guint32 attribute; member
140 _lookup_attribute (const char *attribute) in _lookup_attribute() argument
147 attr_id = GPOINTER_TO_UINT (g_hash_table_lookup (attribute_hash, attribute)); in _lookup_attribute()
152 colon = strstr (attribute, "::"); in _lookup_attribute()
154 ns = g_strndup (attribute, colon - attribute); in _lookup_attribute()
163 attributes[ns_info->id][id] = g_strdup (attribute); in _lookup_attribute()
293 get_attribute_for_id (int attribute) in get_attribute_for_id() argument
297 s = attributes[GET_NS(attribute)][GET_ID(attribute)]; in get_attribute_for_id()
303 lookup_attribute (const char *attribute) in lookup_attribute() argument
310 attr_id = _lookup_attribute (attribute); in lookup_attribute()
[all …]
Dgfileinfo.h926 const char *attribute);
935 const char *attribute,
941 const char *attribute);
944 const char *attribute);
947 const char *attribute);
950 const char *attribute,
954 const char *attribute);
957 const char *attribute);
960 const char *attribute);
963 const char *attribute);
[all …]
/third_party/boost/boost/log/attributes/
Dattribute.hpp59 class attribute class
61 BOOST_COPYABLE_AND_MOVABLE(attribute)
96 BOOST_DEFAULTED_FUNCTION(attribute(), {}) in attribute() function in boost::attribute
101 attribute(attribute const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
106 attribute(BOOST_RV_REF(attribute) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute() function in boost::attribute
113 explicit attribute(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute() function in boost::attribute
118 attribute& operator= (BOOST_COPY_ASSIGN_REF(attribute) that) BOOST_NOEXCEPT in operator =()
127 attribute& operator= (BOOST_RV_REF(attribute) that) BOOST_NOEXCEPT in operator =()
134 attribute& operator= (aux::attribute_set_reference_proxy const& that) BOOST_NOEXCEPT;
156 void swap(attribute& that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in swap()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrlLib.h101 unsigned int attribute,
122 unsigned int attribute,
137 unsigned int attribute,
153 unsigned int attribute,
178 unsigned int attribute,
200 unsigned int attribute,
225 unsigned int attribute,
249 unsigned int attribute,
270 unsigned int attribute,
287 unsigned int attribute,
[all …]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrlLib.h101 unsigned int attribute,
122 unsigned int attribute,
137 unsigned int attribute,
153 unsigned int attribute,
178 unsigned int attribute,
200 unsigned int attribute,
225 unsigned int attribute,
249 unsigned int attribute,
270 unsigned int attribute,
287 unsigned int attribute,
[all …]
/third_party/libxml2/test/relaxng/
Dtutor14_1.rng9 <attribute name="class">
11 </attribute>
14 <attribute name="class">
16 </attribute>
18 <attribute name="class">
20 </attribute>
25 <attribute name="class">
27 </attribute>
33 <attribute name="class">
35 </attribute>
[all …]
DtutorA.rng13 <attribute name="name">
15 </attribute>
21 <element name="attribute">
24 <attribute name="name">
26 </attribute>
69 <attribute name="name">
71 </attribute>
76 <attribute name="name">
78 </attribute>
92 <attribute name="type">
[all …]
Dambig_name-class.rng13 <attribute name="name">
15 </attribute>
21 <element name="attribute">
24 <attribute name="name">
26 </attribute>
69 <attribute name="name">
71 </attribute>
76 <attribute name="name">
78 </attribute>
92 <attribute name="type">
[all …]
/third_party/selinux/libsepol/tests/policies/test-linker/
Dmodule1.conf7 attribute g_b_attr_3;
8 attribute g_b_attr_5;
9 attribute o4_b_attr_1;
16 attribute g_m1_attr_1;
38 attribute g_m1_attr_2;
54 attribute g_m1_attr_3;
58 attribute g_m1_attr_4;
74 attribute g_b_attr_4;
75 attribute o1_b_attr_2;
81 attribute o1_m1_attr_1;
[all …]
/third_party/typescript/tests/baselines/reference/
DjsxNamespacePrefixIntrinsics.errors.txt2 …ntrinsics.tsx(16,30): error TS2322: Type '{ attribute: string; }' is not assignable to type '{ "ns…
3 Property 'attribute' does not exist on type '{ "ns:attribute": string; }'.
4 …r TS2322: Type '{ "ns:invalid": string; }' is not assignable to type '{ "ns:attribute": string; }'.
5 Property 'ns:invalid' does not exist on type '{ "ns:attribute": string; }'.
12 "ns:attribute": string;
19 const valid = <ns:element ns:attribute="yep" />;
26 const invalid2 = <ns:element attribute="nope" />;
28 !!! error TS2322: Type '{ attribute: string; }' is not assignable to type '{ "ns:attribute": string…
29 !!! error TS2322: Property 'attribute' does not exist on type '{ "ns:attribute": string; }'.
32 !!! error TS2322: Type '{ "ns:invalid": string; }' is not assignable to type '{ "ns:attribute": str…
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DBrowser.idl25 readonly attribute DOMString vendorSub;
26 readonly attribute DOMString productSub;
27 readonly attribute DOMString vendor;
31 readonly attribute boolean bubbles;
32 readonly attribute boolean cancelable;
33 attribute boolean returnValue;
56 attribute unsigned long width;
57 attribute unsigned long height;
58 readonly attribute unsigned long videoWidth;
59 readonly attribute unsigned long videoHeight;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp120 J.attribute("pid", 1); in Write()
121 J.attribute("tid", 0); in Write()
122 J.attribute("ph", "X"); in Write()
123 J.attribute("ts", StartUs); in Write()
124 J.attribute("dur", DurUs); in Write()
125 J.attribute("name", E.Name); in Write()
127 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in Write()
150 J.attribute("pid", 1); in Write()
151 J.attribute("tid", Tid); in Write()
152 J.attribute("ph", "X"); in Write()
[all …]
/third_party/openGLES/xml/
Dregistry.rnc34 # api - matches a <feature> api attribute, if present
42 attribute api { text } ? ,
43 attribute requires { text } ? ,
44 attribute name { TypeName } ? ,
45 attribute type { text } ? ,
79 attribute namespace { text } ? ,
80 attribute group { text } ? ,
81 attribute type { text } ? ,
82 attribute start { Integer } ? ,
83 attribute end { Integer } ? ,
[all …]
/third_party/EGL/api/
Dregistry.rnc34 # api - matches a <feature> api attribute, if present
42 attribute api { text } ? ,
43 attribute requires { text } ? ,
44 attribute name { TypeName } ? ,
45 attribute type { text } ? ,
79 attribute namespace { text } ? ,
80 attribute group { text } ? ,
81 attribute type { text } ? ,
82 attribute start { Integer } ? ,
83 attribute end { Integer } ? ,
[all …]

12345678910>>...108