Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 123 for suffixMsg (0.22 sec)

  1. pkg/kubelet/pluginmanager/cache/desired_state_of_world.go

    	return simpleMsg, generatePluginMsgDetailed(prefixMsg, suffixMsg, socketPath, details)
    }
    
    // GenerateMsgDetailed returns detailed msgs for plugins to register
    // that can be used in logs.
    // The msg format follows the pattern "<prefixMsg> <plugin details> <suffixMsg>"
    func (plugin *PluginInfo) GenerateMsgDetailed(prefixMsg, suffixMsg string) (detailedMsg string) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 02 12:47:44 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_executor.go

    // Generate a detailed error msg for logs
    func generateVolumeMsgDetailed(prefixMsg, suffixMsg, volumeName, details string) (detailedMsg string) {
    	return fmt.Sprintf("%v for volume %q %v %v", prefixMsg, volumeName, details, suffixMsg)
    }
    
    // Generate a simplified error msg for events and a detailed error msg for logs
    func generateVolumeMsg(prefixMsg, suffixMsg, volumeName, details string) (simpleMsg, detailedMsg string) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/evex.go

    //
    // Reported issues:
    //   - duplicated suffixes
    //   - illegal rounding/SAE+broadcast combinations
    //   - unknown suffixes
    //   - misplaced suffix (e.g. wrong Z suffix position)
    func inferSuffixError(cond string) error {
    	suffixSet := make(map[string]bool)  // Set for duplicates detection.
    	unknownSet := make(map[string]bool) // Set of unknown suffixes.
    	hasBcst := false
    	hasRoundSae := false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_init_invalid_major.txt

    ! go mod init example.com/user/repo/v0
    stderr '(?s)^go: invalid module path "example.com/user/repo/v0": major version suffixes must be in the form of /vN and are only allowed for v2 or later(.*)go mod init example.com/user/repo/v2$'
    
    ! go mod init example.com/user/repo/v02
    stderr '(?s)^go: invalid module path "example.com/user/repo/v02": major version suffixes must be in the form of /vN and are only allowed for v2 or later(.*)go mod init example.com/user/repo/v2$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 17 21:34:32 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  5. platforms/core-runtime/base-asm/src/main/java/org/gradle/model/internal/asm/ClassGeneratorSuffixRegistry.java

        private static final Map<String, Throwable> SUFFIXES = new ConcurrentHashMap<>();
    
        /**
         * Registers the given suffix as in use for generated class names.
         */
        public static String register(String suffix) {
            Throwable previous = SUFFIXES.putIfAbsent(suffix, markerForSuffix(suffix));
            if (previous != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 15:31:25 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. pkg/kubelet/network/dns/dns_windows.go

    func getDNSSuffixList() ([]string, error) {
    	// We start with the general suffix list that apply to all network connections.
    	allSuffixes := []string{}
    	suffixes, err := getRegistryStringValue(netRegistry, "SearchList")
    	if err != nil {
    		return nil, err
    	}
    	allSuffixes = strings.Split(suffixes, ",")
    
    	// Then we append the network-specific DNS suffix lists.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 21 22:21:57 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/net/InternetDomainName.java

       * ICANN. Examples of registry suffixes include {@code com}, {@code co.uk}, and {@code
       * pvt.k12.wy.us}. Examples of domain names that are <i>not</i> registry suffixes include {@code
       * google.com} and {@code foo.co.uk}.
       *
       * <p>Registry suffixes are a proper subset of {@linkplain #isPublicSuffix() public suffixes}. The
       * list of public suffixes additionally contains privately owned domain names under which Internet
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  8. src/go/doc/comment/testdata/text8.txt

    If the arguments don't have version suffixes, "go install" may run in
    module-aware mode or GOPATH mode, depending on the GO111MODULE environment
    variable and the presence of a go.mod file. See 'go help modules' for details.
    If module-aware mode is enabled, "go install" runs in the context of the main
    module.
    -- text --
    If the arguments have version suffixes
    (like @latest or @v1.0.0), "go install"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/net/InternetDomainName.java

       * ICANN. Examples of registry suffixes include {@code com}, {@code co.uk}, and {@code
       * pvt.k12.wy.us}. Examples of domain names that are <i>not</i> registry suffixes include {@code
       * google.com} and {@code foo.co.uk}.
       *
       * <p>Registry suffixes are a proper subset of {@linkplain #isPublicSuffix() public suffixes}. The
       * list of public suffixes additionally contains privately owned domain names under which Internet
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  10. platforms/core-runtime/build-process-services/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java

            List<String> suffixes = new ArrayList<>();
    
            suffixes.add(("/" + projectDirName + "/out/production/classes").replace('/', File.separatorChar));
            suffixes.add(("/" + projectDirName + "/out/production/resources").replace('/', File.separatorChar));
            suffixes.add(("/" + projectDirName + "/bin").replace('/', File.separatorChar));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top