- Sort Score
- Result 10 results
- Languages All
Results 91 - 97 of 97 for descr (0.05 sec)
-
src/bytes/bytes_test.go
} }) } func BenchmarkReplace(b *testing.B) { for _, tt := range ReplaceTests { desc := fmt.Sprintf("%q %q %q %d", tt.in, tt.old, tt.new, tt.n) var ( in = []byte(tt.in) old = []byte(tt.old) new = []byte(tt.new) ) b.Run(desc, func(b *testing.B) { b.ReportAllocs() for b.Loop() { Replace(in, old, new, tt.n) } }) } }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 28 18:13:58 UTC 2025 - 62.9K bytes - Viewed (0) -
cmd/bucket-handlers.go
const ( objectLockConfig = "object-lock.xml" bucketTaggingConfig = "tagging.xml" bucketReplicationConfig = "replication.xml" xMinIOErrCodeHeader = "x-minio-error-code" xMinIOErrDescHeader = "x-minio-error-desc" postPolicyBucketTagging = "tagging" ) // Check if there are buckets on server without corresponding entry in etcd backend and // make entries. Here is the general flow // - Range over all the available buckets
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.facet.fields=label # Size of facet fields. query.facet.fields.size=100 # Minimum document count for facet fields. query.facet.fields.min_doc_count=1 # Sort order for facet fields. query.facet.fields.sort=count.desc # Value for missing facet fields. query.facet.fields.missing= # Facet queries definition. query.facet.queries=\ labels.facet_timestamp_title:\ labels.facet_timestamp_1day=timestamp:[now/d-1d TO *]\t\
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 1 */ String QUERY_FACET_FIELDS_min_doc_count = "query.facet.fields.min_doc_count"; /** The key of the configuration. e.g. count.desc */ String QUERY_FACET_FIELDS_SORT = "query.facet.fields.sort"; /** The key of the configuration. e.g. */ String QUERY_FACET_FIELDS_MISSING = "query.facet.fields.missing";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
cmd/site-replication.go
sum := info.StatsSummary[ps.DeploymentID] sum.ReplicatedGroupPolicyMappings++ info.StatsSummary[ps.DeploymentID] = sum } } } // collect group desc replication status across sites for g, pslc := range groupDescStats { var gds []madmin.GroupDesc groupCount := 0 for _, ps := range pslc { groupCount++
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
border-top-right-radius: 0.25rem;\n padding: 1rem;\n}\n\n.widget-user-2 .widget-user-username {\n font-size: 25px;\n font-weight: 300;\n margin-bottom: 5px;\n margin-top: 5px;\n}\n\n.widget-user-2 .widget-user-desc {\n margin-top: 0;\n}\n\n.widget-user-2 .widget-user-username,\n.widget-user-2 .widget-user-desc {\n margin-left: 75px;\n}\n\n.widget-user-2 .widget-user-image > img {\n float: left;\n height: auto;\n width: 65px;\n}\n\n.mailbox-messages > .table {\n margin: 0;\n}\n\n.mailbox-controls {\n ...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1) -
src/main/webapp/css/admin/adminlte.min.css
.widget-user-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem;padding:1rem}.widget-user-2 .widget-user-username{font-size:25px;font-weight:300;margin-bottom:5px;margin-top:5px}.widget-user-2 .widget-user-desc{margin-top:0}.widget-user-2 .widget-user-desc,.widget-user-2 .widget-user-username{margin-left:75px}.widget-user-2 .widget-user-image>img{float:left;height:auto;width:65px}.mailbox-messages>.table{margin:0}.mailbox-controls{padding:5px}.mailbox-controls.with-border{border-bottom:1px...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 1.3M bytes - Viewed (0)