Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for boolFalse (1.53 sec)

  1. src/test/java/org/codelibs/fess/util/DocumentUtilTest.java

            doc.put("boolTrue", true);
            assertEquals(Boolean.TRUE, DocumentUtil.getValue(doc, "boolTrue", Boolean.class));
    
            doc.put("boolFalse", false);
            assertEquals(Boolean.FALSE, DocumentUtil.getValue(doc, "boolFalse", Boolean.class));
    
            doc.put("boolStr", "anything");
            assertEquals(Boolean.FALSE, DocumentUtil.getValue(doc, "boolStr", Boolean.class));
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 11.7K bytes
    - Viewed (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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top