Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 88 for 3306 (0.05 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.0
    
    // Service is a named abstraction of software service (for example, mysql) consisting of local port
    // (for example 3306) that the proxy listens on, and the selector that determines which pods
    // will answer requests sent through the proxy.
    type Service struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. src/go/printer/testdata/declarations.input

    var a2, b2,
    c2 int  // this line should be indented
    
    var (a3, b3,
    c3, d3 int  // this line should be indented
    a4, b4, c4 int  // this line should be indented
    )
    
    // Test case from issue 3304: multi-line declarations must end
    // a formatting section and not influence indentation of the
    // next line.
    var (
    	minRefreshTimeSec = flag.Int64("min_refresh_time_sec", 604800,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/HttpHeaders.java

      /**
       * The HTTP <a
       * href="https://wicg.github.io/turtledove/#handling-direct-from-seller-signals">{@code
       * Sec-Ad-Auction-Fetch}</a> header field name.
       *
       * @since 33.0.0
       */
      public static final String SEC_AD_AUCTION_FETCH = "Sec-Ad-Auction-Fetch";
    
      /**
       * The HTTP <a
       * href="https://privacycg.github.io/gpc-spec/#the-sec-gpc-header-field-for-http-requests">{@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    3305          ; mapped                 ; 30A4 30F3 30C1 #1.1  SQUARE INTI
    3306          ; mapped                 ; 30A6 30A9 30F3 #1.1  SQUARE UON
    3307          ; mapped                 ; 30A8 30B9 30AF 30FC 30C9 #1.1 SQUARE ESUKUUDO
    3308          ; mapped                 ; 30A8 30FC 30AB 30FC #1.1 SQUARE EEKAA
    3309          ; mapped                 ; 30AA 30F3 30B9 #1.1  SQUARE ONSU
    330A          ; mapped                 ; 30AA 30FC 30E0 #1.1  SQUARE OOMU
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. src/go/printer/testdata/declarations.golden

    var a2, b2,
    	c2 int	// this line should be indented
    
    var (
    	a3, b3,
    	c3, d3	int	// this line should be indented
    	a4, b4, c4	int	// this line should be indented
    )
    
    // Test case from issue 3304: multi-line declarations must end
    // a formatting section and not influence indentation of the
    // next line.
    var (
    	minRefreshTimeSec	= flag.Int64("min_refresh_time_sec", 604800,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{decQuantity(1080, -3, DecimalSI), "1080m", "1.08"},
    		{decQuantity(108, -2, DecimalSI), "1080m", "1080000000n"},
    		{decQuantity(10800, -4, DecimalSI), "1080m", ""},
    		{decQuantity(300, 6, DecimalSI), "300M", ""},
    		{decQuantity(1, 12, DecimalSI), "1T", ""},
    		{decQuantity(1234567, 6, DecimalSI), "1234567M", ""},
    		{decQuantity(1234567, -3, BinarySI), "1234567m", ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/cases/map.go

    		// Above and Iota Subscript
    		case 0x0300, // U+0300 COMBINING GRAVE ACCENT
    			0x0301, // U+0301 COMBINING ACUTE ACCENT
    			0x0304, // U+0304 COMBINING MACRON
    			0x0306, // U+0306 COMBINING BREVE
    			0x0308, // U+0308 COMBINING DIAERESIS
    			0x0313, // U+0313 COMBINING COMMA ABOVE
    			0x0314, // U+0314 COMBINING REVERSED COMMA ABOVE
    			0x0342, // U+0342 COMBINING GREEK PERISPOMENI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  8. src/encoding/gob/doc.go

    	01	// add one to field number, yielding field 0
    	2c	// encoding of signed "22" (0x2c = 44 = 22<<1); Point.x = 22
    	01	// add one to field number, yielding field 1
    	42	// encoding of signed "33" (0x42 = 66 = 33<<1); Point.y = 33
    	00	// end of structure
    
    The type encoding is long and fairly intricate but we send it only once.
    If p is transmitted a second time, the type is already known so the
    output will be just:
    
    	07 ff 82 01 2c 01 42 00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "peerDependencies": {
            "stylelint": "^15.5.0"
          }
        },
        "node_modules/stylelint-config-standard": {
          "version": "33.0.0",
          "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-33.0.0.tgz",
          "integrity": "sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg==",
          "dev": true,
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (1)
  10. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509_test.go

             4d:9d:3a:17:73:b1:d2:94:ab:61:4a:90:fa:59:f1:96:c7:7c:
             26:5b:0c:75:4b:94:6f:76:ac:6c:70:8f:68:5c:e3:e7:7b:b9:
             38:c2:0f:f2:e3:2d:96:ec:79:fa:bf:df:33:02:f2:67:a1:19:
             d1:7d:ed:c4:3b:14:b8:1f:53:c5:6a:52:ad:19:2d:4c:43:19:
             c7:d3:14:75:7f:e7:18:40:38:79:b7:2c:ce:91:6f:cd:16:e3:
             d9:8f:87:be:bc:c0:c0:53:1a:93:d6:ff:a9:17:c0:d9:6f:6a:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 23:23:03 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top