Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 6,433 for returns_ (0.14 sec)

  1. cmd/handler-utils_test.go

    		// Test case - 3
    		// In case of garbage request body ErrMalformedXML is returned.
    		{badRequest, globalMinioDefaultRegion, ErrMalformedXML},
    		// Test case - 4
    		// In case of invalid XML request body ErrMalformedXML is returned.
    		{malformedReq, globalMinioDefaultRegion, ErrMalformedXML},
    	}
    
    	for i, testCase := range testCases {
    		config.SetRegion(globalServerConfig, testCase.serverConfigRegion)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apidiscovery/v2/generated.proto

      optional string subresource = 1;
    
      // responseKind describes the group, version, and kind of the serialization schema for the object type this endpoint typically returns.
      // Some subresources do not return normal resources, these will have null or empty return types.
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind responseKind = 2;
    
      // acceptedTypes describes the kinds that this endpoint accepts.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/output/output.go

    	OutputFormat *string
    }
    
    // AllowedFormats returns a list of allowed output formats
    func (pf *PrintFlags) AllowedFormats() []string {
    	ret := []string{TextOutput}
    	ret = append(ret, pf.JSONYamlPrintFlags.AllowedFormats()...)
    	ret = append(ret, pf.KubeTemplatePrintFlags.AllowedFormats()...)
    
    	return ret
    }
    
    // ToPrinter receives an outputFormat and returns a printer capable of
    // handling format printing.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 08:22:45 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/base/Objects.java

       * has three properties, {@code x}, {@code y}, and {@code z}, one could write:
       *
       * <pre>{@code
       * public int hashCode() {
       *   return Objects.hashCode(getX(), getY(), getZ());
       * }
       * }</pre>
       *
       * <p><b>Warning:</b> When a single object is supplied, the returned hash code does not equal the
       * hash code of that object.
       *
       * <p><b>Java 7+ users:</b> This method should be treated as deprecated; use {@link
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/go/analysis/analysis.go

    	// See comments for ExportObjectFact.
    	ExportPackageFact func(fact Fact)
    
    	// AllPackageFacts returns a new slice containing all package
    	// facts of the analysis's FactTypes in unspecified order.
    	AllPackageFacts func() []PackageFact
    
    	// AllObjectFacts returns a new slice containing all object
    	// facts of the analysis's FactTypes in unspecified order.
    	AllObjectFacts func() []ObjectFact
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  6. src/internal/dag/parse.go

    		tok = p.nextToken()
    		if tok != "," {
    			return list, tok
    		}
    	}
    }
    
    // nextToken returns the next token in the deps rules,
    // one of ";" "," "<" "!<" or a name.
    func (p *rulesParser) nextToken() string {
    	for {
    		if p.text == "" {
    			return ""
    		}
    		switch p.text[0] {
    		case ';', ',', '<':
    			t := p.text[:1]
    			p.text = p.text[1:]
    			return t
    
    		case '!':
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. security/pkg/k8s/chiron/utils.go

    	if b == nil {
    		return nil, fmt.Errorf("could not decode pem")
    	}
    	if b.Type != "CERTIFICATE" {
    		return nil, fmt.Errorf("ca certificate contains wrong type: %v", b.Type)
    	}
    	if _, err := x509.ParseCertificate(b.Bytes); err != nil {
    		return nil, fmt.Errorf("ca certificate parsing returns an error: %v", err)
    	}
    
    	return caCert, nil
    }
    
    func isTCPReachable(host string, port int) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 18:11:22 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/provider/Property.java

         * the property (when queried).
         *
         * <p>
         * This method can be used to specify that the property does not have a default value, by passing it
         * {@code null}.
         * </p>
         *
         * @param value The convention value, or {@code null} if the property should have no default value.
         * @return this
         * @since 5.1
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:06:55 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/authentication/v1beta1/generated.proto

      // token's audiences. A client of the TokenReview API that sets the
      // spec.audiences field should validate that a compatible audience identifier
      // is returned in the status.audiences field to ensure that the TokenReview
      // server is audience aware. If a TokenReview returns an empty
      // status.audience field where status.authenticated is "true", the token is
      // valid against the audience of the Kubernetes API server.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. docs/en/docs/how-to/async-sql-encode-databases.md

    ### About `{**note.dict(), "id": last_record_id}`
    
    `note` is a Pydantic `Note` object.
    
    `note.dict()` returns a `dict` with its data, something like:
    
    ```Python
    {
        "text": "Some note",
        "completed": False,
    }
    ```
    
    but it doesn't have the `id` field.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top