Searched +full:no +full:- +full:control +full:- +full:regex (Results 1 – 25 of 259) sorted by relevance
1234567891011
| /third_party/node/tools/node_modules/eslint/lib/rules/ |
| D | no-control-regex.js | 2 * @fileoverview Rule to forbid control characters from regular expressions. 30 this._controlChars.push(`\\x${`0${cp.toString(16)}`.slice(-2)}`); 46 //------------------------------------------------------------------------------ 48 //------------------------------------------------------------------------------ 55 description: "disallow control characters in regular expressions", 58 url: "https://eslint.org/docs/rules/no-control-regex" 64 unexpected: "Unexpected control character(s) in regular expression: {{controlChars}}." 71 * Get the regex expression 73 * @returns {RegExp|null} Regex if found else null 77 if (node.regex) { [all …]
|
| D | index.js | 2 …* @fileoverview Collects the built-in rules into a map structure so that they can be imported all … 3 * using the file-system directly. 9 /* eslint sort-keys: ["error", "asc"] */ 11 const { LazyLoadingRuleMap } = require("./utils/lazy-loading-rule-map"); 15 "accessor-pairs": () => require("./accessor-pairs"), 16 "array-bracket-newline": () => require("./array-bracket-newline"), 17 "array-bracket-spacing": () => require("./array-bracket-spacing"), 18 "array-callback-return": () => require("./array-callback-return"), 19 "array-element-newline": () => require("./array-element-newline"), 20 "arrow-body-style": () => require("./arrow-body-style"), [all …]
|
| /third_party/node/test/parallel/ |
| D | test-require-nul.js | 7 /* eslint-disable no-control-regex */ 11 /* eslint-enable no-control-regex */
|
| D | test-repl-uncaught-exception.js | 33 // eslint-disable-next-line no-control-regex 34 assert.strictEqual(accum.replace(/\u001b\[[0-9]+m/g, ''), '2\n'); 71 // To actually verify that the test passed we have to make sure no
|
| /third_party/node/tools/node_modules/eslint/node_modules/@eslint/eslintrc/conf/ |
| D | eslint-recommended.js | 9 /* eslint sort-keys: ["error", "asc"] */ 14 "constructor-super": "error", 15 "for-direction": "error", 16 "getter-return": "error", 17 "no-async-promise-executor": "error", 18 "no-case-declarations": "error", 19 "no-class-assign": "error", 20 "no-compare-neg-zero": "error", 21 "no-cond-assign": "error", 22 "no-const-assign": "error", [all …]
|
| /third_party/node/tools/node_modules/eslint/conf/ |
| D | eslint-recommended.js | 9 /* eslint sort-keys: ["error", "asc"] */ 14 "constructor-super": "error", 15 "for-direction": "error", 16 "getter-return": "error", 17 "no-async-promise-executor": "error", 18 "no-case-declarations": "error", 19 "no-class-assign": "error", 20 "no-compare-neg-zero": "error", 21 "no-cond-assign": "error", 22 "no-const-assign": "error", [all …]
|
| /third_party/boost/libs/regex/doc/ |
| D | configuration.qbk | 2 Copyright 2006-2007 John Maddock. 13 You shouldn't need to do anything special to configure Boost.Regex for use 14 with your compiler - the [@../../../config/index.html Boost.Config subsystem] should already take c… 22 The following macros (see [@../../../../boost/regex/user.hpp user.hpp]) control how Boost.Regex int… 27 [[BOOST_REGEX_USE_C_LOCALE][Forces Boost.Regex to use the global C locale in its traits class suppo… 28 …Regex to use std::locale in it's default traits class, regular expressions can then be imbued with… 29 [[BOOST_REGEX_NO_W32][Tells Boost.Regex not to use any Win32 API's even when available (implies BOO… 39 …and C++ builds, this tells Boost.Regex that it should link to the dll build of the Boost.Regex. B… 40 [[BOOST_REGEX_NO_LIB][For Microsoft and Borland C++ builds, this tells Boost.Regex that it should n… 41 [[BOOST_REGEX_NO_FASTCALL][For Microsoft builds, this tells Boost.Regex to use the `__cdecl` callin… [all …]
|
| D | standards.qbk | 2 Copyright 2006-2007 John Maddock. 13 Boost.Regex is intended to conform to the [tr1]. 30 (*VERB) The [@http://perldoc.perl.org/perlre.html#Special-Backtracking-Control-Verbs 31 backtracking control verbs] are not recognised or implemented at this time. 42 No character collating names are recognized except those specified in the 61 [[1.3][Subtraction and Intersection][Indirectly support by forward-lookahead: 70 [[1.4][Simple Word Boundaries][Conforming: non-spacing marks are included in the set of word charac… 73 …: provided you use the u32* algorithms, then UTF-8, UTF-16 and UTF-32 are all treated as sequences… 84 [[3.5][Tailored Ranges][Supported: \[a-b\] matches any character that collates in the range a to b,… 86 [[3.7][Incremental Matches][Supported: pass the flag `match_partial` to the regex algorithms.]] [all …]
|
| D | character_class_names.qbk | 2 Copyright 2006-2007 John Maddock. 13 The following character class names are always supported by Boost.Regex: 16 [[Name] [POSIX-standard name] [Description]] 17 [[alnum] [Yes] [Any alpha-numeric character.]] 20 [[cntrl] [Yes] [Any control character.]] 21 [[d] [No] [Any decimal digit]] 24 [[l] [No] [Any lower case character.]] 28 [[s] [No] [Any whitespace character.]] 30 [[unicode] [No] [Any extended character whose code point is above 255 in value.]] 31 [[u] [No] [Any upper case character.]] [all …]
|
| D | history.qbk | 2 Copyright 2006-2007 John Maddock. 11 …should be submitted at [@https://github.com/boostorg/regex/issues https://github.com/boostorg/rege… 13 Currently open issues can be viewed [@https://github.com/boostorg/regex/issues?q=is%3Aopen+is%3Aiss… 15 All issues including closed ones can be viewed [@https://github.com/boostorg/regex/issues?q=is%3Ais… 17 [h4 Boost.Regex-5.1.4 (Boost-172.0)] 19 * Minor build fixes, see [@https://github.com/boostorg/regex/issues/89 #89]. 21 [h4 Boost.Regex-5.1.3 (Boost-1.64.0)] 23 * Compiling with Oracle C++ toolset is no longer restricted to static linking. 24 * Big effort to de-fuzz the library using libFuzzer and fix identified issues, see: [@https://svn.… 26 [h4 Boost.Regex-5.1.2 (Boost-1.62.0)] [all …]
|
| /third_party/node/deps/npm/node_modules/fast-json-stable-stringify/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 7 callback-return: 2 8 dot-notation: 2 10 linebreak-style: [2, unix] 11 new-cap: 2 12 no-console: [2, allow: [warn, error]] 13 no-else-return: 2 14 no-eq-null: 2 15 no-fallthrough: 2 16 no-invalid-this: 2 [all …]
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
| D | .eslintrc.yml | 6 block-scoped-var: 2 8 curly: [2, multi-or-nest, consistent] 9 dot-location: [2, property] 10 dot-notation: 2 12 linebreak-style: [2, unix] 13 new-cap: 2 14 no-console: [2, allow: [warn, error]] 15 no-else-return: 2 16 no-eq-null: 2 17 no-fallthrough: 2 [all …]
|
| /third_party/node/tools/node_modules/eslint/node_modules/table/dist/ |
| D | validateTableData.js.flow | 38 // eslint-disable-next-line no-control-regex 39 if (/[\u0001-\u0006\u0008-\u0009\u000B-\u001A]/.test(cell)) { 40 throw new Error('Table data must not contain control characters.');
|
| D | validateTableData.js | 58 // eslint-disable-next-line no-control-regex 59 if (/[\u0001-\u0006\u0008-\u0009\u000B-\u001A]/.test(cell)) { 60 throw new Error('Table data must not contain control characters.');
|
| /third_party/boost/tools/bcp/doc/ |
| D | bcp.qbk | 13 [/last-revision $Date: 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) $] 34 bcp boost/regex.hpp /foo 37 Copies boost/regex.hpp and all dependencies including the regex source code (in libs/regex/src) and 38 build files (in libs/regex/build) to /foo. Does not copy the regex documentation, test, or example… 42 bcp regex /foo 45 Copies the full regex lib (in libs/regex) including dependencies (such as the boost.test source req… 46 by the regex test programs) to /foo. Does not copy the Boost.Build system. 49 bcp --namespace=myboost --namespace-alias regex config build /foo 52 Copies the full regex lib (in libs\/regex) plus the config lib (libs\/config) and the build system … 54 of binary libraries to begin with the prefix "myboost" rather than "boost". The --namespace-alias … [all …]
|
| /third_party/flutter/skia/tools/ |
| D | compare_codereview.py | 5 # Use of this source code is governed by a BSD-style license that can be 33 regex. [Search for "You can't parse [X]HTML with regex." for more 98 and 'build-result' in attrs.get('class', '').split()): 101 # <a class="build-result" href="*">. Then we save the 102 # (non-standard) status attribute and the URL. 155 regex. [Search for "You can't parse [X]HTML with regex." for more 213 # nest-level for backing out. 259 self._li_level -= 1 307 for i, wrapped_line in enumerate(wrap_to(line, 68 - (2 * indent))): 326 control = CodeReviewHTMLParser.parse(control_url) [all …]
|
| /third_party/boost/libs/compute/cmake/ |
| D | FindEigen.cmake | 1 # Ceres Solver - A fast non-linear least squares minimizer 3 # http://code.google.com/p/ceres-solver/ 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 32 # FindEigen.cmake - Find Eigen library, version >= 3. 44 # The following variables control the behaviour of this module: 53 # are NOT re-called (i.e. search for library is not repeated) if these variables 56 # or by the user passing -DVAR=VALUE directives to CMake when called (which 58 # bypassing the HINTS variables and other hard-coded search locations. 75 MESSAGE(STATUS "Failed to find Eigen - " ${REASON_MSG} ${ARGN}) 77 MESSAGE(FATAL_ERROR "Failed to find Eigen - " ${REASON_MSG} ${ARGN}) [all …]
|
| /third_party/python/Doc/library/ |
| D | compileall.rst | 1 :mod:`compileall` --- Byte-compile Python libraries 5 :synopsis: Tools for byte-compiling all Python source files in a directory tree. 9 -------------- 13 This module can be used to create the cached byte-code files at library 18 Command-line use 19 ---------------- 21 This module can work as a script (using :program:`python -m compileall`) to 30 source files, traversed recursively. If no argument is given, behave as if 31 the command line was ``-l <directories from sys.path>``. 33 .. cmdoption:: -l [all …]
|
| /third_party/boost/libs/log/test/ |
| D | Jamfile.v2 | 2 # Copyright Andrey Semashev 2007 - 2015. 11 import regex ; 13 import ../build/log-platform-config ; 17 <conditional>@log-platform-config.set-platform-defines 26 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS 27 <toolset>intel-win:<define>_SCL_SECURE_NO_DEPRECATE 28 <toolset>intel-win:<define>_CRT_SECURE_NO_WARNINGS 29 <toolset>intel-win:<define>_CRT_SECURE_NO_DEPRECATE 35 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 40 # warning #780: using-declaration ignored -- it refers to the current namespace [all …]
|
| /third_party/node/tools/node_modules/eslint/lib/cli-engine/ |
| D | xml-escape.js | 7 //------------------------------------------------------------------------------ 9 //------------------------------------------------------------------------------ 18 …return (`${s}`).replace(/[<>&"'\x00-\x1F\x7F\u0080-\uFFFF]/gu, c => { // eslint-disable-line no-co…
|
| /third_party/node/deps/npm/node_modules/https-proxy-agent/ |
| D | .eslintrc.js | 6 'parser': '@typescript-eslint/parser', 13 '@typescript-eslint' 29 'class-methods-use-this': 0, 30 'consistent-return': 0, 31 'func-names': 0, 32 'global-require': 0, 33 'guard-for-in': 0, 34 'import/no-duplicates': 0, 35 'import/no-dynamic-require': 0, 36 'import/no-extraneous-dependencies': 0, [all …]
|
| /third_party/jinja2/ |
| D | lexer.py | 1 # -*- coding: utf-8 -*- 36 e[+\-]?(\d+_)*\d+ # exponent part 48 # Python 2, no Unicode support, use ASCII identifiers 49 name_re = re.compile(r"[a-zA-Z_][a-zA-Z0-9_]*") 112 "-": TOKEN_SUB, 142 "(%s)" % "|".join(re.escape(x) for x in sorted(operators, key=lambda x: -len(x))) 380 Use the built-in :func:`next` instead of calling this directly. 453 # Even though it looks like a no-op, creating instances fails 496 # non-whitespace between the newline and block. 511 r"(?P<raw_begin>%s(\-|\+|)\s*raw\s*(?:\-%s\s*|%s))" [all …]
|
| /third_party/musl/ |
| D | COPYRIGHT | 3 ---------------------------------------------------------------------- 4 Copyright © 2005-2020 Rich Felker, et al. 20 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 24 ---------------------------------------------------------------------- 66 Jo-Philipp Wich 77 M Farkas-Dyck (Strake) 111 Portions of this software are derived from third-party works licensed 114 The TRE regular expression implementation (src/regex/reg* and 115 src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed 116 under a 2-clause BSD license (license text in the source files). The [all …]
|
| /third_party/node/deps/node-inspect/ |
| D | .eslintrc | 12 # http://eslint.org/docs/rules/#possible-errors 13 comma-dangle: [2, only-multiline] 14 no-control-regex: 2 15 no-debugger: 2 16 no-dupe-args: 2 17 no-dupe-keys: 2 18 no-duplicate-case: 2 19 no-empty-character-class: 2 20 no-ex-assign: 2 21 no-extra-boolean-cast: 2 [all …]
|
| /third_party/node/tools/node-lint-md-cli-rollup/ |
| D | package-lock.json | 2 "name": "node-lint-md-cli-rollup", 7 "@babel/code-frame": { 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", 10 …"integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7V… 15 "@babel/helper-validator-identifier": { 17 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif… 18 …"integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDU… 22 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", 23 …"integrity": "sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T… 25 "@babel/helper-validator-identifier": "^7.9.0", [all …]
|
1234567891011