Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,623 for constructs (0.14 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/typechecking.go

    // with apply.
    type TypeCheckingApplyConfiguration struct {
    	ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"`
    }
    
    // TypeCheckingApplyConfiguration constructs an declarative configuration of the TypeChecking type for use with
    // apply.
    func TypeChecking() *TypeCheckingApplyConfiguration {
    	return &TypeCheckingApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/typechecking.go

    // with apply.
    type TypeCheckingApplyConfiguration struct {
    	ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"`
    }
    
    // TypeCheckingApplyConfiguration constructs an declarative configuration of the TypeChecking type for use with
    // apply.
    func TypeChecking() *TypeCheckingApplyConfiguration {
    	return &TypeCheckingApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/python/type_casters.h

      }
    
      // Constructs a `bytes` object by serializing `src`.
      static handle cast(ProtoT&& src, return_value_policy policy, handle parent) {
        // release() prevents the reference count from decreasing upon the
        // destruction of py::bytes and returns a raw python object handle.
        return py::bytes(Serialize(src)).release();
      }
    
      // Constructs a `bytes` object by serializing `src`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. pkg/controlplane/apiserver/admission/initializer.go

    type PluginInitializer struct {
    	quotaConfiguration         quota.Configuration
    	excludedAdmissionResources []schema.GroupResource
    }
    
    var _ admission.PluginInitializer = &PluginInitializer{}
    
    // NewPluginInitializer constructs new instance of PluginInitializer
    func NewPluginInitializer(
    	quotaConfiguration quota.Configuration,
    	excludedAdmissionResources []schema.GroupResource,
    ) *PluginInitializer {
    	return &PluginInitializer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojoExecutionException.java

            super(message);
        }
    
        public AbstractMojoExecutionException(String message, Throwable cause) {
            super(message, cause);
        }
    
        /**
         * Constructs a new {@code AbstractMojoExecutionException} exception wrapping an underlying {@code Throwable}.
         *
         * @param cause the cause which is saved for later retrieval by the {@link #getCause()} method.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/graph/StandardValueGraph.java

      /** Constructs a graph with the properties specified in {@code builder}. */
      StandardValueGraph(AbstractGraphBuilder<? super N> builder) {
        this(
            builder,
            builder.nodeOrder.<N, GraphConnections<N, V>>createMap(
                builder.expectedNodeCount.or(DEFAULT_NODE_COUNT)),
            0L);
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. guava/src/com/google/common/graph/StandardValueGraph.java

      /** Constructs a graph with the properties specified in {@code builder}. */
      StandardValueGraph(AbstractGraphBuilder<? super N> builder) {
        this(
            builder,
            builder.nodeOrder.<N, GraphConnections<N, V>>createMap(
                builder.expectedNodeCount.or(DEFAULT_NODE_COUNT)),
            0L);
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/IdentityFileResolver.java

     * limitations under the License.
     */
    package org.gradle.api.internal.file;
    
    import java.io.File;
    
    /**
     * FileResolver that uses the file provided to it or constructs one from the toString of the provided object. Used in cases where a FileResolver is needed by the infrastructure, but no base directory
     * can be known.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/externaldocumentation.go

    // with apply.
    type ExternalDocumentationApplyConfiguration struct {
    	Description *string `json:"description,omitempty"`
    	URL         *string `json:"url,omitempty"`
    }
    
    // ExternalDocumentationApplyConfiguration constructs an declarative configuration of the ExternalDocumentation type for use with
    // apply.
    func ExternalDocumentation() *ExternalDocumentationApplyConfiguration {
    	return &ExternalDocumentationApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/externaldocumentation.go

    // with apply.
    type ExternalDocumentationApplyConfiguration struct {
    	Description *string `json:"description,omitempty"`
    	URL         *string `json:"url,omitempty"`
    }
    
    // ExternalDocumentationApplyConfiguration constructs an declarative configuration of the ExternalDocumentation type for use with
    // apply.
    func ExternalDocumentation() *ExternalDocumentationApplyConfiguration {
    	return &ExternalDocumentationApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top