- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for keynote (0.04 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</mime-type> <mime-type type="application/vnd.apple.iwork"> <sub-class-of type="application/zip"/> </mime-type> <mime-type type="application/vnd.apple.keynote"> <root-XML localName="presentation" namespaceURI="http://developer.apple.com/namespaces/keynote2" /> <sub-class-of type="application/vnd.apple.iwork" /> <glob pattern="*.key"/> </mime-type> <mime-type type="application/vnd.apple.mpegurl">
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
doc/go_spec.html
func (*GPoint[P]) Draw(P) { … } // illegal: alias must not be generic func (HPoint) Draw(P) { … } // illegal: alias must not denote instantiated type GPoint[int] func (*IPair) Second() int { … } // illegal: alias must not denote instantiated type Pair[int, int] </pre> <h2 id="Expressions">Expressions</h2> <p> An expression specifies the computation of a value by applying
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 02 23:07:19 UTC 2025 - 286.5K bytes - Viewed (1)