Search Options

Results per page
Sort
Preferred Languages
Advance

Results 391 - 400 of 666 for deflated (0.13 sec)

  1. cmd/erasure.go

    1. func (er erasureObjects) getOnlineDisksWithHealing(inclHealing bool) ([]StorageAPI, bool) {
    2. newDisks, _, healing := er.getOnlineDisksWithHealingAndInfo(inclHealing)
    3. return newDisks, healing > 0
    4. }
    5.  
    6. // Clean-up previously deleted objects. from .minio.sys/tmp/.trash/
    7. func (er erasureObjects) cleanupDeletedObjects(ctx context.Context) {
    8. var wg sync.WaitGroup
    9. for _, disk := range er.getLocalDisks() {
    10. if disk == nil {
    11. continue
    12. }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 22:23:33 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

    1. // can have their a new pod created before the old pod is marked as deleted.
    2. // The update starts by launching new pods on 30% of nodes. Once an updated
    3. // pod is available (Ready for at least minReadySeconds) the old DaemonSet pod
    4. // on that node is marked deleted. If the old pod becomes unavailable for any
    5. // reason (Ready transitions to false, is evicted, or is drained) an updated
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  3. src/cmd/cgo/doc.go

    1. name is a type or an ordinary identifier, so there will be no syntax
    2. errors that might stop parsing early.
    3.  
    4. An error on not-declared:1 indicates that foo is undeclared.
    5. An error on not-type:1 indicates that foo is not a type (if declared at all, it is an identifier).
    6. An error on not-int-const:1 indicates that foo is not an integer constant.
    7. An error on not-num-const:1 indicates that foo is not a number constant.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Oct 01 22:52:54 UTC 2024
    - 44K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/extra-models.md

    1. # Extra Models
    2.  
    3. Continuing with the previous example, it will be common to have more than one related model.
    4.  
    5. This is especially the case for user models, because:
    6.  
    7. * The **input model** needs to be able to have a password.
    8. * The **output model** should not have a password.
    9. * The **database model** would probably need to have a hashed password.
    10.  
    11. /// danger
    12.  
    13. Never store user's plaintext passwords. Always store a "secure hash" that you can then verify.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  5. cmd/bucket-lifecycle-handlers_test.go

    1. }
    2.  
    3. // Simple tests of bucket lifecycle: PUT, GET, DELETE.
    4. // Tests are related and the order is important.
    5. func testBucketLifecycleHandlers(obj ObjectLayer, instanceType, bucketName string, apiRouter http.Handler,
    6. creds auth.Credentials, t *testing.T,
    7. ) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  6. cmd/xl-storage-format-v1.go

    1. ModTime time.Time `json:"modTime"` // ModTime of the object `xl.meta`.
    2. Name string `json:"name"`
    3. Dir bool `json:"dir"`
    4. Mode uint32 `json:"mode"`
    5. }
    6.  
    7. // ErasureInfo holds erasure coding and bitrot related information.
    8. type ErasureInfo struct {
    9. // Algorithm is the string representation of erasure-coding-algorithm
    10. Algorithm string `json:"algorithm"`
    11. // DataBlocks is the number of data blocks for erasure-coding
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/MoreExecutors.java

    1. import java.time.Duration;
    2. import java.util.Collection;
    3. import java.util.Iterator;
    4. import java.util.List;
    5. import java.util.concurrent.BlockingQueue;
    6. import java.util.concurrent.Callable;
    7. import java.util.concurrent.Delayed;
    8. import java.util.concurrent.ExecutionException;
    9. import java.util.concurrent.Executor;
    10. import java.util.concurrent.ExecutorService;
    11. import java.util.concurrent.Executors;
    12. import java.util.concurrent.Future;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

    1. fessConfig.getIndexDocumentCrawlerIndex() + ".data", //
    2. fessConfig.getIndexDocumentCrawlerIndex() + ".filter")
    3. .execute(ActionListener.wrap(res -> logger.info("Deleted .crawler indices."),
    4. e -> logger.warn("Failed to delete .crawler.* indices.", e)));
    5. saveInfo(messages -> messages.addSuccessStartedDataUpdate(GLOBAL));
    6. return redirect(getClass());
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. impl/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java

    1. /**
    2. * Manages the class realms used by Maven. <strong>Warning:</strong> This is an internal utility class that is only
    3. * public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted
    4. * without prior notice.
    5. *
    6. */
    7. @Named
    8. @Singleton
    9. public class DefaultClassRealmManager implements ClassRealmManager {
    10. public static final String API_REALMID = "maven.api";
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  10. internal/crypto/sse-kms.go

    1. metadata[MetaKeyID] = keyID
    2. metadata[MetaDataEncryptionKey] = base64.StdEncoding.EncodeToString(kmsKey)
    3. }
    4. return metadata
    5. }
    6.  
    7. // ParseMetadata extracts all SSE-KMS related values from the object metadata
    8. // and checks whether they are well-formed. It returns the sealed object key
    9. // on success. If the metadata contains both, a KMS master key ID and a sealed
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue May 07 23:55:37 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top