Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for announce (0.2 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    There are a number of community-provided OSGI plugins available on the link:https://plugins.gradle.org/search?term=osgi[Gradle Plugin Portal].
    
    ==== The announce and build-announcements plugins have been removed
    
    The deprecated announce and build-announcements plugins have been removed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. docs/fa/docs/index.md

    ---
    
    <div style="text-align: left; direction: ltr;">"<strong>Netflix</strong> is pleased to announce the open-source release of our <strong>crisis management</strong> orchestration framework: <strong>Dispatch</strong>! [built with <strong>FastAPI</strong>]"</div>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  3. src/runtime/cgocall.go

    		throw("cgocall nil")
    	}
    
    	if raceenabled {
    		racereleasemerge(unsafe.Pointer(&racecgosync))
    	}
    
    	mp := getg().m
    	mp.ncgocall++
    
    	// Reset traceback.
    	mp.cgoCallers[0] = 0
    
    	// Announce we are entering a system call
    	// so that the scheduler knows to create another
    	// M to run goroutines while we are in the
    	// foreign code.
    	//
    	// The call to asmcgocall is guaranteed not to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/resource/builder.go

    	if err != nil {
    		// if we error out here, it is because we could not match a resource or a kind
    		// for the given argument. To maintain consistency with previous behavior,
    		// announce that a resource type could not be found.
    		// if the error is _not_ a *meta.NoKindMatchError, then we had trouble doing discovery,
    		// so we should return the original error since it may help a user diagnose what is actually wrong
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 10:17:56 UTC 2023
    - 37.2K bytes
    - Viewed (0)
  5. src/crypto/internal/hpke/testdata/rfc9180-vectors.json

    7e99e3f8","Encryptions":"sequence number: 0\npt: 4265617574792069732074727574682c20747275746820626561757479\naad: 436f756e742d30\nnonce: 56d890e5accaaf011cff4b7d\nct: f938558b5d72f1a23810b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a\n\nsequence number: 1\npt: 4265617574792069732074727574682c20747275746820626561757479\naad: 436f756e742d31\nnonce: 56d890e5accaaf011cff4b7c\nct: af2d7e9ac9ae7e270f46ba1f975be53c09f8d875bdc8535458c2494e8a6eab251c03d0c22a56b8ca42c2063b84\n\nsequence...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:33 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  6. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/repository/PluginManagementDslSpec.groovy

            """
    
            expect:
            executer.expectDocumentedDeprecationWarning "The RepositoryHandler.jcenter() method has been deprecated. " +
                "This is scheduled to be removed in Gradle 9.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead. " +
                "Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_6.html#jcenter_deprecation"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:16:47 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. src/crypto/internal/bigmod/nat.go

    	_, c1 := bits.Sub(x, y, 0)
    	_, c2 := bits.Sub(y, x, 0)
    	return not(choice(c1 | c2))
    }
    
    // Nat represents an arbitrary natural number
    //
    // Each Nat has an announced length, which is the number of limbs it has stored.
    // Operations on this number are allowed to leak this length, but will not leak
    // any information about the values contained in those limbs.
    type Nat struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 24K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/RepositoryHandler.java

         *   }
         * }
         * </pre>
         *
         * @param action a configuration action
         * @return the added repository
         * @deprecated JFrog announced JCenter's <a href="https://blog.gradle.org/jcenter-shutdown">sunset</a> in February 2021. Use {@link #mavenCentral()} instead.
         */
        @Deprecated
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 03:42:11 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. src/net/dial.go

    //
    // If MPTCP is not available on the host or not supported by the client,
    // the Listen method will fall back to TCP.
    func (lc *ListenConfig) SetMultipathTCP(use bool) {
    	lc.mptcpStatus.set(use)
    }
    
    // Listen announces on the local network address.
    //
    // See func Listen for a description of the network and address
    // parameters.
    func (lc *ListenConfig) Listen(ctx context.Context, network, address string) (Listener, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/DefaultRepositoryHandler.java

        }
    
        private void deprecateJCenter(String method, String replacement) {
            DeprecationLogger.deprecateMethod(RepositoryHandler.class, method)
                .withAdvice("JFrog announced JCenter's sunset in February 2021. Use " + replacement + " instead.")
                .withProblemId("repository-jcenter")
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(6, "jcenter_deprecation")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 15:16:47 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top