Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mali (0.13 sec)

  1. mockwebserver/README.md

                case "/v1/profile/info":
                    return new MockResponse().setResponseCode(200).setBody("{\\\"info\\\":{\\\"name\":\"Lucas Albuquerque\",\"age\":\"21\",\"gender\":\"male\"}}");
            }
            return new MockResponse().setResponseCode(404);
        }
    };
    server.setDispatcher(dispatcher);
    ```
    
    
    ### Download
    
    ```kotlin
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Dec 17 15:34:10 GMT 2023
    - 5K bytes
    - Viewed (1)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // May First - People Link : https://mayfirst.org/
    // Submitted by Jamie McClelland <******@****.***>
    mayfirst.info
    mayfirst.org
    
    // Mail.Ru Group : https://hb.cldmail.ru
    // Submitted by Ilya Zaretskiy <zaretskiy@corp.mail.ru>
    hb.cldmail.ru
    
    // Mail Transfer Platform : https://www.neupeer.com
    // Submitted by Li Hui <******@****.***>
    cn.vu
    
    // Maze Play: https://www.mazeplay.com
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1879..187F    ; disallowed                             # NA   <reserved-1879>..<reserved-187F>
    1880..18A9    ; valid                                  # 3.0  MONGOLIAN LETTER ALI GALI ANUSVARA ONE..MONGOLIAN LETTER ALI GALI DAGALGA
    18AA          ; valid                                  # 5.1  MONGOLIAN LETTER MANCHU ALI GALI LHA
    18AB..18AF    ; disallowed                             # NA   <reserved-18AB>..<reserved-18AF>
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top