Search Options

Results per page
Sort
Preferred Languages
Advance

Results 711 - 720 of 938 for FORM (0.03 sec)

  1. android/guava/src/com/google/common/escape/ArrayBasedCharEscaper.java

     * array contains information about special ASCII characters such as {@code \\t} and {@code \\n}
     * while {@link #escapeUnsafe} is overridden to handle general escaping of the form {@code \\uxxxx}.
     *
     * <p>The size of the data structure used by {@link ArrayBasedCharEscaper} is proportional to the
     * highest valued character that requires escaping. For example a replacement map containing the
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jan 18 20:55:09 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  2. cmd/bucket-lifecycle-handlers.go

    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrServerNotInitialized), r.URL)
    		return
    	}
    
    	vars := mux.Vars(r)
    	bucket := vars["bucket"]
    
    	var withUpdatedAt bool
    	if updatedAtStr := r.Form.Get("withUpdatedAt"); updatedAtStr != "" {
    		var err error
    		withUpdatedAt, err = strconv.ParseBool(updatedAtStr)
    		if err != nil {
    			writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidLifecycleQueryParameter), r.URL)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/dcerpc/DcerpcHandle.java

    import jcifs.smb1.dcerpc.ndr.NdrBuffer;
    import jcifs.smb1.smb1.NtlmPasswordAuthentication;
    import jcifs.smb1.util.Hexdump;
    
    public abstract class DcerpcHandle implements DcerpcConstants {
    
        /* Bindings are in the form:
         * proto:\\server[key1=val1,key2=val2]
         * or
         * proto:server[key1=val1,key2=val2]
         * or
         * proto:[key1=val1,key2=val2]
         *
         * If a key is absent it is assumed to be 'endpoint'. Thus the
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 8.8K bytes
    - Viewed (0)
  4. guava/src/com/google/common/hash/LittleEndianByteArray.java

      /**
       * Load 4 bytes from the provided array at the indicated offset.
       *
       * @param source the input bytes
       * @param offset the offset into the array at which to start
       * @return the value found in the array in the form of a long
       */
      static int load32(byte[] source, int offset) {
        // TODO(user): Measure the benefit of delegating this to LittleEndianBytes also.
        return (source[offset] & 0xFF)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/security/simple-oauth2.md

    /// info
    
    `OAuth2PasswordRequestForm` ๐Ÿšซ ๐ŸŽ ๐ŸŽ“ **FastAPI** `OAuth2PasswordBearer`.
    
    `OAuth2PasswordBearer` โš’ **FastAPI** ๐Ÿ’ญ ๐Ÿ‘ˆ โšซ๏ธ ๐Ÿ’‚โ€โ™‚ โš–. โšซ๏ธ ๐Ÿšฎ ๐Ÿ‘ˆ ๐ŸŒŒ ๐Ÿ—„.
    
    โœ‹๏ธ `OAuth2PasswordRequestForm` ๐ŸŽ“ ๐Ÿ”— ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช โœ”๏ธ โœ ๐Ÿ‘†, โš–๏ธ ๐Ÿ‘† ๐Ÿ’ช โœ”๏ธ ๐Ÿ“ฃ `Form` ๐Ÿ”ข ๐Ÿ”—.
    
    โœ‹๏ธ โšซ๏ธ โš  โš™๏ธ ๐Ÿ’ผ, โšซ๏ธ ๐Ÿšš **FastAPI** ๐Ÿ”—, โš’ โšซ๏ธ โฉ.
    
    ///
    
    ### โš™๏ธ ๐Ÿ“จ ๐Ÿ’ฝ
    
    /// tip
    
    ๐Ÿ‘ ๐Ÿ”— ๐ŸŽ“ `OAuth2PasswordRequestForm` ๐Ÿ† ๐Ÿšซ โœ”๏ธ ๐Ÿ”ข `scope` โฎ๏ธ ๐Ÿ“ ๐ŸŽป ๐Ÿ‘ฝ ๐Ÿš€, โ†ฉ๏ธ, โšซ๏ธ ๐Ÿ”œ โœ”๏ธ `scopes` ๐Ÿ”ข โฎ๏ธ โ˜‘ ๐Ÿ“‡ ๐ŸŽป ๐Ÿ”  โ†” ๐Ÿ“จ.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  6. docs/debugging/README.md

    Example:
    
    ```sh
    minio server /data{1...4}
    ```
    
    The command takes no flags
    
    ```sh
    mc support diagnostics myminio/
    ```
    
    The output printed will be of the form
    
    ```sh
    โ— Admin Info ... โœ” 
    โ— CPU ... โœ” 
    โ— Disk Hardware ... โœ” 
    โ— Os Info ... โœ” 
    โ— Mem Info ... โœ” 
    โ— Process Info ... โœ” 
    โ— Config ... โœ” 
    โ— Drive ... โœ” 
    โ— Net ... โœ” 
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Feb 25 01:17:53 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/plugins/form-validator/sweden.js

    /** File generated by Grunt -- do not modify
     *  JQUERY-FORM-VALIDATOR
     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 6.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/MutableClassToInstanceMap.java

      }
    
      private void readObject(ObjectInputStream stream) throws InvalidObjectException {
        throw new InvalidObjectException("Use SerializedForm");
      }
    
      /** Serialized form of the map, to avoid serializing the constraint. */
      private static final class SerializedForm<B extends @Nullable Object> implements Serializable {
        private final Map<Class<? extends @NonNull B>, B> backingMap;
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/JAASAuthenticator.java

     * 
     * Be advised that short/NetBIOS name usage is not supported with this authenticator. Always specify full FQDNs/Realm.
     * This can be a problem if using DFS in it's default configuration as that still returns referrals in short form.
     * See <a href="https://support.microsoft.com/en-us/kb/244380">KB-244380</a> for compatible server configuration.
     * See {@link jcifs.Configuration#isDfsConvertToFQDN()} for a workaround.
     * 
     * @author mbechler
     */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.1K bytes
    - Viewed (0)
  10. docs/zh/docs/index.md

    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    <a href="https://fastapi.tiangolo.com/zh/tutorial/">ๆ•™็จ‹ - ็”จๆˆทๆŒ‡ๅ—</a> ไธญๆœ‰ๅŒ…ๅซๆ›ดๅคš็‰นๆ€ง็š„ๆ›ดๅฎŒๆ•ด็คบไพ‹ใ€‚
    
    **ๅ‰ง้€่ญฆๅ‘Š**๏ผš ๆ•™็จ‹ - ็”จๆˆทๆŒ‡ๅ—ไธญ็š„ๅ†…ๅฎนๆœ‰๏ผš
    
    * ๅฏนๆฅ่‡ชไธๅŒๅœฐๆ–น็š„ๅ‚ๆ•ฐ่ฟ›่กŒๅฃฐๆ˜Ž๏ผŒๅฆ‚๏ผš**่ฏทๆฑ‚ๅคด**ใ€**cookies**ใ€**form ่กจๅ•**ไปฅๅŠ**ไธŠไผ ็š„ๆ–‡ไปถ**ใ€‚
    * ๅฆ‚ไฝ•่ฎพ็ฝฎ**ๆ ก้ชŒ็บฆๆŸ**ๅฆ‚ `maximum_length` ๆˆ–่€… `regex`ใ€‚
    * ไธ€ไธชๅผบๅคงๅนถๆ˜“ไบŽไฝฟ็”จ็š„ **<abbr title="ไนŸ่ขซ็งฐไธบ components, resources, providers, services, injectables">ไพ่ต–ๆณจๅ…ฅ</abbr>** ็ณป็ปŸใ€‚
    * ๅฎ‰ๅ…จๆ€งๅ’Œ่บซไปฝ้ชŒ่ฏ๏ผŒๅŒ…ๆ‹ฌ้€š่ฟ‡ **JWT ไปค็‰Œ**ๅ’Œ **HTTP ๅŸบๆœฌ่บซไปฝ่ฎค่ฏ**ๆฅๆ”ฏๆŒ **OAuth2**ใ€‚
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top