Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Disasm (0.14 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/x-mysql-misam-index">
        <_comment>MySQL MISAM Index</_comment>
        <magic priority="40">
          <match value="0xfefe03" type="string" offset="0"/>
          <match value="0xfefe05" type="string" offset="0"/>
        </magic>
        <sub-class-of type="application/x-mysql-db"/>
      </mime-type>
      <mime-type type="application/x-mysql-misam-compressed-index">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	// http.Server.WriteTimeout during the TLS handshake, but then
    	// passes the connection off to us with the deadline already set.
    	// Write deadlines are set per stream in serverConn.newStream.
    	// Disarm the net.Conn write deadline here.
    	if sc.hs.WriteTimeout > 0 {
    		sc.conn.SetWriteDeadline(time.Time{})
    	}
    
    	if s.NewWriteScheduler != nil {
    		sc.writeSched = s.NewWriteScheduler()
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top