Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 579 for holder (0.18 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/core/BuildScanAutoApplyIntegrationTest.groovy

            }
    
            and:
            runBuildWithScanRequest()
    
            then:
            pluginAppliedOnce()
    
            where:
            sequence | version
            "older"  | PLUGIN_MINIMUM_VERSION
            "same"   | PLUGIN_AUTO_APPLY_VERSION
            "newer"  | PLUGIN_NEWER_VERSION
        }
    
        def "uses #sequence version of plugin when added to buildscript classpath"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 08:50:27 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/publishing_gradle_plugins.adoc

    <<publishing_maven.adoc#publishing_maven, Maven Publish Plugin>> (generates plugin publication metadata).
    If using older versions of the Plugin Publish Plugin, these helper plugins must be applied explicitly.
    
    [[configure_the_plugin_publishing_plugin]]
    == Configuring the {publishplugin}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 18:40:53 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/invalid.status.yaml.golden

    Lior Lieberman <******@****.***> 1707338903 +0000
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtpComponent.java

     *       sourceDirs += file('someExtraFolder')
     *
     *       // dependencies to mark as deployable with lib folder deploy path
     *       libConfigurations += [ configurations.someInterestingConfiguration ]
     *
     *       // dependencies to mark as deployable with root folder deploy path
     *       rootConfigurations += [ configurations.someInterestingConfiguration ]
     *
     *       // dependencies to exclude from wtp deployment
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  5. pkg/volume/volume_linux_test.go

    			fsGroupChangePolicy: &always,
    			setupFunc: func(path string) error {
    				info, err := os.Lstat(path)
    				if err != nil {
    					return err
    				}
    				// change mode of root folder to be right
    				err = os.Chmod(path, info.Mode()|expectedMask)
    				if err != nil {
    					return err
    				}
    
    				// create a subdirectory with invalid permissions
    				rogueDir := filepath.Join(path, "roguedir")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  6. tests/integration/README.md

    created during the test are automatically closed.
    
    ### Writing Components
    
    To add a new component, you'll first need to create a top-level folder for your component under the
    [components folder](https://github.com/istio/istio/tree/master/pkg/test/framework/components).
    
    ```console
    $ cd ${ISTIO}/pkg/test/framework/components
    $ mkdir mycomponent
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/aot/codegen_test.cc

      TF_ASSERT_OK(
          GenerateHeader(opts, config, compile_result, metadata_result, &header));
    
      CompareWithGoldenFile("tensorflow/compiler/aot/codegen_test_h.golden", header,
                            true);
    }
    #endif
    }  // namespace
    }  // namespace tfcompile
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 01 02:13:40 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. cmd/metacache-stream_test.go

    n-null-max.dyn.expect-noinput", "src/compress/flate/testdata/huffman-null-max.golden", "src/compress/flate/testdata/huffman-null-max.in", "src/compress/flate/testdata/huffman-null-max.wb.expect", "src/compress/flate/testdata/huffman-null-max.wb.expect-noinput", "src/compress/flate/testdata/huffman-pi.dyn.expect", "src/compress/flate/testdata/huffman-pi.dyn.expect-noinput", "src/compress/flate/testdata/huffman-pi.golden", "src/compress/flate/testdata/huffman-pi.in", "src/compress/flate/testdata/h...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 19 18:05:16 UTC 2022
    - 15K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/directory_layout.adoc

    - If the retention period is customized for Gradle versions greater than or equal to version 8.0 to use retention periods _longer_ than the previously fixed periods, the older versions of Gradle may clean the shared caches earlier than what is configured.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 23:00:38 UTC 2024
    - 13K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/request-files.md

    `UploadFile` hat die folgenden `async`hronen Methoden. Sie alle rufen die entsprechenden Methoden des darunterliegenden Datei-Objekts auf (wobei intern `SpooledTemporaryFile` verwendet wird).
    
    * `write(daten)`: Schreibt `daten` (`str` oder `bytes`) in die Datei.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 17:58:08 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top