Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for RELEASE (0.7 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

        |----------------------------|--------------|-----------|
        | org.gradle.category        | library      |           |
        | org.gradle.libraryelements | jar          |           |
        | org.gradle.status          | release      |           |
        | org.gradle.usage           | java-runtime |           |
    
    org:leaf2:1.0
    +--- org:middle:1.0
    |    \\--- org:top:1.0
    |         \\--- conf
    \\--- org:top:1.0 (*)
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. src/database/sql/sql.go

    // prepareDC prepares a query on the driverConn and calls release before
    // returning. When cg == nil it implies that a connection pool is used, and
    // when cg != nil only a single driver connection is used.
    func (db *DB) prepareDC(ctx context.Context, dc *driverConn, release func(error), cg stmtConnGrabber, query string) (*Stmt, error) {
    	var ds *driverStmt
    	var err error
    	defer func() {
    		release(err)
    	}()
    	withLock(dc, func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ownership. The script below can handle this for you. Replace `RELEASE` and `NAMESPACE` with the name and namespace of the release: ```console KINDS=(service deployment) RELEASE=istio-ingressgateway NAMESPACE=istio-system for KIND in "${KINDS[@]}"; do kubectl --namespace $NAMESPACE --overwrite=true annotate $KIND $RELEASE meta.helm.sh/release-name=$RELEASE kubectl --namespace $NAMESPACE --overwrite=true annotate $KIND $RELEASE meta.helm.sh/release-namespace=$NAMESPACE kubectl --namespace $NAMESPACE --overwrite=true...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

    """
    
            when:
            succeeds "resolve"
    
            then:
            outputContains("variants: [{artifactType=size, org.gradle.status=release}, {artifactType=size, org.gradle.status=release}, {artifactType=size, org.gradle.status=release}, {artifactType=size, org.gradle.status=release}]")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      labels:
        app: istiod
        release: istio
      name: istiod
      namespace: istio-system
    
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRole
    metadata:
      labels:
        app: istio-reader
        release: istio
      name: istio-reader-clusterrole-istio-system
    rules:
    - apiGroups:
      - config.istio.io
      - security.istio.io
      - networking.istio.io
      - authentication.istio.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  6. 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

    letonComp.class package org.codehaus.plexus.component.manager; public synchronized class ClassicSingletonComp extends AbstractComponentMan { private Object lock; private java.util.Map singletonMap; public void ClassicSingletonComp(); public void release(Object) throws org.codehaus.plexus.component.repository.exception.ComponentLifecycleEx; public void dispose() throws org.codehaus.plexus.component.repository.exception.ComponentLifecycleEx; public Object getComponent(org.codehaus.plexus.classworl...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

    # Cluster specific test helpers
    
    # Execute prior to running tests to build a release if required for env.
    #
    # Assumed Vars:
    #   KUBE_ROOT
    function test-build-release() {
      # Make a release
      "${KUBE_ROOT}/build/release.sh"
    }
    
    # Execute prior to running tests to initialize required structure.
    #
    # Assumed vars:
    #   Variables from config.sh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K 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

    letonComp.class package org.codehaus.plexus.component.manager; public synchronized class ClassicSingletonComp extends AbstractComponentMan { private Object lock; private java.util.Map singletonMap; public void ClassicSingletonComp(); public void release(Object) throws org.codehaus.plexus.component.repository.exception.ComponentLifecycleEx; public void dispose() throws org.codehaus.plexus.component.repository.exception.ComponentLifecycleEx; public Object getComponent(org.codehaus.plexus.classworl...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    	}
    	releaseLockRankAndM(lockRankGscan)
    }
    
    // This will return false if the gp is not in the expected status and the cas fails.
    // This acts like a lock acquire while the casfromgstatus acts like a lock release.
    func castogscanstatus(gp *g, oldval, newval uint32) bool {
    	switch oldval {
    	case _Grunnable,
    		_Grunning,
    		_Gwaiting,
    		_Gsyscall:
    		if newval == oldval|_Gscan {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  10. src/database/sql/sql_test.go

    		t.Skip("skipping allocation test when using race detector")
    	}
    	c := new(Conn)
    	ctx := context.Background()
    	n := int(testing.AllocsPerRun(1000, func() {
    		_, release, err := c.grabConn(ctx)
    		if err != nil {
    			t.Fatal(err)
    		}
    		release(nil)
    	}))
    	if n > 0 {
    		t.Fatalf("Conn.grabConn allocated %v objects; want 0", n)
    	}
    }
    
    func BenchmarkGrabConn(b *testing.B) {
    	b.ReportAllocs()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top