Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pom.xml

    		<url>https://www.codelibs.org/</url>
    	</organization>
    	<developers>
    		<developer>
    			<id>shinsuke</id>
    			<name>Shinsuke Sugaya</name>
    			<email>shinsuke.sugaya@codelibs.co</email>
    			<organization>CodeLibs Inc.</organization>
    			<organizationUrl>https://codelibs.co</organizationUrl>
    		</developer>
    	</developers>
    	<scm>
    		<connection>scm:git:******@****.***:codelibs/corelib.git</connection>
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Aug 31 03:01:32 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  2. android-test/src/test/kotlin/okhttp/android/test/DisabledInitialiserTest.kt

        // Ensure we aren't succeeding because of another test
        Platform.resetForTests()
        PlatformRegistry.applicationContext = null
      }
    
      @Test
      fun testWithoutContext() {
        val httpUrl = "https://www.google.co.uk".toHttpUrl()
        assertFailure { httpUrl.topPrivateDomain() }.all {
          hasMessage("Unable to load PublicSuffixDatabase.list resource.")
          cause().isNotNull().all {
            hasMessage(
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 16:25:39 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  3. pom.xml

    		<url>https://fess.codelibs.org/</url>
    	</organization>
    	<developers>
    		<developer>
    			<id>shinsuke</id>
    			<name>Shinsuke Sugaya</name>
    			<email>shinsuke.sugaya@codelibs.co</email>
    			<organization>CodeLibs Inc.</organization>
    			<organizationUrl>https://codelibs.co</organizationUrl>
    		</developer>
    	</developers>
    	<issueManagement>
    		<url>https://github.com/codelibs/fess/issues</url>
    	</issueManagement>
    	<scm>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
Back to top