Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for standalone (0.03 sec)

  1. src/main/java/org/codelibs/core/text/Tokenizer.java

                hi = ctype2.length - 1;
            }
            while (low <= hi) {
                ctype2[low++] = CT_WHITESPACE;
            }
        }
    
        /**
         * Sets a character as a standalone character.
         *
         * @param ctype2
         *            The array of character types.
         * @param ch
         *            The character code.
         */
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat Jul 05 00:11:05 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  2. README.md

    ```
    
    MockWebServer is used for firstly for internal testing, and for basic testing of apps using OkHttp client.
    It is not a full featured HTTP testing library that is developed standalone. It is not being actively developed
    for new features. As such you might find your needs outgrow MockWebServer and you may which to use a
    more full featured testing library such as [MockServer](https://www.mock-server.com/).
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 28 07:33:49 UTC 2025
    - 8.8K bytes
    - Viewed (0)
Back to top