Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 147 for backOut (0.28 sec)

  1. cmd/data-usage-cache.go

    		}
    		if !retry {
    			break
    		}
    		retry, err = load(name+".bkp", 30*time.Second)
    		if err == nil && !retry {
    			// Only return when we have valid data from the backup
    			break
    		}
    		retries++
    		time.Sleep(time.Duration(rand.Int63n(int64(time.Second))))
    	}
    
    	if retries == 5 {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 41.4K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_backup_configuration = "{labels.backup_configuration}";
    
        /** The key of the message: Name */
        public static final String LABELS_backup_name = "{labels.backup_name}";
    
        /** The key of the message: Bulk File */
        public static final String LABELS_backup_bulk_file = "{labels.backup_bulk_file}";
    
        /** The key of the message: Upload */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

        /**
         * 
         */
        public static final int FILE_OPEN_BY_FILE_ID = 0x2000;
        /**
         * 
         */
        public static final int FILE_OPEN_FOR_BACKUP_INTENT = 0x4000;
        /**
         * 
         */
        public static final int FILE_NO_COMPRESSION = 0x8000;
        /**
         * 
         */
        public static final int FILE_OPEN_REQUIRING_OPLOCK = 0x10000;
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Jun 01 09:52:11 GMT 2019
    - 14.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String INDEX_BACKUP_TARGETS = "index.backup.targets";
    
        /** The key of the configuration. e.g. click_log.ndjson,favorite_log.ndjson,search_log.ndjson,user_info.ndjson */
        String INDEX_BACKUP_LOG_TARGETS = "index.backup.log.targets";
    
        /** The key of the configuration. e.g. true */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  5. src/main/resources/fess_message_fr.properties

    errors.failed_to_delete_doc_in_admin=Échec de la suppression du document.
    errors.failed_to_send_testmail=Échec de l'envoi du courrier de test.
    errors.could_not_find_backup_index=Impossible de trouver l'index pour la sauvegarde.
    errors.no_user_for_changing_password=Le mot de passe actuel est incorrect.
    errors.failed_to_change_password    = Échec de la modification de votre mot de passe.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Feb 06 22:59:17 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_ja.properties

    errors.crud_failed_to_update_crud_table=データの更新に失敗しました。({0})
    errors.crud_failed_to_delete_crud_table=データの削除に失敗しました。({0})
    errors.crud_could_not_find_crud_table = データ {0} が見つかりませんでした。
    errors.could_not_find_backup_index=バックアップ用のインデックスが見つかりませんでした。
    errors.no_user_for_changing_password=現在のパスワードが正しくありません。
    errors.failed_to_change_password=パスワードの変更に失敗しました。
    errors.unknown_version_for_upgrade=不明なバージョン情報です。
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 15.1K bytes
    - Viewed (0)
  7. cmd/erasure-server-pool.go

    		Versioned:   true,
    	}
    
    	// Shortcut for APN/1.0 Veeam/1.0 Backup/10.0
    	// It requests unique blocks with a specific prefix.
    	// We skip scanning the parent directory for
    	// more objects matching the prefix.
    	ri := logger.GetReqInfo(ctx)
    	if ri != nil && strings.Contains(ri.UserAgent, `1.0 Veeam/1.0 Backup`) && strings.HasSuffix(prefix, ".blk") {
    		opts.BaseDir = prefix
    		opts.Transient = true
    	}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:32:14 GMT 2024
    - 80.1K bytes
    - Viewed (0)
  8. cmd/xl-storage.go

    	bigFileThreshold = 128 * humanize.MiByte
    
    	// XL metadata file carries per object metadata.
    	xlStorageFormatFile = "xl.meta"
    
    	// XL metadata file backup file carries previous per object metadata.
    	xlStorageFormatFileBackup = "xl.meta.bkp"
    )
    
    var alignedBuf []byte
    
    func init() {
    	alignedBuf = disk.AlignedBlock(xioutil.DirectioAlignSize)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
  9. helm-releases/minio-1.0.0.tgz

    to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS file for Kubernetes OWNERS minio/README.md # MinIO Helm Chart ===== [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![license](https://img.shields....
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Aug 20 22:30:54 GMT 2021
    - 13.5K bytes
    - Viewed (0)
  10. helm-releases/minio-3.4.1.tgz

    to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS file for Kubernetes OWNERS minio/README.md # MinIO Helm Chart [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![license](https://img.shields.io/bad...
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Dec 20 21:11:50 GMT 2021
    - 15.2K bytes
    - Viewed (0)
Back to top