Home
last modified time | relevance | path

Searched refs:Blah (Results 1 – 25 of 2155) sorted by relevance

12345678910>>...87

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-7.cs32 k = new Blah (2) + new Blah (3); in Main()
49 k = new Blah (22) - new Blah (21); in Main()
73 int i = new Blah (5) * new Blah (10); in Main()
112 public static Blah operator + (Blah i, Blah j) in operator +()
114 Blah b = new Blah (i.i + j.i); in operator +()
119 public static Blah operator + (Blah i) in operator +()
125 public static Blah operator - (Blah i) in operator -()
131 public static Blah operator - (Blah i, Blah j) in operator -()
133 Blah b = new Blah (i.i - j.i); in operator -()
170 Blah b = new Blah (i.i + 1); in operator ++()
[all …]
H A Dtest-221.cs18 if (b.Blah != 2) return false; in Test()
19 if (b.Blah ++ != 2) return false; in Test()
20 b.Blah = 0; in Test()
32 public override int Blah { get { return base.Blah; } } property in E
38 if (e.Blah != 2) return false; in Test()
39 if (e.Blah ++ != 2) return false; in Test()
40 e.Blah = 2; in Test()
48 int Blah { get; set; } property
64 if (f.Blah != 2) return false; in Test()
65 if (f.Blah ++ != 2) return false; in Test()
[all …]
H A Dtest-16.cs5 public class Blah { class
7 public static int operator + (Blah i, Blah j) in operator +()
13 public static implicit operator int (Blah i) in operator int()
19 public static implicit operator byte (Blah i) in operator byte()
25 public static implicit operator short (Blah i) in operator short()
33 public class Foo : Blah {
/dports/misc/patchutils/patchutils-0.4.2/tests/flip18/
H A Drun-test21 Blah
22 Blah
23 Blah
25 Blah
26 Blah
27 Blah
34 Blah
36 +Blah
37 Blah
46 Blah
[all …]
/dports/misc/patchutils/patchutils-0.4.2/tests/flip19/
H A Drun-test28 Blah
30 +Blah
31 Blah
33 Blah
34 Blah
35 Blah
37 Blah
38 Blah
39 Blah
53 Blah
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/or-patterns/
H A Dor-patterns-binding-type-mismatch.rs5 enum Blah { in main() enum
10 match Blah::A(1, 1, 2) { in main()
11 Blah::A(_, x, y) | Blah::B(x, y) => {} //~ ERROR mismatched types in main()
14 match Some(Blah::A(1, 1, 2)) { in main()
15 Some(Blah::A(_, x, y) | Blah::B(x, y)) => {} //~ ERROR mismatched types in main()
32 if let Blah::A(_, x, y) | Blah::B(x, y) = Blah::A(1, 1, 2) { in main()
36 if let Some(Blah::A(_, x, y) | Blah::B(x, y)) = Some(Blah::A(1, 1, 2)) { in main()
53 let (Blah::A(_, x, y) | Blah::B(x, y)) = Blah::A(1, 1, 2); in main()
60 fn f1((Blah::A(_, x, y) | Blah::B(x, y)): Blah) {} in main() argument
/dports/devel/swig/swig-4.0.2/Examples/test-suite/go/
H A Dusing_composition_runme.go7 if f.Blah(3).(int) != 3 {
11 if f.Blah(3.5) != 3.5 {
15 if f.Blah("hello").(string) != "hello" {
20 if f2.Blah(3).(int) != 3 {
24 if f2.Blah(3.5) != 3.5 {
28 if f2.Blah("hello").(string) != "hello" {
33 if f3.Blah(3).(int) != 3 {
37 if f3.Blah(3.5) != 3.5 {
41 if f3.Blah("hello").(string) != "hello" {
/dports/textproc/raptor2/raptor2-2.0.15/tests/feeds/
H A Dtest04-result.ttl22 <2006/04/02/Blah-Blah>
24 rss:description "Blah blah summary." ;
25 rss:link "http://www.example.org/blog/2006/04/02/Blah-Blah" ;
26 content:encoded "Blah blah summary." ;
27 rss:title "Blah Blah" ;
29 atom:content "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Blah blah</p></div>" ;
33 atom:href <2006/04/02/Blah-Blah>
35 atom:summary "Blah blah summary." ;
36 atom:title "Blah Blah" ;
42 rdf:_1 <2006/04/02/Blah-Blah> ;
/dports/textproc/raptor/raptor-1.4.21/tests/feeds/
H A Dtest04-result.ttl22 <2006/04/02/Blah-Blah>
24 rss:description "Blah blah summary." ;
25 rss:link "http://www.example.org/blog/2006/04/02/Blah-Blah" ;
26 content:encoded "Blah blah summary." ;
27 rss:title "Blah Blah" ;
29 atom:content "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Blah blah</p></div>" ;
33 atom:href <2006/04/02/Blah-Blah>
35 atom:summary "Blah blah summary." ;
36 atom:title "Blah Blah" ;
42 rdf:_1 <2006/04/02/Blah-Blah> ;
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DValueTypeTest.cs15 struct Blah struct
20 public Blah (string s, int x) in Blah() method
49 Blah a = new Blah ("abc", 1); in TestEquals()
50 Blah b = new Blah (string.Format ("ab{0}", 'c'), 1); in TestEquals()
78 Blah a = new Blah ("abc", 1); in TestGetHash()
79 Blah b = new Blah (string.Format ("ab{0}", 'c'), 1); in TestGetHash()
86 a = new Blah (null, 1); in TestGetHash()
87 b = new Blah (null, 1); in TestGetHash()
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/Documentation/
H A DRequirePodSections.run31 Blah...
35 Blah...
39 Blah...
51 Blah...
55 Blah...
63 Blah...
88 Blah...
92 Blah...
108 Blah...
112 Blah...
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/kube-openapi/kube-openapi-743ec37842bf/pkg/generators/
H A Dopenapi_test.go90 type Blah struct {
321 type Blah struct {
351 type Blah struct {
366 type Blah struct {
381 type Blah struct {
412 type Blah struct {
443 type Blah struct {
484 type Blah struct {
520 type Blah struct {
565 type Blah struct {
[all …]
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dbug30820.phpt8 class Blah {
12 Blah::$x = 1;
15 echo 'Blah::$x = '. Blah::$x ."\n";
20 $b = new Blah();
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
/dports/www/mod_php81/php-8.1.1/ext/simplexml/tests/
H A D035.phpt9 <p>Blah 1</p>
10 <p>Blah 2</p>
11 <p>Blah 3</p>
12 <tt>Blah 4</tt>
22 Blah 1
23 Blah 1
24 Blah 1
/dports/lang/php81/php-8.1.1/ext/simplexml/tests/
H A D035.phpt9 <p>Blah 1</p>
10 <p>Blah 2</p>
11 <p>Blah 3</p>
12 <tt>Blah 4</tt>
22 Blah 1
23 Blah 1
24 Blah 1
/dports/textproc/php81-simplexml/php-8.1.1/ext/simplexml/tests/
H A D035.phpt9 <p>Blah 1</p>
10 <p>Blah 2</p>
11 <p>Blah 3</p>
12 <tt>Blah 4</tt>
22 Blah 1
23 Blah 1
24 Blah 1
/dports/lang/php80/php-8.0.15/ext/simplexml/tests/
H A D035.phpt9 <p>Blah 1</p>
10 <p>Blah 2</p>
11 <p>Blah 3</p>
12 <tt>Blah 4</tt>
22 Blah 1
23 Blah 1
24 Blah 1
/dports/textproc/php80-simplexml/php-8.0.15/ext/simplexml/tests/
H A D035.phpt9 <p>Blah 1</p>
10 <p>Blah 2</p>
11 <p>Blah 3</p>
12 <tt>Blah 4</tt>
22 Blah 1
23 Blah 1
24 Blah 1

12345678910>>...87