- Sort Score
 - Result 10 results
 - Languages All
 
Results 731 - 740 of 5,095 for tstring (0.04 sec)
- 
				
				
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWord.java
protected Float boost; /** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime; /** permissions */ protected String[] permissions; /** reading */ protected String reading; /** suggestWord */ protected String suggestWord; /** updatedBy */ protected String updatedBy; /** updatedTime */Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/helper/PathMappingHelper.java
} return value.toString(); }; } /** * Replaces URL using the given path mapping list. * * @param pathMappingList the path mapping list * @param url the URL to replace * @return the replaced URL */ protected String replaceUrl(final List<PathMapping> pathMappingList, final String url) { String newUrl = url;Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/smb1/smb1/NetShareEnum.java
return 0; } @Override int readDataWireFormat(final byte[] buffer, final int bufferIndex, final int len) { return 0; } @Override public String toString() { return ("NetShareEnum[" + super.toString() + "]"); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 2.7K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/internal/smb1/com/SmbComDelete.java
return 0; } @Override protected int readBytesWireFormat(final byte[] buffer, final int bufferIndex) { return 0; } @Override public String toString() { return ("SmbComDelete[" + super.toString() + ",searchAttributes=0x" + Hexdump.toHexString(this.searchAttributes, 4) + ",fileName=" + this.path + "]"); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) - 
				
				
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
String query4 = "test query"; String escaped4 = SuggestUtil.escapeWildcardQuery(query4); assertEquals("test query", escaped4); // Test with multiple wildcards String query5 = "***???"; String escaped5 = SuggestUtil.escapeWildcardQuery(query5); assertEquals("\\*\\*\\*\\?\\?\\?", escaped5); // Test empty string String query6 = "";
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 18.2K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/app/web/admin/searchlog/SearchForm.java
*/ public String logType; /** * The query ID field for searching specific queries. */ public String queryId; /** * The user session ID field for filtering logs by session. */ public String userSessionId; /** * The requested time range field for filtering logs by date. */ public String requestedTimeRange; /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) - 
				
				
src/test/java/jcifs/smb/SmbEndOfFileExceptionTest.java
String text = ex.toString(); // Assert assertNotNull(text); assertTrue(text.contains(expectedSubstring), "toString should contain: " + expectedSubstring); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0) - 
				
				
src/test/java/jcifs/smb/MIENameTest.java
assertEquals(name, parsed.toString(), "toString should return the name"); assertEquals(testOid().hashCode(), parsed.hashCode(), "hashCode should derive from OID"); } @Test @DisplayName("Parses empty name length (NAME_LEN=0) as empty string") void parseEmptyName() { // Arrange String name = "";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.6K bytes - Viewed (0) - 
				
				
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
"2", "", *bodyLines, ) } private fun createJournalWithHeader( magic: String, version: String, appVersion: String, valueCount: String, blank: String, vararg bodyLines: String, ) { filesystem.write(journalFile) { writeUtf8( """ |$magic |$version |$appVersion |$valueCountRegistered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 75.7K bytes - Viewed (0) - 
				
				
.teamcity/src/main/kotlin/common/CommonExtensions.kt
artifactRules = "build-receipt.properties => incoming-distributions" } } fun functionalTestExtraParameters( buildScanTags: List<String>, os: Os, arch: Arch, testJvmVersion: String, testJvmVendor: String, ): String { val buildScanValues = mapOf( "coverageOs" to os.name.lowercase(), "coverageArch" to arch.name.lowercase(),Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0)