Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for conf4 (0.05 sec)

  1. src/cmd/compile/internal/types2/expr.go

    		if x.val.Kind() == constant.Unknown {
    			// nothing to do (and don't cause an error below in the overflow check)
    			return
    		}
    		var prec uint
    		if isUnsigned(x.typ) {
    			prec = uint(check.conf.sizeof(x.typ) * 8)
    		}
    		x.val = constant.UnaryOp(op2tok[op], x.val, prec)
    		x.expr = e
    		check.overflow(x, opPos(x.expr))
    		return
    	}
    
    	x.mode = value
    	// x.typ remains unchanged
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  2. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

        public static final File DEFAULT_USER_TOOLCHAINS_FILE = new File(USER_MAVEN_CONFIGURATION_HOME, "toolchains.xml");
    
        public static final File DEFAULT_GLOBAL_TOOLCHAINS_FILE =
                new File(System.getProperty("maven.conf"), "toolchains.xml");
    
        private static final String EXT_CLASS_PATH = "maven.ext.class.path";
    
        private static final String EXTENSIONS_FILENAME = "extensions.xml";
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier.go

    	sysctlExpireQuiescentTemplate = "net/ipv4/vs/expire_quiescent_template"
    	sysctlForward                 = "net/ipv4/ip_forward"
    	sysctlArpIgnore               = "net/ipv4/conf/all/arp_ignore"
    	sysctlArpAnnounce             = "net/ipv4/conf/all/arp_announce"
    )
    
    // NewDualStackProxier returns a new Proxier for dual-stack operation
    func NewDualStackProxier(
    	ctx context.Context,
    	ipt [2]utiliptables.Interface,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  4. hack/local-up-cluster.sh

    NODE_PORT_RANGE=${NODE_PORT_RANGE:-""}
    API_BIND_ADDR=${API_BIND_ADDR:-"0.0.0.0"}
    EXTERNAL_HOSTNAME=${EXTERNAL_HOSTNAME:-localhost}
    
    KUBELET_HOST=${KUBELET_HOST:-"127.0.0.1"}
    KUBELET_RESOLV_CONF=${KUBELET_RESOLV_CONF:-"/etc/resolv.conf"}
    # By default only allow CORS for requests on localhost
    API_CORS_ALLOWED_ORIGINS=${API_CORS_ALLOWED_ORIGINS:-/127.0.0.1(:[0-9]+)?$,/localhost(:[0-9]+)?$}
    KUBELET_PORT=${KUBELET_PORT:-10250}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	DN_SILENT_INSTALL        = 0x20000000        // Silent install
    	DN_NO_SHOW_IN_DM         = 0x40000000        // No show in device manager
    	DN_BOOT_LOG_PROB         = 0x80000000        // Had a problem during preassignment of boot log conf
    	DN_NEED_RESTART          = DN_LIAR           // System needs to be restarted for this Devnode to work properly
    	DN_DRIVER_BLOCKED        = DN_NOT_FIRST_TIME // One or more drivers are blocked from loading for this Devnode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier.go

    	// we switch into "large cluster mode" and optimize for iptables
    	// performance over iptables debuggability
    	largeClusterEndpointsThreshold = 1000
    )
    
    const sysctlRouteLocalnet = "net/ipv4/conf/all/route_localnet"
    const sysctlNFConntrackTCPBeLiberal = "net/netfilter/nf_conntrack_tcp_be_liberal"
    
    // NewDualStackProxier creates a MetaProxier instance, with IPv4 and IPv6 proxies.
    func NewDualStackProxier(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

      string cniConfDir = 7;
    
      // The name of the CNI plugin configuration file. Defaults to istio-cni.conf.
      string cniConfFileName = 8;
    
      // The directory path within the cluster node's filesystem where network namespaces are located.
      // Defaults to '/var/run/netns', in minikube/docker/others can be '/var/run/docker/netns'.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    To use the new approach, simply replace any `upload<Conf>` configuration with a `publishing {}` block. See the <<publishing_setup.adoc#publishing_overview,publishing overview chapter>> for more information.
    
    [[rel4.8:deferred_configuration]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top