- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 440 for END (1.25 sec)
-
guava/src/com/google/common/io/CharSource.java
* into lines. Like {@link BufferedReader}, these methods break lines on any of {@code \n}, {@code * \r} or {@code \r\n}, do not include the line separator in each line and do not consider there to * be an empty line at the end if the contents are terminated with a line separator. * * <p>Any {@link ByteSource} containing text encoded with a specific {@linkplain Charset character
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 25.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 4.5K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/JoinerBenchmark.java
append = true; } dummy ^= sb.toString().length(); } return dummy; } /** * Starts with an empty delimiter and changes to the desired value at the end of the iteration. */ @Benchmark int assignDelimiter(int reps) { int dummy = 0; for (int i = 0; i < reps; i++) { StringBuilder sb = new StringBuilder(); String delim = "";
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Dec 27 16:19:35 UTC 2024 - 5K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameServicePacket.java
dstIndex += 2 + this.rDataLength; return dstIndex - start; } int readResourceRecordWireFormat(final byte[] src, int srcIndex) { final int start = srcIndex; int end; if ((src[srcIndex] & 0xC0) == 0xC0) { this.recordName = this.questionName; // label string pointer to questionName srcIndex += 2; } else {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NameServicePacket.java
dstIndex += 2 + rDataLength; return dstIndex - start; } int readResourceRecordWireFormat(final byte[] src, int srcIndex) { final int start = srcIndex; int end; if ((src[srcIndex] & 0xC0) == 0xC0) { recordName = questionName; // label string pointer to questionName srcIndex += 2; } else {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
${f:h(fe:label(countEntry.key))} <span class="badge rounded-pill text-bg-secondary float-end">${f:h(countEntry.value)}</span> </la:link></li> </c:if> </c:forEach> </ul> </c:if> </c:forEach> <c:forEach var="facetQueryView" items="${fe:facetQueryViewList()}">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbEndOfFileExceptionTest.java
throw new SmbEndOfFileException(); }); assertEquals("Unexpectedly reached end of file", thrown.getMessage()); } /** * toString should include both the class name and the default message. */ @ParameterizedTest @ValueSource(strings = { "SmbEndOfFileException", "Unexpectedly reached end of file" }) void toStringContainsKeyInfo(String expectedSubstring) { // Arrange
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/escape/UnicodeEscaperTest.java
} // Inefficient implementation that defines all letters as escapable. @Override protected int nextEscapeIndex(CharSequence csq, int index, int end) { while (index < end && !Character.isLetter(csq.charAt(index))) { index++; } return index; } }; assertThat(e.escape("\0HeLLo \uD800\uDC00 WorlD!\n"))
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 6K bytes - Viewed (0) -
guava-tests/test/com/google/common/escape/UnicodeEscaperTest.java
} // Inefficient implementation that defines all letters as escapable. @Override protected int nextEscapeIndex(CharSequence csq, int index, int end) { while (index < end && !Character.isLetter(csq.charAt(index))) { index++; } return index; } }; assertThat(e.escape("\0HeLLo \uD800\uDC00 WorlD!\n"))
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 6K bytes - Viewed (0)