- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 1,134 for isInteger (0.05 sec)
-
src/test/java/jcifs/ACETest.java
assertEquals(0, Integer.numberOfTrailingZeros(ACE.FILE_READ_DATA), "FILE_READ_DATA should be at bit position 0"); assertEquals(1, Integer.numberOfTrailingZeros(ACE.FILE_WRITE_DATA), "FILE_WRITE_DATA should be at bit position 1"); assertEquals(28, Integer.numberOfTrailingZeros(ACE.GENERIC_ALL), "GENERIC_ALL should be at bit position 28");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.4K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/ndr/NdrSmall.java
/** * Represents an NDR small integer (1 byte unsigned) for DCE/RPC communication. * This class encapsulates a single byte value (0-255) in NDR format. */ public class NdrSmall extends NdrObject { /** * The small integer value (0-255) */ public int value; /** * Constructs an NdrSmall with the specified value * @param value the small integer value (will be masked to 0-255 range) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/em/docs/tutorial/handling-errors.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.1K bytes - Viewed (0) -
docs/uk/docs/tutorial/handling-errors.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:31:13 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/config/es/fess_log_search_log.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Apr 12 15:00:27 UTC 2019 - 2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java
@Test @DisplayName("Should handle maximum values correctly") void testMaximumValues() { request.setOffset(Long.MAX_VALUE); request.setRemainingBytes(Integer.MAX_VALUE); request.setWriteFlags(Integer.MAX_VALUE); request.setData(new byte[10], 0, 10); byte[] buffer = new byte[256]; int bytesWritten = request.writeBytesWireFormat(buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionResponseTest.java
SMBUtil.writeInt4(Integer.MAX_VALUE, buffer, bufferIndex + 3); SMBUtil.writeInt4(Integer.MAX_VALUE, buffer, bufferIndex + 7); SMBUtil.writeInt4(Integer.MAX_VALUE, buffer, bufferIndex + 11); SMBUtil.writeInt4(Integer.MAX_VALUE, buffer, bufferIndex + 15); SMBUtil.writeInt4(Integer.MAX_VALUE, buffer, bufferIndex + 19); SMBUtil.writeInt4(Integer.MAX_VALUE, buffer, bufferIndex + 23);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/ConverterTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 8.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java
@RunWith(Parameterized.class) @NullUnmarked public final class DefaultNetworkImplementationsTest { private MutableNetwork<Integer, String> network; private NetworkForTest<Integer, String> networkForTest; private static final Integer N1 = 1; private static final Integer N2 = 2; private static final Integer NODE_NOT_IN_GRAPH = 1000; private static final String E11 = "1-1"; private static final String E11_A = "1-1a";
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 7.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/LabelTypeService.java
} if (StringUtil.isNotBlank(labelTypePager.value)) { cb.query().setValue_Wildcard(wrapQuery(labelTypePager.value)); } // TODO Long, Integer, String supported only. // setup condition cb.query().addOrderBy_SortOrder_Asc(); cb.query().addOrderBy_Name_Asc(); // search } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0)