Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 105 for learnAt (1.07 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskParametersIntegrationTest.groovy

            "${ListProperty.name}<String>"        | "objects.listProperty(String); v.set(['abc'])"        | "objects.listProperty(String); v.set(['123'])"               | null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageChecker.groovy

        String messageIndent = ''
    
        void expectReindentedValidationMessage(String indent = '    ') {
            messageIndent = indent
        }
    
    
        String learnAt(String id, String section) {
            documentationRegistry.getDocumentationRecommendationFor("information", id, section)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/etcd/etcd.go

    	// MemberAddAsLearner adds a new learner member into the cluster.
    	MemberAddAsLearner(ctx context.Context, peerAddrs []string) (*clientv3.MemberAddResponse, error)
    
    	// MemberRemove removes an existing member from the cluster.
    	MemberRemove(ctx context.Context, id uint64) (*clientv3.MemberRemoveResponse, error)
    
    	// MemberPromote promotes a member from raft learner (non-voting) to raft voting member.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. platforms/jvm/toolchains-jvm/src/main/java/org/gradle/jvm/toolchain/internal/install/DefaultJavaToolchainProvisioningService.java

                    "Learn more about toolchain auto-detection at " + Documentation.userManual("toolchains", "sec:auto_detection").getUrl() + ".",
                    "Learn more about toolchain repositories at " + Documentation.userManual("toolchains", "sub:download_repositories").getUrl() + ".");
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 23:01:05 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/etcd/etcd_test.go

    func (f *fakeEtcdClient) MemberAdd(_ context.Context, peerAddrs []string) (*clientv3.MemberAddResponse, error) {
    	return nil, errNotImplemented
    }
    
    // MemberAddAsLearner adds a new learner member into the cluster.
    func (f *fakeEtcdClient) MemberAddAsLearner(_ context.Context, peerAddrs []string) (*clientv3.MemberAddResponse, error) {
    	return nil, errNotImplemented
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  6. src/os/types_windows.go

    // isReparseTagNameSurrogate determines whether a tag's associated
    // reparse point is a surrogate for another named entity (for example, a mounted folder).
    //
    // See https://learn.microsoft.com/en-us/windows/win32/api/winnt/nf-winnt-isreparsetagnamesurrogate
    // and https://learn.microsoft.com/en-us/windows/win32/fileio/reparse-point-tags.
    func (fs *fileStat) isReparseTagNameSurrogate() bool {
    	// True for IO_REPARSE_TAG_SYMLINK and IO_REPARSE_TAG_MOUNT_POINT.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:44:48 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/poset_test.go

    func TestPosetNonEqual(t *testing.T) {
    	testPosetOps(t, false, []posetTestOp{
    		{Equal_Fail, 10, 20},
    		{NonEqual_Fail, 10, 20},
    
    		// Learn 10!=20
    		{Checkpoint, 0, 0},
    		{SetNonEqual, 10, 20},
    		{Equal_Fail, 10, 20},
    		{NonEqual, 10, 20},
    		{SetEqual_Fail, 10, 20},
    
    		// Learn again 10!=20
    		{Checkpoint, 0, 0},
    		{SetNonEqual, 10, 20},
    		{Equal_Fail, 10, 20},
    		{NonEqual, 10, 20},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 26 07:52:35 UTC 2019
    - 18.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/intro_multi_project_builds.adoc

    You can run `gradle build` to build and test ALL projects.
    
    Consult the <<multi_project_builds.adoc#multi_project_builds,Structuring Builds chapter>> to learn more.
    
    [.text-right]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. docs/en/data/external_links.yml

    onous-web-frameworks/ title: Top 5 Asynchronous Web Frameworks for Python - author: Nico Axtmann author_link: https://www.linkedin.com/in/nico-axtmann link: https://medium.com/@nico.axtmann95/deploying-a-scikit-learn-model-with-onnx-und-fastapi-1af398268915 title: Deploying a scikit-learn model with ONNX and FastAPI - author: Nils de Bruin author_link: https://medium.com/@nilsdebruin link: https://medium.com/data-rebels/fastapi-authentication-revisited-enabling-api-key-authentication-122dc5975680...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  10. README.md

    *   [TensorFlow Codelabs](https://codelabs.developers.google.com/?cat=TensorFlow)
    *   [TensorFlow Blog](https://blog.tensorflow.org)
    *   [Learn ML with TensorFlow](https://www.tensorflow.org/resources/learn-ml)
    *   [TensorFlow Twitter](https://twitter.com/tensorflow)
    *   [TensorFlow YouTube](https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top