Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 168 for uuid3 (0.31 sec)

  1. docs/pl/docs/index.md

        * Przetwarzanie Pythonowych typów (`str`, `int`, `float`, `bool`, `list`, itp).
        * Obiekty `datetime`.
        * Obiekty `UUID`.
        * Modele baz danych.
        * ...i wiele więcej.
    * Automatyczne interaktywne dokumentacje API, wliczając 2 alternatywne interfejsy użytkownika:
        * Swagger UI.
        * ReDoc.
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. cmd/erasure-healing-common_test.go

    	// List all the file commit ids from parts metadata.
    	modTimes := listObjectModtimes(partsMetadata, errs)
    
    	// Count all latest updated FileInfo values
    	var count int
    	var latestFileInfo FileInfo
    
    	// Reduce list of UUIDs to a single common value - i.e. the last updated Time
    	modTime := commonTime(modTimes, expectedRQuorum)
    
    	if modTime.IsZero() || modTime.Equal(timeSentinel) {
    		return FileInfo{}, errErasureReadQuorum
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 23K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/codehost/vcs.go

    		Time:    tm,
    		Version: rev,
    	}
    	return info, nil
    }
    
    func fossilParseStat(rev, out string) (*RevInfo, error) {
    	for _, line := range strings.Split(out, "\n") {
    		if strings.HasPrefix(line, "uuid:") || strings.HasPrefix(line, "hash:") {
    			f := strings.Fields(line)
    			if len(f) != 5 || len(f[1]) != 40 || f[4] != "UTC" {
    				return nil, vcsErrorf("unexpected response from fossil info: %q", line)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/config.go

    	"crypto/sha256"
    	"encoding/base32"
    	"fmt"
    	"net"
    	"net/http"
    	"os"
    	goruntime "runtime"
    	"runtime/debug"
    	"sort"
    	"strconv"
    	"strings"
    	"sync/atomic"
    	"time"
    
    	"github.com/google/uuid"
    	"golang.org/x/crypto/cryptobyte"
    	jsonpatch "gopkg.in/evanphx/json-patch.v4"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/PrecompiledGroovyPluginsIntegrationTest.groovy

            return packagePrecompiledPlugins(Collections.singletonMap(pluginFile, pluginContent))
        }
    
        private String packagePrecompiledPlugins(Map<String, String> pluginToContent) {
            TestFile pluginsDir = file(UUID.randomUUID().toString())
            pluginsDir.mkdir()
            pluginToContent.each { pluginFile, pluginContent ->
                pluginsDir.file("src/main/groovy/$pluginFile").setText(pluginContent)
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 28.7K bytes
    - Viewed (0)
  6. docs/ru/docs/index.md

        * Преобразование типов Python (`str`, `int`, `float`, `bool`, `list`, и т.д.).
        * Объекты `datetime`.
        * Объекты `UUID`.
        * Модели баз данных.
        * ...и многое другое.
    * Автоматическая интерактивная документация по API, включая 2 альтернативных пользовательских интерфейса:
        * Swagger UI.
        * ReDoc.
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    	"time"
    
    	"github.com/gogo/protobuf/proto"
    	"go.opentelemetry.io/otel/sdk/trace"
    	"go.opentelemetry.io/otel/sdk/trace/tracetest"
    
    	utilrand "k8s.io/apimachinery/pkg/util/rand"
    	"k8s.io/apimachinery/pkg/util/uuid"
    	genericapirequest "k8s.io/apiserver/pkg/endpoints/request"
    	"k8s.io/apiserver/pkg/storage/value"
    	kmstypes "k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  8. docs/em/docs/index.md

        * 📁.
    * <abbr title="also known as: serialization, parsing, marshalling">🛠️</abbr> 🔢 📊: 🗜 ⚪️➡️ 🐍 💽 &amp; 🆎 🕸 💽 (🎻):
        * 🗜 🐍 🆎 (`str`, `int`, `float`, `bool`, `list`, ♒️).
        * `datetime` 🎚.
        * `UUID` 🎚.
        * 💽 🏷.
        * ...&amp; 📚 🌖.
    * 🏧 🎓 🛠️ 🧾, 🔌 2️⃣ 🎛 👩‍💻 🔢:
        * 🦁 🎚.
        * 📄.
    
    ---
    
    👟 🔙 ⏮️ 📟 🖼, **FastAPI** 🔜:
    
    * ✔ 👈 📤 `item_id` ➡ `GET` &amp; `PUT` 📨.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  9. docs/he/docs/index.md

        -   המירו טיפוסי פייתון (`str`, `int`, `float`, `bool`, `list`, etc).
        -   עצמי `datetime`.
        -   עצמי `UUID`.
        -   מודלי בסיסי נתונים.
        -   ...ורבים אחרים.
    -   תיעוד API אוטומטי ואינטרקטיבית כולל שתי אלטרנטיבות לממשק המשתמש:
        -   Swagger UI.
        -   ReDoc.
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  10. docs/de/docs/index.md

        * Konvertieren von Python-Typen (`str`, `int`, `float`, `bool`, `list`, usw.).
        * `Datetime`-Objekte.
        * `UUID`-Objekte.
        * Datenbankmodelle.
        * ... und viele mehr.
    * Automatische interaktive API-Dokumentation, einschließlich 2 alternativer Benutzeroberflächen:
        * Swagger UI.
        * ReDoc.
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top