Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for Usages (0.17 sec)

  1. cmd/server_test.go

    	// Sample bucket notification.
    	bucketNotificationBuf := `<NotificationConfiguration><QueueConfiguration><Event>s3:ObjectCreated:Put</Event><Filter><S3Key><FilterRule><Name>prefix</Name><Value>images/</Value></FilterRule></S3Key></Filter><Id>1</Id><Queue>arn:minio:sqs:us-east-1:444455556666:webhook</Queue></QueueConfiguration></NotificationConfiguration>`
    	// generate a random bucket Name.
    	bucketName := getRandomBucketName()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    	Oriya                  = _Oriya                  // Oriya is the set of Unicode characters in script Oriya.
    	Osage                  = _Osage                  // Osage is the set of Unicode characters in script Osage.
    	Osmanya                = _Osmanya                // Osmanya is the set of Unicode characters in script Osmanya.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    		in, out := &in.Addresses, &out.Addresses
    		*out = make([]NodeAddress, len(*in))
    		copy(*out, *in)
    	}
    	out.DaemonEndpoints = in.DaemonEndpoints
    	out.NodeInfo = in.NodeInfo
    	if in.Images != nil {
    		in, out := &in.Images, &out.Images
    		*out = make([]ContainerImage, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.VolumesInUse != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		in, out := &in.Addresses, &out.Addresses
    		*out = make([]NodeAddress, len(*in))
    		copy(*out, *in)
    	}
    	out.DaemonEndpoints = in.DaemonEndpoints
    	out.NodeInfo = in.NodeInfo
    	if in.Images != nil {
    		in, out := &in.Images, &out.Images
    		*out = make([]ContainerImage, len(*in))
    		for i := range *in {
    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	if in.VolumesInUse != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    	{"GET", "codesearch.google.com", "/", 203, "codesearch.google.com/"},
    	{"GET", "codesearch.google.com:443", "/", 203, "codesearch.google.com/"},
    	{"GET", "images.google.com", "/search", 201, "/search"},
    	{"GET", "images.google.com", "/search/", 404, ""},
    	{"GET", "images.google.com", "/search/foo", 404, ""},
    	{"GET", "google.com", "/../search", 301, "/search"},
    	{"GET", "google.com", "/dir/..", 301, ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        TFL_OperandHasRank<0, 4>,
        TFL_OperandHasRank<1, 1>,
        SameOperandsAndResultsScale]> {
      let summary = "ResizeBilinear Op";
    
      let description = [{
        Resize `images` to `size` using bilinear interpolation.
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, TFL_Quint8, QUI8, QI8, QI16]>:$input,
        TFL_I32Tensor:$size,
        BoolAttr:$align_corners,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        `tf.entry_function` attribute will not be pruned, as such graphs/functions may
        have been imported from a V1 TensorFlow graph, where feeds/fetches/targets are
        not provided at certain stages of IR transformation (e.g. pre-placement).
    
        Option `ops-to-preserve` allows to specify ops that should not be pruned,
        regardless of their reachability.
    
        For example, the following:
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    Deprecated Index Help PREV NEXT FRAMES NO FRAMES All Classes Uses of Class org.hamcrest.CoreMatchers No usage of org.hamcrest.CoreMatchers Overview Package Class Use Tree Deprecated Index Help PREV NEXT FRAMES NO FRAMES All Classes org/hamcrest/class-use/CustomMatcher.html Overview Package Class Use Tree Deprecated Index Help PREV NEXT FRAMES NO FRAMES All Classes Uses of Class org.hamcrest.CustomMatcher No usage of org.hamcrest.CustomMatcher Overview Package Class Use Tree Deprecated Index Help PREV NEXT...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

                Maven required to use the resulting plugin.<br>
                In Maven 2, this was also specifying the minimum version of Maven required to build a
                project, but this usage is <b>deprecated</b> in Maven 3 and not checked any more: use
                the <a href="https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html">Maven Enforcer Plugin's
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// LoweredWB invokes runtime.gcWriteBarrier{auxint}. arg0=mem, auxint=# of buffer entries needed.
    		// It saves all GP registers if necessary, but may clobber others.
    		// Returns a pointer to a write barrier buffer in R11.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
Back to top