- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 1,425 for Resource (0.1 sec)
-
docs/sts/assume-role.md
## Sample `POST` Request ``` http://minio:9000/?Action=AssumeRole&DurationSeconds=3600&Version=2011-06-15&Policy={"Version":"2012-10-17","Statement":[{"Sid":"Stmt1","Effect":"Allow","Action":"s3:*","Resource":"arn:aws:s3:::*"}]}&AUTHPARAMS ``` ## Sample Response ``` <?xml version="1.0" encoding="UTF-8"?> <AssumeRoleResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> <AssumeRoleResult>
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbEnumerationUtil.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.3K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlQueueServiceTest.java
import org.opensearch.index.query.QueryBuilders; import jakarta.annotation.Resource; /** * @author shinsuke * */ public class OpenSearchUrlQueueServiceTest extends LastaDiTestCase { @Resource private OpenSearchUrlQueueService urlQueueService; @Resource private FesenClient fesenClient; private OpenSearchRunner runner; @Override
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/BadWordService.java
/** Database behavior for bad word operations. */ @Resource protected BadWordBhv badWordBhv; /** Search engine client for index operations. */ @Resource protected SearchEngineClient searchEngineClient; /** Fess configuration. */ @Resource protected FessConfig fessConfig; /** * Default constructor for BadWordService. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
if (fessLogPath == null) { fessLogPath = "../../logs"; } op.replace("fess.log.path", fessLogPath.replace("\\", "/")); }).asYouLikeIt(resource -> { final Host host = resource.getHost(); if (host instanceof final StandardHost standardHost) { standardHost.setErrorReportValveClass(SuppressErrorReportValve.class.getName()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/MimeMap.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/message/MessageFormatter.java
return messageCode.substring(1, Math.max(1, messageCode.length() - CODE_NUMBER_LENGTH)); } /** * Returns the resource bundle. * * @param systemName * System name * @return Resource bundle */ protected static ResourceBundle getResourceBundle(final String systemName) { if (!initialized) { initialize(); }
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/log/LogType.java
UNSUPPORTED_URL_AT_CRAWLING_STARTED, /** Indicates checking the last modified date of a resource. */ CHECK_LAST_MODIFIED, /** Indicates the resource has not been modified. */ NOT_MODIFIED, /** Indicates getting content from a resource. */ GET_CONTENT, /** Indicates a redirect location was found. */ REDIRECT_LOCATION, /** Indicates processing a response. */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 2.4K bytes - Viewed (0) -
cmd/local-locker_test.go
} // A UID is added for every resource if len(l.lockUID) != len(rResources)*2+len(wResources)*m { t.Fatalf("lockUID len, got %d, want %d + %d", len(l.lockUID), len(rResources)*2, len(wResources)*m) } // RUnlock once... for i, name := range rResources { arg := dsync.LockArgs{ UID: rUIDs[i*2], Resources: []string{name}, Source: t.Name(), Owner: "owner",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 11.8K bytes - Viewed (0)