- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for parseFile (0.97 sec)
-
cmd/iam.go
spolicyStr, ok := spolicy.(string) if !ok { // Sub policy if set, should be a string reject // malformed/malicious requests. return } // Check if policy is parseable. subPolicy, err := policy.ParseConfig(bytes.NewReader([]byte(spolicyStr))) if err != nil { // Log any error in input session policy config. iamLogIf(GlobalContext, err) return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 75.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
* Gets an attribute value as an integer. * * @param attributes the named node map of attributes * @param name the attribute name * @return the attribute value as Integer, null if not found or not parseable */ protected Integer getAttributeAsInteger(final NamedNodeMap attributes, final String name) { final Node namedItem = attributes.getNamedItem(name); if (namedItem == null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0)