Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for quoted0 (0.23 sec)

  1. doc/go_spec.html

    an integer value identifying a Unicode code point.
    A rune literal is expressed as one or more characters enclosed in single quotes,
    as in <code>'x'</code> or <code>'\n'</code>.
    Within the quotes, any character may appear except newline and unescaped single
    quote. A single quoted character represents the Unicode value
    of the character itself,
    while multi-character sequences beginning with a backslash encode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    t;var r={};for(var n in t)r[n]=yx.call(e,n)?e[n]:t[n];return r},bx=/[ -,\.\/:-@\[-\^`\{-~]/,vx=/[ -,\.\/:-@\[\]\^`\{-~]/,xx=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,Ws=function i(e,t){t=wx(t,i.options),t.quotes!="single"&&t.quotes!="double"&&(t.quotes="single");for(var r=t.quotes=="double"?'"':"'",n=t.isIdentifier,a=e.charAt(0),s="",o=0,u=e.length;o<u;){var c=e.charAt(o++),f=c.charCodeAt(),d=void 0;if(f<32||f>126){if(f>=55296&&f<=56319&&o<u){var p=e.charCodeAt(o++);(p&64512)==56320?f=((f...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			pathOfFieldPath: path,
    			schema:          &schema,
    			errMsg:          "expected single quoted string but got -1",
    		},
    		{
    			name:            "Floating-point array index",
    			fieldPath:       ".list[1.0]",
    			pathOfFieldPath: path,
    			schema:          &schema,
    			errMsg:          "expected single quoted string but got 1",
    		},
    	}
    
    	for _, tc := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.21.md

    - github.com/gorilla/context: [v1.1.1](https://github.com/gorilla/context/tree/v1.1.1)
    - github.com/kr/pty: [v1.1.5](https://github.com/kr/pty/tree/v1.1.5)
    - rsc.io/quote/v3: v3.1.0
    - rsc.io/sampler: v1.3.0
    - sigs.k8s.io/kustomize: v2.0.3+incompatible
    
    
    
    # v1.21.0-rc.0
    
    
    ## Downloads for v1.21.0-rc.0
    
    ### Source Code
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.20.md

    - github.com/willf/bitset: [d5bec33](https://github.com/willf/bitset/tree/d5bec33)
    - gopkg.in/ini.v1: v1.51.0
    - gopkg.in/yaml.v3: 9f266ea
    - rsc.io/quote/v3: v3.1.0
    - rsc.io/sampler: v1.3.0
    
    ### Changed
    - cloud.google.com/go/bigquery: v1.0.1 → v1.4.0
    - cloud.google.com/go/datastore: v1.0.0 → v1.1.0
    - cloud.google.com/go/pubsub: v1.0.1 → v1.2.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.26.md

    - go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0
    - gopkg.in/ini.v1: v1.51.0
    - gopkg.in/resty.v1: v1.12.0
    - rsc.io/binaryregexp: v0.2.0
    - rsc.io/quote/v3: v3.1.0
    - rsc.io/sampler: v1.3.0
    
    ### Changed
    - dmitri.shuralyov.com/gpu/mtl: 28db891 → 666a987
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	KubeletConfigKey string
    }
    
    // DaemonEndpoint contains information about a single Daemon endpoint.
    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercase for backwards compatibility (since it was falling back to var name of
    		'Port').
    	*/
    
    	// Port number of the given endpoint.
    	Port int32
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

    - go.etcd.io/etcd: dd1b699
    - go.uber.org/tools: 2cfd321
    - gopkg.in/cheggaaa/pb.v1: v1.0.25
    - gopkg.in/mcuadros/go-syslog.v2: v2.2.1
    - gopkg.in/resty.v1: v1.12.0
    - rsc.io/quote/v3: v3.1.0
    - rsc.io/sampler: v1.3.0
    
    
    
    # v1.22.0-alpha.3
    
    
    ## Downloads for v1.22.0-alpha.3
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-63228`](https://youtrack.jetbrains.com/issue/KT-63228) K2: Upper bound violation diagnostic renders compiler internals about SourceAttribute
    - [`KT-62386`](https://youtrack.jetbrains.com/issue/KT-62386) K2: Proofread quotes in diagnostic messages
    - [`KT-64081`](https://youtrack.jetbrains.com/issue/KT-64081) K2: Incorrect smartcast candidate calculation in MemberScopeTowerLevel
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // DaemonEndpoint contains information about a single Daemon endpoint.
    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercased for backwards compat (since it was falling back to var name of
    		'Port').
    	*/
    
    	// Port number of the given endpoint.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top