Searched full:json5 (Results 26 - 50 of 2049) sorted by relevance
12345678910>>...82
| /third_party/skia/tools/gpu/gl/interface/ |
| H A D | gen_interface.go | 8 // interface.json5 file. 20 "github.com/flynn/json5" 25 inTable = flag.String("in_table", "./interface.json5", "The JSON5 table to read in") 451 err = json5.Unmarshal(b, &features)
|
| /third_party/node/test/fixtures/wpt/common/security-features/ |
| H A D | README.md | 51 # Install json5 module if needed. 52 pip install --user json5 61 This will parse the spec JSON5 files and determine which tests to generate (or skip) while using templates. 63 - The default spec JSON5: `common/security-features/tools/spec.src.json`. 65 - The per-project spec JSON5: `project-directory/spec.src.json`. 68 For how these two spec JSON5 files are merged, see [Sub projects](#sub-projects) section. 70 Note: `spec.src.json` is transitioning to JSON5 [#21710](https://github.com/web-platform-tests/wpt/issues/21710).
|
| /applications/standard/permission_manager/ |
| H A D | README.md | 23 │ └── module.json5 # Global configuration file 32 - There are two files that need to change the suffix to json5
|
| /applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/ |
| H A D | README.md | 51 2.在跳转目标模块的配置文件[module.json5](entry/src/main/module.json5)添加路由表配置
|
| /applications/standard/app_samples/code/BasicFeature/Security/CertManager/ |
| H A D | README.md | 34 (1) Change the compileSdkVersion and compatibleSdkVersion support versions in build-profile.json5 from 11 to 10, and then synchronize hvigor. 36 (2) After hvigor is synchronized successfully, change the compileSdkVersion and compatibleSdkVersion support versions in build-profile.json5 from 10 to 11, and then you can compile.
|
| /applications/standard/app_samples/code/DocsSample/BundleManagerDocsSample/HspSample/ |
| H A D | README_zh.md | 62 | └---module.json5 63 └---oh-package.json5
|
| /applications/standard/app_samples/code/SystemFeature/Security/CertificateFramework/ |
| H A D | README.md | 47 (1) Change the compileSdkVersion and compatibleSdkVersion support versions in build-profile.json5 from 11 to 10, and then synchronize hvigor. 49 (2) After hvigor is synchronized successfully, change the compileSdkVersion and compatibleSdkVersion support versions in build-profile.json5 from 10 to 11, and then you can compile.
|
| /applications/standard/filepicker/ |
| H A D | OAT.xml | 45 <filteritem type="filename" name="README|README_zh|hvigorw|.*.bat|.*.log|.*.json5|.*.json" desc=""/> 48 <filteritem type="filename" name="README|README_zh|hvigorw|*.bat|*.log|*.json5|*.json" desc="json file"/>
|
| H A D | .gitignore | 8 oh-package-lock.json5
|
| /applications/standard/admin_provisioning/ |
| H A D | OAT.xml | 67 <filteritem type="filename" name="README|README_zh|.*.log|.*.json5|.*.json" desc="json file"/> 70 <filteritem type="filename" name="README|README_zh|.*.log|.*.json5|.*.json" desc="json file"/>
|
| /applications/standard/app_samples/code/Solutions/Shopping/OrangeShopping/docs/ |
| H A D | Navigation_zh.md | 155 * 引用方如何使用Hsp:entry模块通过在oh-package.json5文件中加入定义的Hsp依赖。[源码参考](../entry/oh-package.json5);
|
| /applications/standard/printspooler/ |
| H A D | OAT.xml | 67 <filteritem type="filename" name="README|README_zh|.*.log|.*.json5|.*.json" desc=""/> 71 <filteritem type="filename" name="README|README_zh|*.log|*.json5|*.json" desc="json file"/>
|
| /applications/standard/settings/ |
| H A D | OAT.xml | 67 <filteritem type="filename" name="README|README_zh|.*.json5|.*.json" desc=""/>
71 <filteritem type="filename" name="README|README_zh|*.json5|*.json" desc="json file"/>
|
| /applications/standard/settings_data/ |
| H A D | OAT.xml | 63 <filteritem type="filename" name="README|README_zh|.*.json5|.*.json" desc=""/>
68 <filteritem type="filename" name="README|README_zh|*.json5|*.json" desc="json file"/>
|
| /third_party/skia/ |
| H A D | go.mod | 24 github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633 49 github.com/yosuke-furukawa/json5 v0.1.1 // indirect
|
| /applications/standard/app_samples/code/BasicFeature/Ads/OAIDSample/entry/ |
| H A D | .gitignore | 3 /oh-package-lock.json5
|
| /applications/standard/app_samples/code/SystemFeature/Media/ScreenRecorder/ |
| H A D | .gitignore | 7 **/oh-package-lock.json5
|
| /applications/standard/app_samples/code/SystemFeature/Media/VoiceCallDemo/ |
| H A D | .gitignore | 7 **/oh-package-lock.json5
|
| /applications/standard/app_samples/code/UI/ArkTsComponentCollection/ComponentCollection/ |
| H A D | .gitignore | 6 **/oh-package-lock.json5
|
| /applications/standard/camera/ |
| H A D | .gitignore | 7 /oh-package-lock.json5
|
| /applications/standard/screenlock/ |
| H A D | .gitignore | 8 oh-package-lock.json5
|
| /applications/standard/app_samples/code/BasicFeature/DeviceManagement/DeviceManagementCollection/ |
| H A D | .gitignore | 5 **/oh-package-lock.json5
|
| /applications/standard/app_samples/code/BasicFeature/Notification/CustomCommonEvent/ |
| H A D | .gitignore | 7 **/oh-package-lock.json5
|
| /applications/standard/app_samples/code/BasicFeature/Notification/CustomNotification/ |
| H A D | .gitignore | 3 /oh-package-lock.json5
|
| /applications/standard/app_samples/code/LaunguageBaseClassLibrary/LanguageBaseClassLibrary/ |
| H A D | .gitignore | 10 **/oh-package-lock.json5
|
Completed in 10 milliseconds
12345678910>>...82