Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for Auto (0.07 sec)

  1. pkg/printers/internalversion/printers.go

    				if len(statuses) > i && statuses[i].Resource != nil && statuses[i].Resource.Current.AverageUtilization != nil {
    					current = fmt.Sprintf("%d%%", *statuses[i].Resource.Current.AverageUtilization)
    				}
    
    				target := "<auto>"
    				if spec.Resource.Target.AverageUtilization != nil {
    					target = fmt.Sprintf("%d%%", *spec.Resource.Target.AverageUtilization)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    	sseConfig.Apply(r.Header, sse.ApplyOptions{
    		AutoEncrypt: globalAutoEncryption,
    	})
    
    	var buf *bytebufferpool.ByteBuffer
    	// Disable cache for encrypted objects - headers are applied with sseConfig.Apply if auto encrypted.
    	if globalCacheConfig.MatchesSize(size) && !crypto.Requested(r.Header) {
    		buf = bytebufferpool.Get()
    		defer bytebufferpool.Put(buf)
    	}
    
    	var reader io.Reader
    	reader = rd
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  3. src/encoding/json/testdata/code.json.gz

    _t":1238022568,"mean_t":1232387321},{"name":"overflow","kids":[{"name":"overflow-auto-position-absolute-expected.png","kids":[],"cl_weight":0.004664392907355645,"touches":4,"min_t":1228781586,"max_t":1238022568,"mean_t":1233122138},{"name":"clip-rects-fixed-ancestor-expected.png","kids":[],"cl_weight":0.0021801110659681613,"touches":3,"min_t":1229474548,"max_t":1238022568,"mean_t":1234567577},{"name":"overflow-auto-position-absolute-expected.checksum","kids":[],"cl_weight":0.004664392907355645,"...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // audio : 2014-03-20 XYZ.COM LLC
    audio
    
    // auspost : 2015-08-13 Australian Postal Corporation
    auspost
    
    // author : 2014-12-18 Amazon Registry Services, Inc.
    author
    
    // auto : 2014-11-13 XYZ.COM LLC
    auto
    
    // autos : 2014-01-09 XYZ.COM LLC
    autos
    
    // avianca : 2015-01-08 Avianca Inc.
    avianca
    
    // aws : 2015-06-25 AWS Registry LLC
    aws
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. pkg/config/validation/validation.go

    		if wg.Template == nil {
    			return nil, fmt.Errorf("template is required")
    		}
    		// Do not call validateWorkloadEntry. Some fields, such as address, are required in WorkloadEntry
    		// but not in the template since they are auto populated
    
    		if wg.Metadata != nil {
    			if err := labels.Instance(wg.Metadata.Labels).Validate(); err != nil {
    				return nil, fmt.Errorf("invalid labels: %v", err)
    			}
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    }
    
    // A Result summarizes an executed SQL command.
    type Result interface {
    	// LastInsertId returns the integer generated by the database
    	// in response to a command. Typically this will be from an
    	// "auto increment" column when inserting a new row. Not all
    	// databases support this feature, and the syntax of such
    	// statements varies.
    	LastInsertId() (int64, error)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: The number of shards */
        public static final String LABELS_number_of_shards_for_doc = "{labels.number_of_shards_for_doc}";
    
        /** The key of the message: Auto expand replicas */
        public static final String LABELS_auto_expand_replicas_for_doc = "{labels.auto_expand_replicas_for_doc}";
    
        /** The key of the message: Crawler Indices */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/generic.rules

    (SelectN [1] (StaticCall {sym} _ newLen:(Const(64|32)) _ _ _ _)) && v.Type.IsInteger() && isSameCall(sym, "runtime.growslice") => newLen
    
    // Collapse moving A -> B -> C into just A -> C.
    // Later passes (deadstore, elim unread auto) will remove the A -> B move, if possible.
    // This happens most commonly when B is an autotmp inserted earlier
    // during compilation to ensure correctness.
    // Take care that overlapping moves are preserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/webcomponents.min.js

    se strict";function t(e){r.call(this,e)}function n(e){if(!(this instanceof n))throw new TypeError("DOM object constructor cannot be called as a function.");var t=i(document.createElement("audio"));r.call(this,t),a(t,this),t.setAttribute("preload","auto"),void 0!==e&&t.setAttribute("src",e)}var r=e.wrappers.HTMLMediaElement,o=e.registerWrapper,i=e.unwrap,a=e.rewrap,s=window.HTMLAudioElement;s&&(t.prototype=Object.create(r.prototype),o(s,t,document.createElement("audio")),n.prototype=t.prototype,e...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    			o1 = AOP_MD(op, uint32(p.To.Reg), uint32(r), uint32(v), uint32(a))
    		}
    		if p.As == ASLDCC || p.As == ASRDCC || p.As == AEXTSWSLICC {
    			o1 |= 1 // Set the condition code bit
    		}
    
    	case 26: /* mov $lsext/auto/oreg,,r2 ==> addis+addi */
    		v := c.vregoff(&p.From)
    		r := int(p.From.Reg)
    		var rel *obj.Reloc
    
    		switch p.From.Name {
    		case obj.NAME_EXTERN, obj.NAME_STATIC:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top