Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 39 for 5003 (0.02 seconds)

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

  1. internal/s3select/json/testdata/4.json

    					{ "id": "1003", "type": "Blueberry" },
    					{ "id": "1004", "type": "Devil's Food" }
    				]
    		},
    	"topping":
    		[
    			{ "id": "5001", "type": "None" },
    			{ "id": "5002", "type": "Glazed" },
    			{ "id": "5005", "type": "Sugar" },
    			{ "id": "5007", "type": "Powdered Sugar" },
    			{ "id": "5006", "type": "Chocolate with Sprinkles" },
    			{ "id": "5003", "type": "Chocolate" },
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 607 bytes
    - Click Count (0)
  2. impl/maven-core/src/test/projects/plugin-manager/mng-5003-plugin-realm-cache/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.mng5003</groupId>
      <artifactId>mng-5003-plugin-realm-cache</artifactId>
      <version>1.0</version>
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 190 bytes
    - Click Count (0)
  3. build-logic/idea/src/main/kotlin/gradlebuild.ide.gradle.kts

        runConfigurations {
            create<Remote>("Daemon debug (port 5005)") {
                mode = Remote.RemoteMode.LISTEN
                transport = Remote.RemoteTransport.SOCKET
                sharedMemoryAddress = "javadebug"
                host = "localhost"
                port = 5005
                autoRestart = true
            }
            create<Remote>("Launcher debug (port 5006)") {
                mode = Remote.RemoteMode.LISTEN
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Jan 30 10:41:28 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  4. src/test/java/jcifs/internal/smb2/lease/DirectoryCacheEntryTest.java

            entry.updateChild(childName, 1024L, 1000L, false, 0x20, 500L, 800L);
            assertTrue(entry.hasChanges());
    
            // Clear changes to test next scenario
            entry.markComplete();
            assertFalse(entry.hasChanges());
    
            // Update with same values - should not mark as changed (no actual change)
            entry.updateChild(childName, 1024L, 1000L, false, 0x20, 500L, 800L);
            assertFalse(entry.hasChanges());
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 23 01:47:47 GMT 2025
    - 8.4K bytes
    - Click Count (0)
  5. architecture/standards/0003-avoid-introducing-Groovy-types-to-public-api.md

    # ADR-0003 - Avoid introducing Groovy types to public API
    
    ## Date
    
    2024-01-12
    
    ## Context
    
    Gradle's public API requires equal access from all JVM-based languages.
    Kotlin, Groovy, Java, and other JVM-based languages should be able to use the Gradle API without relying on another language's standard library.
    
    Historically, Gradle has shipped with some Groovy types in very prominent APIs.
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Sun Mar 10 20:38:06 GMT 2024
    - 1.8K bytes
    - Click Count (0)
  6. cmd/metrics-v2_test.go

    		t.Errorf("Expected le='0.050' api=PutObject value to be 1 but got '%v'", value)
    	}
    	if le := capitalPutObjects[1].VariableLabels["le"]; le != "5.000" {
    		t.Errorf("Expected le='5.000' api=PutObject metrics but got '%v'", le)
    	}
    	if value := capitalPutObjects[1].Value; value != 2 {
    		t.Errorf("Expected le='5.000' api=PutObject value to be 2 but got '%v'", value)
    	}
    	if le := capitalPutObjects[2].VariableLabels["le"]; le != "+Inf" {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Mar 30 00:56:02 GMT 2025
    - 6.8K bytes
    - Click Count (0)
  7. docs/multi-tenancy/README.md

    Use the following commands to host 3 tenants on a single drive:
    
    ```sh
    minio server --address :9001 /data/tenant1
    minio server --address :9002 /data/tenant2
    minio server --address :9003 /data/tenant3
    ```
    
    ![Example-1](https://github.com/minio/minio/blob/master/docs/screenshots/Example-1.jpg?raw=true)
    
    ### 1.2 Host Multiple Tenants on Multiple Drives (Erasure Code)
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  8. fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/DefaultIntervalControllerTest.java

        public void test_defaultConstructor() {
            final DefaultIntervalController controller = new DefaultIntervalController();
    
            assertEquals(0L, controller.getDelayMillisAfterProcessing());
            assertEquals(500L, controller.getDelayMillisAtNoUrlInQueue());
            assertEquals(0L, controller.getDelayMillisBeforeProcessing());
            assertEquals(1000L, controller.getDelayMillisForWaitingNewUrl());
        }
    
        /**
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Nov 20 08:58:39 GMT 2025
    - 8.1K bytes
    - Click Count (0)
  9. docs/lambda/README.md

    ```
    
    ### Lambda Target with mTLS authentication
    
    If your lambda target expects mTLS client you can enable it per function target as follows
    ```
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 7.7K bytes
    - Click Count (0)
  10. docs/site-replication/run-multi-site-oidc.sh

    minio server --address ":9002" --console-address ":11000" /tmp/minio2/{1...4} >/tmp/minio2_1.log 2>&1 &
    site2_pid=$!
    
    export MINIO_IDENTITY_OPENID_REDIRECT_URI="http://127.0.0.1:12000/oauth_callback"
    minio server --address ":9003" --console-address ":12000" /tmp/minio3/{1...4} >/tmp/minio3_1.log 2>&1 &
    site3_pid=$!
    
    if [ ! -f ./mc ]; then
    	wget -O mc https://dl.minio.io/client/mc/release/linux-amd64/mc &&
    		chmod +x mc
    fi
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Sep 24 08:03:58 GMT 2024
    - 8.5K bytes
    - Click Count (0)
Back to Top