Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 1,164 for FieldD (0.2 sec)

  1. android/guava/src/com/google/common/collect/TreeMultiset.java

         * we can reference a node whose fields have been cleared is inside the iterator (and presumably
         * only under concurrent modification).
         *
         * To access these fields when you know that they are not null, call the pred() and succ()
         * methods, which perform null checks before returning the fields.
         */
        private @Nullable AvlNode<E> pred;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  2. src/bytes/bytes.go

    // empty slice if s contains only white space. Every element of the returned slice is
    // non-empty. Unlike [Split], leading and trailing runs of white space characters
    // are discarded.
    func Fields(s []byte) [][]byte {
    	// First count the fields.
    	// This is an exact count if s is ASCII, otherwise it is an approximation.
    	n := 0
    	wasSpace := 1
    	// setBits is used to track which bits are set in the bytes of s.
    	setBits := uint8(0)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Sep 03 14:04:47 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/cookie-param-models.md

    You can use Pydantic's model configuration to `forbid` any `extra` fields:
    
    {* ../../docs_src/cookie_param_models/tutorial002_an_py39.py hl[10] *}
    
    If a client tries to send some **extra cookies**, they will receive an **error** response.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    Using resources from dependencies with `yield` in background tasks is no longer supported.
    
    This change is what supports the new features, read below. πŸ€“
    
    ### Dependencies with `yield`, `HTTPException` and Background Tasks
    
    Dependencies with `yield` now can raise `HTTPException` and other exceptions after `yield`. πŸŽ‰
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/schema-extra-example.md

    κ·Έ μ „μ—λŠ”, ν•˜λ‚˜μ˜ 예제만 κ°€λŠ₯ν•œ `example` ν‚€μ›Œλ“œλ§Œ μ§€μ›ν–ˆμŠ΅λ‹ˆλ‹€. μ΄λŠ” 아직 OpenAPI 3.1.0μ—μ„œ μ§€μ›ν•˜μ§€λ§Œ, 지원이 μ’…λ£Œλ  것이며 JSON μŠ€ν‚€λ§ˆ ν‘œμ€€μ— ν¬ν•¨λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€. 그렇기에 `example`을 `examples`으둜 μ΄μ „ν•˜λŠ” 것을 μΆ”μ²œν•©λ‹ˆλ‹€. πŸ€“
    
    이 λ¬Έμ„œ 끝에 더 λ§Žμ€ 읽을거리가 μžˆμŠ΅λ‹ˆλ‹€.
    
    ///
    
    ## `Field` μΆ”κ°€ 인자
    
    Pydantic λͺ¨λΈκ³Ό 같이 `Field()`λ₯Ό μ‚¬μš©ν•  λ•Œ 좔가적인 `examples`λ₯Ό μ„ μ–Έν•  수 μžˆμŠ΅λ‹ˆλ‹€:
    
    {* ../../docs_src/schema_extra_example/tutorial002_py310.py hl[2,8:11] *}
    
    ## JSON Schemaμ—μ„œμ˜ `examples` - OpenAPI
    
    이듀 μ€‘μ—μ„œ μ‚¬μš©ν•©λ‹ˆλ‹€:
    
    * `Path()`
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.34.md

    - Simplied validation error message for invalid fields by removing redundant field name. ([#132513](https://github.com/kubernetes/kubernetes/pull/132513), [@xiaoweim](https://github.com/xiaoweim)) [SIG API Machinery, Apps, Auth, Node and Scheduling]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  7. src/test/java/jcifs/dcerpc/DcerpcBindTest.java

                // Verify private fields using reflection
                Field bindingField = DcerpcBind.class.getDeclaredField("binding");
                bindingField.setAccessible(true);
                assertSame(mockBinding, bindingField.get(bindWithParams), "Binding should be set");
    
                Field maxXmitField = DcerpcBind.class.getDeclaredField("max_xmit");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 22.7K bytes
    - Viewed (0)
  8. api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/Config.java

    /**
     * Annotation used to mark fields that represent configuration properties.
     * This annotation provides metadata about how the configuration property
     * should be handled, including its source, type, default value, and whether it's read-only.
     *
     * @since 4.0.0
     */
    @Experimental
    @Documented
    @Retention(RetentionPolicy.CLASS)
    @Target(ElementType.FIELD)
    public @interface Config {
    
        /**
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jul 03 14:18:26 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  9. docs/lambda/README.md

    The field of `getObjectContext` means the input and output details for connections to MinIO. It has the following fields:
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  10. src/test/java/jcifs/smb/SmbSessionImplTest.java

            when(transport.acquire()).thenReturn(transport);
            when(transport.getContext()).thenReturn(cifsContext);
        }
    
        // Helper to set private fields for targeted edge cases
        private static void setField(Object target, String name, Object value) {
            try {
                Field f = target.getClass().getDeclaredField(name);
                f.setAccessible(true);
                f.set(target, value);
            } catch (Exception e) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.5K bytes
    - Viewed (0)
Back to top