Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 15 of 15) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcard_component_map.js19 attrs: {} property
23 attrs: {} property
30 attrs: { property
39 attrs: { property
62 attrs: {} property
70 attrs: {}, property
76 attrs: { property
99 attrs: { property
116 attrs: { property
138 attrs: { property
[all …]
Drich_component_map.js19 attrs: {}, property
24 attrs: { property
36 attrs: { property
54 attrs: { property
137 attrs: { property
153 attrs: { property
295 attrs: { property
316 attrs: {}, property
323 attrs: { property
336 attrs: { property
[all …]
Dlite_component_map.js32 attrs: { property
55 attrs: { property
75 attrs: { property
97 attrs: { property
111 attrs: { property
134 attrs: { property
143 attrs: { property
155 attrs: { property
164 attrs: { property
172 attrs: { property
[all …]
Dindex.js97 } else if (root.attrs && root.attrs.length) {
98 for (let index = 0; index < root.attrs.length; index++) {
99 const element = root.attrs[index];
136 if (node.attrs && node.attrs.length !== 0) {
151 const attributes = node.attrs
233 if (node && node.parentNode && node.parentNode.attrs) {
234 node.parentNode.attrs.forEach(element => {
Dcomponent_validator.js101 Object.assign(attrTagSet, nativeTag[tag].attrs, commonTag.attrs)
206 const domNodeAttrs = domNode.attrs || []
385 if (attrKey in commonTag.attrs) {
/developtools/ace_ets2bundle/compiler/
D如何新增或修改组件指导规范.md14 "attrs": [],
26 | attrs(组件必须, 若没有私有属性对应value写空数组) | 组件属性 |
43 attrs,
52 attrs,
61 attrs,
/developtools/integration_verification/tools/fotff/rec/
Dreport.go99 var attrs []string
104 attrs = append(attrs, utils.LogFile.Name()+".tgz")
111 attrs = append(attrs, utils.StdoutFile.Name()+".tgz")
114 if err := utils.SendMail(subject, css+tb.RenderHTML(), attrs...); err != nil {
/developtools/ace_js2bundle/ace-loader/test/lite/
Dcustomize.js60 attrs: {
74 attrs: {
/developtools/ace_ets2bundle/compiler/src/
Dcomponent_map.ts50 COMMON_ATTRS = new Set(json.attrs);
139 if (COMPONENT_MAP[componentName].attrs && COMPONENT_MAP[componentName].attrs.length) {
140 COMPONENT_MAP[componentName].attrs.forEach((item) => {
/developtools/global_resource_tool/src/
Djson_compiler.cpp248 vector<string> attrs; in HandlePlural() local
250 …[&attrs, this](const Json::Value &arrayItem, const ResourceItem &resourceItem, vector<string> &val… in HandlePlural()
255 if (find(attrs.begin(), attrs.end(), quantityValue) != attrs.end()) { in HandlePlural()
260 attrs.push_back(quantityValue); in HandlePlural()
268 if (find(attrs.begin(), attrs.end(), "other") == attrs.end()) { in HandlePlural()
/developtools/hiperf/src/
Dperf_file_reader.cpp146 int attrCount = header_.attrs.size / header_.attrSize; in ReadAttrSection()
151 if (fseek(fp_, header_.attrs.offset, SEEK_SET) != 0) { in ReadAttrSection()
Dsubcommand_dump.cpp235 header.attrs.offset, header.attrs.size); in PrintHeaderInfo()
Dperf_file_writer.cpp321 header_.attrs = attrSection_; in WriteHeader()
/developtools/hiperf/include/
Dperf_file_format.h103 perf_file_section attrs; member
/developtools/profiler/hiebpf/include/
Dvmlinux.h5582 struct attribute **attrs; member
22129 struct workqueue_attrs *attrs; member
22240 struct workqueue_attrs *attrs; member
22286 struct param_attribute attrs[0]; member
24690 long unsigned int attrs; member
25670 struct module_sect_attr attrs[0]; member
25676 struct bin_attribute attrs[0]; member
27780 struct nlattr **attrs; member
30120 struct hist_trigger_attrs *attrs; member
59831 } attrs[32]; member
[all …]