Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Sigma (0.14 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/cases.go

    	return o
    }
    
    func compact(o options) options {
    	o.simple = true
    	return o
    }
    
    // HandleFinalSigma specifies whether the special handling of Greek final sigma
    // should be enabled. Unicode prescribes handling the Greek final sigma for all
    // locales, but standards like IDNA and PRECIS override this default.
    func HandleFinalSigma(enable bool) Option {
    	if enable {
    		return handleFinalSigma
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. pkg/kubelet/config/file.go

    	watchEvents    chan *watchEvent
    }
    
    // NewSourceFile watches a config file for changes.
    func NewSourceFile(path string, nodeName types.NodeName, period time.Duration, updates chan<- interface{}) {
    	// "github.com/sigma/go-inotify" requires a path without trailing "/"
    	path = strings.TrimRight(path, string(os.PathSeparator))
    
    	config := newSourceFile(path, nodeName, period, updates)
    	klog.V(1).InfoS("Watching path", "path", path)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 01 07:19:44 UTC 2021
    - 6.2K bytes
    - Viewed (0)
Back to top