Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for _Create_ (0.15 sec)

  1. pilot/pkg/model/config.go

    // to be unique in the store.
    //
    // The storage interface presented here assumes that the underlying storage
    // layer supports _Get_ (list), _Update_ (update), _Create_ (create) and
    // _Delete_ semantics but does not guarantee any transactional semantics.
    //
    // _Update_, _Create_, and _Delete_ are mutator operations. These operations
    // are asynchronous, and you might not see the effect immediately (e.g. _Get_
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 08:51:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserTest.groovy

            hasDefaultDependencyArtifact(depGroupOne)
        }
    
        @Issue("gradle/gradle#1084")
        def "ignores parent if it has the same GAV as resolved pom"() {
            // Maven forbids to _create_ a project with a self referencing parent POM but parses a dependency built that way
            given:
            def pomWithParent = """
    <project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>group-one</groupId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 75.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    On the *Administration | Projects* page click _Create project_,
    use the option _From the repository URL_ and enter the URL of the GitHub repository: `https://github.com/gradle/gradle-site-plugin.git`.
    
    image::ci-systems/teamcity-create-project.png[]
    
    
    Follow the _Create Project_ wizard,
    it will prompt for the project and build configuration name and automatically detect build steps.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ### `-tf-layout-assignment`
    
    _Layout assignment pass._
    
    
    #### Options
    ```
    -force-data-format : Force data format for all layout sensitive ops.
    ```
    ### `-tf-localize-var-handles`
    
    _Creates VarHandleOps next to the operations that use them._
    
    Creates VarHandleOps right next to the operations that use them, one
    per operation.
    This is useful for transformations that only end up with a few small
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top