Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 9 of 9 for isHalted (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/subprojects.json

      {
        "name": "io",
        "path": "platforms/core-runtime/io",
        "unitTests": true,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "isolated-action-services",
        "path": "platforms/core-configuration/isolated-action-services",
        "unitTests": true,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "ivy",
        "path": "platforms/software/ivy",
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 18 18:40:11 GMT 2025
    - 37.5K bytes
    - Click Count (0)
  2. src/test/java/jcifs/http/HandlerTest.java

            System.setProperties(originalSystemProperties);
            resetHandlerState();
        }
    
        /**
         * Resets the static state of the Handler class using reflection.
         * This is crucial for ensuring that tests are isolated from each other.
         */
        private void resetHandlerState() throws Exception {
            // Reset the static factory field
            Field factoryField = Handler.class.getDeclaredField("factory");
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 11.1K bytes
    - Click Count (0)
  3. .github/CODEOWNERS

    testing/performance/                            @gradle/bt-developer-productivity
    testing/smoke-test/                             @gradle/bt-product-operations
    testing/smoke-test/src/**/*IsolatedProjects*    @gradle/bt-product-operations @gradle/bt-isolated-projects-project
    testing/soak/                                   @gradle/bt-developer-productivity
    testing/distributions-integ-tests               @gradle/bt-developer-productivity
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Nov 07 21:47:29 GMT 2025
    - 11K bytes
    - Click Count (0)
  4. cmd/erasure-metadata-utils.go

    		if disk == nil {
    			continue
    		}
    		diskCount++
    	}
    	return diskCount
    }
    
    // hashOrder - hashes input key to return consistent
    // hashed integer slice. Returned integer order is salted
    // with an input key. This results in consistent order.
    // NOTE: collisions are fine, we are not looking for uniqueness
    // in the slices returned.
    func hashOrder(key string, cardinality int) []int {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 11.7K bytes
    - Click Count (0)
  5. docs/config/README.md

    Please refer to how to encrypt your config and IAM credentials [here](https://github.com/minio/minio/blob/master/docs/kms/IAM.md).
    
    > NOTE: if *path_prefix* is set then MinIO will not federate your buckets, namespaced IAM assets are assumed as isolated tenants, only buckets are considered globally unique but performing a lookup with a *bucket* which belongs to a different tenant will fail unlike federated setups where MinIO would port-forward and route the request to relevant cluster accordingly....
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 18.1K bytes
    - Click Count (1)
  6. impl/maven-core/src/site/apt/offline-mode.apt

      earmarked as remote should be accessed, regardless of whether it is actually
      a physically local resource.
    
      NOTE: One side effect of this design change is that all offline-mode code can
      be isolated to maven-core, maven-plugin-descriptor, and [possibly]
      maven-artifact. Usage of maven-wagon will be determined by an offline-aware
      manager.
    
    * Assumptions: What is Offline?
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 10.6K bytes
    - Click Count (0)
  7. .idea/gradle.xml

                <option value="$PROJECT_DIR$/platforms/core-configuration/input-tracking" />
                <option value="$PROJECT_DIR$/platforms/core-configuration/isolated-action-services" />
                <option value="$PROJECT_DIR$/platforms/core-configuration/java-api-extractor" />
                <option value="$PROJECT_DIR$/platforms/core-configuration/kotlin-dsl" />
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 11 18:02:10 GMT 2025
    - 23.2K bytes
    - Click Count (0)
  8. docs/en/docs/tutorial/bigger-applications.md

    /// info | Very Technical Details
    
    **Note**: this is a very technical detail that you probably can **just skip**.
    
    ---
    
    The `APIRouter`s are not "mounted", they are not isolated from the rest of the application.
    
    This is because we want to include their *path operations* in the OpenAPI schema and the user interfaces.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 10 08:55:32 GMT 2025
    - 18.6K bytes
    - Click Count (0)
  9. docs/en/docs/deployment/docker.md

    </details>
    
    ## What is a Container { #what-is-a-container }
    
    Containers (mainly Linux containers) are a very **lightweight** way to package applications including all their dependencies and necessary files while keeping them isolated from other containers (other applications or components) in the same system.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Sep 20 12:58:04 GMT 2025
    - 29.5K bytes
    - Click Count (1)
Back to Top