Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 2,543 for constructs (0.12 sec)

  1. 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)
  2. 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)
  3. guava/src/com/google/common/base/FinalizablePhantomReference.java

     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public abstract class FinalizablePhantomReference<T> extends PhantomReference<T>
        implements FinalizableReference {
      /**
       * Constructs a new finalizable phantom reference.
       *
       * @param referent to phantom reference
       * @param queue that should finalize the referent
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/podfailurepolicy.go

    // with apply.
    type PodFailurePolicyApplyConfiguration struct {
    	Rules []PodFailurePolicyRuleApplyConfiguration `json:"rules,omitempty"`
    }
    
    // PodFailurePolicyApplyConfiguration constructs an declarative configuration of the PodFailurePolicy type for use with
    // apply.
    func PodFailurePolicy() *PodFailurePolicyApplyConfiguration {
    	return &PodFailurePolicyApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 16:39:08 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/nodeselector.go

    // with apply.
    type NodeSelectorApplyConfiguration struct {
    	NodeSelectorTerms []NodeSelectorTermApplyConfiguration `json:"nodeSelectorTerms,omitempty"`
    }
    
    // NodeSelectorApplyConfiguration constructs an declarative configuration of the NodeSelector type for use with
    // apply.
    func NodeSelector() *NodeSelectorApplyConfiguration {
    	return &NodeSelectorApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/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: Tue Mar 14 02:44:28 UTC 2023
    - 1.7K 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. android/guava/src/com/google/common/base/FinalizablePhantomReference.java

     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public abstract class FinalizablePhantomReference<T> extends PhantomReference<T>
        implements FinalizableReference {
      /**
       * Constructs a new finalizable phantom reference.
       *
       * @param referent to phantom reference
       * @param queue that should finalize the referent
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/containerstaterunning.go

    // with apply.
    type ContainerStateRunningApplyConfiguration struct {
    	StartedAt *v1.Time `json:"startedAt,omitempty"`
    }
    
    // ContainerStateRunningApplyConfiguration constructs an declarative configuration of the ContainerStateRunning type for use with
    // apply.
    func ContainerStateRunning() *ContainerStateRunningApplyConfiguration {
    	return &ContainerStateRunningApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/downwardapiprojection.go

    // with apply.
    type DownwardAPIProjectionApplyConfiguration struct {
    	Items []DownwardAPIVolumeFileApplyConfiguration `json:"items,omitempty"`
    }
    
    // DownwardAPIProjectionApplyConfiguration constructs an declarative configuration of the DownwardAPIProjection type for use with
    // apply.
    func DownwardAPIProjection() *DownwardAPIProjectionApplyConfiguration {
    	return &DownwardAPIProjectionApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top