Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 85 for touches (0.14 sec)

  1. guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedMap.java

       * methods ensure that null is never present in the map, it's OK for the
       * comparator to look for it wherever it wants.
       *
       * Note that we do NOT touch the comparator returned by comparator(), which
       * should be identical to the one the user passed in. We touch only the
       * "secret" comparator used by the delegate implementation.
       */
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 27 19:19:19 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/integTest/groovy/org/gradle/integtests/tooling/ToolingApiRemoteIntegrationTest.groovy

            server.start()
            toolingApi.requireIsolatedUserHome()
            settingsFile.touch()
        }
    
        @Issue('https://github.com/gradle/gradle-private/issues/1537')
        def "downloads distribution with valid user-agent information"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildOptionsIntegrationTest.groovy

            when:
            file("ci").text = "true"
            configurationCacheRun "run"
    
            then:
            output.count("ON CI") == 1
            configurationCache.assertStateStored()
    
            when: "file is touched but unchanged"
            file("ci").text = "true"
            configurationCacheRun "run"
    
            then: "cache is still valid"
            output.count("ON CI") == 1
            configurationCache.assertStateLoaded()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28K bytes
    - Viewed (0)
  4. docs/fr/docs/tutorial/query-params-str-validations.md

    !!! note
        Gardez en tête que les outils externes utilisés ne supportent pas forcément tous parfaitement OpenAPI.
    
        Il se peut donc que certains d'entre eux n'utilisent pas toutes les métadonnées que vous avez déclarées pour le moment, bien que dans la plupart des cas, les fonctionnalités manquantes ont prévu d'être implémentées.
    
    Vous pouvez ajouter un `title` :
    
    ```Python hl_lines="10"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:53:21 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/integTest/groovy/org/gradle/integtests/tooling/ToolingApiIntegrationTest.groovy

            // When adding support for a new JDK version, the previous release might not work with it yet.
            Assume.assumeTrue(otherVersion.worksWith(Jvm.current()))
    
            settingsFile.touch()
        }
    
        void setupLoggingTest() {
            propertiesFile << "org.gradle.logging.level=quiet"
            buildFile << LOG_LEVEL_TEST_SCRIPT
        }
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/execution/plan/DefaultExecutionPlan.java

                    // The task for a node can be attached lazily
                    // Ensure the task is available if the caller happens to need it.
                    // It would be better for callers to not touch nodes directly, but instead take some immutable snapshot here
                    ((TaskNode) node).getTask();
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/integTest/groovy/org/gradle/integtests/tooling/ConcurrentToolingApiIntegrationSpec.groovy

        final ToolingApi toolingApi = new ToolingApi(dist, temporaryFolder)
    
        int threads = 3
    
        def setup() {
            concurrent.shortTimeout = 180000
            settingsFile.touch()
        }
    
        def "handles the same target gradle version concurrently"() {
            buildFile << "apply plugin: 'java'"
    
            when:
            threads.times {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  8. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/tasks/GenerateXcodeProjectFileTask.java

                + "SUFFIXES=(swiftdoc swiftmodule h)\n"
                + "for ARCH in \"${ARCH_ARRAY[@]}\"\n"
                + "do\n"
                + "  for SUFFIX in \"${SUFFIXES[@]}\"\n"
                + "  do\n"
                + "    touch \"$OBJECT_FILE_DIR_normal/$ARCH/$PRODUCT_NAME.$SUFFIX\"\n"
                + "  done\n"
                + "done");
    
            PBXShellScriptBuildPhase gradleBuildPhase = new PBXShellScriptBuildPhase();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  9. pkg/controller/statefulset/stateful_set_utils.go

    	if hasStaleOwnerRef(claim, set, controllerKind) || hasStaleOwnerRef(claim, pod, podKind) {
    		// The claim is being managed by previous, presumably deleted, version of the controller. It should not be touched.
    		return true
    	}
    
    	if hasUnexpectedController(claim, set, pod) {
    		if hasOwnerRef(claim, set) || hasOwnerRef(claim, pod) {
    			return false // Need to clean up the conflicting controllers
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  10. pilot/pkg/status/distribution/reporter.go

    	key := GenStatusReporterMapKey(conID, distributionType)
    	r.deleteKeyFromReverseMap(key)
    	var version string
    	if len(nonce) > 12 {
    		version = nonce[:xds.VersionLen]
    	} else {
    		version = nonce
    	}
    	// touch
    	r.status[key] = version
    	sets.InsertOrNew(r.reverseStatus, version, key)
    }
    
    // This is a helper function for keeping our reverseStatus map in step with status.
    // must have write lock before calling.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top