Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 69 for RAW (0.02 sec)

  1. guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        @SuppressWarnings("rawtypes") // Trying to test raw class
        TypeToken<List> tokL = new TypeToken<List>() {};
        assertTrue(tokL.isSupertypeOf(StringList.class));
        assertTrue(tokL.isSupertypeOf(StringList.class.getGenericInterfaces()[0]));
    
        @SuppressWarnings("rawtypes") // Trying to test raw class
        TypeToken<Second> tokS = new TypeToken<Second>() {};
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        @SuppressWarnings("rawtypes") // Trying to test raw class
        TypeToken<List> tokL = new TypeToken<List>() {};
        assertTrue(tokL.isSupertypeOf(StringList.class));
        assertTrue(tokL.isSupertypeOf(StringList.class.getGenericInterfaces()[0]));
    
        @SuppressWarnings("rawtypes") // Trying to test raw class
        TypeToken<Second> tokS = new TypeToken<Second>() {};
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modget/get.go

    				base.Errorf("go: %s: arguments must be package or module paths", q.raw)
    				continue
    			}
    			if fi, err := os.Stat(q.raw); err == nil && !fi.IsDir() {
    				base.Errorf("go: %s exists as a file, but 'go get' requires package arguments", q.raw)
    				continue
    			}
    		}
    
    		queries = append(queries, q)
    	}
    
    	return dropToolchain, queries
    }
    
    type resolver struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  4. pkg/apis/autoscaling/validation/validation_test.go

    							AverageUtilization: utilpointer.Int32(70),
    							AverageValue:       resource.NewMilliQuantity(300, resource.DecimalSI),
    						},
    					},
    				}},
    			},
    		},
    		msg: "may not set both a target raw value and a target utilization",
    	}, {
    		horizontalPodAutoscaler: autoscaling.HorizontalPodAutoscaler{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "myautoscaler",
    				Namespace: metav1.NamespaceDefault,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  5. src/encoding/json/decode_test.go

    	}
    	if nulls.PStruct != nil {
    		t.Errorf("Unmarshal of null did not clear nulls.PStruct")
    	}
    
    	if string(nulls.Raw) != "null" {
    		t.Errorf("Unmarshal of RawMessage null did not record null: %v", string(nulls.Raw))
    	}
    	if nulls.Time.String() != before {
    		t.Errorf("Unmarshal of time.Time null set time to %v", nulls.Time.String())
    	}
    	if nulls.BigInt.String() != "123" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

    /**
     */
    @Named
    @Singleton
    public class DefaultModelBuilder implements ModelBuilder {
    
        public static final String NAMESPACE_PREFIX = "http://maven.apache.org/POM/";
        private static final String RAW = "raw";
        private static final String FILE = "file";
        private static final String IMPORT = "import";
    
        private final Logger logger = LoggerFactory.getLogger(getClass());
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (S(LD|RD|RAD|LW|RW|RAW) x (AND (MOVDconst [c]) y))
      => (S(LD|RD|RAD|LW|RW|RAW) x (ANDWconst <typ.UInt32> [int32(c&63)] y))
    (S(LD|RD|RAD|LW|RW|RAW) x (ANDWconst [c] y)) && c&63 == 63
      => (S(LD|RD|RAD|LW|RW|RAW) x y)
    (SLD  x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SLD  x y)
    (SRD  x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SRD  x y)
    (SRAD x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SRAD x y)
    (SLW  x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SLW  x y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  8. tests/query_test.go

    		{Name: "subquery_raw_4", Age: 40},
    	}
    	DB.Create(&users)
    
    	var count int64
    	err := DB.Raw("select count(*) from (?) tmp where 1 = ? AND name IN (?)", DB.Raw("select name from users where age >= ? and name in (?)", 10, []string{"subquery_raw_1", "subquery_raw_2", "subquery_raw_3"}), 1, DB.Raw("select name from users where age >= ? and name in (?)", 20, []string{"subquery_raw_1", "subquery_raw_2", "subquery_raw_3"})).Scan(&count).Error
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  9. src/go/printer/testdata/parser.go

    		}
    	}
    
    	return x
    }
    
    // If lhs is set and the result is an identifier, it is not resolved.
    // TODO(gri): parseExpr may return a type or even a raw type ([..]int) -
    // should reject when a type/raw type is obviously not allowed
    func (p *parser) parseExpr(lhs bool) ast.Expr {
    	if p.trace {
    		defer un(trace(p, "Expression"))
    	}
    
    	return p.parseBinaryExpr(lhs, token.LowestPrec+1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  10. kotlin-js-store/yarn.lock

      integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
    
    raw-body@2.5.1:
      version "2.5.1"
      resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
      integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
      dependencies:
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
Back to top