wok view shared-mime-info/stuff/scilab.xml @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents
children
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="application/x-scilab-sci">
4 <sub-class-of type="text/plain"/>
5 <comment>Scilab macro</comment>
6 <comment xml:lang="ru">макрос Scilab</comment>
7 <glob pattern="*.sci"/>
8 </mime-type>
9 <mime-type type="application/x-scilab-sce">
10 <sub-class-of type="text/plain"/>
11 <comment>Scilab script</comment>
12 <comment xml:lang="ru">скрипт Scilab</comment>
13 <glob pattern="*.sce"/>
14 </mime-type>
15 <mime-type type="application/x-scilab-tst">
16 <sub-class-of type="application/sce"/>
17 <comment>Scilab test</comment>
18 <comment xml:lang="ru">тест Scilab</comment>
19 <glob pattern="*.tst"/>
20 </mime-type>
21 <mime-type type="application/x-scilab-dem">
22 <sub-class-of type="application/sce"/>
23 <comment>Scilab demo</comment>
24 <comment xml:lang="ru">демонстрация Scilab</comment>
25 <glob pattern="*.dem"/>
26 </mime-type>
27 <mime-type type="application/x-scilab-xcos">
28 <sub-class-of type="text/xml"/>
29 <comment>Scilab/Xcos schema</comment>
30 <comment xml:lang="ru">схема Scilab/Xcos</comment>
31 <glob pattern="*.xcos"/>
32 </mime-type>
33 <mime-type type="application/x-scilab-zcos">
34 <sub-class-of type="application/zip"/>
35 <comment>Scilab/Xcos compressed schema</comment>
36 <comment xml:lang="ru">сжатая схема Scilab/Xcos</comment>
37 <glob pattern="*.zcos"/>
38 </mime-type>
39 <mime-type type="application/x-scilab-sod">
40 <sub-class-of type="application/x-hdf5"/>
41 <comment>Scilab open data format (hdf5 based)</comment>
42 <comment xml:lang="ru">формат открытых данных Scilab (основан на hdf5)</comment>
43 <glob pattern="*.sod"/>
44 </mime-type>
45 <!-- Deprecated -->
46 <mime-type type="application/x-scilab-bin">
47 <sub-class-of type="application/octet-stream"/>
48 <comment>Scilab binary</comment>
49 <comment xml:lang="ru">бинарный файл Scilab</comment>
50 <glob pattern="*.bin"/>
51 </mime-type>
52 <mime-type type="application/x-scilab-cosf">
53 <sub-class-of type="application/x-scilab-sce"/>
54 <comment>Scicos schema</comment>
55 <comment xml:lang="ru">схема Scicos</comment>
56 <glob pattern="*.cosf"/>
57 </mime-type>
58 <mime-type type="application/x-scilab-cos">
59 <sub-class-of type="application/x-scilab-bin"/>
60 <comment>Scicos binary schema</comment>
61 <comment xml:lang="ru">бинарная схема Scicos</comment>
62 <glob pattern="*.cos"/>
63 </mime-type>
64 </mime-info>