Home
last modified time | relevance | path

Searched full:ignore (Results 1 – 25 of 4447) sorted by relevance

12345678910>>...178

/third_party/curl/tests/data/
Dtest106023 And you should ignore this data. aaaaaaaaaaaaaaaa
24 And you should ignore this data. aaaaaaaaaaaaaaaa
25 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
Dtest106125 And you should ignore this data. aaaaaaaaaaaaaaaa
26 And you should ignore this data. aaaaaaaaaaaaaaaa
27 And you should ignore this data. aaaaaaaaaaaaaaaa
28 And you should ignore this data. aaaaaaaaaaaaaaaa
29 And you should ignore this data. aaaaaaaaaaaaaaaa
30 And you should ignore this data. aaaaaaaaaaaaaaaa
31 And you should ignore this data. aaaaaaaaaaaaaaaa
32 And you should ignore this data. aaaaaaaaaaaaaaaa
33 And you should ignore this data. aaaaaaaaaaaaaaaa
34 And you should ignore this data. aaaaaaaaaaaaaaaa
[all …]
/third_party/ejdb/
Duncrustify.cfg64 utf8_bom = remove # ignore/add/remove/force
74 sp_do_brace_open = add # ignore/add/remove/force
77 sp_brace_close_while = add # ignore/add/remove/force
80 sp_while_paren_open = add # ignore/add/remove/force
88 sp_arith = force # ignore/add/remove/force
93 sp_arith_additive = ignore # ignore/add/remove/force
96 sp_assign = force # ignore/add/remove/force
101 sp_cpp_lambda_assign = ignore # ignore/add/remove/force
105 sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force
109 sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/ignore/
DREADME.md11 <a href="https://travis-ci.org/kaelzhang/node-ignore">
13 src="https://travis-ci.org/kaelzhang/node-ignore.svg?branch=master"
17 <a href="https://ci.appveyor.com/project/kaelzhang/node-ignore">
19 …src="https://ci.appveyor.com/api/projects/status/github/kaelzhang/node-ignore?branch=master&svg=tr…
23 <a href="https://codecov.io/gh/kaelzhang/node-ignore">
25 src="https://codecov.io/gh/kaelzhang/node-ignore/branch/master/graph/badge.svg"
29 <a href="https://www.npmjs.org/package/ignore">
31 src="http://img.shields.io/npm/dm/ignore.svg"
36 # ignore chapter
38 `ignore` is a manager, filter and parser which implemented in pure JavaScript according to the .git…
[all …]
Dpackage.json6 "url": "https://github.com/kaelzhang/node-ignore/issues"
10 "description": "Ignore is a manager and filter for .gitignore rules.",
35 "homepage": "https://github.com/kaelzhang/node-ignore#readme",
37 "ignore",
52 "name": "ignore",
55 "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
63 "test:git": "tap test/git-check-ignore.js",
64 "test:ignore": "tap test/ignore.js --coverage",
/third_party/python/Lib/test/
Dtest_pyclbr.py22 # members to ignore.
26 def assertListEq(self, l1, l2, ignore): argument
27 ''' succeed iff {l1} - {ignore} == {l2} - {ignore} '''
28 missing = (set(l1) ^ set(l2)) - set(ignore)
30 print("l1=%r\nl2=%r\nignore=%r" % (l1, l2, ignore), file=sys.stderr)
33 def assertHasattr(self, obj, attr, ignore): argument
34 ''' succeed iff hasattr(obj,attr) or attr in ignore. '''
35 if attr in ignore: return
41 def assertHaskey(self, obj, key, ignore): argument
42 ''' succeed iff key in obj or key in ignore. '''
[all …]
/third_party/node/deps/npm/node_modules/ignore-walk/
Dpackage.json2 "_from": "ignore-walk@^3.0.1",
3 "_id": "ignore-walk@3.0.3",
6 "_location": "/ignore-walk",
11 "raw": "ignore-walk@^3.0.1",
12 "name": "ignore-walk",
13 "escapedName": "ignore-walk",
21 "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz",
23 "_spec": "ignore-walk@^3.0.1",
31 "url": "https://github.com/isaacs/ignore-walk/issues"
48 "homepage": "https://github.com/isaacs/ignore-walk#readme",
[all …]
DREADME.md1 # ignore-walk
4 Status](https://travis-ci.org/npm/ignore-walk.svg?branch=master)](https://travis-ci.org/npm/ignore-…
8 Walk a directory creating a list of entries, parsing any `.ignore`
14 const walk = require('ignore-walk')
22 ignoreFiles: [ '.gitignore' ], // list of filenames. defaults to ['.ignore']
38 * `ignoreFiles` Filenames to treat as ignore files. The default is
39 `['.ignore']`. (This is where you'd put `.gitignore` or
40 `.npmignore` or whatever.) If multiple ignore files are in a
45 they are not excluded by any of the ignore rules. If not set, then
53 For example, given the rules `*` (ignore everything) and `!/a/b/c`
/third_party/libunwind/tests/
Dcheck-namespace.sh.in41 ignore () { function
61 ignore _DYNAMIC
62 ignore _GLOBAL_OFFSET_TABLE_
63 ignore __bss_start
64 ignore _edata
65 ignore _end
66 ignore _Uelf32_get_proc_name
67 ignore _Uelf32_valid_object
68 ignore _Uelf64_get_proc_name
69 ignore _Uelf64_valid_object
[all …]
/third_party/openssl/
D.gitattributes6 fuzz/corpora/** export-ignore
7 Configurations/*.norelease.conf export-ignore
8 .* export-ignore
9 util/mktar.sh export-ignore
10 boringssl export-ignore
11 krb5 export-ignore
12 pyca-cryptography export-ignore
/third_party/openssl/test/ssl-tests/
D05-sni.conf9 test-4 = 4-SNI-bad-sni-ignore-mismatch
11 test-6 = 6-SNI-bad-clienthello-sni-ignore-mismatch
141 [4-SNI-bad-sni-ignore-mismatch]
142 ssl_conf = 4-SNI-bad-sni-ignore-mismatch-ssl
144 [4-SNI-bad-sni-ignore-mismatch-ssl]
145 server = 4-SNI-bad-sni-ignore-mismatch-server
146 client = 4-SNI-bad-sni-ignore-mismatch-client
147 server2 = 4-SNI-bad-sni-ignore-mismatch-server
149 [4-SNI-bad-sni-ignore-mismatch-server]
154 [4-SNI-bad-sni-ignore-mismatch-client]
[all …]
/third_party/libxkbcommon/
D.uncrustify.cfg134 sp_before_ptr_star=ignore
218 nl_before_if=ignore
219 nl_after_if=ignore
220 nl_before_for=ignore
221 nl_after_for=ignore
222 nl_before_while=ignore
223 nl_after_while=ignore
224 nl_before_switch=ignore
225 nl_after_switch=ignore
226 nl_before_do=ignore
[all …]
/third_party/boost/libs/sort/doc/graph/osx_integer_sort_files/
Dsheet001.htm70 <td colspan=2 width=128 style='mso-ignore:colspan;width:96pt'>1E7 elements</td>
76 <td colspan=2 style='mso-ignore:colspan'></td>
82 <td colspan=2 style='mso-ignore:colspan'></td>
88 <td colspan=2 style='mso-ignore:colspan'></td>
94 <td colspan=2 style='mso-ignore:colspan'></td>
100 <td colspan=2 style='mso-ignore:colspan'></td>
106 <td colspan=2 style='mso-ignore:colspan'></td>
112 <td colspan=2 style='mso-ignore:colspan'></td>
118 <td colspan=2 style='mso-ignore:colspan'></td>
124 <td colspan=2 style='mso-ignore:colspan'></td>
[all …]
/third_party/boost/libs/sort/doc/graph/windows_float_sort_files/
Dsheet001.htm70 <td colspan=2 width=128 style='mso-ignore:colspan;width:96pt'>1E7 elements</td>
76 <td colspan=2 style='mso-ignore:colspan'></td>
82 <td colspan=2 style='mso-ignore:colspan'></td>
88 <td colspan=2 style='mso-ignore:colspan'></td>
94 <td colspan=2 style='mso-ignore:colspan'></td>
100 <td colspan=2 style='mso-ignore:colspan'></td>
106 <td colspan=2 style='mso-ignore:colspan'></td>
112 <td colspan=2 style='mso-ignore:colspan'></td>
118 <td colspan=2 style='mso-ignore:colspan'></td>
124 <td colspan=2 style='mso-ignore:colspan'></td>
[all …]
/third_party/boost/libs/sort/doc/graph/windows_integer_sort_files/
Dsheet001.htm70 <td colspan=2 width=128 style='mso-ignore:colspan;width:96pt'>1E7 elements</td>
76 <td colspan=2 style='mso-ignore:colspan'></td>
82 <td colspan=2 style='mso-ignore:colspan'></td>
88 <td colspan=2 style='mso-ignore:colspan'></td>
94 <td colspan=2 style='mso-ignore:colspan'></td>
100 <td colspan=2 style='mso-ignore:colspan'></td>
106 <td colspan=2 style='mso-ignore:colspan'></td>
112 <td colspan=2 style='mso-ignore:colspan'></td>
118 <td colspan=2 style='mso-ignore:colspan'></td>
124 <td colspan=2 style='mso-ignore:colspan'></td>
[all …]
/third_party/boost/libs/sort/doc/graph/osx_float_sort_files/
Dsheet001.htm70 <td colspan=2 width=128 style='mso-ignore:colspan;width:96pt'>1E7 elements</td>
76 <td colspan=2 style='mso-ignore:colspan'></td>
82 <td colspan=2 style='mso-ignore:colspan'></td>
88 <td colspan=2 style='mso-ignore:colspan'></td>
94 <td colspan=2 style='mso-ignore:colspan'></td>
100 <td colspan=2 style='mso-ignore:colspan'></td>
106 <td colspan=2 style='mso-ignore:colspan'></td>
112 <td colspan=2 style='mso-ignore:colspan'></td>
118 <td colspan=2 style='mso-ignore:colspan'></td>
124 <td colspan=2 style='mso-ignore:colspan'></td>
[all …]
/third_party/Linux_Kernel/scripts/
Dcheckkconfigsymbols.py68 parser.add_option('-i', '--ignore', dest='ignore', action='store',
70 help="Ignore files matching this pattern. Note that "
72 "ignore defconfigs, specify -i '.*defconfig'.")
93 "'--force' if you\nwant to ignore this warning and "
99 if opts.ignore:
101 re.match(opts.ignore, "this/is/just/a/test.c")
130 undefined_a = check_symbols(opts.ignore)
134 undefined_b = check_symbols(opts.ignore)
160 undefined = check_symbols(opts.ignore)
212 def check_symbols(ignore): argument
[all …]
/third_party/boost/tools/boostbook/xsl/caramel/
Dunparser.xsl17 <xsl:param name="ignore-cv" select="false()"/>
18 <xsl:param name="ignore-references" select="false()"/>
20 <xsl:param name="ignore-notation" select="false()"/>
26 <xsl:if test="not($ignore-notation)"> <!-- Prevent infinite recursion -->
31 <xsl:with-param name="ignore-cv" select="true()"/>
32 <xsl:with-param name="ignore-references" select="true()"/>
34 <xsl:with-param name="ignore-notation" select="true()"/>
63 …ame="ignore-cv" select="$ignore-cv"/><xsl:with-param name="notations" select="$notations"/><xsl:wi…
66ignore-cv" select="$ignore-cv"/><xsl:with-param name="notations" select="$notations"/><xsl:with-pa…
69 …e="priority" select="$subcall_priority"/><xsl:with-param name="ignore-cv" select="$ignore-cv"/><xs…
[all …]
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify10.c10 * Check that fanotify properly merges ignore mask of a mount mark
17 * 9bdda4e9cf2d fsnotify: fix ignore mask logic in fsnotify()
98 "ignore mount events created on a specific file",
104 "ignore exec mount events created on a specific file",
110 "don't ignore mount events created on another file",
116 "don't ignore exec mount events created on another file",
123 "ignore inode events created on a specific mount point",
129 "ignore exec inode events created on a specific mount point",
135 "don't ignore inode events created on another mount point",
141 "don't ignore exec inode events created on another mount point",
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/glob/
Dcommon.js29 self.ignore = options.ignore || []
31 if (!Array.isArray(self.ignore))
32 self.ignore = [self.ignore]
34 if (self.ignore.length) {
35 self.ignore = self.ignore.map(ignoreMap)
39 // ignore patterns are always in dot:true mode.
171 if (self.ignore.length)
223 // Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's conten…
225 if (!self.ignore.length)
228 return self.ignore.some(function(item) {
[all …]
/third_party/node/deps/npm/node_modules/glob/
Dcommon.js29 self.ignore = options.ignore || []
31 if (!Array.isArray(self.ignore))
32 self.ignore = [self.ignore]
34 if (self.ignore.length) {
35 self.ignore = self.ignore.map(ignoreMap)
39 // ignore patterns are always in dot:true mode.
171 if (self.ignore.length)
223 // Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's conten…
225 if (!self.ignore.length)
228 return self.ignore.some(function(item) {
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-output.conf.common86 ; required = ignore | enumeration | any # In this element, this option must exist or the…
87 ; required-any = ignore | enumeration | any # In this element, either this or another option…
88 ; required-absent = ignore | enumeration | any # In this element, this option must not exist or…
92 ; required = ignore | switch | volume | enumeration | any # If set, require this element to be …
94 ; required-any = ignore | switch | volume | enumeration | any # If set, at least one of the element…
96 ; required-absent = ignore | switch | volume # If set, require this element to not…
99 ; switch = ignore | mute | off | on | select # What to do with this switch: ignore it, make it foll…
103 ; volume = ignore | merge | off | zero | <volume step> # What to do with this volume: ignore it, me…
109 ; enumeration = ignore | select # What to do with this enumeration, ignore it or make it s…
126 ; required = ignore | any # If not set to ignore, make the path invalid if this jack c…
[all …]
/third_party/flutter/skia/site/user/sample/
Dpdf.md23 + **ignore** means to draw without the effect
37 <tr><th>SkMaskFilter</th> <td>drop</td> <td>ignore</td> <td>ignore</td></tr>
38 <tr><th>SkPathEffect</th> <td>ignore</td> <td>n/a</td> <td>expand</td></tr>
39 <tr><th>SkColorFilter</th> <td>ignore</td> <td>expand</td> <td>ignore</td></tr>
41 <tr><th>unsupported SkXferModes</th> <td>ignore</td> <td>ignore</td> <td>ignore</td></tr>
/third_party/node/deps/npm/test/tap/
Dignore-scripts.js10 // ignore-scripts/package.json has scripts that always exit with non-zero error
17 name: 'ignore-scripts',
55 test('ignore-scripts: install using the option', function (t) {
56 createChild(['install', '--ignore-scripts'], function (err, code) {
63 test('ignore-scripts: install NOT using the option', function (t) {
84 test('ignore-scripts: run-script ' + script + ' using the option', function (t) {
85 createChild(['--ignore-scripts', 'run-script', script], function (err, code, stdout, stderr) {
86 t.ifError(err, 'run-script ' + script + ' with ignore-scripts successful')
94 test('ignore-scripts: run-script ' + script + ' NOT using the option', function (t) {
/third_party/flutter/engine/flutter/lib/ui/
Dhooks.dart9 // ignore: unused_element
14 // ignore: unused_element
20 // ignore: unused_element
76 // ignore: unused_element
80 // ignore: unused_element
99 // ignore: unused_element
111 // ignore: unused_element
135 // ignore: unused_element
142 // ignore: unused_element
169 // ignore: unused_element
[all …]

12345678910>>...178