- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 1,048 for rResources (0.06 seconds)
-
ADDING_NEW_LANGUAGE.md
- Ensure all property values are properly escaped - Run `mvn clean` before rebuilding ## Additional Resources - Fess Configuration: `src/main/resources/fess_config.properties` - DBFlute FreeGen Configuration: `dbflute_fess/dfprop/lastafluteMap.dfprop` - OpenSearch Analysis: `src/main/resources/fess_indices/fess.json` - LastaFlute Documentation: https://lastaflute.org/ ## Summary Checklist
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.35.md
- Enabled in-place resizing of pod-level resources. - Added `Resources` in `PodStatus` to capture resources set in the pod-level cgroup.
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 17 13:01:55 GMT 2025 - 228.5K bytes - Click Count (0) -
README.md
CaseInsensitiveMap<String> configMap = new CaseInsensitiveMap<>(); ``` ### Resource Management ```java import org.codelibs.core.io.*; // Resource loading and management URL resource = ResourceUtil.getResource("config.properties"); Properties props = PropertiesUtil.load(resource); // File operations with proper resource handling try (InputStream input = ResourceUtil.getResourceAsStream("data.txt")) {
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sun Aug 31 02:56:02 GMT 2025 - 12.7K bytes - Click Count (0) -
internal/dsync/lock-args.go
type LockArgs struct { // Unique ID of lock/unlock request. UID string // Resources contains single or multiple entries to be locked/unlocked. Resources []string // Owner represents unique ID for this instance, an owner who originally requested // the locked resource, useful primarily in figuring out stale locks. Owner stringCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Jul 24 10:24:01 GMT 2024 - 1.8K bytes - Click Count (0) -
internal/arn/arn.go
if len(res) != 2 { err = errors.New("invalid ARN - resource does not contain a \"/\"") return arn, err } if res[0] != string(arnResourceTypeRole) { err = errors.New("invalid ARN: resource type is invalid") return arn, err } if !validResourceIDRegex.MatchString(res[1]) { err = fmt.Errorf("invalid resource ID: %s", res[1]) return arn, err } arn = ARN{
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 3.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClient.java
* @param data the request data to be executed * @return the response data from the executed request */ ResponseData execute(RequestData data); /** * Closes the crawler client and releases any resources associated with it. * This default implementation does nothing. * * @throws Exception if an error occurs during closing */ @Override default void close() throws Exception {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 1.8K bytes - Click Count (0) -
docs/sts/web-identity.py
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Jul 28 01:37:51 GMT 2021 - 2.9K bytes - Click Count (0) -
helm/minio/values.yaml
readOnlyRootFilesystem: false # Additational pod annotations podAnnotations: {} # Additional pod labels podLabels: {} ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: requests: memory: 16Gi ## List of policies to be created after minio install ##Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 19.7K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
*/ @Override public Object evaluate(final String template, final Map<String, Object> paramMap) { // Null-safety: return null for blank templates // Early return is safe here as no resources have been allocated yet if (StringUtil.isBlank(template)) { if (logger.isDebugEnabled()) { logger.debug("Template is blank, returning null"); } return null;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.5K bytes - Click Count (0) -
docs/sts/client-grants.py
boto3.set_stream_logger('boto3.resources', logging.DEBUG) bc_session = get_session() bc_session.get_component('credential_provider').insert_before( 'env', ClientGrantsCredentialProvider('NZLOOFRSluw9RfIkuHGqfk1HFp4a', '0Z4VTG8uJBSekn42HE40DK9vQb4a'), ) boto3_session = Session(botocore_session=bc_session) s3 = boto3_session.resource('s3', endpoint_url='http://localhost:9000')
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Apr 23 18:58:53 GMT 2021 - 1.2K bytes - Click Count (0)