Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for AppendBool (5.94 sec)

  1. cmd/metrics-v2_gen.go

    	o = msgp.AppendBool(o, z.dependGlobalObjectAPI)
    	// string "dependGlobalAuthNPlugin"
    	o = append(o, 0xb7, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x41, 0x75, 0x74, 0x68, 0x4e, 0x50, 0x6c, 0x75, 0x67, 0x69, 0x6e)
    	o = msgp.AppendBool(o, z.dependGlobalAuthNPlugin)
    	// string "dependGlobalSiteReplicationSys"
    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)
  2. cmd/metacache-set_gen.go

    	o = msgp.AppendBool(o, z.Create)
    	// string "IncludeDirectories"
    	o = append(o, 0xb2, 0x49, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x69, 0x65, 0x73)
    	o = msgp.AppendBool(o, z.IncludeDirectories)
    	// string "Transient"
    	o = append(o, 0xa9, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x65, 0x6e, 0x74)
    	o = msgp.AppendBool(o, z.Transient)
    	// string "Versioned"
    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)
  3. cmd/batch-job-common-types_gen.go

    	if z.InMemory == nil {
    		o = msgp.AppendNil(o)
    	} else {
    		o = msgp.AppendBool(o, *z.InMemory)
    	}
    	// string "Compress"
    	o = append(o, 0xa8, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73)
    	if z.Compress == nil {
    		o = msgp.AppendNil(o)
    	} else {
    		o = msgp.AppendBool(o, *z.Compress)
    	}
    	// string "SmallerThan"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Dec 02 10:51:33 GMT 2023
    - 21.9K bytes
    - Viewed (0)
  4. internal/grid/msg_gen.go

    	// map header, size 3
    	// string "ID"
    	o = append(o, 0x83, 0xa2, 0x49, 0x44)
    	o = msgp.AppendBytes(o, (z.ID)[:])
    	// string "Accepted"
    	o = append(o, 0xa8, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64)
    	o = msgp.AppendBool(o, z.Accepted)
    	// string "RejectedReason"
    	o = append(o, 0xae, 0x52, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e)
    	o = msgp.AppendString(o, z.RejectedReason)
    	return
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Nov 21 01:09:35 GMT 2023
    - 18.8K bytes
    - Viewed (0)
  5. cmd/storage-datatypes_gen.go

    	o = msgp.AppendUint64(o, z.NRRequests)
    	o = msgp.AppendString(o, z.FSType)
    	o = msgp.AppendBool(o, z.RootDisk)
    	o = msgp.AppendBool(o, z.Healing)
    	o = msgp.AppendBool(o, z.Scanning)
    	o = msgp.AppendString(o, z.Endpoint)
    	o = msgp.AppendString(o, z.MountPath)
    	o = msgp.AppendString(o, z.ID)
    	o = msgp.AppendBool(o, z.Rotational)
    	o, err = z.Metrics.MarshalMsg(o)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 127.5K bytes
    - Viewed (0)
  6. cmd/metacache_gen.go

    	o = msgp.AppendString(o, z.root)
    	// string "fnf"
    	o = append(o, 0xa3, 0x66, 0x6e, 0x66)
    	o = msgp.AppendBool(o, z.fileNotFound)
    	// string "stat"
    	o = append(o, 0xa4, 0x73, 0x74, 0x61, 0x74)
    	o = msgp.AppendUint8(o, uint8(z.status))
    	// string "rec"
    	o = append(o, 0xa3, 0x72, 0x65, 0x63)
    	o = msgp.AppendBool(o, z.recursive)
    	// string "v"
    	o = append(o, 0xa1, 0x76)
    	o = msgp.AppendUint8(o, z.dataVersion)
    	return
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Nov 08 18:26:08 GMT 2021
    - 10K bytes
    - Viewed (0)
  7. cmd/local-locker_gen.go

    	// map header, size 9
    	// string "Name"
    	o = append(o, 0x89, 0xa4, 0x4e, 0x61, 0x6d, 0x65)
    	o = msgp.AppendString(o, z.Name)
    	// string "Writer"
    	o = append(o, 0xa6, 0x57, 0x72, 0x69, 0x74, 0x65, 0x72)
    	o = msgp.AppendBool(o, z.Writer)
    	// string "UID"
    	o = append(o, 0xa3, 0x55, 0x49, 0x44)
    	o = msgp.AppendString(o, z.UID)
    	// string "Timestamp"
    	o = append(o, 0xa9, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  8. cmd/site-replication-metrics_gen.go

    	o = append(o, 0xaa, 0x4c, 0x61, 0x73, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65)
    	o = msgp.AppendTime(o, z.LastOnline)
    	// string "Online"
    	o = append(o, 0xa6, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65)
    	o = msgp.AppendBool(o, z.Online)
    	// string "Latency"
    	o = append(o, 0xa7, 0x4c, 0x61, 0x74, 0x65, 0x6e, 0x63, 0x79)
    	o, err = z.Latency.MarshalMsg(o)
    	if err != nil {
    		err = msgp.WrapError(err, "Latency")
    		return
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Feb 06 06:00:45 GMT 2024
    - 40.6K bytes
    - Viewed (0)
  9. cmd/object-api-interface_gen.go

    	o = msgp.AppendBool(o, z.LockEnabled)
    	// string "VersioningEnabled"
    	o = append(o, 0xb1, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64)
    	o = msgp.AppendBool(o, z.VersioningEnabled)
    	// string "ForceCreate"
    	o = append(o, 0xab, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65)
    	o = msgp.AppendBool(o, z.ForceCreate)
    	// string "CreatedAt"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 19:08:18 GMT 2024
    - 8.1K bytes
    - Viewed (0)
  10. cmd/object-api-datatypes_gen.go

    	// string "Versioning"
    	o = append(o, 0xaa, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67)
    	o = msgp.AppendBool(o, z.Versioning)
    	// string "ObjectLocking"
    	o = append(o, 0xad, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x69, 0x6e, 0x67)
    	o = msgp.AppendBool(o, z.ObjectLocking)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    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)
Back to top