Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for projectB (0.08 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ProblemReportingCrossProjectModelAccess.kt

                return delegate.project(referrer, path, configureAction)
            }
    
            override fun project(referrer: ProjectInternal, path: String, configureAction: Action<in Project>): ProjectInternal {
                return delegate.project(referrer, path, configureAction)
            }
    
            override fun getSubprojects(): Set<Project> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

    }
    
    # Use the gcloud defaults to find the project.  If it is already set in the
    # environment then go with that.
    #
    # Vars set:
    #   PROJECT
    #   NETWORK_PROJECT
    #   PROJECT_REPORTED
    function detect-project() {
      if [[ -z "${PROJECT-}" ]]; then
        PROJECT=$(gcloud config list project --format 'value(core.project)')
      fi
    
      NETWORK_PROJECT=${NETWORK_PROJECT:-${PROJECT}}
    
      if [[ -z "${PROJECT-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //
    //		import "bitbucket.org/user/project"
    //		import "bitbucket.org/user/project/sub/directory"
    //
    //	GitHub (Git)
    //
    //		import "github.com/user/project"
    //		import "github.com/user/project/sub/directory"
    //
    //	Launchpad (Bazaar)
    //
    //		import "launchpad.net/project"
    //		import "launchpad.net/project/series"
    //		import "launchpad.net/project/series/sub/directory"
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * Add official Microsoft project generator for [serving spaCy with FastAPI and Azure Cognitive Skills](https://github.com/microsoft/cookiecutter-spacy-fastapi) to [Project Generators](https://fastapi.tiangolo.com/project-generation/). PR [#1390](https://github.com/tiangolo/fastapi/pull/1390) by [@kabirkhan](https://github.com/kabirkhan).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top