Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,128 for homes (0.05 sec)

  1. platforms/documentation/docs/src/snippets/providers/implicitTaskInputDependency/tests/implicitTaskInputDependencyKotlin.out

    > Task :producer
    Wrote 'Hello, World!' to /home/user/gradle/samples/kotlin/build/file.txt
    
    > Task :consumer
    Hello, World!
    
    BUILD SUCCESSFUL in 0s
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 178 bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolutionResultApiIntegrationTest.groovy

                            }
                            if ($useReason) { because("This reason comes from a constraint") }
                        }
                    }
                }
    
                configurations.all {
                    resolutionStrategy.eachDependency {
                        if (requested.name == 'foo') {
                            because("fix comes from component selection rule").useTarget("org:bar:1.0")
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 30.5K bytes
    - Viewed (0)
  3. src/go/printer/testdata/gobuild7.golden

    // Copyright 2013 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // TODO(rsc): Delete this file once Go 1.17 comes out and we can retire Go 1.15 support.
    
    //go:build !go1.16
    // +build !go1.16
    
    // Package buildtag defines an Analyzer that checks build tags.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 20 03:54:46 UTC 2021
    - 369 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/groovy/build.gradle

    plugins {
        id 'java-library'
        id 'maven-publish'
    
        // this plugin comes from an included build - it fakes a maven repository to allow executing the authentication flow
        id 'maven-repository-stub'
    }
    
    version = '1.0.2'
    group = 'com.example'
    
    // tag::publication[]
    publishing {
        publications {
            library(MavenPublication) {
                from components.java
            }
        }
    // tag::repositories[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 648 bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CachedRelocationIntegrationTest.groovy

        def "relocating the project doesn't invalidate custom tasks declared in build script"() {
            def originalLocation = file("original-location").createDir()
            def originalHome = file("original-home").createDir()
    
            originalLocation.file("external.gradle").text = externalTaskDef()
            originalLocation.file("input.txt") << "input"
            originalLocation.file("input-2.txt") << "input-2"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/phases/init/showjoincommand.go

    		Your Kubernetes control-plane has initialized successfully!
    
    		To start using your cluster, you need to run the following as a regular user:
    
    		  mkdir -p $HOME/.kube
    		  sudo cp -i {{.KubeConfigPath}} $HOME/.kube/config
    		  sudo chown $(id -u):$(id -g) $HOME/.kube/config
    
    		Alternatively, if you are the root user, you can run:
    
    		  export KUBECONFIG=/etc/kubernetes/admin.conf
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 15:35:58 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/GradleConnector.java

         * @since 1.0-milestone-3
         */
        public abstract GradleConnector forProjectDirectory(File projectDir);
    
        /**
         * Specifies the user's Gradle home directory to use. Defaults to {@code ~/.gradle}.
         *
         * @param gradleUserHomeDir The user's Gradle home directory to use.
         * @return this
         * @since 1.0-milestone-3
         */
        public abstract GradleConnector useGradleUserHomeDir(File gradleUserHomeDir);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/completion.go

    		source $HOME/.bash_profile
    
    		# Load the kubeadm completion code for bash into the current shell
    		source <(kubeadm completion bash)
    
    		# Write bash completion code to a file and source it from .bash_profile
    		kubeadm completion bash > ~/.kube/kubeadm_completion.bash.inc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 25 09:28:34 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  9. apache-maven/src/assembly/shared/validate

    if [ -z "$MAVEN_SKIP_RC" ] ; then
    
      if [ -f /usr/local/etc/mavenrc ] ; then
        . /usr/local/etc/mavenrc
      fi
    
      if [ -f /etc/mavenrc ] ; then
        . /etc/mavenrc
      fi
    
      if [ -f "$HOME/.mavenrc" ] ; then
        . "$HOME/.mavenrc"
      fi
    
    fi
    
    # OS specific support. $var _must_ be set to either true or false.
    cygwin=false;
    mingw=false;
    case "`uname`" in
      CYGWIN*) cygwin=true;;
      MINGW*) mingw=true;;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 21 09:29:19 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  10. docs/ru/docs/tutorial/path-params.md

    {!../../../docs_src/path_params/tutorial004.py!}
    ```
    
    !!! tip "Подсказка"
        Возможно, вам понадобится, чтобы параметр содержал `/home/johndoe/myfile.txt` с ведущим слэшем (`/`).
    
        В этом случае URL будет таким: `/files//home/johndoe/myfile.txt`, с двойным слэшем (`//`) между `files` и `home`.
    
    ## Резюме
    Используя **FastAPI** вместе со стандартными объявлениями типов Python (короткими и интуитивно понятными), вы получаете:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top