Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for ptrBase (0.2 sec)

  1. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/EvaluationFailureMessageGenerator.kt

                }
            }
        }
    
        private
        fun formatUnsupportedConstruct(unsupportedConstruct: UnsupportedConstruct) =
            // TODO: use a proper phrase instead of the feature enum value name
            "${locationPrefixString(unsupportedConstruct.erroneousSource)}: unsupported language feature: ${unsupportedConstruct.languageFeature}"
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_replace.txt

    // Package quote collects pithy sayings.
    package quote
    
    import "rsc.io/sampler"
    
    // Hello returns a greeting.
    func HelloV3() string {
    	return sampler.Hello()
    }
    
    // Glass returns a useful phrase for world travelers.
    func GlassV3() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return "I can eat glass and it doesn't hurt me."
    }
    
    // Go returns a REPLACED Go proverb.
    func GoV3() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/go.mod

    	github.com/prometheus/procfs v0.12.0 // indirect
    	github.com/sirupsen/logrus v1.9.3 // indirect
    	github.com/soheilhy/cmux v0.1.5 // indirect
    	github.com/spf13/cobra v1.8.0 // indirect
    	github.com/stoewer/go-strcase v1.2.0 // indirect
    	github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
    	github.com/x448/float16 v0.8.4 // indirect
    	github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.0.txt

    func Hello(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return hello.find(prefs)
    }
    
    // Glass returns a localized silly phrase.
    // If no prefs are given, Glass uses DefaultUserPrefs.
    func Glass(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return glass.find(prefs)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 10 00:47:06 UTC 2018
    - 4.7K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.1.txt

    func Hello(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return hello.find(prefs)
    }
    
    // Glass returns a localized silly phrase.
    // If no prefs are given, Glass uses DefaultUserPrefs.
    func Glass(prefs ...language.Tag) string {
    	if len(prefs) == 0 {
    		prefs = DefaultUserPrefs()
    	}
    	return glass.find(prefs)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 4.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/go.mod

    	github.com/prometheus/common v0.48.0 // indirect
    	github.com/prometheus/procfs v0.12.0 // indirect
    	github.com/sirupsen/logrus v1.9.3 // indirect
    	github.com/soheilhy/cmux v0.1.5 // indirect
    	github.com/stoewer/go-strcase v1.2.0 // indirect
    	github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
    	github.com/x448/float16 v0.8.4 // indirect
    	github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/plan9/mkerrors.sh

    		$2 == "SOMAXCONN" ||
    		$2 == "NAME_MAX" ||
    		$2 == "IFNAMSIZ" ||
    		$2 ~ /^CTL_(MAXNAME|NET|QUERY)$/ ||
    		$2 ~ /^SYSCTL_VERS/ ||
    		$2 ~ /^(MS|MNT)_/ ||
    		$2 ~ /^TUN(SET|GET|ATTACH|DETACH)/ ||
    		$2 ~ /^(O|F|FD|NAME|S|PTRACE|PT)_/ ||
    		$2 ~ /^LINUX_REBOOT_CMD_/ ||
    		$2 ~ /^LINUX_REBOOT_MAGIC[12]$/ ||
    		$2 !~ "NLA_TYPE_MASK" &&
    		$2 ~ /^(NETLINK|NLM|NLMSG|NLA|IFA|IFAN|RT|RTCF|RTN|RTPROT|RTNH|ARPHRD|ETH_P)_/ ||
    		$2 ~ /^SIOC/ ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 5.9K bytes
    - Viewed (2)
Back to top