Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for queryCS (0.47 sec)

  1. src/cmd/go/internal/modget/get.go

    		}
    	}
    	return nil, false
    }
    
    // queryModule wraps modload.Query, substituting r.checkAllowedOr to decide
    // allowed versions.
    func (r *resolver) queryModule(ctx context.Context, mPath, query string, selected func(string) string) (module.Version, error) {
    	current := r.initialSelected(mPath)
    	rev, err := modload.Query(ctx, mPath, query, current, r.checkAllowedOr(query, selected))
    	if err != nil {
    		return module.Version{}, err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  2. src/net/url/url_test.go

    	},
    	{
    		query: "ascii=%3Ckey%3A+0x90%3E",
    		out:   Values{"ascii": []string{"<key: 0x90>"}},
    		ok:    true,
    	}, {
    		query: "a=1;b=2",
    		out:   Values{},
    		ok:    false,
    	}, {
    		query: "a;b=1",
    		out:   Values{},
    		ok:    false,
    	}, {
    		query: "a=%3B", // hex encoding for semicolon
    		out:   Values{"a": []string{";"}},
    		ok:    true,
    	},
    	{
    		query: "a%3Bb=1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            then:
            def t = thrown(MissingValueException)
            t.message == "Cannot query the value of ${displayName} because it has no value available."
    
            when:
            property.attachOwner(owner(), displayName("<display-name>"))
            property.get()
    
            then:
            def t2 = thrown(MissingValueException)
            t2.message == "Cannot query the value of <display-name> because it has no value available."
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  4. tests/integration/ambient/baseline_test.go

    		"source_workload":                deployName(src),
    		"source_workload_namespace":      srcns,
    	}
    
    	query.Metric = "istio_requests_total"
    	query.Labels = labels
    
    	return query
    }
    
    func buildL4Query(src, dst echo.Instance) prometheus.Query {
    	query := prometheus.Query{}
    
    	srcns := src.NamespaceName()
    	destns := dst.NamespaceName()
    
    	labels := map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  5. cmd/test-utils_test.go

    	credential := fmt.Sprintf("%s/%s", accessKeyID, scope)
    
    	// Set URL query.
    	query := req.URL.Query()
    	query.Set("X-Amz-Algorithm", signV4Algorithm)
    	query.Set("X-Amz-Date", date.Format(iso8601Format))
    	query.Set("X-Amz-Expires", strconv.FormatInt(expires, 10))
    	query.Set("X-Amz-SignedHeaders", "host")
    	query.Set("X-Amz-Credential", credential)
    	query.Set("X-Amz-Content-Sha256", unsignedPayload)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            when:
            value.put('addedKey', 'addedValue')
            then:
            assertValueIs(['k1': 'v1', 'addedKey': 'addedValue'])
        }
    
        def "providers only called once per query"() {
            given:
            def valueProvider = Mock(ProviderInternal)
            def putProvider = Mock(ProviderInternal)
            def putAllProvider = Mock(ProviderInternal)
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

            given:
            property.set(toMutable(["abc"]))
            property.addAll(["${'321'.substring(2)}"])
    
            expect:
            assertValueIs(["abc", "1"])
        }
    
        def "providers only called once per query"() {
            def valueProvider = Mock(ProviderInternal)
            def addProvider = Mock(ProviderInternal)
            def addAllProvider = Mock(ProviderInternal)
    
            given:
            property.set(valueProvider)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    			want: `issuer.url: Invalid value: "https://user:pass@issuer-url": URL must not contain a username or password`,
    		},
    		{
    			name: "url raw query is not allowed",
    			in:   "https://issuer-url?query",
    			want: `issuer.url: Invalid value: "https://issuer-url?query": URL must not contain a query`,
    		},
    		{
    			name: "url fragment is not allowed",
    			in:   "https://issuer-url#fragment",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  9. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

            "multi": false,
            "name": "scrape_jobs",
            "options": [],
            "query": {
              "query": "label_values(job)",
              "refId": "StandardVariableQuery"
            },
            "refresh": 1,
            "regex": "",
            "skipUrlSync": false,
            "sort": 0,
            "type": "query"
          }
        ]
      },
      "time": {
        "from": "now-1h",
        "to": "now"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  10. src/net/http/request.go

    // ParseForm populates r.Form and r.PostForm.
    //
    // For all requests, ParseForm parses the raw query from the URL and updates
    // r.Form.
    //
    // For POST, PUT, and PATCH requests, it also reads the request body, parses it
    // as a form and puts the results into both r.PostForm and r.Form. Request body
    // parameters take precedence over URL query string values in r.Form.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
Back to top