Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 156 for 8082 (0.04 sec)

  1. cmd/testdata/config/invalid-types.yaml

    options:
      ftp: # settings for MinIO to act as an ftp server
            address: ':8021'
            passive-port-range: '30000-40000'
      sftp: # settings for MinIO to act as an sftp server
            address: ':8022'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 836 bytes
    - Viewed (0)
  2. docs/features/events.md

    0.679 connectionReleased
    0.680 callEnd
    REQUEST 2 (pooled connection)
    0.000 callStart
    0.001 connectionAcquired
    0.001 requestHeadersStart
    0.001 requestHeadersEnd
    0.002 responseHeadersStart
    0.082 responseHeadersEnd
    0.082 responseBodyStart
    0.082 responseBodyEnd
    0.083 connectionReleased
    0.083 callEnd
    ```
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  3. cmd/testdata/config/invalid-disks.yaml

    options:
      ftp: # settings for MinIO to act as an ftp server
            address: ':8021'
            passive-port-range: '30000-40000'
      sftp: # settings for MinIO to act as an sftp server
            address: ':8022'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 863 bytes
    - Viewed (0)
  4. docs/ftp/README.md

    ## Usage
    
    Start MinIO in a distributed setup, with 'ftp/sftp' enabled.
    
    ```
    minio server http://server{1...4}/disk{1...4}
       --ftp="address=:8021" --ftp="passive-port-range=30000-40000" \
       --sftp="address=:8022" --sftp="ssh-private-key=/home/miniouser/.ssh/id_rsa"
    ...
    ...
    ```
    
    Following example shows connecting via ftp client using `minioadmin` credentials, and list a bucket named `runner`:
    
    ```
    ftp localhost -P 8021
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 07 06:41:25 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*8076*/ uint16(xReadSlashR),
    	/*8077*/ uint16(xArgRM64),
    	/*8078*/ uint16(xArgR64),
    	/*8079*/ uint16(xMatch),
    	/*8080*/ uint16(xSetOp), uint16(ADC),
    	/*8082*/ uint16(xReadSlashR),
    	/*8083*/ uint16(xArgR8),
    	/*8084*/ uint16(xArgRM8),
    	/*8085*/ uint16(xMatch),
    	/*8086*/ uint16(xCondIs64), 8089, 8105,
    	/*8089*/ uint16(xCondDataSize), 8093, 8099, 0,
    	/*8093*/ uint16(xSetOp), uint16(ADC),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/ecds_test.go

    	cw.Prime(cd)
    	err := cw.PrintEcds("json")
    	assert.NoError(t, err)
    
    	// protojson opt out of whitespace randomization, see more details: https://github.com/golang/protobuf/issues/1082
    	var rm json.RawMessage = gotOut.Bytes()
    	jsonOutput, err := json.MarshalIndent(rm, "", "    ")
    	if err != nil {
    		assert.NoError(t, err)
    	}
    	jsonOutput = append(jsonOutput, '\n')
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 13 01:08:07 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r82/CustomToolingModelCrossVersionSpec.groovy

            withBuildScriptIn("c")
            withBuildScriptIn("d")
            withBuildScriptIn("e")
    
            settingsFile << """
    include 'a', 'b', 'c', 'd', 'e'
    """
        }
    
        @ToolingApiVersion(">=7.0 <8.2")
        @Issue("https://github.com/gradle/gradle/issues/17810")
        def "older Tooling API versions cannot free memory when executing a build action"() {
            when:
            withConnection { connection ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/service-no-port-name-system-namespace.yaml

      namespace: kube-system  # Skipped because it's in a kube system namespace
    spec:
      selector:
        app: my-service1
      ports:
        - protocol: TCP
          port: 8080
          targetPort: 8080
        - protocol: TCP
          port: 8081
          targetPort: 8081
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: my-service2 # Skipped because it has an istio: label
      namespace: istio-system
      labels:
        istio: xxx
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/testdata/healthcheck-rewrite.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: healthcheck
      labels:
        app: healthcheck
    spec:
      ports:
      - name: grpc
        port: 7070
        targetPort: 7070
      - name: http-8080
        port: 8080
        targetPort: 8080
      selector:
        app: healthcheck
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: healthcheck-v1
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: healthcheck
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. src/strconv/ftoa_test.go

    	{0.5, 'f', 0, "0"},
    	{1.5, 'f', 0, "2"},
    
    	// https://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
    	{2.2250738585072012e-308, 'g', -1, "2.2250738585072014e-308"},
    	// https://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
    	{2.2250738585072011e-308, 'g', -1, "2.225073858507201e-308"},
    
    	// Issue 2625.
    	{383260575764816448, 'f', 0, "383260575764816448"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 24 23:50:20 UTC 2022
    - 9.3K bytes
    - Viewed (0)
Back to top