- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 344 for matchingMG (0.05 seconds)
-
helm-releases/minio-2.0.1.tgz
if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- end }} {{- end }} minio/.helmignore # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 31 09:09:09 GMT 2021 - 13.6K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/EventListener.kt
import java.net.Proxy /** * Listener for metrics events. Extend this class to monitor the quantity, size, and duration of * your application's HTTP calls. * * All start/connect/acquire events will eventually receive a matching end/release event, either * successful (non-null parameters), or failed (non-null throwable). The first common parameters of * each event pair are used to link the event in case of concurrent or repeated events e.g.
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Oct 07 21:03:04 GMT 2025 - 24.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/Suggester.java
* <ul> * <li>{@link #createDefaultIndexer()}: Creates a default SuggestIndexer instance.</li> * </ul> * * <p>Private Methods: * <ul> * <li>{@link #getNum(QueryBuilder)}: Returns the number of words matching the given query.</li> * <li>{@link #getSearchAlias(String)}: Returns the search alias for the given index.</li> * <li>{@link #getUpdateAlias(String)}: Returns the update alias for the given index.</li>
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 21.6K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
throwValidationError(messages -> messages.addErrorsFailedToDeleteDocInAdmin(GLOBAL), this::asListHtml); } return asListHtml(); } /** * Deletes all documents matching the current search query. * * @param form the list form containing search criteria * @return HTML response redirecting to the list page */ @Execute @Secured({ ROLE, ROLE + VIEW })
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 22.7K bytes - Click Count (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
protected int connectionCheckInterval = 5; // sec /** Idle connection timeout in milliseconds */ protected long idleConnectionTimeout = 60 * 1000L; // 1min /** Pattern for matching HTTP redirect status codes */ protected Pattern redirectHttpStatusPattern = Pattern.compile("[3][0-9][0-9]"); /** Whether to use robots.txt disallow rules */ protected boolean useRobotsTxtDisallows = true;Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 53.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
* pagination metadata including total count and page number list. * * @param crawlingInfoPager the pager object containing search criteria and pagination settings * @return a list of CrawlingInfo entities matching the criteria */ public List<CrawlingInfo> getCrawlingInfoList(final CrawlingInfoPager crawlingInfoPager) { final PagingResultBean<CrawlingInfo> crawlingInfoList = crawlingInfoBhv.selectPage(cb -> {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
assertNotNull(queryList); assertEquals(1, queryList.size()); assertEquals(termQuery, queryList.get(0)); // Test with non-matching field String[] wrongFields = { "title" }; List<TermQuery> emptyList = SuggestUtil.getTermQueryList(termQuery, wrongFields); assertNotNull(emptyList); assertEquals(0, emptyList.size());
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 26.7K bytes - Click Count (0) -
helm-releases/minio-3.0.0.tgz
if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- end }} {{- end }} minio/.helmignore # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Sep 02 01:47:43 GMT 2021 - 13.8K bytes - Click Count (0) -
helm-releases/minio-3.1.3.tgz
if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- end }} {{- end }} minio/.helmignore # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Sep 18 18:09:59 GMT 2021 - 14.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoResponseTest.java
infoField.setAccessible(true); infoField.set(response, mockDecodable); assertEquals(mockDecodable, response.getInfo()); } @Test @DisplayName("Test getInfo with class type - matching class") void testGetInfoWithClassMatching() throws Exception { response = new Smb2QueryInfoResponse(mockConfig, (byte) 1, (byte) 2); FileInternalInfo fileInfo = new FileInternalInfo();
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 24.5K bytes - Click Count (0)