- Sort Score
- Result 10 results
- Languages All
Results 561 - 570 of 5,001 for fstring (0.04 sec)
- 
				
				src/main/java/org/codelibs/fess/helper/ViewHelper.java/** Cache for page paths */ protected final Map<String, String> pageCacheMap = new ConcurrentHashMap<>(); /** Initial facet parameter mappings */ protected final Map<String, String> initFacetParamMap = new HashMap<>(); /** Initial geographic parameter mappings */ protected final Map<String, String> initGeoParamMap = new HashMap<>(); /** List of facet query views */Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/api/WebApiManagerTest.java} @Override public void addDateHeader(String name, long date) { } @Override public void addHeader(String name, String value) { headers.put(name, value); } @Override public void setIntHeader(String name, int value) { } @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/service/ElevateWordService.java* and cleaning up quoted strings. * * @param list the list to retrieve the value from * @param index the index of the value to retrieve * @return the cleaned value at the specified index, or empty string if index is out of bounds */ static String getValue(final List<String> list, final int index) { if (index >= list.size()) {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.3K bytes - Viewed (0)
- 
				
				api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Tools.javapublic static final String MVN_CMD = "mvn"; public static final String MVN_NAME = "Maven"; public static final String MVNENC_CMD = "mvnenc"; public static final String MVNENC_NAME = "Maven Password Encrypting Tool"; public static final String MVNSHELL_CMD = "mvnsh"; public static final String MVNSHELL_NAME = "Maven Shell Tool"; public static final String MVNUP_CMD = "mvnup";Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.5K bytes - Viewed (0)
- 
				
				guava-tests/test/com/google/common/collect/FilteredMultimapTest.java@NullUnmarked public class FilteredMultimapTest extends TestCase { private static final Predicate<Entry<String, Integer>> ENTRY_PREDICATE = entry -> !Objects.equals(entry.getKey(), "badkey") && !Objects.equals(entry.getValue(), 55556); protected Multimap<String, Integer> create() { Multimap<String, Integer> unfiltered = HashMultimap.create(); unfiltered.put("foo", 55556); unfiltered.put("badkey", 1);Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 3.1K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/log/JulLoggerAdapter.javalogger.logp(Level.INFO, sourceClass, null, message); } @Override public void info(final String message, final Throwable t) { logger.logp(Level.INFO, sourceClass, null, message, t); } @Override public boolean isDebugEnabled() { return logger.isLoggable(Level.FINE); } @Override public void debug(final String message) { Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2.9K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/entity/RequestParameterTest.javaassertEquals(expected, param.toString()); } public void test_toString_withEmptyValues() { // Test toString with empty values String name = "emptyParam"; String[] values = {}; RequestParameter param = new RequestParameter(name, values); String expected = "[emptyParam, []]"; assertEquals(expected, param.toString()); } Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.7K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/filter/EncodingFilter.javaprotected Map<String, String[]> parseQueryString(final String queryString, final String enc) throws IOException { final Map<String, List<String>> paramListMap = new HashMap<>(); final String[] pairs = queryString.split("&"); try { for (final String pair : pairs) { final int pos = pair.indexOf('='); if (pos >= 0) { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactory.java@Nonnull Session session, String groupId, String artifactId, String version, String extension) { return create(ArtifactFactoryRequest.build(session, groupId, artifactId, version, extension)); } @Nonnull default Artifact create( @Nonnull Session session, String groupId, String artifactId, String version, String classifier,Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 3.3K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/collect/SetViewTest.javanew TestStringSetGenerator() { @Override protected Set<String> create(String[] elements) { Set<String> difference = newHashSet(elements); Set<String> set = newHashSet(samples()); set.addAll(difference); Set<String> subset = newHashSet(samples()); subset.removeAll(difference); Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.9K bytes - Viewed (0)