Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for initialized (0.64 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

            MustBeInitializedWarningImpl(
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
        add(FirErrors.MUST_BE_INITIALIZED_OR_BE_FINAL) { firDiagnostic ->
            MustBeInitializedOrBeFinalImpl(
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 208.3K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    <p>
    the variable <code>a</code> will be initialized after <code>b</code> but
    whether <code>x</code> is initialized before <code>b</code>, between
    <code>b</code> and <code>a</code>, or after <code>a</code>, and
    thus also the moment at which <code>sideEffect()</code> is called (before
    or after <code>x</code> is initialized) is not specified.
    </p>
    
    <p>
    Variables may also be initialized using functions named <code>init</code>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. cmd/bucket-replication.go

    // a synchronous manner.
    func mustReplicate(ctx context.Context, bucket, object string, mopts mustReplicateOptions) (dsc ReplicateDecision) {
    	// object layer not initialized we return with no decision.
    	if newObjectLayerFn() == nil {
    		return
    	}
    
    	// Disable server-side replication on object prefixes which are excluded
    	// from versioning via the MinIO bucket versioning extension.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  4. android/guava/src/com/google/common/collect/Maps.java

       * use the {@code EnumMap} constructor directly, taking advantage of <a
       * href="http://goo.gl/iz2Wi">"diamond" syntax</a>.
       *
       * @param map the map from which to initialize this {@code EnumMap}
       * @return a new {@code EnumMap} initialized with the mappings from {@code map}
       * @throws IllegalArgumentException if {@code m} is not an {@code EnumMap} instance and contains
       *     no mappings
       */
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    public synchronized class BasicLifecycleHandle extends AbstractLifecycleHan { public void BasicLifecycleHandle(); public void initialize(); } org/codehaus/plexus/lifecycle/BootstrapLifecycleHa.class package org.codehaus.plexus.lifecycle; public synchronized class BootstrapLifecycleHa extends AbstractLifecycleHan { public void BootstrapLifecycleHa(); public void initialize(); } org/codehaus/plexus/lifecycle/DefaultLifecycleHand.class package org.codehaus.plexus.lifecycle; public synchronized class...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  6. cmd/metrics-v2.go

    }
    
    // MetricsGroupV2 are a group of metrics that are initialized together.
    type MetricsGroupV2 struct {
    	metricsCache     *cachevalue.Cache[[]MetricV2] `msg:"-"`
    	cacheInterval    time.Duration
    	metricsGroupOpts MetricsGroupOpts
    }
    
    // MetricsGroupOpts are a group of metrics opts to be used to initialize the metrics group.
    type MetricsGroupOpts struct {
    	dependGlobalObjectAPI           bool
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    public synchronized class BasicLifecycleHandle extends AbstractLifecycleHan { public void BasicLifecycleHandle(); public void initialize(); } org/codehaus/plexus/lifecycle/BootstrapLifecycleHa.class package org.codehaus.plexus.lifecycle; public synchronized class BootstrapLifecycleHa extends AbstractLifecycleHan { public void BootstrapLifecycleHa(); public void initialize(); } org/codehaus/plexus/lifecycle/DefaultLifecycleHand.class package org.codehaus.plexus.lifecycle; public synchronized class...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    public synchronized class BasicLifecycleHandle extends AbstractLifecycleHan { public void BasicLifecycleHandle(); public void initialize(); } org/codehaus/plexus/lifecycle/BootstrapLifecycleHa.class package org.codehaus.plexus.lifecycle; public synchronized class BootstrapLifecycleHa extends AbstractLifecycleHan { public void BootstrapLifecycleHa(); public void initialize(); } org/codehaus/plexus/lifecycle/DefaultLifecycleHand.class package org.codehaus.plexus.lifecycle; public synchronized class...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    public synchronized class BasicLifecycleHandle extends AbstractLifecycleHan { public void BasicLifecycleHandle(); public void initialize(); } org/codehaus/plexus/lifecycle/BootstrapLifecycleHa.class package org.codehaus.plexus.lifecycle; public synchronized class BootstrapLifecycleHa extends AbstractLifecycleHan { public void BootstrapLifecycleHa(); public void initialize(); } org/codehaus/plexus/lifecycle/DefaultLifecycleHand.class package org.codehaus.plexus.lifecycle; public synchronized class...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

        * Any code that inspects this annotation should be changed to use the new key.
          State of Initialization will continue to be reported in both pods.alpha.kubernetes.io/initialized
          and in `podStatus.conditions.{status: "True", type: Initialized}`
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
Back to top