Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 50) sorted by relevance

12

/napi_generator/examples/napitutorials/entry/src/main/resources/en_US/element/
Dstring.json5 "value": "module description" string
9 "value": "description" string
13 "value": "label" string
17 "value": "Component Collection" string
21 …"value": "ArkUI components, common attributes, common methods, etc. to classify and describe appli… string
25 "value": "Node Api" string
29 "value": "Javascript Api" string
33 "value": "Async Mgr" string
37 "value": "Other Mgr" string
41 "value": "Object Detection" string
[all …]
/napi_generator/examples/napitutorials/entry/src/main/resources/base/element/
Dstring.json5 "value": "module description" string
9 "value": "description" string
13 "value": "label" string
17 "value": "Component Collection" string
21 …"value": "ArkUI components, common attributes, common methods, etc. to classify and describe appli… string
25 "value": "Node Api" string
29 "value": "Javascript Api" string
33 "value": "Async Mgr" string
37 "value": "Other Mgr" string
41 "value": "Object Detection" string
[all …]
Dcolor.json5 "value": "#FFFFFF" string
9 "value": "#FFFFFF" string
13 "value": "#99838388" string
17 "value": "#33182431" string
21 "value": "#182431" string
25 "value": "#000000" string
29 "value": "#FFD22C2C" string
33 "value": "#007DFF" string
37 "value": "#66182431" string
41 "value": "#F1F3F5" string
[all …]
/napi_generator/examples/napitutorials/entry/src/main/resources/zh_CN/element/
Dstring.json5 "value": "模块描述" string
9 "value": "description" string
13 "value": "NapiTutorials" string
17 "value": "应用需要文件读取权限" string
21 "value": "应用需要文件写权限" string
25 "value": "应用需要获取空间使用状态权限" string
29 "value": "应用需要文件访问权限" string
33 "value": "应用需要用户公共文件访问权限" string
37 "value": "应用需要用户公共文件修改权限" string
41 "value": "应用需要公共目录文件访问权限" string
[all …]
/napi_generator/examples/akitutorials/entry/src/main/resources/base/element/
Dstring.json5 "value": "module description" string
9 "value": "description" string
13 "value": "label" string
17 "value": "Component Collection" string
21 …"value": "ArkUI components, common attributes, common methods, etc. to classify and describe appli… string
25 "value": "Node Api" string
29 "value": "Javascript Api" string
33 "value": "Async Mgr" string
37 "value": "Other Mgr" string
41 "value": "Object Detection" string
[all …]
Dcolor.json5 "value": "#FFFFFF" string
9 "value": "#FFFFFF" string
13 "value": "#99838388" string
17 "value": "#33182431" string
21 "value": "#182431" string
25 "value": "#000000" string
29 "value": "#FFD22C2C" string
33 "value": "#007DFF" string
37 "value": "#66182431" string
41 "value": "#F1F3F5" string
[all …]
/napi_generator/examples/akitutorials/entry/src/main/resources/en_US/element/
Dstring.json5 "value": "module description" string
9 "value": "description" string
13 "value": "label" string
/napi_generator/examples/akitutorials/entry/src/main/resources/zh_CN/element/
Dstring.json5 "value": "模块描述" string
9 "value": "description" string
13 "value": "label" string
/napi_generator/examples/napitutorials/entry/src/ohosTest/resources/base/element/
Dstring.json5 "value": "test ability description" string
9 "value": "the test ability" string
13 "value": "test label" string
Dcolor.json5 "value": "#FFFFFF" string
/napi_generator/src/cli/dts2ets/appCodeGen/src/analyze/
Denum.js52 value: elementValue, property
61 value: elementValue, property
71 value: elementValue, property
80 value: elementValue, property
Dtype.js39 value: [], property
109 value: elementValue, property
/napi_generator/src/cli/dts2cpp/src/gen/analyze/
Denum.js52 value: elementValue, property
61 value: elementValue, property
71 value: elementValue, property
80 value: elementValue, property
Dtype.js39 value: [], property
108 value: elementValue, property
/napi_generator/src/cli/dts2cpp/src/gen/generate/
Dreturn_generate.js38 function cToJsForType(value, type, dest, deep) { argument
71 function cToJsForInterface(value, type, dest, deep) { argument
102 function c2JsForEnum(deep, type, value, dest, propertyName) { argument
136 function cToJs(value, type, dest, deep = 1, optional, enumType = 0) { argument
204 function c2JsForRetEnum(enumType, value, deep, dest) { argument
226 function objectTempleteFuncReturn(value) { argument
232 function unionTempleteFunc(value, type, dest, optional) { argument
284 function arrayTempleteFunc(arrayType, deep, dest, value) { argument
316 function mapTempleteFunc(type, deep, dest, value) { argument
340 function anyTempleteFunc(value) { argument
[all …]
/napi_generator/src/intellij_plugin/ohosgen/src/test/java/parse/
DParseTaskInfoTest.java69 String value = pi.getStatus(); in getStatus() local
103 String value = pi.getMessage(); in getMessage() local
137 int value = pi.getProgress(); in getProgress() local
171 int value = pi.getTotal(); in getTotal() local
/napi_generator/test/unittest/
Dgenerate.test.js116 let funParam = { name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' } property
122 function: [{ name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' }], property
134 let funParam = { name: 'if_direct', type: 1, value: valueFi, ret: 'string', isStatic: false }; property
140 … function: [{ name: 'if_direct', type: 1, value: [valueFi], ret: 'string', isStatic: false }], property
152 let funParam = { name: 'if_direct', type: 1, value: [valueFi], ret: 'string', isStatic: true }; property
158 function: [{ name: 'if_direct', type: 1, value: [valueFi], ret: 'string', isStatic: true }], property
171 let funParam = { name: 'if_callback', type: 2, value: [valueFi, value1Se], ret: 'string' }; property
177 function: [{ name: 'if_callback', type: 2, value: [valueFi, value1Se], ret: 'string' }], property
190 let funParam = { name: funcName, type: 2, value: [valueFi, value1Se], ret: 'void' }; property
196 function: [{ name: funcName, type: 2, value: [valueFi, value1Se], ret: 'string' }], property
[all …]
Dtools.test.js109 let enumElement = [{ name: 'STATUS0', value: '0', type: 'NUMBER_TYPE_1' }]; property
124 let enumElement = [{ name: 'STATUS0', value: '0', type: 'NUMBER_TYPE_1' }]; property
/napi_generator/examples/akitutorials/AppScope/resources/base/element/
Dstring.json5 "value": "akitutorials" string
/napi_generator/examples/napitutorials/AppScope/resources/base/element/
Dstring.json5 "value": "NapiTutorials" string
/napi_generator/test/storytest/test_[]/
Dtest.js62 [{ key: [11,12],value: ['aa','bb'],isExit: [true,true]}, property
63 { key: [13,14],value: ['cc','dd'],isExit: [false,false]}]); property
D@ohos.test.d.ts25 value: string[]; property
/napi_generator/test/storytest/test_array/
D@ohos.test.d.ts25 value: Array<string>; property
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsobjectwrap/
Dnapiwrap.cpp40 testNapiWrap::testNapiWrap(napi_value value) : value_(value), env_(nullptr), wrapper_(nullptr) {} in testNapiWrap()
92 napi_value value; in New() local
/napi_generator/src/cli/dts2cpp/src/gen/tools/
DFileRW.js95 function calculate(value, target, at) { argument

12