Home
last modified time | relevance | path

Searched refs:Different (Results 1 – 25 of 7272) sorted by relevance

12345678910>>...291

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/closure-expected-type/
H A Dexpect-fn-supply-fn-multiple.rs5 type Different<'a, 'b> = &'a mut (&'a (), &'b ()); typedef
6 type Same<'a> = Different<'a, 'a>;
9 where F: for<'a, 'b> FnOnce(Different<'a, 'b>) in with_closure_expecting_different()
14 where F: FnOnce(Different<'_, '_>) in with_closure_expecting_different_anon()
19 with_closure_expecting_different_anon(|x: Different| { in supplying_nothing_expecting_anon()
24 with_closure_expecting_different(|x: Different| { in supplying_nothing_expecting_named()
29 with_closure_expecting_different_anon(|x: Different<'_, '_>| { in supplying_underscore_expecting_anon()
34 with_closure_expecting_different(|x: Different<'_, '_>| { in supplying_underscore_expecting_named()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Diff/
H A DParseResult.hs26 Different [SrcSpan] constructor
31 Different xs <> Different ys = Different (xs ++ ys) function
68 else Different []
83 | otherwise = Different []
89 Nothing -> Different []
93 else Different []
104 _ -> Different []
108 Nothing -> Different []
112 else Different []
120 appendSpan s (Different ss) | fresh && helpful = Different (s : ss)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Diff/
H A DParseResult.hs33 Different [SrcSpan] constructor
39 Different xs <> Different ys = Different (xs ++ ys) function
64 | otherwise = Different []
87 else Different []
107 | otherwise = Different []
122 _ -> Different []
126 Nothing -> Different []
130 else Different []
138 appendSpan s (Different ss) | fresh && helpful = Different (s : ss)
154 layoutInfoEq _ _ = Different []
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/
H A DDiff.hs27 Different [SrcSpan] constructor
32 Different xs <> Different ys = Different (xs ++ ys) function
66 else Different []
81 | otherwise = Different []
87 Nothing -> Different []
91 else Different []
100 _ -> Different []
104 Nothing -> Different []
108 else Different []
116 appendSpan s (Different ss) | fresh && helpful = Different (s : ss)
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/multiVariableDeclaration/
H A DdisallowWildcards.sol16 // TypeError 7364: (53-72): Different number of components on the left hand side (2) than on the ri…
17 // TypeError 7364: (82-101): Different number of components on the left hand side (2) than on the r…
18 // TypeError 7364: (111-135): Different number of components on the left hand side (3) than on the …
19 // TypeError 7364: (145-174): Different number of components on the left hand side (3) than on the …
20 // TypeError 7364: (184-213): Different number of components on the left hand side (3) than on the …
21 // TypeError 7364: (223-251): Different number of components on the left hand side (4) than on the …
22 // TypeError 7364: (261-274): Different number of components on the left hand side (2) than on the …
23 // TypeError 7364: (284-297): Different number of components on the left hand side (2) than on the …
24 // TypeError 7364: (307-321): Different number of components on the left hand side (3) than on the …
H A DdisallowWildcardsFromReturn.sol22 // TypeError 7364: (62-81): Different number of components on the left hand side (2) than on the ri…
23 // TypeError 7364: (91-110): Different number of components on the left hand side (2) than on the r…
24 // TypeError 7364: (120-139): Different number of components on the left hand side (3) than on the …
25 // TypeError 7364: (149-175): Different number of components on the left hand side (3) than on the …
26 // TypeError 7364: (185-211): Different number of components on the left hand side (3) than on the …
27 // TypeError 7364: (221-249): Different number of components on the left hand side (4) than on the …
28 // TypeError 7364: (259-276): Different number of components on the left hand side (2) than on the …
29 // TypeError 7364: (286-303): Different number of components on the left hand side (2) than on the …
30 // TypeError 7364: (313-331): Different number of components on the left hand side (3) than on the …
31 // TypeError 7364: (341-368): Different number of components on the left hand side (4) than on the …
H A DdifferentNumberOfComponents.sol18 // TypeError 7364: (47-61): Different number of components on the left hand side (1) than on the ri…
19 // TypeError 7364: (71-87): Different number of components on the left hand side (1) than on the ri…
20 // TypeError 7364: (97-115): Different number of components on the left hand side (1) than on the r…
21 // TypeError 7364: (157-197): Different number of components on the left hand side (4) than on the …
22 // TypeError 7364: (207-238): Different number of components on the left hand side (3) than on the …
23 // TypeError 7364: (248-270): Different number of components on the left hand side (2) than on the …
24 // TypeError 7364: (312-358): Different number of components on the left hand side (4) than on the …
25 // TypeError 7364: (368-407): Different number of components on the left hand side (3) than on the …
H A DdifferentNumberOfComponentsFromReturn.sol22 // TypeError 7364: (47-61): Different number of components on the left hand side (1) than on the ri…
23 // TypeError 7364: (71-87): Different number of components on the left hand side (1) than on the ri…
24 // TypeError 7364: (97-112): Different number of components on the left hand side (1) than on the r…
25 // TypeError 7364: (154-198): Different number of components on the left hand side (4) than on the …
26 // TypeError 7364: (208-243): Different number of components on the left hand side (3) than on the …
27 // TypeError 7364: (253-279): Different number of components on the left hand side (2) than on the …
28 // TypeError 7364: (321-367): Different number of components on the left hand side (4) than on the …
29 // TypeError 7364: (377-413): Different number of components on the left hand side (3) than on the …
H A DmultiVariableDeclarationEmpty.sol9 // TypeError 7364: (52-74): Different number of components on the left hand side (2) than on the ri…
10 // TypeError 7364: (84-98): Different number of components on the left hand side (1) than on the ri…
11 // TypeError 7364: (108-120): Different number of components on the left hand side (1) than on the …
/dports/devel/tlsh/tlsh-d842e75/Testing/
H A Dtest.bat57 … fc /W tmp\example_data.out %EXPECTED_OUT% >NUL && Echo Same>out.res || Echo Different>out.res
59 …if "%diffc%" == "Different" ( echo "error: (1), fc tmp/example_data.out %EXPECTED_OUT%" & EXIT /B …
62 … fc /W tmp\example_data.err %EXPECTED_ERR% >NUL && Echo Same>out.res || Echo Different>out.res
64 …if "%diffc%" == "Different" ( echo "error: (1), fc tmp\example_data.out %EXPECTED_ERR%" & EXIT /B …
98 …if "%diffc%" == "Different" ( echo "error: (2), fc tmp/example_data.scores %EXPECTED_SCO%" & EXIT …
101 … fc /W tmp\example_data.err2 %EXPECTED_ERR% >NUL && Echo Same>out.res || Echo Different>out.res
103 …if "%diffc%" == "Different" ( echo "error: (2), fc tmp/example_data.err2 %EXPECTED_ERR%" & EXIT /B…
232 fc /W tmp\small.tlsh %EXPECTED_TLSH% >NUL && Echo Same>out.res || Echo Different>out.res
234 if "%diffc%" == "Different" ( echo "error: (7), fc tmp/small.tlsh %EXPECTED_TLSH%" & EXIT /B 7)
245 fc /W tmp\small2.tlsh %EXPECTED_TLSH% >NUL && Echo Same>out.res || Echo Different>out.res
[all …]
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Dbug1950327.js.tags3 Different�1�0
5 createTabTile�128�(browser)�Different�0
7 destroyTabTile�128�(tile)�Different�0
10 init�128�()�Different�0
/dports/devel/geany/geany-1.38/tests/ctags/
H A Dbug1950327.js.tags3 Different�1�0
5 createTabTile�128�(browser)�Different�0
7 destroyTabTile�128�(tile)�Different�0
10 init�128�()�Different�0
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/DynamicField/
H A DValueIsDifferent.t233 Name => 'Text: Different case',
242 Name => 'Text: Different using utf8',
316 Name => 'TextArea: Different case',
325 Name => 'TextArea: Different using utf8',
343 Name => 'TextArea: Different mutiline',
435 Name => 'Checkbox: Different',
500 Name => 'Dropdown: Different case',
509 Name => 'Dropdown: Different using utf8',
610 Name => 'Multiselect: Different case',
747 Name => 'DateTime: Different date/time',
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-javascript.r/bug1950327.js.d/
H A Dexpected.tags2 Different input.js /^Different.prototype = {$/;" c
4 createTabTile input.js /^ createTabTile: function(browser) $/;" m class:Different
6 destroyTabTile input.js /^ destroyTabTile: function(tile)$/;" m class:Different
9 init input.js /^ init: function() $/;" m class:Different
/dports/net/cloudquery/cloudquery-0.16.0/pkg/module/drift/
H A Dmodel.go66Different ResourceList `json:"diff,omitempty"` // Resources don't match fully (id + attribut… member
92 stringDump(r.Different, "different", &parts)
139 Different []combined
161 transform(r, r.Different, &combo.Different)
193 combo.Different,
251 for _, l := range [][]combined{combo.Equal, combo.DeepEqual, combo.Different} {
269 for _, t := range append(append(combo.Equal, combo.DeepEqual...), combo.Different...) {
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/t/
H A Diodku.test18 --disable_ps_protocol # Different number of warnings until WL#6570.
25 --disable_ps_protocol # Different number of warnings until WL#6570.
48 --disable_ps_protocol # Different number of warnings until WL#6570.
56 --disable_ps_protocol # Different number of warnings until WL#6570.
93 --disable_ps_protocol # Different number of warnings until WL#6570.
101 --disable_ps_protocol # Different number of warnings until WL#6570.
116 --disable_ps_protocol # Different number of warnings until WL#6570.
146 --disable_ps_protocol # Different number of warnings until WL#6570.
153 --disable_ps_protocol # Different number of warnings until WL#6570.
175 --disable_ps_protocol # Different number of warnings until WL#6570.
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/iceRegressionTests/declarationUnaryTuple/
H A Ddeclaration_unary_tuple.sol14 // TypeError 7364: (51-66): Different number of components on the left hand side (1) than on the ri…
16 // TypeError 7364: (76-91): Different number of components on the left hand side (1) than on the ri…
18 // TypeError 7364: (101-118): Different number of components on the left hand side (1) than on the …
20 // TypeError 7364: (128-145): Different number of components on the left hand side (1) than on the …
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/ring/
H A Dmodel.go461Different // Rings have different set of instances, or thei… const
470 return Different
476 return Different
480 return Different
488 return Different
492 return Different
496 return Different
500 return Different
504 return Different
509 return Different
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/dskit/ring/
H A Dmodel.go473Different // Rings have different set of instances, or thei… const
482 return Different
488 return Different
492 return Different
500 return Different
504 return Different
508 return Different
512 return Different
516 return Different
521 return Different
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/ring/
H A Dmodel.go461Different // Rings have different set of instances, or thei… const
470 return Different
476 return Different
480 return Different
488 return Different
492 return Different
496 return Different
500 return Different
504 return Different
509 return Different
/dports/devel/sccache/sccache-0.2.15/cargo-crates/predicates-1.0.6/src/str/
H A Ddifference.rs20 Different, enumerator
27 DistanceOp::Different => limit < distance, in eval()
121 DistanceOp::Different => write!(f, "{} < var - original", self.distance), in fmt()
145 op: DistanceOp::Different, in diff()
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/predicates-1.0.7/src/str/
H A Ddifference.rs18 Different, enumerator
25 DistanceOp::Different => limit < distance, in eval()
119 DistanceOp::Different => write!(f, "{} < var - original", self.distance), in fmt()
143 op: DistanceOp::Different, in diff()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/predicates-1.0.4/src/str/
H A Ddifference.rs20 Different, enumerator
27 DistanceOp::Different => limit < distance, in eval()
121 DistanceOp::Different => write!(f, "{} < var - original", self.distance), in fmt()
145 op: DistanceOp::Different, in diff()
/dports/textproc/sd/sd-0.7.6/cargo-crates/predicates-1.0.4/src/str/
H A Ddifference.rs20 Different, enumerator
27 DistanceOp::Different => limit < distance, in eval()
121 DistanceOp::Different => write!(f, "{} < var - original", self.distance), in fmt()
145 op: DistanceOp::Different, in diff()
/dports/net/proby/proby-1.0.2/cargo-crates/predicates-1.0.5/src/str/
H A Ddifference.rs20 Different, enumerator
27 DistanceOp::Different => limit < distance, in eval()
121 DistanceOp::Different => write!(f, "{} < var - original", self.distance), in fmt()
145 op: DistanceOp::Different, in diff()

12345678910>>...291