Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 149 for uuid3 (0.12 sec)

  1. tests/test_tutorial/test_extra_data_types/test_tutorial001_an_py39.py

                                "required": True,
                                "schema": {
                                    "title": "Item Id",
                                    "type": "string",
                                    "format": "uuid",
                                },
                                "name": "item_id",
                                "in": "path",
                            }
                        ],
                        "requestBody": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Apr 19 00:11:40 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/extra-data-types.md

    ✋️ 👆 💪 ⚙️ 🌅 🏗 📊 🆎.
    
    & 👆 🔜 ✔️ 🎏 ⚒ 👀 🆙 🔜:
    
    * 👑 👨‍🎨 🐕‍🦺.
    * 💽 🛠️ ⚪️➡️ 📨 📨.
    * 💽 🛠️ 📨 💽.
    * 💽 🔬.
    * 🏧 ✍ & 🧾.
    
    ## 🎏 💽 🆎
    
    📥 🌖 📊 🆎 👆 💪 ⚙️:
    
    * `UUID`:
        * 🐩 "⭐ 😍 🆔", ⚠ 🆔 📚 💽 & ⚙️.
        * 📨 & 📨 🔜 🎨 `str`.
    * `datetime.datetime`:
        * 🐍 `datetime.datetime`.
        * 📨 & 📨 🔜 🎨 `str` 💾 8️⃣6️⃣0️⃣1️⃣ 📁, 💖: `2008-09-15T15:53:00+05:00`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/ide/visualstudio/fixtures/SolutionFile.groovy

        }
    
        def assertReferencesProject(String projectName, ProjectFile expectedProject, Map<String, String> configurations) {
            ProjectReference reference = projects.get(projectName)
            assert reference.uuid == expectedProject.projectGuid
            assert reference.file == expectedProject.projectFile.absolutePath
            assert reference.configurations == configurations
            return true
        }
    
        class ProjectReference {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. tests/test_tutorial/test_extra_data_types/test_tutorial001_py310.py

                                "required": True,
                                "schema": {
                                    "title": "Item Id",
                                    "type": "string",
                                    "format": "uuid",
                                },
                                "name": "item_id",
                                "in": "path",
                            }
                        ],
                        "requestBody": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Apr 19 00:11:40 UTC 2024
    - 7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/go.mod

    	github.com/gogo/protobuf v1.3.2
    	github.com/golang/protobuf v1.5.4
    	github.com/google/gnostic-models v0.6.8
    	github.com/google/go-cmp v0.6.0
    	github.com/google/gofuzz v1.2.0
    	github.com/google/uuid v1.3.1
    	github.com/moby/spdystream v0.2.0
    	github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
    	github.com/onsi/ginkgo/v2 v2.19.0
    	github.com/spf13/pflag v1.0.5
    	github.com/stretchr/testify v1.8.4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/reconcilers/peer_endpoint_lease_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package reconcilers
    
    import (
    	"reflect"
    	"sort"
    	"testing"
    	"time"
    
    	"github.com/google/uuid"
    	corev1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/apitesting"
    	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: Wed Apr 24 18:25:29 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. testing/soak/src/integTest/groovy/org/gradle/launcher/daemon/DaemonPerformanceMonitoringSoakTest.groovy

                    5000.times {
                        State.map.put(it, "foo" * ${leakRate})
                    }
    
                    //simulate the leak
                    1000.times {
                        State.map.put(UUID.randomUUID(), "foo" * ${leakRate})
                    }
    
                    println "Build: " + State.x
                } catch(OutOfMemoryError e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  8. docs/ru/docs/tutorial/extra-data-types.md

    * Валидация данных.
    * Автоматическая аннотация и документация.
    
    ## Другие типы данных
    
    Ниже перечислены некоторые из дополнительных типов данных, которые вы можете использовать:
    
    * `UUID`:
        * Стандартный "Универсальный уникальный идентификатор", используемый в качестве идентификатора во многих базах данных и системах.
        * В запросах и ответах будет представлен как `str`.
    * `datetime.datetime`:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. docs/em/docs/advanced/response-directly.md

    ## ⚙️ `jsonable_encoder` `Response`
    
    ↩️ **FastAPI** 🚫 🙆 🔀 `Response` 👆 📨, 👆 ✔️ ⚒ 💭 ⚫️ 🎚 🔜 ⚫️.
    
    🖼, 👆 🚫🔜 🚮 Pydantic 🏷 `JSONResponse` 🍵 🥇 🏭 ⚫️ `dict` ⏮️ 🌐 📊 🆎 (💖 `datetime`, `UUID`, ♒️) 🗜 🎻-🔗 🆎.
    
    📚 💼, 👆 💪 ⚙️ `jsonable_encoder` 🗜 👆 📊 ⏭ 🚶‍♀️ ⚫️ 📨:
    
    ```Python hl_lines="6-7  21-22"
    {!../../../docs_src/response_directly/tutorial001.py!}
    ```
    
    !!! note "📡 ℹ"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  10. pkg/kubelet/winstats/perfcounter_nodestats.go

    }
    
    func getSystemUUID() (string, error) {
    	result, err := exec.Command("wmic", "csproduct", "get", "UUID").Output()
    	if err != nil {
    		return "", err
    	}
    	fields := strings.Fields(string(result))
    	if len(fields) != 2 {
    		return "", fmt.Errorf("received unexpected value retrieving vm uuid: %q", string(result))
    	}
    	return fields[1], nil
    }
    
    func getPhysicallyInstalledSystemMemoryBytes() (uint64, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 26 18:37:21 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top