- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 862 for Now (0.03 sec)
-
android/guava/src/com/google/common/collect/Sets.java
* using a {@code LinkedHashSet} instead, at the cost of increased memory footprint, to get * deterministic iteration behavior. * * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated. Instead, * use the {@code HashSet} constructor directly, taking advantage of <a
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 78.8K bytes - Viewed (0) -
src/main/java/jcifs/Config.java
import java.util.Properties; import java.util.StringTokenizer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.context.SingletonContext; /** * This class now contains only utilities for config parsing. * * We strongly suggest that you create an explicit {@link jcifs.context.CIFSContextWrapper} * with your desired config. It's base implementation {@link jcifs.context.BaseContext}
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.3K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params.md
```Python hl_lines="8 10" {!> ../../docs_src/query_params/tutorial004.py!} ``` //// ## Required query parameters When you declare a default value for non-path parameters (for now, we have only seen query parameters), then it is not required. If you don't want to add a specific value but just make it optional, set the default as `None`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ActivityHelper.java
log(valueMap); } protected void log(final Map<String, String> valueMap) { valueMap.put("ip", getClientIp()); valueMap.put("time", DateTimeFormatter.ISO_INSTANT.format(ZonedDateTime.now())); if (useEcsFormat) { printByEcs(valueMap); } else { printByLtsv(valueMap); } } protected void printByLtsv(final Map<String, String> valueMap) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 7.7K bytes - Viewed (0) -
cmd/metrics-realtime.go
byHostName = globalLocalNodeName } if types.Contains(madmin.MetricsDisk) { m.ByDisk = make(map[string]madmin.DiskMetric) aggr := madmin.DiskMetric{ CollectedAt: time.Now(), } for name, disk := range collectLocalDisksMetrics(opts.disks) { m.ByDisk[name] = disk aggr.Merge(&disk) } m.Aggregated.Disk = &aggr } if types.Contains(madmin.MetricsScanner) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Jun 01 05:16:24 UTC 2024 - 6.3K bytes - Viewed (0) -
cmd/storage-errors.go
var errMoreData = StorageErr("more data was sent than what was advertised") // indicates readDirFn to return without further applying the fn() var errDoneForNow = errors.New("done for now") // errSkipFile returned by the fn() for readDirFn() when it needs // to proceed to next entry. var errSkipFile = errors.New("skip this file")
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Apr 04 12:04:40 UTC 2024 - 6.4K bytes - Viewed (0) -
common/scripts/kind_provisioner.sh
if ! (kind delete cluster --name="${NAME}" -v9) > /dev/null; then echo "No existing kind cluster with name ${NAME}. Continue..." fi # explicitly disable shellcheck since we actually want $NAME to expand now # shellcheck disable=SC2064 if [[ "${CLEANUP}" == "true" ]]; then trap "cleanup_kind_cluster ${NAME}" EXIT fi # If config not explicitly set, then use defaults if [[ -z "${CONFIG}" ]]; then
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 21 04:47:23 UTC 2024 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/entity/SuggestItem.java
this.userBoost = userBoost; } else { this.userBoost = 1; } this.docFreq = docFreq; this.queryFreq = queryFreq; timestamp = ZonedDateTime.now(); emptySource = createEmptyMap(); id = SuggestUtil.createSuggestTextId(this.text); } public String getText() { return text; } public String[][] getReadings() {
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Sat Oct 12 00:10:39 UTC 2024 - 20.1K bytes - Viewed (0) -
src/main/java/jcifs/netbios/Name.java
System.arraycopy(Strings.getOEMBytes(this.scope, this.config), 0, dst, dstIndex, this.scope.length()); dstIndex += this.scope.length(); dst[ dstIndex++ ] = (byte) 0x00; // now go over scope backwards converting '.' to label length int i = dstIndex - 2; int e = i - this.scope.length(); int c = 0; do { if ( dst[ i ] == '.' ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 7.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.facet.fields.missing= query.facet.queries=\ labels.facet_timestamp_title:\ labels.facet_timestamp_1day=timestamp:[now/d-1d TO *]\t\ labels.facet_timestamp_1week=timestamp:[now/d-7d TO *]\t\ labels.facet_timestamp_1month=timestamp:[now/d-1M TO *]\t\ labels.facet_timestamp_1year=timestamp:[now/d-1y TO *]\n\ labels.facet_contentLength_title:\ labels.facet_contentLength_10k=content_length:[0 TO 9999]\t\
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0)