Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for commonspace (0.04 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/MultipartBody.kt

          sink.write(boundaryByteString)
          sink.write(CRLF)
    
          if (headers != null) {
            for (h in 0 until headers.size) {
              sink
                .writeUtf8(headers.name(h))
                .write(COLONSPACE)
                .writeUtf8(headers.value(h))
                .write(CRLF)
            }
          }
    
          val contentType = body.contentType()
          if (contentType != null) {
            sink
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.c4f"/>
        <glob pattern="*.c4p"/>
        <glob pattern="*.c4u"/>
      </mime-type>
      <mime-type type="application/vnd.commerce-battelle"/>
      <mime-type type="application/vnd.commonspace">
        <glob pattern="*.csp"/>
      </mime-type>
      <mime-type type="application/vnd.contact.cmsg">
        <glob pattern="*.cdbcmsg"/>
      </mime-type>
      <mime-type type="application/vnd.cosmocaller">
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top