Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 2,719 for nope (0.03 sec)

  1. docs/en/docs/tutorial/body-updates.md

    But the example here uses `PATCH` because it was created for these use cases.
    
    ///
    
    /// note
    
    Notice that the input model is still validated.
    
    So, if you want to receive partial updates that can omit all the attributes, you need to have a model with all the attributes marked as optional (with default values or `None`).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/persistent/HandleType.java

     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     *
     * This library is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     * Lesser General Public License for more details.
     */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/body.md

    * ๐Ÿšฅ ๐Ÿ”ข ๐Ÿ“ฃ **โžก**, โšซ๏ธ ๐Ÿ”œ โš™๏ธ โžก ๐Ÿ”ข.
    * ๐Ÿšฅ ๐Ÿ”ข **โญ ๐Ÿ†Ž** (๐Ÿ’– `int`, `float`, `str`, `bool`, โ™’๏ธ) โšซ๏ธ ๐Ÿ”œ ๐Ÿ”ฌ **๐Ÿ”ข** ๐Ÿ”ข.
    * ๐Ÿšฅ ๐Ÿ”ข ๐Ÿ“ฃ ๐Ÿ†Ž **Pydantic ๐Ÿท**, โšซ๏ธ ๐Ÿ”œ ๐Ÿ”ฌ ๐Ÿ“จ **๐Ÿ’ช**.
    
    /// note
    
    FastAPI ๐Ÿ”œ ๐Ÿ’ญ ๐Ÿ‘ˆ ๐Ÿ’ฒ `q` ๐Ÿšซ โœ” โ†ฉ๏ธ ๐Ÿ”ข ๐Ÿ’ฒ `= None`.
    
     `Union` `Union[str, None]` ๐Ÿšซ โš™๏ธ FastAPI, โœ‹๏ธ ๐Ÿ”œ โœ” ๐Ÿ‘† ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿค ๐Ÿ‘† ๐Ÿ‘ ๐Ÿ•โ€๐Ÿฆบ & ๐Ÿ” โŒ.
    
    ///
    
    ## ๐Ÿต Pydantic
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. cmd/handler-utils.go

    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU Affero General Public License for more details.
    //
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 16.3K bytes
    - Viewed (1)
  5. src/main/java/jcifs/smb1/netbios/NodeStatusRequest.java

     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     *
     * This library is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     * Lesser General Public License for more details.
     *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  6. docs/config/README.md

    sufficient to heal the content after drive replacements. Setting `max_sleep` to a *lower* value and setting `max_io` to a *higher* value would make heal go faster.
    
    Each node is responsible of healing its local drives; Each drive will have multiple heal workers which is the quarter of the number of CPU cores of the node or the quarter of the configured nr_requests of the drive (https://www.kernel.org/doc/Documentation/block/queue-sysfs.txt). It is also possible to provide a custom number of workers...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 18.1K bytes
    - Viewed (1)
  7. docs/ja/docs/tutorial/body-updates.md

    /// tip | ่ฑ†็Ÿฅ่ญ˜
    
    ๅฎŸ้š›ใซใฏใ€HTTPใฎ`PUT`ๆ“ไฝœใงใ‚‚ๅŒใ˜ใƒ†ใ‚ฏใƒ‹ใƒƒใ‚ฏใ‚’ไฝฟ็”จใ™ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚
    
    ใ—ใ‹ใ—ใ€ใ“ใ‚Œใ‚‰ใฎใƒฆใƒผใ‚นใ‚ฑใƒผใ‚นใฎใŸใ‚ใซไฝœๆˆใ•ใ‚ŒใŸใฎใงใ€ใ“ใ“ใงใฎไพ‹ใงใฏ`PATCH`ใ‚’ไฝฟ็”จใ—ใฆใ„ใพใ™ใ€‚
    
    ///
    
    /// note | ๅ‚™่€ƒ
    
    ๅ…ฅๅŠ›ใƒขใƒ‡ใƒซใŒใพใ ๆคœ่จผใ•ใ‚Œใฆใ„ใ‚‹ใ“ใจใซๆณจ็›ฎใ—ใฆใใ ใ•ใ„ใ€‚
    
    ใใฎใŸใ‚ใ€ใ™ในใฆใฎๅฑžๆ€งใ‚’็œ็•ฅใงใใ‚‹้ƒจๅˆ†็š„ใชๅค‰ๆ›ดใ‚’ๅ—ใ‘ๅ–ใ‚ŠใŸใ„ๅ ดๅˆใฏใ€ใ™ในใฆใฎๅฑžๆ€งใ‚’ใ‚ชใƒ—ใ‚ทใƒงใƒณใจใ—ใฆใƒžใƒผใ‚ฏใ—ใŸใƒขใƒ‡ใƒซใ‚’็”จๆ„ใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™๏ผˆใƒ‡ใƒ•ใ‚ฉใƒซใƒˆๅ€คใพใŸใฏ`None`ใ‚’ไฝฟ็”จใ—ใฆ๏ผ‰ใ€‚
    
    **ๆ›ดๆ–ฐ** ใฎใŸใ‚ใฎใ‚ชใƒ—ใ‚ทใƒงใƒณๅ€คใŒใ™ในใฆ่จญๅฎšใ•ใ‚Œใฆใ„ใ‚‹ใƒขใƒ‡ใƒซใจใ€**ไฝœๆˆ** ใฎใŸใ‚ใฎๅฟ…้ ˆๅ€คใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใ‚‹ใƒขใƒ‡ใƒซใ‚’ๅŒบๅˆฅใ™ใ‚‹ใซใฏใ€[่ฟฝๅŠ ใƒขใƒ‡ใƒซ](extra-models.md){.internal-link target=_blank}ใง่ชฌๆ˜Žใ•ใ‚Œใฆใ„ใ‚‹่€ƒใˆๆ–นใ‚’ๅˆฉ็”จใ™ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/graph/ValueGraphBuilder.java

     *         .putEdgeValue("San Francisco", "San Jose", 48.4)
     *         .build();
     * }
     *
     * @author James Sexton
     * @author Joshua O'Madadhain
     * @param <N> The most general node type this builder will support. This is normally {@code Object}
     *     unless it is constrained by using a method like {@link #nodeOrder}, or the builder is
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  9. guava-gwt/src/com/google/common/html/Html.gwt.xml

        Our workaround is to tell GWT that util.concurrent and all other packages
        have prod supersource, even if they have none. GWT is happy to ignore us
        when we specify a nonexistent path.
    
        (I hope that this workaround does not cause its own problems in the future.)
    -->
    <super-source path="super"/>
    
    <inherits name="com.google.common.annotations.Annotations" />
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 19 16:02:36 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml

        Our workaround is to tell GWT that util.concurrent and all other packages
        have prod supersource, even if they have none. GWT is happy to ignore us
        when we specify a nonexistent path.
    
        (I hope that this workaround does not cause its own problems in the future.)
    -->
    <super-source path="super"/>
    
    <inherits name="com.google.common.annotations.Annotations" />
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 19 16:02:36 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top