- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 74 for st (0.08 seconds)
-
cmd/bucket-replication-utils.go
} // CompositeReplicationStatus returns overall replication status for the object version being replicated. func (rs *ReplicationState) CompositeReplicationStatus() (st replication.StatusType) { switch { case rs.ReplicationStatusInternal != "": switch replication.StatusType(rs.ReplicationStatusInternal) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 26.1K bytes - Click Count (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
spot spydeberg.no square7.ch square7.de square7.net squares.net sr sr.gov.pl sr.it srht.site srl srv.br srv.us ss ss.it ssl.origin.cdn77-secure.org st st.no staba.jp stackhero-network.com stackit.gg stackit.rocks stackit.run stackit.zone stada stage.nodeart.io staging.expo.app staging.replit.dev stalowa-wola.pl stange.no
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue May 27 22:00:49 GMT 2025 - 129.6K bytes - Click Count (3) -
.mailmap
Ryan <******@****.***> <******@****.***> Rodrigo B. de Oliveira <******@****.***> <******@****.***> Sebastian Schuberth <******@****.***> <******@****.***> Stefan Oehme <******@****.***> <st******@****.***> Sterling Greene <******@****.***> <******@****.***> Sterling Greene <******@****.***> <******@****.***> Szczepan Faber <******@****.***>
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Oct 03 06:34:28 GMT 2017 - 3.3K bytes - Click Count (0) -
docs/bucket/replication/setup_ilm_expiry_replication.sh
ntagName2=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].Filter.And.Tags[1].Key' | sed 's/"//g') ntagVal2=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].Filter.And.Tags[1].Value' | sed 's/"//g') st=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].Status' | sed 's/"//g') if [ "${nprefix}" != "newprefix" ]; then echo "BUG: ILM expiry rules prefix not replicated to 'siteb'" exit 1 fi
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Sep 06 09:42:21 GMT 2024 - 12.8K bytes - Click Count (0) -
cmd/site-replication-metrics_gen.go
z.XferRateLrg = new(XferStats) } err = z.XferRateLrg.DecodeMsg(dc) if err != nil { err = msgp.WrapError(err, "XferRateLrg") return } } case "st": if dc.IsNil() { err = dc.ReadNil() if err != nil { err = msgp.WrapError(err, "XferRateSml") return } z.XferRateSml = nil } else { if z.XferRateSml == nil {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 40.3K bytes - Click Count (0) -
cmd/object-api-interface.go
NoMetadata bool } // SetReplicaStatus sets replica status and timestamp for delete operations in ObjectOptions func (o *ObjectOptions) SetReplicaStatus(st replication.StatusType) { o.DeleteReplication.ReplicaStatus = st o.DeleteReplication.ReplicaTimeStamp = UTCNow() } // DeleteMarkerReplicationStatus - returns replication status of delete marker from DeleteReplication state in ObjectOptions
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 17.5K bytes - Click Count (0) -
cmd/bucket-stats_gen.go
z.XferRateLrg = new(XferStats) } err = z.XferRateLrg.DecodeMsg(dc) if err != nil { err = msgp.WrapError(err, "XferRateLrg") return } } case "st": if dc.IsNil() { err = dc.ReadNil() if err != nil { err = msgp.WrapError(err, "XferRateSml") return } z.XferRateSml = nil } else { if z.XferRateSml == nil {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 57.3K bytes - Click Count (0) -
cmd/metacache.go
// space - if you do so please run https://github.com/orijtech/structslop // and verify if your changes are optimal. ended time.Time `msg:"end"` started time.Time `msg:"st"` lastHandout time.Time `msg:"lh"` lastUpdate time.Time `msg:"u"` bucket string `msg:"b"` filter string `msg:"flt"` id string `msg:"id"` error string `msg:"err"`
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jul 12 16:23:16 GMT 2024 - 6K bytes - Click Count (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
spot spydeberg.no square7.ch square7.de square7.net squares.net sr sr.gov.pl sr.it srht.site srl srv.br srv.us ss ss.it ssl.origin.cdn77-secure.org st st.no staba.jp stackhero-network.com stackit.gg stackit.rocks stackit.run stackit.zone stada stage.nodeart.io staging.expo.app staging.replit.dev stalowa-wola.pl stange.no
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Dec 31 14:50:53 GMT 2024 - 129.6K bytes - Click Count (2) -
internal/grid/handlers.go
}) } // Streamer creates a stream. type Streamer interface { NewStream(ctx context.Context, h HandlerID, payload []byte) (st *Stream, err error) } // Call the remove with the request and func (h *StreamTypeHandler[Payload, Req, Resp]) Call(ctx context.Context, c Streamer, payload Payload) (st *TypedStream[Req, Resp], err error) { if c == nil { return nil, ErrDisconnected } var payloadB []byte if h.WithPayload {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 27.7K bytes - Click Count (0)