Searched +full:check +full:- +full:ansi (Results 1 – 25 of 542) sorted by relevance
12345678910>>...22
| /third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/strip-ansi/ |
| D | package.json | 2 "_from": "strip-ansi@^5.0.0", 3 "_id": "strip-ansi@5.2.0", 5 …"_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773M… 6 "_location": "/wrap-ansi/strip-ansi", 11 "raw": "strip-ansi@^5.0.0", 12 "name": "strip-ansi", 13 "escapedName": "strip-ansi", 19 "/wrap-ansi", 20 "/wrap-ansi/string-width" 22 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", [all …]
|
| D | readme.md | 1 # strip-ansi [](https://tr… 3 > Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string 5 --- 9 …scription/pkg/npm-strip-ansi?utm_source=npm-strip-ansi&utm_medium=referral&utm_campaign=readme">Ge… 17 --- 22 $ npm install strip-ansi 29 const stripAnsi = require('strip-ansi'); 46 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module 47 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module 48 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes [all …]
|
| /third_party/node/deps/npm/node_modules/yargs/node_modules/strip-ansi/ |
| D | package.json | 2 "_from": "strip-ansi@^5.1.0", 3 "_id": "strip-ansi@5.2.0", 5 …"_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773M… 6 "_location": "/yargs/strip-ansi", 11 "raw": "strip-ansi@^5.1.0", 12 "name": "strip-ansi", 13 "escapedName": "strip-ansi", 19 "/yargs/string-width" 21 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", 23 "_spec": "strip-ansi@^5.1.0", [all …]
|
| D | readme.md | 1 # strip-ansi [](https://tr… 3 > Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string 5 --- 9 …scription/pkg/npm-strip-ansi?utm_source=npm-strip-ansi&utm_medium=referral&utm_campaign=readme">Ge… 17 --- 22 $ npm install strip-ansi 29 const stripAnsi = require('strip-ansi'); 46 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module 47 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module 48 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes [all …]
|
| /third_party/node/deps/npm/node_modules/cliui/node_modules/strip-ansi/ |
| D | package.json | 2 "_from": "strip-ansi@^5.2.0", 3 "_id": "strip-ansi@5.2.0", 5 …"_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773M… 6 "_location": "/cliui/strip-ansi", 11 "raw": "strip-ansi@^5.2.0", 12 "name": "strip-ansi", 13 "escapedName": "strip-ansi", 20 "/cliui/string-width" 22 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", 24 "_spec": "strip-ansi@^5.2.0", [all …]
|
| D | readme.md | 1 # strip-ansi [](https://tr… 3 > Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string 5 --- 9 …scription/pkg/npm-strip-ansi?utm_source=npm-strip-ansi&utm_medium=referral&utm_campaign=readme">Ge… 17 --- 22 $ npm install strip-ansi 29 const stripAnsi = require('strip-ansi'); 46 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module 47 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module 48 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes [all …]
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| D | kill-unreachable-phi.c | 5 int ansi = 1; in test_menu_iteminfo() local 10 if(ansi) { in test_menu_iteminfo() 14 if(ansi) in test_menu_iteminfo() 16 } while( !(ansi = !ansi) ); in test_menu_iteminfo() 19 * check-name: kill-unreachable-phi 20 * check-description: 25 * check-output-ignore
|
| D | strict-prototypes1.c | 5 * check-name: strict-prototypes enabled 6 * check-command: sparse -Wstrict-prototypes $file 7 * check-known-to-fail 9 * check-error-start 10 strict-prototypes1.c:1:18: warning: non-ANSI function declaration of function 'func0' 11 strict-prototypes1.c:2:18: warning: non-ANSI function declaration of function 'func1' 12 strict-prototypes1.c:2:27: warning: non-ANSI function declaration of function 'func2' 13 * check-error-end
|
| D | declaration-after-statement-ansi.c | 7 * check-name: declaration after statement (ANSI) 8 * check-command: sparse -ansi $file 9 * check-error-start 10 declaration-after-statement-ansi.c:4:9: warning: mixing declarations and code 11 * check-error-end
|
| D | nested-declarator2.c | 26 static int (-bad2); 29 * check-name: more on handling of ( in direct-declarator 30 * check-error-start 31 nested-declarator2.c:17:1: warning: non-ANSI definition of function 'w1' 32 nested-declarator2.c:21:21: warning: non-ANSI function declaration of function '<noident>' 33 nested-declarator2.c:22:16: warning: variadic functions must have one named argument 34 nested-declarator2.c:24:21: warning: identifier list not in definition 35 nested-declarator2.c:25:45: error: don't know how to apply mode to incomplete type 36 nested-declarator2.c:26:13: error: Expected ) in nested declarator 37 nested-declarator2.c:26:13: error: got - [all …]
|
| D | storage-struct-member.c | 12 * check-name: storage in struct member 13 * check-command: sparse -Wno-decl $file 15 * check-known-to-fail 16 * check-error-start 17 storage-struct-member.c:2:9: warning: non-ANSI definition of function 'foo' 18 storage-struct-member.c:8:9: error: storage specifier in structure definition' 19 * check-error-end
|
| D | implicit-KR-arg-type0.c | 9 * check-name: implicit-KR-arg-type 10 * check-command: sparse -Wno-decl -Wold-style-definition -Wno-implicit-int $file 12 * check-error-start 13 implicit-KR-arg-type0.c:2:9: warning: non-ANSI definition of function 'foo' 14 * check-error-end
|
| D | old-style-definition1.c | 12 * check-name: old-stype-definition enabled 13 * check-command: sparse -Wold-style-definition $file 15 * check-error-start 16 old-style-definition1.c:4:9: warning: non-ANSI definition of function 'foo' 17 * check-error-end
|
| D | implicit-KR-arg-type1.c | 15 * check-name: implicit-KR-arg-type1 16 * check-command: sparse -Wold-style-definition -Wimplicit-int $file 18 * check-error-start 19 implicit-KR-arg-type1.c:2:9: warning: non-ANSI definition of function 'foo' 20 implicit-KR-arg-type1.c:1:19: warning: missing type declaration for parameter 'b' 21 implicit-KR-arg-type1.c:8:16: error: missing type declaration for parameter 'a' 22 * check-error-end
|
| /third_party/node/deps/npm/node_modules/strip-ansi/ |
| D | readme.md | 1 # strip-ansi [](https://tr… 3 > Strip [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code) 9 $ npm install --save strip-ansi 16 var stripAnsi = require('strip-ansi'); 25 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module 26 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes 27 - [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape c… 28 - [chalk](https://github.com/chalk/chalk) - Terminal string styling done right
|
| /third_party/node/deps/npm/node_modules/string-width/node_modules/strip-ansi/ |
| D | readme.md | 1 # strip-ansi [](https://tr… 3 > Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) 9 $ npm install strip-ansi 16 const stripAnsi = require('strip-ansi'); 25 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module 26 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes 27 - [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape c… 28 - [chalk](https://github.com/chalk/chalk) - Terminal string styling done right 33 - [Sindre Sorhus](https://github.com/sindresorhus) 34 - [Josh Junon](https://github.com/qix-)
|
| /third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/ |
| D | package.json | 2 "_from": "is-fullwidth-code-point@^2.0.0", 3 "_id": "is-fullwidth-code-point@2.0.0", 5 "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", 6 "_location": "/wrap-ansi/is-fullwidth-code-point", 11 "raw": "is-fullwidth-code-point@^2.0.0", 12 "name": "is-fullwidth-code-point", 13 "escapedName": "is-fullwidth-code-point", 19 "/wrap-ansi/string-width" 21 …"_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.t… 23 "_spec": "is-fullwidth-code-point@^2.0.0", [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
| D | yarn.lock | 5 "@babel/code-frame@^7.0.0": 7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49… 8 …integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7… 14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195… 15 …integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChK… 19 js-tokens "^4.0.0" 23 …resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caa… 24 …integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHX… 28 …resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6d… 29 …integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYD… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
| D | yarn.lock | 5 "@babel/code-frame@^7.0.0": 7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49… 8 …integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7… 14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195… 15 …integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChK… 19 js-tokens "^4.0.0" 23 …resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caa… 24 …integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHX… 28 …resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6d… 29 …integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYD… [all …]
|
| /third_party/spirv-tools/tools/sva/ |
| D | yarn.lock | 5 "@babel/code-frame@^7.0.0": 7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49… 8 …integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7… 14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195… 15 …integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChK… 19 js-tokens "^4.0.0" 23 …resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caa… 24 …integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHX… 28 …resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6d… 29 …integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYD… [all …]
|
| /third_party/openssl/ |
| D | NOTES-VMS.md | 4 - [Requirement details](#requirement-details) 5 - [About ANSI C compiler](#about-ansi-c-compiler) 6 - [About ODS-5 directory names and Perl](#about-ods-5-directory-names-and-perl) 7 - [About MMS and DCL](#about-mms-and-dcl) 8 - [About debugging](#about-debugging) 9 - [Checking the distribution](#checking-the-distribution) 12 ------------------- 17 * At least ODS-5 disk organization for source and build. 20 About ANSI C compiler 21 --------------------- [all …]
|
| /third_party/node/deps/npm/node_modules/chalk/ |
| D | readme.md | 12 …-ci.org/chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) [ 25 - Auto-detects color support 26 - Doesn't extend `String.prototype` 27 - Clean and focused 28 - Actively maintained [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.h.in | 12 /* Define to 1 if you have the `m' library (-lm). */ 15 /* Define to 1 if you have the `z' library (-lz). */ 45 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 69 /* Turn on ARM Neon optimizations at run-time */ 72 /* Check for ARM Neon support at run-time */ 81 /* Turn on MIPS MSA optimizations at run-time */ 84 /* Check for MIPS MSA support at run-time */ 90 /* Turn on POWERPC VSX optimizations at run-time */ 93 /* Check for POWERPC VSX support at run-time */ 99 /* Define to 1 if you have the ANSI C header files. */ [all …]
|
| /third_party/flutter/skia/third_party/externals/libpng/ |
| D | config.h.in | 12 /* Define to 1 if you have the `m' library (-lm). */ 15 /* Define to 1 if you have the `z' library (-lz). */ 45 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 69 /* Turn on ARM Neon optimizations at run-time */ 72 /* Check for ARM Neon support at run-time */ 81 /* Turn on MIPS MSA optimizations at run-time */ 84 /* Check for MIPS MSA support at run-time */ 90 /* Turn on POWERPC VSX optimizations at run-time */ 93 /* Check for POWERPC VSX support at run-time */ 99 /* Define to 1 if you have the ANSI C header files. */ [all …]
|
| /third_party/icu/docs/userguide/usefrom/ |
| D | cobol.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 41 programs](https://sourceforge.net/projects/icu/files/OldFiles/samples/ICU-COBOL.zip) 51 must be defined in the WORKING-STORAGE section for COBOL. 56 4. For a C/C++ API with a non-void return value, the RETURNING clause will be 59 5. Character string arguments to C/C++ must be null-terminated. In COBOL, this [all …]
|
12345678910>>...22