Home
last modified time | relevance | path

Searched refs:forbid (Results 1 – 25 of 5707) sorted by relevance

12345678910>>...229

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dforbid-group-group-2.stderr2 --> $DIR/forbid-group-group-2.rs:7:9
4 LL | #![forbid(warnings)]
11 --> $DIR/forbid-group-group-2.rs:5:9
21 LL | #![forbid(warnings)]
33 LL | #![forbid(warnings)]
45 LL | #![forbid(warnings)]
57 LL | #![forbid(warnings)]
69 LL | #![forbid(warnings)]
81 LL | #![forbid(warnings)]
93 LL | #![forbid(warnings)]
[all …]
H A Douter-forbid.stderr2 --> $DIR/outer-forbid.rs:20:9
4 LL | #![forbid(unused, non_snake_case)]
5 | ------ `forbid` level set here
11 --> $DIR/outer-forbid.rs:18:11
13 LL | #![forbid(forbidden_lint_groups)]
19 --> $DIR/outer-forbid.rs:25:9
21 LL | #![forbid(unused, non_snake_case)]
22 | ------ `forbid` level set here
25 | ^^^^^^ overruled by previous forbid
31 --> $DIR/outer-forbid.rs:29:9
[all …]
H A Dforbid-group-member.stderr1 warning: allow(unused_variables) incompatible with previous forbid
2 --> $DIR/forbid-group-member.rs:8:9
4 LL | #![forbid(unused)]
5 | ------ `forbid` level set here
8 | ^^^^^^^^^^^^^^^^ overruled by previous forbid
15 --> $DIR/forbid-group-member.rs:8:9
17 LL | #![forbid(unused)]
18 | ------ `forbid` level set here
27 --> $DIR/forbid-group-member.rs:8:9
29 LL | #![forbid(unused)]
[all …]
H A Dlint-forbid-attr.stderr1 error[E0453]: allow(deprecated) incompatible with previous forbid
2 --> $DIR/lint-forbid-attr.rs:3:9
4 LL | #![forbid(deprecated)]
5 | ---------- `forbid` level set here
8 | ^^^^^^^^^^ overruled by previous forbid
10 error[E0453]: allow(deprecated) incompatible with previous forbid
11 --> $DIR/lint-forbid-attr.rs:3:9
13 LL | #![forbid(deprecated)]
14 | ---------- `forbid` level set here
17 | ^^^^^^^^^^ overruled by previous forbid
H A Dforbid-member-group.stderr1 error[E0453]: allow(unused) incompatible with previous forbid
2 --> $DIR/forbid-member-group.rs:6:9
4 LL | #![forbid(unused_variables)]
5 | ---------------- `forbid` level set here
8 | ^^^^^^ overruled by previous forbid
10 error[E0453]: allow(unused) incompatible with previous forbid
11 --> $DIR/forbid-member-group.rs:6:9
13 LL | #![forbid(unused_variables)]
14 | ---------------- `forbid` level set here
17 | ^^^^^^ overruled by previous forbid
H A Dissue-80988.stderr1 warning: deny(warnings) incompatible with previous forbid
4 LL | #![forbid(warnings)]
5 | -------- `forbid` level set here
8 | ^^^^^^^^ overruled by previous forbid
14 warning: deny(warnings) incompatible with previous forbid
17 LL | #![forbid(warnings)]
18 | -------- `forbid` level set here
21 | ^^^^^^^^ overruled by previous forbid
29 LL | #![forbid(warnings)]
30 | -------- `forbid` level set here
[all …]
H A Dlint-forbid-cmdline.stderr1 error[E0453]: allow(deprecated) incompatible with previous forbid
2 --> $DIR/lint-forbid-cmdline.rs:3:9
5 | ^^^^^^^^^^ overruled by previous forbid
7 = note: `forbid` lint level was set on command line
9 error[E0453]: allow(deprecated) incompatible with previous forbid
10 --> $DIR/lint-forbid-cmdline.rs:3:9
13 | ^^^^^^^^^^ overruled by previous forbid
15 = note: `forbid` lint level was set on command line
H A Dissue-70819-dont-override-forbid-in-same-scope.stderr1 error: deny(unused) incompatible with previous forbid
2 --> $DIR/issue-70819-dont-override-forbid-in-same-scope.rs:21:13
4 LL | #![forbid(unused)]
5 | ------ `forbid` level set here
7 | ^^^^^^ overruled by previous forbid
10 --> $DIR/issue-70819-dont-override-forbid-in-same-scope.rs:17:11
12 LL | #![forbid(forbidden_lint_groups)]
H A Dissue-70819-dont-override-forbid-in-same-scope.rs17 #![forbid(forbidden_lint_groups)]
20 #![forbid(unused)] in forbid_first()
34 #![forbid(unused)] in forbid_last()
40 #![forbid(unused)] in forbid_multiple()
41 #![forbid(unused)] in forbid_multiple()
H A Dforbid-group-group-1.stderr2 --> $DIR/forbid-group-group-1.rs:11:9
8 --> $DIR/forbid-group-group-1.rs:4:11
10 LL | #![forbid(nonstandard_style)]
12 = note: `#[forbid(non_snake_case)]` implied by `#[forbid(nonstandard_style)]`
/dports/lang/rust/rustc-1.58.1-src/src/test/ui-fulldeps/
H A Dlint-plugin-forbid-attrs.stderr2 --> $DIR/lint-plugin-forbid-attrs.rs:11:9
4 LL | #![forbid(test_lint)]
5 | --------- `forbid` level set here
11 --> $DIR/lint-plugin-forbid-attrs.rs:11:9
13 LL | #![forbid(test_lint)]
20 --> $DIR/lint-plugin-forbid-attrs.rs:5:1
28 --> $DIR/lint-plugin-forbid-attrs.rs:9:1
34 --> $DIR/lint-plugin-forbid-attrs.rs:7:11
36 LL | #![forbid(test_lint)]
40 --> $DIR/lint-plugin-forbid-attrs.rs:11:9
[all …]
H A Dlint-plugin-forbid-cmdline.stderr1 error[E0453]: allow(test_lint) incompatible with previous forbid
2 --> $DIR/lint-plugin-forbid-cmdline.rs:10:9
5 | ^^^^^^^^^ overruled by previous forbid
7 = note: `forbid` lint level was set on command line
10 --> $DIR/lint-plugin-forbid-cmdline.rs:10:9
13 | ^^^^^^^^^ overruled by previous forbid
15 = note: `forbid` lint level was set on command line
18 --> $DIR/lint-plugin-forbid-cmdline.rs:6:1
26 --> $DIR/lint-plugin-forbid-cmdline.rs:8:1
34 --> $DIR/lint-plugin-forbid-cmdline.rs:10:9
[all …]
/dports/sysutils/modules/modules-4.6.0/testsuite/etc/
H A Dmodulerc.bench38 module-forbid --not-user [module-info username] hide1/5.0
14 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide1/5.0
15 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide1/5.0
20 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide1/4
21 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide1/4
32 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide2@7:8
33 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide2@7:8
38 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide3@9.0:
44 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide4@10:
45 module-forbid --message {Lorem ipsum dolor sit amet, consectetur adipiscing elit.} hide4@10:
[all …]
/dports/sysutils/modules/modules-4.6.0/testsuite/modulefiles.2/hide1/
H A D.modulerc172 module-forbid hide1/5.0
182 module-forbid hide1
186 # 20/115 module-forbid tests
188 module-forbid
191 module-forbid @:1.2
194 module-forbid -foo hide2
201 module-forbid *
204 module-forbid hi*
207 module-forbid hide1/4.?
482 module-forbid hide1
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/error-codes/
H A DE0453.stderr1 error[E0453]: allow(non_snake_case) incompatible with previous forbid
4 LL | #![forbid(non_snake_case)]
5 | -------------- `forbid` level set here
8 | ^^^^^^^^^^^^^^ overruled by previous forbid
10 error[E0453]: allow(non_snake_case) incompatible with previous forbid
13 LL | #![forbid(non_snake_case)]
14 | -------------- `forbid` level set here
17 | ^^^^^^^^^^^^^^ overruled by previous forbid
/dports/math/ogdf/OGDF/include/ogdf/upward/
H A DUpwardPlanarizerModule.h75 const EdgeArray<bool> * forbid = nullptr)
78 m_useForbid = (forbid != nullptr);
81 if(!useForbid()) forbid = new EdgeArray<bool> (UPR.original(), 0);
84 ReturnType R = doCall(UPR, *cost, *forbid);
87 if(!useForbid()) delete forbid; variable
95 const EdgeArray<bool> * forbid = nullptr) { in operator()
96 return call(UPR, cost, forbid); in operator()
127 const EdgeArray<bool> &forbid) = 0;
/dports/devel/ipython5/ipython-5.10.0/IPython/external/
H A Dqt_loaders.py67 ID.forbid('PySide')
68 ID.forbid('PyQt4')
69 ID.forbid('PyQt5')
71 ID.forbid('PySide2')
72 ID.forbid('PyQt4')
73 ID.forbid('PyQt5')
75 ID.forbid('PySide2')
76 ID.forbid('PySide')
77 ID.forbid('PyQt4')
79 ID.forbid('PyQt5')
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_error_codes/src/error_codes/
H A DE0453.md1 A lint check attribute was overruled by a `forbid` directive set as an
7 #![forbid(non_snake_case)]
12 // forbid(non_snake_case)
16 The `forbid` lint setting, like `deny`, turns the corresponding compiler
17 warning into a hard error. Unlike `deny`, `forbid` prevents itself from being
20 If you're sure you want to override the lint check, you can change `forbid` to
21 `deny` (or use `-D` instead of `-F` if the `forbid` setting was given as a
37 #![forbid(non_snake_case)]
/dports/editors/2bsd-vi/ex-050325/
H A Dex_voper.c190 forbid(!value(LISP)); in operate()
224 forbid (cnt <= 0); in operate()
323 forbid(!i); in operate()
351 forbid(getkey() != c); in operate()
352 forbid (Xhadcnt); in operate()
356 forbid(!i); in operate()
367 forbid (lastFKND == 0); in operate()
388 forbid (lastFKND == 0); in operate()
671 forbid (c == 0); in operate()
674 forbid (Xhadcnt); in operate()
[all …]
H A Dex_vmain.c196 forbid (cnt <= 0); in vmain()
334 forbid(!xislower(c)); in vmain()
489 forbid (c == 0); in vmain()
504 forbid(addr > dol); in vmain()
567 forbid (dot == dol); in vmain()
920 forbid (hadcnt); in vmain()
981 forbid (hadcnt); in vmain()
1299 #undef forbid
1351 forbid (addr < one); in vzop()
1366 forbid (addr <= one); in vzop()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/rfc-2565-param-attrs/
H A Dparam-attrs-allowed.rs11 #[forbid(unused_mut)] d: i32, in ffi()
20 #[forbid(unused_mut)] d: i32,
28 #[forbid(unused_mut)] d: i32, in foo()
55 #[forbid(unused_mut)] &self, in foo()
61 #[forbid(unused_mut)] &self, in foo()
79 #[forbid(unused_mut)] self: Box<Self>, in foo()
85 #[forbid(unused_mut)] self: Box<Self>, in foo()
/dports/editors/joe/joe-4.6/syntax/
H A Dcoffee.jsf529 "var" forbid
530 "void" forbid
531 "with" forbid
532 "const" forbid
533 "let" forbid
534 "enum" forbid
535 "export" forbid
536 "import" forbid
537 "native" forbid
546 "eval" forbid
[all …]
/dports/math/ogdf/OGDF/include/ogdf/planarity/
H A DMMCrossingMinimizationModule.h73 const EdgeArray<bool> *forbid = nullptr)
75 return doCall(PG, cc, forbid, crossingNumber, m_nodeSplits, m_splittedNodes);
88 ReturnType call(const Graph &G, int &cr, const EdgeArray<bool> *forbid = nullptr);
104 const EdgeArray<bool> *forbid = nullptr);
131 const EdgeArray<bool> *forbid,
/dports/sysutils/modules/modules-4.6.0/testsuite/modulefiles.2/hide2/
H A D.modulerc65 # 20/115 module-forbid tests
67 module-forbid hide2/1.0
71 module-forbid hide2/1.1
75 module-forbid hide2/1.2
80 module-forbid hide2/default
133 # 20/115 module-forbid tests over different kind of elements
136 module-forbid hide2/1.5
139 module-forbid hide2/1.5
143 module-forbid hide2/1.5
/dports/science/jdftx/jdftx-1.6.0/jdftx/commands/
H A Delec_fillings.cpp111 forbid("elec-initial-charge"); in CommandTargetMu()
112 forbid("fix-electron-density"); in CommandTargetMu()
113 forbid("fix-electron-potential"); in CommandTargetMu()
142 forbid("fix-electron-density"); in CommandTargetBz()
143 forbid("fix-electron-potential"); in CommandTargetBz()
166 forbid("target-mu"); in CommandElecInitialCharge()
225 forbid("initial-state"); in CommandElecInitialFillings()
250 forbid("initial-state"); in CommandElecInitialEigenvals()

12345678910>>...229