Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 0666 (0.18 sec)

  1. cmd/metacache-set_gen.go

    		return
    	}
    	// write "Prefix"
    	err = en.Append(0xa6, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78)
    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.Prefix)
    	if err != nil {
    		err = msgp.WrapError(err, "Prefix")
    		return
    	}
    	// write "FilterPrefix"
    	err = en.Append(0xac, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78)
    	if err != nil {
    		return
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Mar 19 20:23:12 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  2. cmd/metrics-v2_gen.go

    	o = msgp.AppendBool(o, z.dependGlobalSiteReplicationSys)
    	// string "dependGlobalNotificationSys"
    	o = append(o, 0xbb, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x79, 0x73)
    	o = msgp.AppendBool(o, z.dependGlobalNotificationSys)
    	// string "dependGlobalKMS"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Mar 10 09:15:15 GMT 2024
    - 19.2K bytes
    - Viewed (0)
  3. cmd/data-usage-cache_gen.go

    	}
    	return
    }
    
    // EncodeMsg implements msgp.Encodable
    func (z *dataUsageCache) EncodeMsg(en *msgp.Writer) (err error) {
    	// map header, size 2
    	// write "Info"
    	err = en.Append(0x82, 0xa4, 0x49, 0x6e, 0x66, 0x6f)
    	if err != nil {
    		return
    	}
    	err = z.Info.EncodeMsg(en)
    	if err != nil {
    		err = msgp.WrapError(err, "Info")
    		return
    	}
    	// write "Cache"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 100.8K bytes
    - Viewed (0)
  4. cmd/xl-storage.go

    	}
    
    	odirectEnabled := globalAPIConfig.odirectEnabled() && s.oDirect && fileSize > 0
    
    	var w *os.File
    	if odirectEnabled {
    		w, err = OpenFileDirectIO(filePath, flags, 0o666)
    	} else {
    		w, err = OpenFile(filePath, flags, 0o666)
    	}
    	if err != nil {
    		return osErrToFileErr(err)
    	}
    
    	var bufp *[]byte
    	switch {
    	case fileSize <= xioutil.SmallBlock:
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
  5. internal/logger/logrotate.go

    		}
    	}
    
    	go w.listen()
    
    	return w, nil
    }
    
    func newFile(path string) (*os.File, error) {
    	return os.OpenFile(path, os.O_WRONLY|os.O_TRUNC|os.O_CREATE|os.O_SYNC, 0o666)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 11:38:40 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  6. cmd/format-erasure.go

    	if err != nil {
    		return nil, nil, fmt.Errorf("Drive %s: %w", export, err)
    	}
    
    	migrate := func(formatPath string, formatData []byte) ([]byte, fs.FileInfo, error) {
    		if err = os.WriteFile(formatPath, formatData, 0o666); err != nil {
    			return nil, nil, err
    		}
    		formatFi, err := Lstat(formatPath)
    		if err != nil {
    			return nil, nil, err
    		}
    		return formatData, formatFi, nil
    	}
    
    	switch version {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 15:54:03 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  7. cmd/batch-handlers_gen.go

    	// string "obf"
    	o = append(o, 0xa3, 0x6f, 0x62, 0x66)
    	o = msgp.AppendInt64(o, z.ObjectsFailed)
    	// string "dmf"
    	o = append(o, 0xa3, 0x64, 0x6d, 0x66)
    	o = msgp.AppendInt64(o, z.DeleteMarkersFailed)
    	// string "bt"
    	o = append(o, 0xa2, 0x62, 0x74)
    	o = msgp.AppendInt64(o, z.BytesTransferred)
    	// string "bf"
    	o = append(o, 0xa2, 0x62, 0x66)
    	o = msgp.AppendInt64(o, z.BytesFailed)
    	return
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 07 18:58:22 GMT 2024
    - 18.1K bytes
    - Viewed (0)
  8. cmd/xl-storage-format-v2_test.go

    0x69, 0x6f, 0x6e, 0x2f, 0x6f, 0x63, 0x74, 0x65, 0x74, 0x2d, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0xa4, 0x65, 0x74, 0x61, 0x67, 0xd9, 0x20, 0x62, 0x65, 0x65, 0x62, 0x32, 0x32, 0x30, 0x66, 0x61, 0x39, 0x64, 0x65, 0x36, 0x31, 0x36, 0x36, 0x62, 0x64, 0x31, 0x66, 0x66, 0x37, 0x32, 0x33, 0x66, 0x35, 0x62, 0x31, 0x66, 0x31, 0x39, 0x66, 0xc4, 0x24, 0x95, 0xc4, 0x10, 0xe6, 0xb4, 0xa8, 0xe0, 0xc6, 0x3d, 0x40, 0x7a, 0x87, 0x61, 0xf2, 0x43, 0x41, 0xdf, 0xcb, 0x93, 0xd3, 0x16, 0xb2, 0x7f, 0xfe, 0x3e, 0x43, 0xf2, 0xf8,...
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 36.4K bytes
    - Viewed (0)
  9. cmd/object-api-datatypes_gen.go

    		}
    	}
    	// string "Prefix"
    	o = append(o, 0xa6, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78)
    	o = msgp.AppendString(o, z.Prefix)
    	// string "Delimiter"
    	o = append(o, 0xa9, 0x44, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x72)
    	o = msgp.AppendString(o, z.Delimiter)
    	// string "CommonPrefixes"
    	o = append(o, 0xae, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x65, 0x73)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 19:08:18 GMT 2024
    - 69.8K bytes
    - Viewed (0)
  10. cmd/bucket-replication-utils_gen.go

    		err = msgp.WrapError(err, "ResyncStatus")
    		return
    	}
    	// write "fs"
    	err = en.Append(0xa2, 0x66, 0x73)
    	if err != nil {
    		return
    	}
    	err = en.WriteInt64(z.FailedSize)
    	if err != nil {
    		err = msgp.WrapError(err, "FailedSize")
    		return
    	}
    	// write "frc"
    	err = en.Append(0xa3, 0x66, 0x72, 0x63)
    	if err != nil {
    		return
    	}
    	err = en.WriteInt64(z.FailedCount)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 61.1K bytes
    - Viewed (0)
Back to top