Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for Un (0.01 seconds)

  1. docs/en/data/translation_reviewers.yml

      url: https://github.com/leylaeminova
    UN-9BOT:
      login: UN-9BOT
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/111110804?u=39e158937ed795972c2d0400fc521c50e9bfb9e7&v=4
      url: https://github.com/UN-9BOT
    flasonme:
      login: flasonme
      count: 2
      avatarUrl: https://avatars.githubusercontent.com/u/30571019?v=4
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Dec 01 06:27:43 GMT 2025
    - 65K bytes
    - Click Count (0)
  2. cmd/xl-storage.go

    						continue
    					}
    
    					if err = Rename(pathJoin(currentDataPath, entry), pathJoin(legacyDataPath, entry)); err != nil {
    						// Any failed rename calls un-roll previous transaction.
    						s.deleteFile(dstVolumeDir, legacyDataPath, true, false)
    
    						return res, osErrToFileErr(err)
    					}
    				}
    			}
    		}
    	}
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 91.7K bytes
    - Click Count (0)
Back to Top