- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for rtf (0.01 seconds)
-
cmd/bucket-replication-metrics_gen.go
return } case "gtf": z.GetTagFailedTotal, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "GetTagFailedTotal") return } case "rtf": z.RmvTagFailedTotal, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "RmvTagFailedTotal") return } case "gf": z.GetFailedTotal, err = dc.ReadUint64()
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 33.3K bytes - Click Count (0) -
cmd/bucket-replication-metrics.go
PutTagFailedTotal uint64 `json:"putTaggingProxyFailed" msg:"ptf"` GetTagFailedTotal uint64 `json:"getTaggingProxyFailed" msg:"gtf"` RmvTagFailedTotal uint64 `json:"removeTaggingProxyFailed" msg:"rtf"` GetFailedTotal uint64 `json:"getProxyFailed" msg:"gf"` HeadFailedTotal uint64 `json:"headProxyFailed" msg:"hf"` } func (p *ProxyMetric) add(p2 ProxyMetric) { atomic.AddUint64(&p.GetTotal, p2.GetTotal)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 15 12:04:40 GMT 2024 - 14.2K bytes - Click Count (0) -
guava/src/com/google/common/net/MediaType.java
* * @since 14.0 */ public static final MediaType RDF_XML_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rdf+xml"); public static final MediaType RTF_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rtf"); /** * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a> declares {@link #FONT_SFNT * font/sfnt} to be the correct media type for SFNT, but this may be necessary in certain
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Oct 02 01:46:40 GMT 2025 - 48K bytes - Click Count (0) -
android/guava/src/com/google/common/net/MediaType.java
* * @since 14.0 */ public static final MediaType RDF_XML_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rdf+xml"); public static final MediaType RTF_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rtf"); /** * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a> declares {@link #FONT_SFNT * font/sfnt} to be the correct media type for SFNT, but this may be necessary in certain
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Oct 02 01:46:40 GMT 2025 - 48K bytes - Click Count (0)