Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for isdst (0.07 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	NFTA_COMPAT_TYPE   = 0x3
    )
    
    type RTCTime struct {
    	Sec   int32
    	Min   int32
    	Hour  int32
    	Mday  int32
    	Mon   int32
    	Year  int32
    	Wday  int32
    	Yday  int32
    	Isdst int32
    }
    
    type RTCWkAlrm struct {
    	Enabled uint8
    	Pending uint8
    	Time    RTCTime
    }
    
    type BlkpgIoctlArg struct {
    	Op      int32
    	Flags   int32
    	Datalen int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/config/config_test.go

    	tests := []struct {
    		name     string
    		lipas    func() ([]net.Addr, error)
    		isDS     bool
    		expected bool
    	}{
    		{
    			name: "ipv4 only local ip addresses",
    			lipas: func() ([]net.Addr, error) {
    				return tesrLocalIPAddrs([]netip.Addr{
    					netip.MustParseAddr("127.0.0.1"),
    					netip.MustParseAddr("1.2.3.5"),
    				})
    			},
    			isDS:     false,
    			expected: false,
    		},
    		{
    			name: "ipv6 only local ip addresses",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. pkg/proxy/winkernel/proxier.go

    		}
    	}
    
    	klog.V(1).InfoS("Hns Network loaded", "hnsNetworkInfo", hnsNetworkInfo)
    	isDSR := config.EnableDSR
    	if isDSR && !utilfeature.DefaultFeatureGate.Enabled(kubefeatures.WinDSR) {
    		return nil, fmt.Errorf("WinDSR feature gate not enabled")
    	}
    
    	err = hcnImpl.DsrSupported()
    	if isDSR && err != nil {
    		return nil, err
    	}
    
    	var sourceVip string
    	var hostMac string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  4. src/internal/runtime/atomic/atomic_riscv64.s

    //
    //   - If both are set, the CPU may not reorder the instruction at all.
    //
    // These four modes correspond to other well-known memory models on other CPUs.
    // On ARM, aq corresponds to a dmb ishst, aq+rl corresponds to a dmb ish. On
    // Intel, aq corresponds to an lfence, rl to an sfence, and aq+rl to an mfence
    // (or a lock prefix).
    //
    // Go's memory model requires that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 7K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

        }
    
        fun setPathSegment(
          index: Int,
          pathSegment: String,
        ) = apply {
          val canonicalPathSegment = pathSegment.canonicalize(encodeSet = PATH_SEGMENT_ENCODE_SET)
          require(!isDot(canonicalPathSegment) && !isDotDot(canonicalPathSegment)) {
            "unexpected path segment: $pathSegment"
          }
          encodedPathSegments[index] = canonicalPathSegment
        }
    
        fun setEncodedPathSegment(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  6. pkg/proxy/winkernel/hns.go

    	}
    	if flags.isVipExternalIP {
    		lbPortMappingFlags |= LoadBalancerPortMappingFlagsVipExternalIP
    	}
    
    	lbFlags := hcn.LoadBalancerFlagsNone
    	if flags.isDSR {
    		lbFlags |= hcn.LoadBalancerFlagsDSR
    	}
    
    	if flags.isIPv6 {
    		lbFlags |= LoadBalancerFlagsIPv6
    	}
    
    	lbDistributionType := hcn.LoadBalancerDistributionNone
    
    	if flags.sessionAffinity {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 21:21:12 UTC 2023
    - 15K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Time).Format", Method, 0},
    		{"(Time).GoString", Method, 17},
    		{"(Time).GobEncode", Method, 0},
    		{"(Time).Hour", Method, 0},
    		{"(Time).ISOWeek", Method, 0},
    		{"(Time).In", Method, 0},
    		{"(Time).IsDST", Method, 17},
    		{"(Time).IsZero", Method, 0},
    		{"(Time).Local", Method, 0},
    		{"(Time).Location", Method, 0},
    		{"(Time).MarshalBinary", Method, 2},
    		{"(Time).MarshalJSON", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/moment-with-locales.min.js

    is._tzm,!1,!0);else if("string"==typeof this._i){var e=Fa(ne,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},it.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?Sa(e).utcOffset():0,(this.utcOffset()-e)%60==0)},it.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},it.isLocal=function(){return!!this.isValid()&&!this._isUTC},it.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},it...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
  9. pkg/proxy/winkernel/proxier_test.go

    		nodeIP:              nodeIP,
    		serviceHealthServer: healthcheck.NewFakeServiceHealthServer(),
    		network:             *hnsNetworkInfo,
    		sourceVip:           sourceVip,
    		hostMac:             macAddress,
    		isDSR:               false,
    		hns: &hns{
    			hcn: hcnMock,
    		},
    		hcn:                   hcnMock,
    		endPointsRefCount:     make(endPointsReferenceCountMap),
    		forwardHealthCheckVip: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    func (i Imm_option) String() string {
    	switch uint8(i) {
    	case 15:
    		return "SY"
    	case 14:
    		return "ST"
    	case 13:
    		return "LD"
    	case 11:
    		return "ISH"
    	case 10:
    		return "ISHST"
    	case 9:
    		return "ISHLD"
    	case 7:
    		return "NSH"
    	case 6:
    		return "NSHST"
    	case 5:
    		return "NSHLD"
    	case 3:
    		return "OSH"
    	case 2:
    		return "OSHST"
    	case 1:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
Back to top