Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 56 for announce (0.24 sec)

  1. 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)
  2. 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)
  3. src/reflect/value.go

    					}
    					offset := add(v.ptr, st.offset, "precomputed value offset")
    					floatToReg(regs, st.freg, st.size, offset)
    				default:
    					panic("unknown ABI part kind")
    				}
    			}
    		}
    	}
    
    	// Announce that the return values are valid.
    	// After this point the runtime can depend on the return values being valid.
    	*retValid = true
    
    	// We have to make sure that the out slice lives at least until
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. docs/fr/docs/help-fastapi.md

        * Dites-moi comment vous utilisez FastAPI (j'adore entendre ça).
        * Entendre quand je fais des annonces ou que je lance de nouveaux outils.
    * <a href="https://www.linkedin.com/in/tiangolo/" class="external-link" target="_blank">Vous connectez à moi sur **LinkedIn**</a>.
        * Etre notifié quand je fais des annonces ou que je lance de nouveaux outils (bien que j'utilise plus souvent Twitter 🤷‍♂).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Oct 20 08:39:03 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc

    [[feature_preview]]
    === Feature Preview API
    
    The feature preview API allows certain _incubating_ features to be activated by adding `enableFeaturePreview('FEATURE')` in your _settings_ file.
    Individual preview features will be announced in release notes.
    
    When _incubating_ features are either promoted to _public_ or removed, the feature preview flags for them become obsolete, have no effect, and should be removed from the settings file.
    
    [[sec:public]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationRepositoriesBuildOperationIntegrationTest.groovy

            'jcenter'              | jcenterRepoBlock()            | expectedJcenterRepo()            | "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: Tue Oct 24 06:54:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/etcd/local.go

    		} else {
    			cluster, err = etcdClient.AddMember(nodeName, etcdPeerAddress)
    		}
    		if err != nil {
    			return err
    		}
    		fmt.Println("[etcd] Announced new etcd member joining to the existing etcd cluster")
    		klog.V(1).Infof("Updated etcd member list: %v", cluster)
    	}
    
    	fmt.Printf("[etcd] Creating static Pod manifest for %q\n", kubeadmconstants.Etcd)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 14:07:27 UTC 2024
    - 13.8K bytes
    - Viewed (1)
Back to top