Home
last modified time | relevance | path

Searched refs:retention (Results 51 – 75 of 4149) sorted by relevance

12345678910>>...166

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/repeatingAnnotations/combo/
H A DRetentionAnnoCombo.java78 int[][] retention = { {1, 0, 0, 0}, in runTest() local
92 if (retention[i][j] == 1) { in runTest()
155 String retention = Helper.ContentVars.RETENTION.getVal(); in getContent() local
164 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
169 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
172 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
173 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/annotations/repeatingAnnotations/combo/
H A DRetentionAnnoCombo.java78 int[][] retention = { {1, 0, 0, 0}, in runTest() local
92 if (retention[i][j] == 1) { in runTest()
155 String retention = Helper.ContentVars.RETENTION.getVal(); in getContent() local
164 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
169 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
172 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
173 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/repeatingAnnotations/combo/
H A DRetentionAnnoCombo.java78 int[][] retention = { {1, 0, 0, 0}, in runTest() local
92 if (retention[i][j] == 1) { in runTest()
155 String retention = Helper.ContentVars.RETENTION.getVal(); in getContent() local
164 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
169 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
172 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
173 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/annotations/repeatingAnnotations/combo/
H A DRetentionAnnoCombo.java78 int[][] retention = { {1, 0, 0, 0}, in runTest() local
92 if (retention[i][j] == 1) { in runTest()
155 String retention = Helper.ContentVars.RETENTION.getVal(); in getContent() local
164 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
169 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
172 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
173 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/annotations/repeatingAnnotations/combo/
H A DRetentionAnnoCombo.java78 int[][] retention = { {1, 0, 0, 0}, in runTest() local
92 if (retention[i][j] == 1) { in runTest()
155 String retention = Helper.ContentVars.RETENTION.getVal(); in getContent() local
164 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
169 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
172 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
173 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/repeatingAnnotations/combo/
H A DRetentionAnnoCombo.java77 int[][] retention = { {1, 0, 0, 0}, in runTest() local
91 if (retention[i][j] == 1) { in runTest()
154 String retention = Helper.ContentVars.RETENTION.getVal(); in getContent() local
163 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
168 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
171 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
172 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/repeatingAnnotations/combo/
H A DRetentionAnnoCombo.java77 int[][] retention = { {1, 0, 0, 0}, in runTest() local
91 if (retention[i][j] == 1) { in runTest()
154 String retention = Helper.ContentVars.RETENTION.getVal(); in getContent() local
163 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
168 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
171 replacedRetBaseVal = retention.replace("#VAL", retBaseVal); in getContent()
172 replacedRetCAVal = retention.replace("#VAL", retContainerVal); in getContent()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/
H A Dapi-object-retention.go88 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
93 retentionData, err := xml.Marshal(retention)
162 retention := &objectRetention{}
163 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
167 return &retention.Mode, &retention.RetainUntilDate, nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dapi-object-retention.go88 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
93 retentionData, err := xml.Marshal(retention)
162 retention := &objectRetention{}
163 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
167 return &retention.Mode, &retention.RetainUntilDate, nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/
H A Dapi-object-retention.go88 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
93 retentionData, err := xml.Marshal(retention)
162 retention := &objectRetention{}
163 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
167 return &retention.Mode, &retention.RetainUntilDate, nil
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A D_sf_snapshot_schedule_manager.py167 retention=dict(required=False, type='str'),
201 self.retention = p['retention']
240 retention=self.retention
285 if self.retention is not None:
286 sched.schedule_info.retention = self.retention
318 … if self.retention is not None and schedule_detail.schedule_info.retention != self.retention:
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/Documentation/op-guide/
H A Dmaintenance.md11 ## Raft log retention
25 The keyspace can be compacted automatically with `etcd`'s time windowed history retention policy, o…
47 $ etcd --auto-compaction-retention=1
50retention=10` run periodic compaction on v3 key-value store for every 10-hour. Compactor only supp…
52 …eriod. The retention window of compaction period moves to next hour. For instance, when hourly wri…
54retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
56 When `--auto-compaction-retention=10h`, etcd first waits 10-hour for the first compaction, and then…
71retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/Documentation/op-guide/
H A Dmaintenance.md11 ## Raft log retention
25 The keyspace can be compacted automatically with `etcd`'s time windowed history retention policy, o…
47 $ etcd --auto-compaction-retention=1
50retention=10` run periodic compaction on v3 key-value store for every 10-hour. Compactor only supp…
52 …eriod. The retention window of compaction period moves to next hour. For instance, when hourly wri…
54retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
56 When `--auto-compaction-retention=10h`, etcd first waits 10-hour for the first compaction, and then…
71retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/Documentation/op-guide/
H A Dmaintenance.md11 ## Raft log retention
25 The keyspace can be compacted automatically with `etcd`'s time windowed history retention policy, o…
47 $ etcd --auto-compaction-retention=1
50retention=10` run periodic compaction on v3 key-value store for every 10-hour. Compactor only supp…
52 …eriod. The retention window of compaction period moves to next hour. For instance, when hourly wri…
54retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
56 When `--auto-compaction-retention=10h`, etcd first waits 10-hour for the first compaction, and then…
71retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/Documentation/op-guide/
H A Dmaintenance.md11 ## Raft log retention
25 The keyspace can be compacted automatically with `etcd`'s time windowed history retention policy, o…
47 $ etcd --auto-compaction-retention=1
50retention=10` run periodic compaction on v3 key-value store for every 10-hour. Compactor only supp…
52 …eriod. The retention window of compaction period moves to next hour. For instance, when hourly wri…
54retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
56 When `--auto-compaction-retention=10h`, etcd first waits 10-hour for the first compaction, and then…
71retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
/dports/devel/etcd33/etcd-3.3.23/Documentation/op-guide/
H A Dmaintenance.md11 ## Raft log retention
25 The keyspace can be compacted automatically with `etcd`'s time windowed history retention policy, o…
47 $ etcd --auto-compaction-retention=1
50retention=10` run periodic compaction on v3 key-value store for every 10-hour. Compactor only supp…
52 …eriod. The retention window of compaction period moves to next hour. For instance, when hourly wri…
54retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
56 When `--auto-compaction-retention=10h`, etcd first waits 10-hour for the first compaction, and then…
71retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
/dports/devel/etcd34/etcd-3.4.18/Documentation/op-guide/
H A Dmaintenance.md11 ## Raft log retention
25 The keyspace can be compacted automatically with `etcd`'s time windowed history retention policy, o…
47 $ etcd --auto-compaction-retention=1
50retention=10` run periodic compaction on v3 key-value store for every 10-hour. Compactor only supp…
52 …eriod. The retention window of compaction period moves to next hour. For instance, when hourly wri…
54retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
56 When `--auto-compaction-retention=10h`, etcd first waits 10-hour for the first compaction, and then…
71retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/Documentation/op-guide/
H A Dmaintenance.md11 ## Raft log retention
25 The keyspace can be compacted automatically with `etcd`'s time windowed history retention policy, o…
47 $ etcd --auto-compaction-retention=1
50retention=10` run periodic compaction on v3 key-value store for every 10-hour. Compactor only supp…
52 …eriod. The retention window of compaction period moves to next hour. For instance, when hourly wri…
54retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
56 When `--auto-compaction-retention=10h`, etcd first waits 10-hour for the first compaction, and then…
71retention=1000` automatically `Compact` on `"latest revision" - 1000` every 5-minute (when latest …
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/minio/minio-go/v7/
H A Dapi-object-retention.go85 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
90 retentionData, err := xml.Marshal(retention)
159 retention := &objectRetention{}
160 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
164 return &retention.Mode, retention.RetainUntilDate, nil
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/minio/minio-go/v7/
H A Dapi-object-retention.go85 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
90 retentionData, err := xml.Marshal(retention)
159 retention := &objectRetention{}
160 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
164 return &retention.Mode, retention.RetainUntilDate, nil
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/minio/minio-go/v7/
H A Dapi-object-retention.go85 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
90 retentionData, err := xml.Marshal(retention)
159 retention := &objectRetention{}
160 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
164 return &retention.Mode, retention.RetainUntilDate, nil

12345678910>>...166