- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 133 for arn1 (0.16 sec)
-
src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp
<la:message key="labels.pagination_page_guide_msg" arg0="${f:h(pager.currentPageNumber)}" arg1="${f:h(pager.allPageCount)}" arg2="${f:h(pager.allRecordCount)}"/> </div> <div class="col-sm-10">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 10.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp
<la:message key="labels.pagination_page_guide_msg" arg0="${f:h(pager.currentPageNumber)}" arg1="${f:h(pager.allPageCount)}" arg2="${f:h(pager.allRecordCount)}"/> </div> <div class="col-sm-10">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
src/cmd/asm/internal/arch/arm64.go
func ARM64RegisterArrangement(reg int16, name, arng string) (int64, error) { var curQ, curSize uint16 if name[0] != 'V' { return 0, errors.New("expect V0 through V31; found: " + name) } if reg < 0 { return 0, errors.New("invalid register number: " + name) } switch arng { case "B8": curSize = 0 curQ = 0 case "B16": curSize = 0 curQ = 1
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Sep 29 09:04:58 UTC 2022 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/pac/ASN1Util.java
*/ package jcifs.pac; import java.io.EOFException; import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import org.bouncycastle.asn1.*; /** * * */ public final class ASN1Util { private ASN1Util () {} /** * * @param type * @param object * @return object cast to type
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Oct 02 12:02:06 UTC 2023 - 6.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp
<la:message key="labels.pagination_page_guide_msg" arg0="${f:h(pager.currentPageNumber)}" arg1="${f:h(pager.allPageCount)}" arg2="${f:h(pager.allRecordCount)}"/> </div> <div class="col-sm-10">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
cmd/object-api-errors.go
return "Remote with this label already exists for this bucket: " + e.Bucket } // BucketRemoteArnTypeInvalid arn type for remote is not valid. type BucketRemoteArnTypeInvalid GenericError func (e BucketRemoteArnTypeInvalid) Error() string { return "Remote ARN type not valid: " + e.Bucket } // BucketRemoteArnInvalid arn needs to be specified. type BucketRemoteArnInvalid GenericError
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 09 02:05:14 UTC 2024 - 22.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp
arg0="${f:h(labelTypePager.currentPageNumber)}" arg1="${f:h(labelTypePager.allPageCount)}" arg2="${f:h(labelTypePager.allRecordCount)}"/> </div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 10.5K bytes - Viewed (0) -
docs/sts/web-identity.md
via the `role_policy` configuration parameter or the `MINIO_IDENTITY_OPENID_ROLE_POLICY` environment variable. The value is a comma-separated list of IAM access policy names already defined in the server. In this situation, the server prints a role ARN at startup that must be specified as a `RoleArn` API request parameter in the STS AssumeRoleWithWebIdentity API call. When using Role Policies, multiple OpenID providers and/or client applications (with unique client IDs) may be configured with independent...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 10 20:16:44 UTC 2024 - 18.9K bytes - Viewed (0) -
callbacks/preload.go
) // parsePreloadMap extracts nested preloads. e.g. // // // schema has a "k0" relation and a "k7.k8" embedded relation // parsePreloadMap(schema, map[string][]interface{}{ // clause.Associations: {"arg1"}, // "k1": {"arg2"}, // "k2.k3": {"arg3"}, // "k4.k5.k6": {"arg4"}, // }) // // preloadMap is // map[string]map[string][]interface{}{ // "k0": {}, // "k7": {
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Wed Jun 12 10:52:33 UTC 2024 - 11.6K bytes - Viewed (0) -
internal/config/lambda/event/event.go
// "X-Amz-Content-SHA256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" // } // }, // "userIdentity": { // "type": "IAMUser", // "principalId": "AIDAJF5MO57RFXQCE5ZNC", // "arn": "...", // "accountId": "...", // "accessKeyId": "AKIA3WNQJCXE2DYPAU7R" // }, // "protocolVersion": "1.00" // } type Event struct { ProtocolVersion string `json:"protocolVersion"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Mar 07 16:12:41 UTC 2023 - 2.6K bytes - Viewed (0)