Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 343 for December (0.24 sec)

  1. src/cmd/doc/dirs.go

    			fd.Close()
    			if err != nil {
    				log.Print(err)
    				continue
    			}
    			hasGoFiles := false
    			for _, entry := range entries {
    				name := entry.Name()
    				// For plain files, remember if this directory contains any .go
    				// source files, but ignore them otherwise.
    				if !entry.IsDir() {
    					if !hasGoFiles && strings.HasSuffix(name, ".go") {
    						hasGoFiles = true
    					}
    					continue
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 17:49:12 UTC 2022
    - 9K bytes
    - Viewed (0)
  2. src/encoding/gob/encoder.go

    	enc.w = append(enc.w, w)
    }
    
    // popWriter pops the innermost writer.
    func (enc *Encoder) popWriter() {
    	enc.w = enc.w[0 : len(enc.w)-1]
    }
    
    func (enc *Encoder) setError(err error) {
    	if enc.err == nil { // remember the first.
    		enc.err = err
    	}
    }
    
    // writeMessage sends the data item preceded by an unsigned count of its length.
    func (enc *Encoder) writeMessage(w io.Writer, b *encBuffer) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  3. pkg/kubelet/volumemanager/reconciler/reconstruct.go

    		if err != nil {
    			klog.InfoS("Could not construct volume information", "podName", volume.podName, "volumeSpecName", volume.volumeSpecName, "err", err)
    			// We can't reconstruct the volume. Remember to check DSW after it's fully populated and force unmount the volume when it's orphaned.
    			rc.volumesFailedReconstruction = append(rc.volumesFailedReconstruction, volume)
    			continue
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:23:12 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. src/go/doc/exports.go

    					keepField = true
    				} else if ityp != nil && predeclaredTypes[fname] {
    					// possibly an embedded predeclared type; keep it for now but
    					// remember this interface so that it can be fixed if name is also
    					// defined locally
    					keepField = true
    					r.remember(fname, ityp)
    				}
    			} else {
    				// If we're operating on an interface, assume that this is an embedded
    				// type or union element.
    				//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 01 18:18:07 UTC 2022
    - 8.5K bytes
    - Viewed (0)
  5. src/strconv/ftoaryu.go

    func ryuDigits32(d *decimalSlice, lower, central, upper uint32,
    	c0, cup bool, endindex int) {
    	if upper == 0 {
    		d.dp = endindex + 1
    		return
    	}
    	trimmed := 0
    	// Remember last trimmed digit to check for round-up.
    	// c0 will be used to remember zeroness of following digits.
    	cNextDigit := 0
    	for upper > 0 {
    		// Repeatedly compute:
    		// l = Ceil(lower / 10^k)
    		// c = Round(central / 10^k)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/adminlte.min.js

    lapseSize&&t(a.BODY).addClass(l),t(a.BODY).removeClass(r),this._options.enableRemember&&localStorage.setItem("remember"+i,l);var e=t.Event(s.SHOWN);t(this._element).trigger(e)},n.collapse=function(){this._options.autoCollapseSize&&t(window).width()<=this._options.autoCollapseSize&&t(a.BODY).removeClass(l),t(a.BODY).addClass(r),this._options.enableRemember&&localStorage.setItem("remember"+i,r);var e=t.Event(s.COLLAPSED);t(this._element).trigger(e)},n.toggle=function(){t(a.BODY).hasClass(r)?this.e...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 23.7K bytes
    - Viewed (0)
  7. common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto

    // (E.g.: 0.1m will rounded up to 1m.)
    // This may be extended in the future if we require larger or smaller quantities.
    //
    // When a Quantity is parsed from a string, it will remember the type of suffix
    // it had, and will use the same type again when it is serialized.
    //
    // Before serializing, Quantity will be put in "canonical form".
    // This means that Exponent/suffix will be adjusted up or down (with a
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. docs/pt/docs/help-fastapi.md

    * Notícias sobre FastAPI e amigos 🚀
    * Tutoriais 📝
    * Recursos ✨
    * Mudanças de última hora 🚨
    * Truques e dicas ✅
    
    ## Siga o FastAPI no twitter
    
    <a href="https://twitter.com/fastapi" class="external-link" target="_blank">Siga @fastapi no **Twitter**</a> para receber as últimas notícias sobre o **FastAPI**. 🐦
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/query-params-str-validations.md

    ## Lista de parâmetros de consulta / múltiplos valores
    
    Quando você declara explicitamente um parâmetro com `Query` você pode declará-lo para receber uma lista de valores, ou podemos dizer, que irá receber mais de um valor.
    
    Por exemplo, para declarar que o parâmetro `q` pode aparecer diversas vezes na URL, você escreveria:
    
    ```Python hl_lines="9"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 14 11:59:59 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/gateway/conflictinggateway.go

    	gwCMap map[string]map[string][]string,
    ) {
    	gw := r.Message.(*v1alpha3.Gateway)
    	gwName := r.Metadata.FullName.String()
    	// For pods selected by gw.Selector, find Services that select them and remember those ports
    	gwSelector := klabels.SelectorFromSet(gw.Selector)
    	sGWSelector := gwSelector.String()
    
    	// Check non-exist gateway with particular selector
    	isExists := false
    	for gwmKey := range gwCMap {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top