Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 70 for sig2 (0.19 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    			positive, _, num, denom, suffix, err := parseQuantityString(item.input)
    			if err != nil {
    				t.Errorf("%v: unexpected error: %v", item.input, err)
    				continue
    			}
    			if got.Sign() >= 0 && !positive || got.Sign() < 0 && positive {
    				t.Errorf("%v: positive was incorrect: %t", item.input, positive)
    				continue
    			}
    			var value string
    			if !positive {
    				value = "-"
    			}
    			value += num
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  2. src/crypto/tls/tls_test.go

    	default:
    		return false
    	}
    }
    
    type brokenSigner struct{ crypto.Signer }
    
    func (s brokenSigner) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) (signature []byte, err error) {
    	// Replace opts with opts.HashFunc(), so rsa.PSSOptions are discarded.
    	return s.Signer.Sign(rand, digest, opts.HashFunc())
    }
    
    // TestPKCS1OnlyCert uses a client certificate with a broken crypto.Signer that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    //sys	InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error)
    //sysnb	InotifyInit1(flags int) (fd int, err error)
    //sysnb	InotifyRmWatch(fd int, watchdesc uint32) (success int, err error)
    //sysnb	Kill(pid int, sig syscall.Signal) (err error)
    //sys	Klogctl(typ int, buf []byte) (n int, err error) = SYS_SYSLOG
    //sys	Lgetxattr(path string, attr string, dest []byte) (sz int, err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	"net/netip"
    	"path/filepath"
    	"strings"
    	"testing"
    	"time"
    
    	corev1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	k8sv1 "sigs.k8s.io/gateway-api/apis/v1"
    	k8sbeta "sigs.k8s.io/gateway-api/apis/v1beta1"
    
    	"istio.io/api/meta/v1alpha1"
    	"istio.io/api/networking/v1alpha3"
    	auth "istio.io/api/security/v1beta1"
    	"istio.io/api/type/v1beta1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (SETEQstore [off] {sym} ptr (InvertFlags x) mem) => (SETEQstore [off] {sym} ptr x mem)
    (SETNEstore [off] {sym} ptr (InvertFlags x) mem) => (SETNEstore [off] {sym} ptr x mem)
    
    // sign extended loads
    // Note: The combined instruction must end up in the same block
    // as the original load. If not, we end up making a value with
    // memory type live in two different blocks, which can lead to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  6. configure.py

        # maximum performance should compile TF in their environment and can pass
        # `-march=native` there.
        # See https://github.com/tensorflow/tensorflow/issues/45744 and duplicates
        default_cc_opt_flags = '-Wno-sign-compare'
      question = ('Please specify optimization flags to use during compilation when'
                  ' bazel option "--config=opt" is specified [Default is %s]: '
                 ) % default_cc_opt_flags
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    limitations under the License.
    */
    
    package endpoints
    
    import (
    	"fmt"
    	"net/http"
    	"reflect"
    	"sort"
    	"strings"
    	"time"
    	"unicode"
    
    	restful "github.com/emicklei/go-restful/v3"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    
    	apidiscoveryv2 "k8s.io/api/apidiscovery/v2"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/conversion"
    	"k8s.io/apimachinery/pkg/runtime"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  8. hack/tools/go.sum

    rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
    rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
    sigs.k8s.io/logtools v0.8.1 h1:BQhZC9Q2Jzd/7l3f7dScjPxjJSHoiovu4M5YC42K+9k=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 93.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/route/route.go

    ) []host.Name {
    	action := &route.RouteAction{}
    
    	setTimeout(action, in.Timeout, node)
    
    	if model.UseGatewaySemantics(vs) {
    		// return 500 for invalid backends
    		// https://github.com/kubernetes-sigs/gateway-api/blob/cea484e38e078a2c1997d8c7a62f410a1540f519/apis/v1beta1/httproute_types.go#L204
    		action.ClusterNotFoundResponseCode = route.RouteAction_INTERNAL_SERVER_ERROR
    	}
    
    	out.Action = &route.Route_Route{Route: action}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    limitations under the License.
    */
    
    package apiserver
    
    import (
    	"fmt"
    	"net/http"
    	"sort"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"time"
    
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    
    	apiextensionshelpers "k8s.io/apiextensions-apiserver/pkg/apihelpers"
    	apiextensionsinternal "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
Back to top