Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for quoting (0.3 sec)

  1. fastapi/routing.py

        is_body_allowed_for_status_code,
    )
    from pydantic import BaseModel
    from starlette import routing
    from starlette.concurrency import run_in_threadpool
    from starlette.exceptions import HTTPException
    from starlette.requests import Request
    from starlette.responses import JSONResponse, Response
    from starlette.routing import (
        BaseRoute,
        Match,
        compile_path,
        get_name,
        request_response,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    John Howard <******@****.***> 1715205171 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    func (b *Builder) PkgconfigCmd() string {
    	return envList("PKG_CONFIG", cfg.DefaultPkgConfig)[0]
    }
    
    // splitPkgConfigOutput parses the pkg-config output into a slice of flags.
    // This implements the shell quoting semantics described in
    // https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02,
    // except that it does not support parameter or arithmetic expansion or command
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

      declare -r item_sep="${5:-,}"
    
      declare -a pairs # indexed array
      declare -A map # associative array
      IFS="${item_sep}" read -ra pairs <<<"${encoded}" # split on item_sep # TODO(mtaufen): try quoting this too
      for pair in "${pairs[@]}"; do
        declare key
        declare value
        IFS="${kv_sep}" read -r key value <<<"${pair}" # split on kv_sep
        map[$key]="${value}" # add to associative array
      done
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Queuing == nil {
    				m.Queuing = &QueuingConfiguration{}
    			}
    			if err := m.Queuing.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Queuing == nil {
    				m.Queuing = &QueuingConfiguration{}
    			}
    			if err := m.Queuing.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    looking for the fan and the pair of white kid gloves, and she
    very good-naturedly began hunting about for them, but they were
    nowhere to be seen--everything seemed to have changed since her
    swim in the pool, and the great hall, with the glass table and
    the little door, had vanished completely.
    
      Very soon the Rabbit noticed Alice, as she went hunting about,
    and called out to her in an angry tone, `Why, Mary Ann, what ARE
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    looking for the fan and the pair of white kid gloves, and she
    very good-naturedly began hunting about for them, but they were
    nowhere to be seen--everything seemed to have changed since her
    swim in the pool, and the great hall, with the glass table and
    the little door, had vanished completely.
    
      Very soon the Rabbit noticed Alice, as she went hunting about,
    and called out to her in an angry tone, `Why, Mary Ann, what ARE
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  9. src/crypto/x509/verify_test.go

    		systemLax: true,
    
    		expectedChains: [][]string{
    			{
    				"tm.cn",
    				"TrustAsia ECC OV TLS Pro CA",
    				"DigiCert Global Root CA",
    			},
    		},
    	},
    	{
    		// Putting a certificate as a root directly should work as a
    		// way of saying “exactly this”.
    		name:        "LeafInRoots",
    		leaf:        selfSigned,
    		roots:       []string{selfSigned},
    		currentTime: 1471624472,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&qopf;":                            "\U0001d562",
    	"&qprime;":                          "\u2057",
    	"&qscr;":                            "\U0001d4c6",
    	"&quaternions;":                     "\u210d",
    	"&quatint;":                         "\u2a16",
    	"&quest;":                           "\u003f",
    	"&questeq;":                         "\u225f",
    	"&quot;":                            "\u0022",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
Back to top