Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 501 - 510 of 662 for PROPERTIES (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tests/test_tutorial/test_body_nested_models/test_tutorial007.py

                            },
                        }
                    }
                },
                "components": {
                    "schemas": {
                        "Image": {
                            "properties": {
                                "url": {
                                    "title": "Url",
                                    "type": "string",
                                    "format": "uri",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

       * entries in thread-specific maps when the ThreadLocal object itself is no longer referenced,
       * ThreadLocal is usually implemented with a WeakReference, which can have negative performance
       * properties; for example, calling WeakReference.get() on Android will block during an
       * otherwise-concurrent GC cycle.
       */
      private static final class TaskNonReentrantExecutor extends AtomicReference<RunningState>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 01:35:55 GMT 2025
    - 22.1K bytes
    - Click Count (0)
  3. cmd/erasure-metadata.go

    			maxCount = count
    			maxHash = hash
    		}
    	}
    
    	if maxCount < quorum {
    		return FileInfo{}, InsufficientReadQuorum{Err: errErasureReadQuorum, Type: RQInconsistentMeta}
    	}
    
    	// objProps represents properties that go beyond a single version
    	type objProps struct {
    		succModTime time.Time
    		numVersions int
    	}
    	// Find the successor mod time and numVersions in quorum, otherwise leave the
    	// candidate as found
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 21.3K bytes
    - Click Count (0)
  4. tests/test_duplicate_models_openapi.py

                "components": {
                    "schemas": {
                        "Model": {"title": "Model", "type": "object", "properties": {}},
                        "Model2": {
                            "title": "Model2",
                            "required": ["a"],
                            "type": "object",
                            "properties": {"a": {"$ref": "#/components/schemas/Model"}},
                        },
                        "Model3": {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Feb 08 10:18:38 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  5. .github/workflows/maven.yml

          - name: Prepare Mimir for Maven 3.x
            shell: bash
            run: |
              mkdir -p ${{ env.MIMIR_BASEDIR }}
              cp .github/ci-mimir-session.properties ${{ env.MIMIR_BASEDIR }}/session.properties
              cp .github/ci-mimir-daemon.properties ${{ env.MIMIR_BASEDIR }}/daemon.properties
              cp .github/ci-extensions.xml .mvn/extensions.xml
    
          - name: Restore Mimir caches
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Mar 24 08:21:28 GMT 2026
    - 12.2K bytes
    - Click Count (0)
  6. build-logic/build-update-utils/src/main/kotlin/gradlebuild.update-versions.gradle.kts

        comment = " Generated - Update by running `./gradlew updateAgpVersions`"
        currentGradleVersion = gradleModule.identity.version
        propertiesFile = layout.projectDirectory.file("gradle/dependency-management/agp-versions.properties")
        compatibilityDocFile = layout.projectDirectory.file("platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc")
    }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 14:47:12 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  7. tests/test_tutorial/test_body_nested_models/test_tutorial006.py

                            },
                        }
                    }
                },
                "components": {
                    "schemas": {
                        "Image": {
                            "properties": {
                                "url": {
                                    "title": "Url",
                                    "type": "string",
                                    "format": "uri",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  8. android/guava/src/com/google/common/math/BigIntegerMath.java

         * guess with an application of Newton's method, which sets guess := (guess + (x / guess)) / 2.
         * This iteration has the following two properties:
         *
         * a) every iteration (except potentially the first) has guess >= floor(sqrt(x)). This is
         * because guess' is the arithmetic mean of guess and x / guess, sqrt(x) is the geometric mean,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 18.8K bytes
    - Click Count (0)
  9. tests/test_tutorial/test_additional_responses/test_tutorial001.py

                    "schemas": {
                        "Item": {
                            "title": "Item",
                            "required": ["id", "value"],
                            "type": "object",
                            "properties": {
                                "id": {"title": "Id", "type": "string"},
                                "value": {"title": "Value", "type": "string"},
                            },
                        },
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  10. tests/test_tutorial/test_body_multiple_params/test_tutorial003.py

                        "Item": {
                            "title": "Item",
                            "required": ["name", "price"],
                            "type": "object",
                            "properties": {
                                "name": {"title": "Name", "type": "string"},
                                "description": {
                                    "title": "Description",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 8.1K bytes
    - Click Count (0)
Back to Top