This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/cspell.json

47 lines
1.3 KiB
JSON

{
"version": "0.1",
"language": "en-US",
"words": [
// C++ STL
"smatch",
// AWS general
"Arns", "AMZN", "amzn",
// AWS Signature
"SIGV", "AUTHV",
// CMake
"cmake",
// Compiler and linker
"Wpedantic", "Wextra", "Werror", "xldscope", "Wtype", "Wunused",
// Android NDK
"JNIEXPORT", "jint", "JNICALL", "jobject", "jclass", "jmethod", "Ljava",
// XML parser
"QNXNTO", "TIXMLASSERT", "TIXML", "Untracked",
// Json parser
"Jsonize", "CJSON", "cjson",
// IXMLHTTPRequest2
"IXML", "IXMLHTTP", "HRESULT", "REFIID", "EXCEPINFO", "CLSID", "INPROC", "ONDATA",
// MSVC
"MSFT", "LPDWORD", "DATAW", "mkgmtime", "vscprintf", "wtoi",
// Crypto
"decryptor", "encryptor", "NTSTATUS", "PBYTE", "PUCHAR", "noconf", "HAMC", "PBCRYPT",
// EC2
"IMDS",
// Cognito
"cognito",
// License
"SPDX"
],
"ignoreWords": [
// variables defined in ConcurrentStreamBuf
"pbegin", "gbegin",
// functions defined in UUID
"hexify",
// enums defined in HttpResponse
"UNPROC",
// in DefaultRateLimiter
"renormalize",
// parameters defined in tinyxml2
"uval"
]
}