Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parseDomain (0.11 sec)

  1. okhttp/src/main/kotlin/okhttp3/Cookie.kt

                  // Ignore this attribute, it isn't recognizable as a max age.
                }
              }
              attributeName.equals("domain", ignoreCase = true) -> {
                try {
                  domain = parseDomain(attributeValue)
                  hostOnly = false
                } catch (_: IllegalArgumentException) {
                  // Ignore this attribute, it isn't recognizable as a domain.
                }
              }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:12:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  2. .idea/scopes/IDE.xml

    <component name="DependencyValidationManager">
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Oct 24 16:22:04 UTC 2017
    - 609 bytes
    - Viewed (0)
Back to top