- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 289 for mappingOf (0.08 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
requestData.setUrl(replaceDuplicateHost(url)); } } return urlList; } /** * Gets the path mapping helper for URL transformations. * * @return the path mapping helper instance */ protected PathMappingHelper getPathMappingHelper() { return ComponentUtil.getPathMappingHelper(); } /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponseTest.java
assertThrows(SMBProtocolDecodingException.class, () -> resp.decode(packet, 0)); } @Test void decodesSrvCopyChunkCopyResponse() throws Exception { // Validate createOutputDecodable() mapping and Decodable decode byte[] header = buildHeader(NtStatus.NT_STATUS_SUCCESS); // Prepare 3 ints: chunksWritten=1, chunkBytesWritten=2, totalBytesWritten=3 byte[] out = new byte[12];
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0) -
android/guava/src/com/google/common/eventbus/SubscriberRegistry.java
subscriberIterators.add(eventSubscribers.iterator()); } } return Iterators.concat(subscriberIterators.iterator()); } /** * A thread-safe cache that contains the mapping from each class to all methods in that class and * all super-classes, that are annotated with {@code @Subscribe}. The cache is shared across all
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 10.8K bytes - Viewed (0) -
guava/src/com/google/common/graph/AbstractNetwork.java
if (allowsParallelEdges()) { return super.edges(); // Defer to AbstractGraph implementation. } // Optimized implementation assumes no parallel edges (1:1 edge to EndpointPair mapping). return new AbstractSet<EndpointPair<N>>() { @Override public Iterator<EndpointPair<N>> iterator() { return Iterators.transform(
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getOnlineHelpNameDictStemmeroverride(); /** * Get the value for the key 'online.help.name.dict.mapping'. <br> * The value is, e.g. mapping <br> * comment: Online help key for mapping dictionary. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getOnlineHelpNameDictMapping();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
} // =================================================================================== // Parameter Mapping // ================= protected void mappingParameter(final HttpServletRequest request, final List<DiskFileItem> items) { showFieldLoggingTitle();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 18.6K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
@Resource protected LabelTypeHelper labelTypeHelper; /** Helper for query processing and transformation. */ @Resource protected QueryHelper queryHelper; /** Configuration for query field mappings and processing. */ @Resource protected QueryFieldConfig queryFieldConfig; /** Helper for role-based query filtering and security. */ @Resource protected RoleQueryHelper roleQueryHelper;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.crawling_info_details=Crawling Info Details labels.data_config_details=Data Config Details labels.dict_kuromoji_details=Dict Kuromoji Details labels.dict_mapping_details=Dict Mapping Details labels.dict_protwords_details=Dict Protwords Details labels.dict_stemmeroverride_details=Dict Stemmeroverride Details labels.dict_stopwords_details=Dict Stopwords Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/resources/fess_label_id.properties
labels.startTime=Waktu Mulai labels.target=Target labels.token=Token labels.synonymFile=Berkas Sinonim labels.stopwordsFile=Berkas Stopwords labels.stemmerOverrideFile=Berkas Stemmer Override labels.mappingFile=Berkas Mapping labels.protwordsFile=Berkas Protwords labels.kuromojiFile=Berkas Kuromoji labels.elevateWordFile=Berkas Elevate Word labels.badWordFile=Berkas Bad Word labels.urlExpr=Kondisi labels.boostExpr=Ekspresi Boost
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
android/guava/src/com/google/common/io/Files.java
* * <p>Files are mapped from offset 0 to its length. * * <p>This only works for files ≤ {@link Integer#MAX_VALUE} bytes. * * @param file the file to map * @param mode the mode to use when mapping {@code file} * @return a buffer reflecting {@code file} * @throws FileNotFoundException if the {@code file} does not exist * @throws IOException if an I/O error occurs * @see FileChannel#map(MapMode, long, long)Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 25 20:24:13 UTC 2025 - 32.8K bytes - Viewed (0)