Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for VER (0.05 sec)

  1. pilot/pkg/model/context.go

    func ParseIstioVersion(ver string) *IstioVersion {
    	// strip the release- prefix if any and extract the version string
    	ver = istioVersionRegexp.FindString(strings.TrimPrefix(ver, "release-"))
    
    	if ver == "" {
    		// return very large values assuming latest version
    		return MaxIstioVersion
    	}
    
    	parts := strings.Split(ver, ".")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  2. pkg/config/model.go

    		return nil
    	}
    	data = reflect.ValueOf(data).Elem().Interface()
    	return data
    }
    
    type Status any
    
    // Key function for the configuration objects
    func Key(grp, ver, typ, name, namespace string) string {
    	return grp + "/" + ver + "/" + typ + "/" + namespace + "/" + name // Format: %s/%s/%s/%s/%s
    }
    
    // Key is the unique identifier for a configuration object
    func (meta *Meta) Key() string {
    	return Key(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  3. src/internal/trace/internal/oldtrace/parser.go

    		if err != nil {
    			return nil, err
    		}
    	} else {
    		var err error
    		buf, err = io.ReadAll(r)
    		if err != nil {
    			return nil, err
    		}
    	}
    	return &parser{data: buf, ver: ver, timerGoids: make(map[uint64]bool)}, nil
    }
    
    // Parse parses Go execution traces from versions 1.11–1.21. The provided reader
    // will be read to completion and the entire trace will be materialized in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  4. docs/pt/docs/deployment/docker.md

        !!! note
            `--no-cache-dir` é apenas relacionado ao `pip`, não tem nada a ver com Docker ou contêineres.
    
        A opção `--upgrade` diz ao `pip` para atualizar os pacotes se eles já estiverem instalados.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  5. docs/es/docs/tutorial/first-steps.md

    #### Revisa el `openapi.json`
    
    Si sientes curiosidad por saber cómo se ve el schema de OpenAPI en bruto, FastAPI genera automáticamente un (schema) JSON con la descripción de todo tu API.
    
    Lo puedes ver directamente en: <a href="http://127.0.0.1:8000/openapi.json" class="external-link" target="_blank">http://127.0.0.1:8000/openapi.json</a>.
    
    Esto te mostrará un JSON que comienza con algo como:
    
    ```JSON
    {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/macho.go

    			// Most of these are data symbols or C
    			// symbols, so they have symbol version 0.
    			ver := 0
    			// _cgo_panic is a Go function, so it uses ABIInternal.
    			if name == "_cgo_panic" {
    				ver = abiInternalVer
    			}
    			s := ctxt.loader.Lookup(name, ver)
    			if s != 0 {
    				ctxt.loader.SetAttrCgoExportDynamic(s, false)
    			}
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  7. src/cmd/link/link_test.go

    	}
    	defer exef.Close()
    	exem, err := macho.NewFile(exef)
    	if err != nil {
    		t.Fatal(err)
    	}
    	found := false
    	const LC_BUILD_VERSION = 0x32
    	checkMin := func(ver uint32) {
    		major, minor, patch := (ver>>16)&0xff, (ver>>8)&0xff, (ver>>0)&0xff
    		if major < 11 {
    			t.Errorf("LC_BUILD_VERSION version %d.%d.%d < 11.0.0", major, minor, patch)
    		}
    	}
    	for _, cmd := range exem.Loads {
    		raw := cmd.Raw()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  8. cmd/data-usage-cache.go

    func (d *dataUsageCache) deserialize(r io.Reader) error {
    	var b [1]byte
    	n, _ := r.Read(b[:])
    	if n != 1 {
    		return io.ErrUnexpectedEOF
    	}
    	ver := int(b[0])
    	switch ver {
    	case dataUsageCacheVerV1:
    		return errors.New("cache version deprecated (will autoupdate)")
    	case dataUsageCacheVerV2:
    		// Zstd compressed.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 14:49:50 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  9. cmd/data-scanner.go

    					var successVersions, failVersions int
    					for _, ver := range fiv.Versions {
    						stopFn := globalScannerMetrics.timeSize(scannerMetricHealAbandonedVersion)
    						err := bgSeq.queueHealTask(healSource{
    							bucket:    bucket,
    							object:    fiv.Name,
    							versionID: ver.VersionID,
    						}, madmin.HealItemObject)
    						stopFn(int(ver.Size))
    						if !isErrObjectNotFound(err) && !isErrVersionNotFound(err) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:43:17 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  10. docs/es/docs/async.md

    <img src="https://fastapi.tiangolo.com/img/async/concurrent-burgers/concurrent-burgers-05.png" alt="illustration">
    
    Mientras esperas y hablas con esa persona 😍, de vez en cuando, verificas el número del mostrador para ver si ya es tu turno.
    
    Al final, en algún momento, llega tu turno. Vas al mostrador, coges tus hamburguesas 🍔 y vuelves a la mesa.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 24.9K bytes
    - Viewed (0)
Back to top