Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,309 for MODIFIED (0.32 sec)

  1. src/cmd/go/testdata/script/mod_alt_goroot.txt

    # See golang.org/issue/30756.
    go list -e -deps -f '{{.ImportPath}} {{.Dir}}' ./bytes
    stdout ^std/bytes.*$PWD[/\\]bytes
    stdout '^bytes/modified'
    
    -- go.mod --
    module std
    
    go 1.12
    -- bytes/bytes.go --
    package bytes
    
    import _"bytes/modified"
    -- bytes/modified/modified.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 20:10:13 UTC 2019
    - 535 bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/patch_test.go

    	JSONMergePatchTestCaseData
    }
    
    type JSONMergePatchTestCaseData struct {
    	// Original is the original object (last-applied config in annotation)
    	Original map[string]interface{}
    	// Modified is the modified object (new config we want)
    	Modified map[string]interface{}
    	// Current is the current object (live config in the server)
    	Current map[string]interface{}
    	// ThreeWay is the expected three-way merge patch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

          value: original-value
          other: current-other
        modified:
          name: modified-name
          value: null
        twoWay:
          name: modified-name
          value: null
        twoWayResult:
          name: modified-name
        threeWay:
          name: modified-name
          value: null
        result:
          name: modified-name
          other: current-other
      - description: nil patch with retainKeys map
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  4. pkg/kubelet/container/cache_test.go

    	cases := []struct {
    		cacheTime time.Time
    		modified  time.Time
    		expected  bool
    	}{
    		{
    			// Both the global cache timestamp and the modified time are newer
    			// than the timestamp.
    			cacheTime: timestamp.Add(time.Second),
    			modified:  timestamp,
    			expected:  true,
    		},
    		{
    			// Global cache timestamp is newer, but the pod entry modified
    			// time is older than the given timestamp. This means that the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 24 20:23:12 UTC 2020
    - 6K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelResolver.java

                @Nonnull Session session, @Nonnull Parent parent, @Nonnull AtomicReference<Parent> modified)
                throws ModelResolverException {
            return resolveModel(
                    session,
                    parent.getGroupId(),
                    parent.getArtifactId(),
                    parent.getVersion(),
                    version -> modified.set(parent.withVersion(version)));
        }
    
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalInputsIntegrationTest.groovy

            List<String> added = options.added ?: []
            List<String> modified = options.modified ?: []
            List<String> removed = options.removed ?: []
    
            succeeds("incremental")
            outputContains("incremental=$incremental")
            outputContains("added=$added")
            outputContains("modified=$modified")
            outputContains("removed=$removed")
        }
    
        String getTaskAction() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 23 12:52:29 UTC 2022
    - 27.8K bytes
    - Viewed (0)
  7. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/FingerprintCompareStrategyTest.groovy

                "modified-with-collision/input": fingerprint("input", 0),
                "unmodified/input": fingerprint("input", 1)
            ]) == [modified("modified-with-collision/input": "input")]
        }
    
        def "only report modifications between files with the same absolute paths, otherwise report addition and/or removal (NormalizedPathFingerprintCompareStrategy)"() {
            expect:
            changes(NORMALIZED, [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/version_buildvcs_fossil.txt

    stdout '^\tbuild\tvcs=fossil\n'
    stdout '^\tbuild\tvcs.modified=true$'
    rm empty.txt
    rm $GOBIN/a$GOEXE
    
    # An edited file is shown as modified, even if it isn't part of the build.
    cp ../../outside/empty.txt ../README
    go install
    go version -m $GOBIN/a$GOEXE
    stdout '^\tbuild\tvcs=fossil\n'
    stdout '^\tbuild\tvcs.modified=true$'
    exec fossil revert ../README
    rm $GOBIN/a$GOEXE
    
    -- $WORK/fakebin/fossil --
    #!/bin/sh
    exit 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 15:33:59 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompileProcessorTest.groovy

            given:
            initialFiles()
    
            when:
            modified(source2)
    
            then:
            checkCompile recompiled: [source2], removed: []
        }
    
        def "detects dependency file changed"() {
            given:
            initialFiles()
    
            when:
            modified(dep4)
    
            then:
            checkCompile recompiled: [source2], removed: []
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:31:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/version_buildvcs_bzr.txt

    stdout '^\tbuild\tvcs.time='
    stdout '^\tbuild\tvcs.modified=false$'
    
    # Building with -buildvcs=false suppresses the info.
    go install -buildvcs=false
    go version -m $GOBIN/a$GOEXE
    ! stdout vcs.revision
    rm $GOBIN/a$GOEXE
    
    # An untracked file is shown as modified, even if it isn't part of the build.
    cp ../../outside/empty.txt .
    go install
    go version -m $GOBIN/a$GOEXE
    stdout '^\tbuild\tvcs.modified=true$'
    rm empty.txt
    rm $GOBIN/a$GOEXE
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 07 03:44:02 UTC 2021
    - 2.7K bytes
    - Viewed (0)
Back to top