File: custom.xml

package info (click to toggle)
ruby-marcel 1.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,744 kB
  • sloc: xml: 7,041; ruby: 536; makefile: 7; javascript: 3
file content (102 lines) | stat: -rw-r--r-- 3,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<mime-info>
  <mime-type type="image/svg+xml">
    <sub-class-of type="application/xml" />

    <magic priority="50">
      <match value="&lt;svg" type="string" offset="0:4096" />
    </magic>
  </mime-type>

  <mime-type type="application/msword">
    <sub-class-of type="application/x-tika-msoffice" />

    <magic priority="50">
      <match value="0xd0cf11e0a1b11ae1" type="string" offset="0:8">
        <match value="jbjb" type="string" offset="546" />
        <match value="bjbj" type="string" offset="546" />
      </match>
    </magic>
  </mime-type>

  <mime-type type="application/vnd.openxmlformats-officedocument.wordprocessingml.document">
    <sub-class-of type="application/x-tika-ooxml" />

    <magic priority="50">
      <match value="PK\003\004" type="string" offset="0">
        <match value="[Content_Types].xml" type="string" offset="30:65536">
          <match value="word/" type="string" offset="0:4096" />
        </match>

        <match value="_rels/.rels" type="string" offset="30">
          <match value="word/" type="string" offset="0:4096" />
        </match>
      </match>
    </magic>
  </mime-type>

  <mime-type type="application/vnd.openxmlformats-officedocument.presentationml.presentation">
    <sub-class-of type="application/x-tika-ooxml" />

    <magic priority="50">
      <match value="PK\003\004" type="string" offset="0">
        <match value="[Content_Types].xml" type="string" offset="30:65536">
          <match value="ppt/" type="string" offset="0:4096" />
        </match>

        <match value="_rels/.rels" type="string" offset="30">
          <match value="ppt/" type="string" offset="0:4096" />
        </match>
      </match>
    </magic>
  </mime-type>

  <mime-type type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
    <sub-class-of type="application/x-tika-ooxml" />

    <magic priority="50">
      <match value="PK\003\004" type="string" offset="0">
        <match value="[Content_Types].xml" type="string" offset="30:65536">
          <match value="xl/" type="string" offset="0:4096" />
        </match>

        <match value="_rels/.rels" type="string" offset="30">
          <match value="xl/" type="string" offset="0:4096" />
        </match>
      </match>
    </magic>
  </mime-type>

  <mime-type type="video/webm">
    <sub-class-of type="application/x-matroska" />

    <magic priority="50">
      <match value="0x1a45dfa3" type="string" offset="0">
        <match value="\x42\x82" type="string" offset="4:4096">
          <match value="webm" type="string" offset="4:4096" />
        </match>
      </match>
    </magic>
  </mime-type>

  <mime-type type="font/woff">
    <alias type="application/font-woff"/>

    <magic priority="50">
      <!-- Source: https://www.w3.org/TR/WOFF/#WOFFHeader -->
      <match value="0x774F4646" type="string" offset="0" />
    </magic>

    <glob pattern="*.woff" />
  </mime-type>

  <mime-type type="font/woff2">
    <alias type="application/font-woff2" />

    <magic priority="50">
      <!-- Source https://www.w3.org/TR/WOFF2/#woff20Header -->
      <match value="0x774F4632" type="string" offset="0" />
    </magic>

    <glob pattern="*.woff2" />
  </mime-type>
</mime-info>