Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for BoolValue (0.03 seconds)

  1. src/main/java/org/codelibs/fess/suggest/util/MapValueExtractor.java

            final Object value = map.get(key);
            if (value == null) {
                return defaultValue;
            }
            if (value instanceof Boolean boolValue) {
                return boolValue;
            }
            return Boolean.parseBoolean(value.toString());
        }
    
        /**
         * Gets a List of Strings from the map.
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 9.8K bytes
    - Click Count (0)
  2. api/go1.21.txt

    pkg log/slog, const TimeKey = "time" #56345
    pkg log/slog, func Any(string, interface{}) Attr #56345
    pkg log/slog, func AnyValue(interface{}) Value #56345
    pkg log/slog, func Bool(string, bool) Attr #56345
    pkg log/slog, func BoolValue(bool) Value #56345
    pkg log/slog, func DebugContext(context.Context, string, ...interface{}) #61200
    pkg log/slog, func Debug(string, ...interface{}) #56345
    pkg log/slog, func Default() *Logger #56345
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Click Count (0)
Back to Top