Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 62 for varDesc (0.12 sec)

  1. cmd/bucket-replication_test.go

    		dsc          ReplicateDecision
    		tgtStatuses  map[string]replication.StatusType
    		expectedSync bool
    	}{
    		{ // Cases 1-4: existing object replication enabled, versioning enabled, no reset - replication status varies
    			// 1: Pending replication
    			name: "existing object replication on object in Pending replication status",
    			info: ObjectInfo{
    				Size:                      100,
    				ReplicationStatusInternal: "arn1:PENDING;",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 16 09:28:06 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc

    Changes to _incubating_ features for a Gradle release will be highlighted in the release notes for that release.
    The _incubation_ period for new features varies depending on the feature's scope, complexity, and nature.
    
    Features in _incubation_ are indicated.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyFileModule.groovy

            sha1File(file)
            postPublish(file)
        }
    
        private String getArtifactContent() {
            // Some content to include in each artifact, so that its size and content varies on each publish
            return (0..publishCount).join("-")
        }
    
        /**
         * Asserts that exactly the given artifacts have been published.
         */
        void assertArtifactsPublished(String... names) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  4. docs/sts/web-identity.md

    By default, the temporary security credentials created by AssumeRoleWithWebIdentity last for one hour. However, the optional DurationSeconds parameter can be used to specify the validity duration of the generated credentials. This value varies from 900 seconds (15 minutes) up to the maximum session duration of 365 days.
    
    ## Configuring OpenID Identity Provider on MinIO
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_messages_test.go

    					// The first three message types (ClientHello,
    					// ServerHello and Finished) are allowed to
    					// have parsable prefixes because the extension
    					// data is optional and the length of the
    					// Finished varies across versions.
    					for j := 0; j < len(marshaled); j++ {
    						if m.unmarshal(marshaled[0:j]) {
    							t.Errorf("#%d unmarshaled a prefix of length %d of %#v", i, j, m1)
    							break
    						}
    					}
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/native/building_swift_projects.adoc

    include::sample[dir="snippets/swift/basic/groovy",files="build.gradle[tags=swift-select-target-machines]"]
    ====
    
    [[sec:swift_packaging]]
    == Packaging and publishing
    
    How you package and potentially publish your Swift project varies greatly in the native world.
    Gradle comes with defaults, but custom packaging can be implemented without any issues.
    
     * Executable files are published directly to Maven repositories.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/AbstractMavenModule.groovy

            }, (byte[]) artifact.content)
            return artifactFile
        }
    
        protected String getArtifactContent() {
            // Some content to include in each artifact, so that its size and content varies on each publish
            return (0..publishCount).join("-")
        }
    
        protected abstract boolean publishesMetaDataFile()
    
        @Override
        MavenModule withModuleMetadata() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/native/building_cpp_projects.adoc

    include::sample[dir="snippets/cpp/basic/groovy",files="build.gradle[tags=cpp-select-target-machines]"]
    ====
    
    [[sec:cpp_packaging]]
    == Packaging and publishing
    
    How you package and potentially publish your {cpp} project varies greatly in the native world.
    Gradle comes with defaults, but custom packaging can be implemented without any issues.
    
     * Executable files are published directly to Maven repositories.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  9. src/time/zoneinfo.go

    // A Location maps time instants to the zone in use at that time.
    // Typically, the Location represents the collection of time offsets
    // in use in a geographical area. For many Locations the time offset varies
    // depending on whether daylight savings time is in use at the time instant.
    //
    // Location is used to provide a time zone in a printed Time value and for
    // calculations involving intervals that may cross daylight savings time
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:30 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  10. src/debug/gosym/pclntab.go

    	pctab       []byte // points to the pctables.
    	nfiletab    uint32
    	funcNames   map[uint32]string // cache the function names
    	strings     map[uint32]string // interned substrings of Data, keyed by offset
    	// fileMap varies depending on the version of the object file.
    	// For ver12, it maps the name to the index in the file table.
    	// For ver116, it maps the name to the offset in filetab.
    	fileMap map[string]uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 19:43:24 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top