Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 123 for numeral (0.04 sec)

  1. docs/ja/docs/tutorial/path-params-numeric-validations.md

    FakeDocument <******@****.***> 1735988038 +0900
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jan 04 10:53:58 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. docs/ko/docs/tutorial/path-params-numeric-validations.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. guava/src/com/google/common/math/PairedStats.java

       *
       * <p>This is guaranteed to return zero if the dataset contains a single pair of finite values. It
       * is not guaranteed to return zero when the dataset consists of the same pair of values multiple
       * times, due to numerical errors.
       *
       * <h3>Non-finite values</h3>
       *
       * <p>If the dataset contains any non-finite values ({@link Double#POSITIVE_INFINITY}, {@link
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/path-params-numeric-validations.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7K bytes
    - Viewed (0)
  5. docs/es/docs/deployment/versions.md

    /// tip | Consejo
    
    El "PATCH" es el último número, por ejemplo, en `0.2.3`, la versión PATCH es `3`.
    
    ///
    
    Así que deberías poder fijar a una versión como:
    
    ```txt
    fastapi>=0.45.0,<0.46.0
    ```
    
    Los cambios incompatibles y nuevas funcionalidades se añaden en versiones "MINOR".
    
    /// tip | Consejo
    
    El "MINOR" es el número en el medio, por ejemplo, en `0.2.3`, la versión MINOR es `2`.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. src/main/java/jcifs/SID.java

         * If the sid cannot be resolved the numeric representation from
         * toString() is returned.
         *
         * @return display format, potentially with resolved names
         */
        String toDisplayString();
    
        /**
         * Return the sAMAccountName of this SID unless it could not
         * be resolved in which case the numeric RID is returned. If this
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  7. docs/ru/docs/tutorial/path-params-numeric-validations.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. docs/uk/docs/tutorial/path-params-numeric-validations.md

    Valentyn <******@****.***> 1748612149 +0300
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri May 30 13:35:49 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  9. src/main/java/jcifs/internal/witness/WitnessVersion.java

        private final int version;
    
        /**
         * Creates a new WitnessVersion with the specified version value.
         *
         * @param version the numeric version value
         */
        WitnessVersion(int version) {
            this.version = version;
        }
    
        /**
         * Gets the numeric version value.
         *
         * @return the version value
         */
        public int getValue() {
            return version;
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 09:06:40 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/xml/XmlEscapers.java

     *
     * <p><b>Note:</b> Currently the escapers provided by this class do not escape any characters
     * outside the ASCII character range. Unlike HTML escaping the XML escapers will not escape
     * non-ASCII characters to their numeric entity replacements. These XML escapers provide the minimal
     * level of escaping to ensure that the output can be safely included in a Unicode XML document.
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jun 20 17:15:33 UTC 2025
    - 6.5K bytes
    - Viewed (0)
Back to top