Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,027 for resc (0.23 sec)

  1. src/net/http/sniff_test.go

    			wantContentType = ""
    		}
    		if ct := resp.Header.Get("Content-Type"); ct != wantContentType {
    			t.Errorf("%v: Content-Type = %q, want %q", tt.desc, ct, wantContentType)
    		}
    		data, err := io.ReadAll(resp.Body)
    		if err != nil {
    			t.Errorf("%v: reading body: %v", tt.desc, err)
    		} else if !bytes.Equal(data, tt.data) {
    			t.Errorf("%v: data is %q, want %q", tt.desc, data, tt.data)
    		}
    		resp.Body.Close()
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 07 16:53:14 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  2. .github/workflows/create_issue.js

      const resp = await github.rest.issues.create({
        owner,
        repo,
        assignees: assignee_logins,
        title: `Issue created for Rollback of PR #${pr_number}: ${pr_title}`,
        body: `Merged PR #${pr_number} is rolled back in ${rollback_commit}.
        Please follow up with the reviewer and close this issue once its resolved.`
      });
      return `Issue created: ${resp.data.number} with Title: ${resp.data.title}`;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 18 23:04:59 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  3. pkg/registry/authorization/selfsubjectaccessreview/rest.go

    }
    
    func (r *REST) New() runtime.Object {
    	return &authorizationapi.SelfSubjectAccessReview{}
    }
    
    // Destroy cleans up resources on shutdown.
    func (r *REST) Destroy() {
    	// Given no underlying store, we don't destroy anything
    	// here explicitly.
    }
    
    var _ rest.SingularNameProvider = &REST{}
    
    func (r *REST) GetSingularName() string {
    	return "selfsubjectaccessreview"
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:13 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/rest/rest.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package rest
    
    import (
    	"context"
    	"io"
    	"net/http"
    	"net/url"
    
    	metainternalversion "k8s.io/apimachinery/pkg/apis/meta/internalversion"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/rest/response_checker_test.go

    limitations under the License.
    */
    
    package rest
    
    import (
    	"bytes"
    	"fmt"
    	"io/ioutil"
    	"net/http"
    	"reflect"
    	"strings"
    	"testing"
    
    	"k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/errors"
    )
    
    func TestGenericHttpResponseChecker(t *testing.T) {
    	responseChecker := NewGenericHttpResponseChecker(v1.Resource("pods"), "foo")
    	tests := []struct {
    		resp        *http.Response
    		expectError bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 19:04:33 UTC 2018
    - 2.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/optimize_batch_matmul.mlir

      // CHECK: %[[RES1:.*]] = "tfl.batch_matmul"(%[[RES0]], %arg2) <{adj_x = false, adj_y = false, asymmetric_quantize_inputs = false}> : (tensor<8x4xf32>, tensor<4x256xf32>) -> tensor<8x256xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/watch_test.go

    }
    
    func toObjectSlice(in []example.Pod) []runtime.Object {
    	var res []runtime.Object
    	for _, pod := range in {
    		res = append(res, &pod)
    	}
    	return res
    }
    
    func runWatchHTTPBenchmark(b *testing.B, items []runtime.Object, contentType string) {
    	simpleStorage := &SimpleRESTStorage{}
    	handler := handle(map[string]rest.Storage{"simples": simpleStorage})
    	server := httptest.NewServer(handler)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 30 17:27:39 UTC 2023
    - 30K bytes
    - Viewed (0)
  8. pkg/client/tests/listwatch_test.go

    	table := []struct {
    		desc          string
    		location      string
    		resource      string
    		namespace     string
    		fieldSelector fields.Selector
    	}{
    		{
    			desc:          "node",
    			location:      "/api/v1/nodes",
    			resource:      "nodes",
    			namespace:     metav1.NamespaceAll,
    			fieldSelector: parseSelectorOrDie(""),
    		},
    		{
    			desc: "pod with 'assigned' field selector",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 02 17:08:23 UTC 2022
    - 5.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/experimental/tac/tests/raise-target-subgraphs.mlir

    }
    
    // CHECK-SKIP-CPU:   %[[RES0:.*]] = call @func_0_GPU_FLOAT(%arg0) {tac.device = "GPU", tac.inference_type = "FLOAT", tac.interface_name = "func_0"} : (tensor<1xf32>) -> tensor<1xf32>
    // CHECK-SKIP-CPU:   %[[RES1:.*]] = tfl.add %arg0, %[[RES0]] {fused_activation_function = "RELU6", tac.device = "CPU", tac.inference_type = "FLOAT"} : tensor<1xf32>
    // CHECK-SKIP-CPU:   return %[[RES0]], %[[RES1]] : tensor<1xf32>, tensor<1xf32>
    // CHECK-SKIP-CPU: }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  10. src/strconv/ftoaryu.go

    // It is typically 31 or 32-bit wide.
    // The returned boolean is true if all trimmed bits were zero.
    //
    // That is:
    //
    //	m*2^e2 * round(10^q) = resM * 2^resE + ε
    //	exact = ε == 0
    func mult64bitPow10(m uint32, e2, q int) (resM uint32, resE int, exact bool) {
    	if q == 0 {
    		// P == 1<<63
    		return m << 6, e2 - 6, true
    	}
    	if q < detailedPowersOfTenMinExp10 || detailedPowersOfTenMaxExp10 < q {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
Back to top