Search Options

Results per page
Sort
Preferred Languages
Advance

Results 771 - 780 of 909 for Sections (0.09 sec)

  1. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java

     *   <tr>
     *      <td>parameters</td>
     *      <td>N/A</td>
     *      <td>No</td>
     *      <td>Specifications for the parameters which this Mojo uses will be provided in <b>parameter</b> sub-elements
     *          in this section.
     *          <br>
     *          <i>NOTE: Parameters are discussed in more detail below.</i>
     *      </td>
     *   </tr>
     * </table>
     * <p>This is only a small set of all the options. A complete list can be found at
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. docs/sts/ldap.md

    ```
    
    If you set an empty lookup bind password, the lookup bind will use the unauthenticated authentication mechanism, as described in [RFC 4513 Section 5.1.2](https://tools.ietf.org/html/rfc4513#section-5.1.2).
    
    ### User lookup
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/InternetDomainName.java

       *   <li>Underscores ('_') are permitted wherever dashes ('-') are permitted.
       *   <li>Parts other than the final part may start with a digit, as mandated by <a
       *       href="https://tools.ietf.org/html/rfc1123#section-2">RFC 1123</a>.
       * </ul>
       *
       * @param domain A domain name (not IP address)
       * @throws IllegalArgumentException if {@code domain} is not syntactically valid according to
       *     {@link #isValid}
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  4. docs/ja/docs/advanced/websockets.md

    {!../../docs_src/websockets/tutorial002.py!}
    ```
    
    /// info | "情報"
    
    WebSocket で `HTTPException` を発生させることはあまり意味がありません。したがって、WebSocketの接続を直接閉じる方がよいでしょう。
    
    クロージングコードは、<a href="https://tools.ietf.org/html/rfc6455#section-7.4.1" class="external-link" target="_blank">仕様で定義された有効なコード</a>の中から使用することができます。
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg debug/pe, method (*File) Section(string) *Section
    pkg debug/pe, method (*FormatError) Error() string
    pkg debug/pe, method (*Section) Data() ([]uint8, error)
    pkg debug/pe, method (*Section) Open() io.ReadSeeker
    pkg debug/pe, method (Section) ReadAt([]uint8, int64) (int, error)
    pkg debug/pe, type File struct
    pkg debug/pe, type File struct, Sections []*Section
    pkg debug/pe, type File struct, embedded FileHeader
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. docs/en/docs/virtual-environments.md

    /// info
    
    If you already know about virtual environments, how to create them and use them, you might want to skip this section. 🤓
    
    ///
    
    /// tip
    
    A **virtual environment** is different than an **environment variable**.
    
    An **environment variable** is a variable in the system that can be used by programs.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 24 03:16:23 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/net/HttpHeaders.java

      /** The HTTP {@code Host} header field name. */
      public static final String HOST = "Host";
    
      /**
       * The HTTP <a href="https://datatracker.ietf.org/doc/html/rfc7540#section-3.2.1">{@code
       * HTTP2-Settings} </a> header field name.
       *
       * @since 24.0
       */
      public static final String HTTP2_SETTINGS = "HTTP2-Settings";
    
      /** The HTTP {@code If-Match} header field name. */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Oct 01 19:08:38 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/dependencies/index.md

    It doesn't matter. **FastAPI** will know what to do.
    
    /// note
    
    If you don't know, check the [Async: *"In a hurry?"*](../../async.md#in-a-hurry){.internal-link target=_blank} section about `async` and `await` in the docs.
    
    ///
    
    ## Integrated with OpenAPI
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 11:18:17 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/first-steps.md

    **FastAPI** doesn't enforce any specific meaning.
    
    The information here is presented as a guideline, not a requirement.
    
    For example, when using GraphQL you normally perform all the actions using only `POST` operations.
    
    ///
    
    ### Step 4: define the **path operation function**
    
    This is our "**path operation function**":
    
    * **path**: is `/`.
    * **operation**: is `get`.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 26 11:48:16 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java

            return methodByNameMap.get(key);
        }
    
        /**
         * Find a method.  Attempts to find the
         * most specific applicable method using the
         * algorithm described in the JLS section
         * 15.12.2 (with the exception that it can't
         * distinguish a primitive type argument from
         * an object type argument, since in reflection
         * primitive type arguments are represented by
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top