/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 49 SCRIPT = 5, enumerator
|
H A D | global_utils.h | 36 SCRIPT = 5, enumerator
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 68 SCRIPT = 5, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | udmf__meta_8h.md | 36 …LL_SCRIPT](_u_d_m_f.md#udmf_meta_shell_script) "general.shell-script" | Shell脚本类型,归属类型为SCRIPT。 | 42 …CRIPT](_u_d_m_f.md#udmf_meta_type_script) "general.type-script" | TypeScript源代码类型,归属类型为SCRIPT。 | 43 …CRIPT](_u_d_m_f.md#udmf_meta_java_script) "general.java-script" | JavaScript源代码类型,归属类型为SCRIPT。 |
|
H A D | js-apis-data-uniformTypeDescriptor.md | 36 | SCRIPT<sup>11+</sup> | 'general.script' | 所有脚本语言源代码的基类型,归属类型为SOURCE_CODE。 | 37 …/sup> | 'general.shell-script' | shell脚本类型,归属类型为SCRIPT。 | 45 | CSS<sup>12+</sup> | 'general.css' | CSS样式表类型,归属类型为SCRIPT。 |
|
H A D | _u_d_m_f.md | 42 …MF_META_SHELL_SCRIPT](#udmf_meta_shell_script) "general.shell-script" | Shell脚本类型,归属类型为SCRIPT。 | 48 …META_TYPE_SCRIPT](#udmf_meta_type_script) "general.type-script" | TypeScript源代码类型,归属类型为SCRIPT。 | 49 …META_JAVA_SCRIPT](#udmf_meta_java_script) "general.java-script" | JavaScript源代码类型,归属类型为SCRIPT。 | 986 JavaScript源代码类型,归属类型为SCRIPT。 1727 Shell脚本类型,归属类型为SCRIPT。 1896 TypeScript源代码类型,归属类型为SCRIPT。
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 422 } else if (kp->type_ == SCRIPT) { in CreateResConfigFromKeyParams() 514 case KeyType::SCRIPT: in ToFolderPath()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_scheme_handler_request.h | 30 SCRIPT, enumerator
|
H A D | napi_web_scheme_handler_request.cpp | 361 … "SCRIPT", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(WebResourceType::SCRIPT))), in ExportEnumWebResourceType()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_desc.cpp | 84 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
H A D | global_utils.c | 164 case SCRIPT: in SetLocaleItemViaKeys()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | toybox.md | 278 | sed | 流编辑器。将编辑脚本应用于输入行。<br />usage: sed [-inrzE] [-e SCRIPT]... \| SCRIPT [-f SCRIPT\_FILE]…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | udmf__meta_8h.md | 36 …f_meta_shell_script) "general.shell-script" | Shell script.<br>This type belongs to **SCRIPT**.| 42 …ype_script) "general.type-script" | TypeScript source code.<br>This type belongs to **SCRIPT**.| 43 …ava_script) "general.java-script" | JavaScript source code.<br>This type belongs to **SCRIPT**.|
|
H A D | js-apis-data-uniformTypeDescriptor.md | 36 | SCRIPT<sup>11+</sup> | 'general.script' | Source code in any scripting langua… 37 …eral.shell-script' | Shell script.<br>This type belongs to **SCRIPT**. | 45 | CSS<sup>12+</sup> | 'general.css' | CSS.<br>This type belongs to **SCRIPT**.…
|
H A D | _u_d_m_f.md | 42 …mf_meta_shell_script) "general.shell-script" | Shell script.<br>This type belongs to **SCRIPT**.| 48 …type_script) "general.type-script" | TypeScript source code.<br>This type belongs to **SCRIPT**.| 49 …java_script) "general.java-script" | JavaScript source code.<br>This type belongs to **SCRIPT**.| 958 Indicates JavaScript source code, which belongs to **SCRIPT**. 1699 Indicates a Shell script, which belongs to **SCRIPT**. 1868 Indicates TypeScript source code, which belongs to **SCRIPT**.
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 148 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr()
|
H A D | hap_resource.cpp | 503 if (keyType == KeyType::SCRIPT) { in GetKeyParamsLocales()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_meta.cpp | 34 { SCRIPT, "SCRIPT", "general.script" },
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 78 SCRIPT, enumerator
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 725 } else if (kp->type_ == SCRIPT) { in CreateResConfigFromKeyParams() 870 case KeyType::SCRIPT: in ToFolderPath()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | arkweb__scheme__handler_8h.md | 45 …ME](_web.md) = 0, [SUB_FRAME](_web.md) = 1, [STYLE_SHEET](_web.md) = 2, [SCRIPT](_web.md) = 3,<br/…
|
H A D | _web.md | 97 …kweb_resourcetype) {<br/>MAIN_FRAME = 0, SUB_FRAME = 1, STYLE_SHEET = 2, SCRIPT = 3,<br/>IMAGE = 4… 932 | SCRIPT | 外部脚本。 |
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 278 …he edit script to the input line.<br>usage: sed [-inrzE] [-e SCRIPT]... \| SCRIPT [-f SCRIPT\_FILE…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | arkweb__scheme__handler_8h.md | 45 …ME](_web.md) = 0, [SUB_FRAME](_web.md) = 1, [STYLE_SHEET](_web.md) = 2, [SCRIPT](_web.md) = 3,<br>…
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/ |
H A D | UdmfUtdJsTest.js | 223 expect(UTD.UniformDataType.SCRIPT).assertEqual('general.script');
|