- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Type1 (0.01 seconds)
-
src/test/java/org/codelibs/fess/entity/SearchLogEventTest.java
Long version1 = event.getVersionNo(); Long version2 = event.getVersionNo(); assertEquals(version1, version2); String type1 = event.getEventType(); String type2 = event.getEventType(); assertEquals(type1, type2); Map<String, Object> source1 = event.toSource(); Map<String, Object> source2 = event.toSource(); assertSame(source1, source2); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.8K bytes - Click Count (0) -
src/builtin/builtin.go
// for any Go type, but represents the same type for any given function // invocation. type Type int // Type1 is here for the purposes of documentation only. It is a stand-in // for any Go type, but represents the same type for any given function // invocation. type Type1 int // TypeOrExpr is here for the purposes of documentation only. It is a stand-in // for either a Go type or an expression.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Feb 26 17:14:40 GMT 2026 - 13.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/InvalidAccessTokenExceptionTest.java
// Test multiple instances are independent InvalidAccessTokenException exception1 = new InvalidAccessTokenException("Type1", "Message1"); InvalidAccessTokenException exception2 = new InvalidAccessTokenException("Type2", "Message2"); assertEquals("Type1", exception1.getType()); assertEquals("Message1", exception1.getMessage()); assertEquals("Type2", exception2.getType());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.7K bytes - Click Count (0)