Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for umagic (0.4 sec)

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

        <tika:uti>com.corel.wordperfect.doc</tika:uti>
        <magic priority="50">
          <match value="application/vnd.wordperfect;" type="string" offset="0"/>
        </magic>
        <magic priority="40">
          <match value="0xFF575043" type="big32" offset="0"/> <!-- ÿWPC -->
        </magic>
        <!-- If magic for the different versions doesn't work, fall back to glob -->
        <glob pattern="*.wpd"/>
    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

    			streamID:  rws.stream.id,
    			h:         rws.handlerHeader,
    			trailers:  rws.trailers,
    			endStream: true,
    		})
    		return len(p), err
    	}
    	return len(p), nil
    }
    
    // TrailerPrefix is a magic prefix for ResponseWriter.Header map keys
    // that, if present, signals that the map entry is actually for
    // the response trailers, and not the response headers. The prefix
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.23.md

    - XFS-filesystems are now force-formatted (option `-f`) in order to avoid problems being formatted due to detection of magic super-blocks. This aligns with the behaviour of formatting of ext3/4 filesystems. ([#104923](https://github.com/kubernetes/kubernetes/pull/104923), [@davidkarlsen](https://github.com/davidkarlsen))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    gopkg.in/gobwas/glob.v0,v0.2.3,h1:uLMy+ys6BqRCutdUNyWLlmEnd7VULqh1nsxxV1kj0qQ=,3a5fe045be1ff9b47c5e21a9f97bdefaada31463f365503d6b176b76e18a0257
    gopkg.in/gographics/imagick.v3,v3.2.0,h1:eUwlkCw2fa20OGu47G39Im8c50S9n/CVkh8PwtOKExA=,99695d22cf7d5609887609cc9dc63ca1031b5a3238c26f6b779f32e39d572a01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
Back to top