| /third_party/typescript/lib/ |
| H A D | typescript.d.ts | 2166 * `package.json` context, and affects both checking and emit. 2272 * tsconfig file, e.g. "/root/blah/tsconfig.json" 3315 JSON = 6, 3335 JSON = 100, 3342 /** Either a parsed command line or a parsed tsconfig.json */ 3441 Json = ".json", 3514 * Returns the module resolution cache used by a provided `resolveModuleNames` implementation so that any non-name module resolution operations (eg, package.json lookup) can reuse it 5283 * Parse json text into SyntaxTree and return node and parse errors if any 5315 * Read tsconfig.json fil [all...] |
| H A D | typescriptServices.d.ts | 2166 * `package.json` context, and affects both checking and emit. 2272 * tsconfig file, e.g. "/root/blah/tsconfig.json" 3315 JSON = 6, 3335 JSON = 100, 3342 /** Either a parsed command line or a parsed tsconfig.json */ 3441 Json = ".json", 3514 * Returns the module resolution cache used by a provided `resolveModuleNames` implementation so that any non-name module resolution operations (eg, package.json lookup) can reuse it 5283 * Parse json text into SyntaxTree and return node and parse errors if any 5315 * Read tsconfig.json fil [all...] |
| H A D | protocol.d.ts | 344 * For configured project, this is the normalized path of the 'tsconfig.json' file 1023 * If external project includes one or more tsconfig.json/jsconfig.json files then tsserver will 1345 * Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders. 1803 * in the project package.json. Used for telemetry reporting.
|
| /third_party/typescript/tests/baselines/reference/api/ |
| H A D | typescript.d.ts | 2166 * `package.json` context, and affects both checking and emit. 2272 * tsconfig file, e.g. "/root/blah/tsconfig.json" 3315 JSON = 6, 3335 JSON = 100, 3342 /** Either a parsed command line or a parsed tsconfig.json */ 3441 Json = ".json", 3514 * Returns the module resolution cache used by a provided `resolveModuleNames` implementation so that any non-name module resolution operations (eg, package.json lookup) can reuse it 5283 * Parse json text into SyntaxTree and return node and parse errors if any 5315 * Read tsconfig.json fil [all...] |
| /third_party/json/include/nlohmann/detail/input/ |
| H A D | binary_reader.hpp | 2 // __| | __| | | | JSON for Modern C++ 4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json 84 explicit binary_reader(InputAdapterType&& adapter, const input_format_t format = input_format_t::json) noexcept : ia(std::move(adapter)), input_format(format) in input_format() 132 case input_format_t::json: // LCOV_EXCL_LINE in sax_parse() 2942 case input_format_t::json: // LCOV_EXCL_LINE in exception_message() 2966 const input_format_t input_format = input_format_t::json;
|
| /third_party/node/doc/api/ |
| H A D | util.md | 296 * `%j`: JSON. Replaced with the string `'[Circular]'` if the argument contains 1198 with [`JSON.stringify()`][]. 1207 console.log(JSON.stringify(myMIMES)); 1218 console.log(JSON.stringify(myMIMES)); 3325 [`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
|
| /third_party/node/test/parallel/ |
| H A D | test-util-inspect.js | 1545 JSON.stringify(util.inspect.defaultOptions), 1546 JSON.stringify(oldOptions) 1557 JSON.stringify(util.inspect.defaultOptions), 1558 JSON.stringify(oldOptions) 2733 'URIError', 'JSON', 'Math', 2778 " 'URIError', 'JSON', 'Math',",
|
| /third_party/typescript/src/server/ |
| H A D | protocol.ts | 492 * For configured project, this is the normalized path of the 'tsconfig.json' file
1356 * If external project includes one or more tsconfig.json/jsconfig.json files then tsserver will
1858 * Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders.
2362 * in the project package.json. Used for telemetry reporting.
|
| /third_party/python/PCbuild/ |
| H A D | lib.pyproj | 540 <Compile Include="json\decoder.py" /> 541 <Compile Include="json\encoder.py" /> 542 <Compile Include="json\scanner.py" /> 543 <Compile Include="json\tool.py" /> 544 <Compile Include="json\__init__.py" /> 1744 <Folder Include="json" />
|
| /third_party/node/doc/changelogs/ |
| H A D | CHANGELOG_ARCHIVE.md | 1134 * repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich) 1322 * module: add filename to require() json errors (TJ Holowaychuk) 1577 * Add support for os/cpu fields in package.json (Adam Blackburn) 1845 * Add support for os/cpu fields in package.json (Adam Blackburn) 2264 * Raise an error when a malformed package.json file is found. (Ben Leslie) 2451 * [#1440](https://github.com/joyent/node/issues/1440) strip byte order marker when loading `*.js` and `*.json` files 2518 * [#1357](https://github.com/joyent/node/issues/1357) Load json files with require() (isaacs) 2719 * [#983](https://github.com/joyent/node/issues/983) Better JSON.parse error detection in REPL (isaacs) 2950 * understand package.json (isaacs) 4059 * Format JSON fo [all...] |
| /test/xts/acts/multimedia/image/image_ets_standard/imageExifGetModify/entry/src/ohosTest/ets/test/ |
| H A D | ImageExifGetModify.test.ets | 21 import json from '@ohos.util.json'; 247 //compareData: 预期读取到的值,使用json序列化后的结果 258 checkResult = JSON.stringify(data) == compareData 262 testTag, fileName, JSON.stringify(data), compareData); 283 hilog.info(0x0000, testTag, `${testTag} getImageProperties data ${JSON.stringify(data)} %{public}s`, 288 hilog.info(0x0000, testTag, `${testTag} getImageProperties error ${JSON.stringify(error)} %{public}s`, 319 checkResult = json.stringify(data) == compareData 323 testTag, fileName, json.stringify(data)) 352 json [all...] |
| /third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
| H A D | multiple-emitHelpers-in-all-projects.js | 45 //// [/src/first/tsconfig.json]
95 //// [/src/second/tsconfig.json]
124 //// [/src/third/tsconfig.json]
153 * src/first/tsconfig.json
154 * src/second/tsconfig.json
155 * src/third/tsconfig.json
157 [[90m12:00:16 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
159 [[90m12:00:17 AM[0m] Building project '/src/first/tsconfig.json'...
161 [[90m12:00:27 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
163 [[90m12:00:28 AM[0m] Building project '/src/second/tsconfig.json' [all...] |
| H A D | stripInternal-jsdoc-style-comment.js | 40 //// [/src/first/tsconfig.json]
109 //// [/src/second/tsconfig.json]
132 //// [/src/third/tsconfig.json]
161 * src/first/tsconfig.json
162 * src/second/tsconfig.json
163 * src/third/tsconfig.json
165 [[90m12:00:10 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
167 [[90m12:00:11 AM[0m] Building project '/src/first/tsconfig.json'...
169 [[90m12:00:21 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
171 [[90m12:00:22 AM[0m] Building project '/src/second/tsconfig.json' [all...] |
| H A D | stripInternal-with-comments-emit-enabled.js | 40 //// [/src/first/tsconfig.json]
109 //// [/src/second/tsconfig.json]
132 //// [/src/third/tsconfig.json]
161 * src/first/tsconfig.json
162 * src/second/tsconfig.json
163 * src/third/tsconfig.json
165 [[90m12:00:13 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
167 [[90m12:00:14 AM[0m] Building project '/src/first/tsconfig.json'...
169 [[90m12:00:24 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
171 [[90m12:00:25 AM[0m] Building project '/src/second/tsconfig.json' [all...] |
| /applications/standard/applications_auth_widget/entry/src/main/ets/common/components/ |
| H A D | FullScreen.ets | 165 if (payload.sensorInfo && JSON.stringify(payload.sensorInfo) !== '{}') { 166 sensor = JSON.parse(payload.sensorInfo);
|
| /applications/standard/notes/features/src/main/ets/components/ |
| H A D | CusDialogComp.ets | 756 LogUtil.error(TAG, `runJavaScript failed.code:${JSON.stringify(error.code)},message:${JSON.stringify(error.message)}`);
|
| /applications/standard/printspooler/entry/src/main/ets/pages/component/ |
| H A D | SelectComponent.ets | 207 }, (select: SelectionModel) => JSON.stringify(select)) 861 Log.info(TAG,'DuplexSelectionComponent: ',JSON.stringify(this.currentDuplex))
|
| /applications/standard/security_privacy_center/CertManager/src/main/ets/pages/ |
| H A D | cerEvidenceFa.ets | 743 }, (item:CredentialAbstractVo) => JSON.stringify(item)) 810 }, (item: CredentialAbstractVo) => JSON.stringify(item))
|
| H A D | trustedCa.ets | 897 }, (item: CertAbstractVo) => JSON.stringify(item)) 965 }, (item: CertAbstractVo) => JSON.stringify(item))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| H A D | hks_client.h | 696 * Get device security attributes, output as a json string, you can get information such as the 698 CNcomment:获取设备安全属性,输出为json串,可以获取设备证书支持的算法类型等信息。CNend
|
| /foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/ |
| H A D | composelistitem.ets | 759 if (this.operateItem === null || JSON.stringify(this.operateItem) === '{}') { 769 if (this.operateItem === null || JSON.stringify(this.operateItem) === '{}') {
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
| H A D | refresh_pattern.cpp | 1260 void RefreshPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument 1262 json->Put("RefreshStatus", static_cast<int32_t>(refreshStatus_)); in DumpInfo()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_util.cpp | 61 const char* NO_DISABLING_CONFIG_PATH = "/etc/ability_runtime/resident_process_in_extreme_memory.json"; 64 "/system/etc/ability_runtime/resident_process_in_extreme_memory.json";
|
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jerryScript/ |
| H A D | jerryScript.pro | 105 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-json.c \
110 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-json.c \
|
| /foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
| H A D | bms_search_system_test.cpp | 28 #include "nlohmann/json.hpp" 264 APP_LOGE("config.json does not exist!"); in QueryJsonFile()
|