Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for bel (0.01 sec)

  1. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/GenerateIdnaMappingTableCode.kt

              data.ranges.escapeDataString(),
              data.mappings.escapeDataString(),
            ).build(),
        ).build()
    }
    
    /**
     * KotlinPoet doesn't really know what to do with a string containing NUL, BEL, DEL, etc. We also
     * don't want to perform `trimMargin()` at runtime.
     */
    fun String.escapeDataString(): String =
      buildString {
        for (codePoint in ******@****.***ints()) {
          when (codePoint) {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Ascii.java

      /**
       * Bell ('\a'): A character for use when there is a need to call for human attention. It may
       * control alarm or attention devices.
       *
       * @since 8.0
       */
      public static final byte BEL = 7;
    
      /**
       * Backspace ('\b'): A format effector which controls the movement of the printing position one
       * printing space backward on the same printing line. (Applicable also to display devices.)
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    bbs.tr
    bbt
    bbva
    bc.ca
    bcg
    bcn
    bd.se
    be
    be.eu.org
    beagleboard.io
    bearalvahki.no
    bearalváhki.no
    beardu.no
    beats
    beauty
    bedzin.pl
    beep.pl
    beer
    beiarn.no
    bel.tr
    belau.pw
    belem.br
    belluno.it
    benevento.it
    bentley
    bentre.vn
    beppu.oita.jp
    berg.no
    bergamo.it
    bergen.no
    berlevag.no
    berlevåg.no
    berlin
    beskidy.pl
    best
    bestbuy
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
Back to top