Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,828 for numbuf (0.11 sec)

  1. src/cmd/link/internal/ld/xcoff.go

    	Otoc        uint64   // Toc Address
    	Osnentry    int16    // Section Number For Entry Point
    	Osntext     int16    // Section Number For Text
    	Osndata     int16    // Section Number For Data
    	Osntoc      int16    // Section Number For Toc
    	Osnloader   int16    // Section Number For Loader
    	Osnbss      int16    // Section Number For Bss
    	Oalgntext   int16    // Max Text Alignment
    	Oalgndata   int16    // Max Data Alignment
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/benchmarks/serviceentry-workloadentry.yaml

    kind: ServiceEntry
    metadata:
      name: proxy-service-instance
    spec:
      hosts:
        - example.com
      ports:
        - number: 80
          name: http
          protocol: HTTP
        - number: 7070
          name: tcp
          protocol: TCP
        - number: 443
          name: https
          protocol: HTTPS
        - number: 9090
          name: auto
          protocol: ""
      resolution: STATIC
      location: MESH_INTERNAL
      endpoints:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 29 17:35:13 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  3. pilot/pkg/xds/testdata/benchmarks/telemetry-api.yaml

    spec:
      hosts:
      - example.com
      ports:
      - number: 80
        name: http
        protocol: HTTP
      - number: 7070
        name: tcp
        protocol: TCP
      - number: 443
        name: https
        protocol: HTTPS
      - number: 9090
        name: auto
        protocol: ""
      resolution: STATIC
      endpoints:
      - address: 1.1.1.1
    ---
    # Set up .Services number of services. Each will have 4 ports (one for each protocol)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 13 15:27:21 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  4. test/fixedbugs/issue4215.go

    }
    
    func foo2() {
    	return int(2), 2 // ERROR "too many (arguments to return|return values)\n\thave \(int, number\)\n\twant \(\)|return with value in function with no return type"
    }
    
    func foo3(v int) (a, b, c, d int) {
    	if v >= 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 18 21:43:02 UTC 2022
    - 2K bytes
    - Viewed (0)
  5. src/internal/zstd/literals.go

    		}
    		outbuf = append(outbuf, data[off:off+regeneratedSize]...)
    		off += regeneratedSize
    	} else {
    		// RFC 3.1.1.3.1.3.
    		if off >= len(data) {
    			return 0, nil, r.makeError(off, "RLE literal missing")
    		}
    		rle := data[off]
    		off++
    		for i := 0; i < regeneratedSize; i++ {
    			outbuf = append(outbuf, rle)
    		}
    	}
    
    	return off, outbuf, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 14:30:10 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/gateway_simulation_test.go

    		},
    	)
    }
    
    func TestGatewayConflicts(t *testing.T) {
    	tcpServer := `port:
      number: 80
      name: tcp
      protocol: TCP
    hosts:
    - "foo.bar"`
    	httpServer := `port:
      number: 80
      name: http
      protocol: HTTP
    hosts:
    - "foo.bar"`
    	tlsServer := `hosts:
      - ./*
    port:
      name: https-ingress
      number: 443
      protocol: HTTPS
    tls:
      credentialName: sds-credential
      mode: SIMPLE`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/tasks/taskConstructorArgs-onTaskContainer/groovy/build.gradle

    abstract class CustomTask extends DefaultTask {
        private final String message
        private final int number
    
        @Inject
        CustomTask(String message, int number) {
            this.message = message
            this.number = number
        }
    // end::inject-task-constructor[]
    
        @TaskAction
        void printIt() {
            println("$message $number")
        }
    // tag::inject-task-constructor[]
    }
    // end::inject-task-constructor[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 559 bytes
    - Viewed (0)
  8. src/cmd/compile/internal/syntax/parser_test.go

    		{"//line :\n", "invalid line number: ", filename, 1, 9},
    		{"//line :x\n", "invalid line number: x", filename, 1, 9},
    		{"//line foo :\n", "invalid line number: ", filename, 1, 13},
    		{"//line foo:x\n", "invalid line number: x", filename, 1, 12},
    		{"//line foo:0\n", "invalid line number: 0", filename, 1, 12},
    		{"//line foo:1 \n", "invalid line number: 1 ", filename, 1, 12},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 16:30:19 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. cmd/metrics-v3-bucket-replication.go

    		"Total number of bytes failed at least once to replicate in the last hour on a bucket",
    		bucketL)
    	bucketReplLastHrFailedCountMD = NewGaugeMD(bucketReplLastHrFailedCount,
    		"Total number of objects which failed replication in the last hour on a bucket",
    		bucketL)
    	bucketReplLastMinFailedBytesMD = NewGaugeMD(bucketReplLastMinFailedBytes,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. src/go/doc/comment/testdata/list6.txt

    		Plain "Text."
    	List ForceBlankBefore=false ForceBlankBetween=false
    		Item Number=""
    			Paragraph
    				Plain "List immediately after."
    		Item Number=""
    			Paragraph
    				Plain "Another."
    	Paragraph
    		Plain "More text."
    	List ForceBlankBefore=true ForceBlankBetween=false
    		Item Number=""
    			Paragraph
    				Plain "List after blank line."
    		Item Number=""
    			Paragraph
    				Plain "Another."
    	Paragraph
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 2K bytes
    - Viewed (0)
Back to top