diff options
author | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-30 13:26:22 +0300 |
---|---|---|
committer | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-30 15:44:45 +0300 |
commit | 0a98fece5a9b54f16afeb3a94b3eb3105e9c3962 (patch) | |
tree | 291d72dbd7e9865399f668c84d11ed86fb190bbf /contrib/libs/libmagic/magic/Magdir/sgml | |
parent | cb2c8d75065e5b3c47094067cb4aa407d4813298 (diff) | |
download | ydb-0a98fece5a9b54f16afeb3a94b3eb3105e9c3962.tar.gz |
YQ Connector:Use docker-compose in integrational tests
Diffstat (limited to 'contrib/libs/libmagic/magic/Magdir/sgml')
-rw-r--r-- | contrib/libs/libmagic/magic/Magdir/sgml | 163 |
1 files changed, 163 insertions, 0 deletions
diff --git a/contrib/libs/libmagic/magic/Magdir/sgml b/contrib/libs/libmagic/magic/Magdir/sgml new file mode 100644 index 0000000000..9cd38e09b7 --- /dev/null +++ b/contrib/libs/libmagic/magic/Magdir/sgml @@ -0,0 +1,163 @@ + +#------------------------------------------------------------------------------ +# $File: sgml,v 1.48 2023/01/18 16:10:21 christos Exp $ +# Type: SVG Vectorial Graphics +# From: Noel Torres <tecnico@ejerciciosresueltos.com> +0 string \<?xml\ version= +>14 regex ['"\ \t]*[0-9.]+['"\ \t]* +>>19 search/4096 \<svg SVG Scalable Vector Graphics image +!:strength + 50 +!:mime image/svg+xml +!:ext svg +>>19 search/4096 \<gnc-v2 GnuCash file +!:mime application/x-gnucash +0 string \<svg SVG Scalable Vector Graphics image +!:strength + 50 +!:mime image/svg+xml +!:ext svg + +# Sitemap file +0 string/t \<?xml\ version= +>14 regex ['"\ \t]*[0-9.]+['"\ \t]* +>>19 search/4096 \<urlset XML Sitemap document text +!:mime application/xml-sitemap + +# OpenStreetMap XML (.osm) +# https://wiki.openstreetmap.org/wiki/OSM_XML +# From: Markus Heidelberg <markus.heidelberg@web.de> +0 string \<?xml\ version= +>14 regex ['"\ \t]*[0-9.]+['"\ \t]* +>>19 search/4096 \<osm OpenStreetMap XML data + +# xhtml +0 string/t \<?xml\ version=" +>19 search/4096/cWbt \<!doctype\ html XHTML document text +>>15 string >\0 (version %.3s) +!:mime text/html +0 string/t \<?xml\ version=' +>19 search/4096/cWbt \<!doctype\ html XHTML document text +>>15 string >\0 (version %.3s) +!:mime text/html +0 string/t \<?xml\ version=" +>19 search/4096/cWbt \<html broken XHTML document text +>>15 string >\0 (version %.3s) +!:mime text/html + +#------------------------------------------------------------------------------ +# sgml: file(1) magic for Standard Generalized Markup Language +# HyperText Markup Language (HTML) is an SGML document type, +# from Daniel Quinlan (quinlan@yggdrasil.com) +# adapted to string extensions by Anthon van der Neut <anthon@mnt.org) +0 search/4096/cWt \<!doctype\ html HTML document text +!:mime text/html +!:strength + 5 + +# avoid misdetection as JavaScript +0 string/cWt \<!doctype\ html HTML document text +!:mime text/html +0 string/ct \<html> HTML document text +!:mime text/html +0 string/ct \<!-- +>&0 search/4096/cWt \<!doctype\ html HTML document text +!:mime text/html +>&0 search/4096/ct \<html> HTML document text +!:mime text/html + +# SVG document +# https://www.w3.org/TR/SVG/single-page.html +0 search/4096/cWbt \<!doctype\ svg SVG XML document +!:mime image/svg+xml +!:strength + 15 + +0 search/4096/cwt \<head\> HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cWt \<head\ HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cwt \<title\> HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cWt \<title\ HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cwt \<html\> HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cWt \<html\ HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cwt \<script\> HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cWt \<script\ HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cwt \<style\> HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cWt \<style\ HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cwt \<table\> HTML document text +!:mime text/html +!:strength + 15 +0 search/4096/cWt \<table\ HTML document text +!:mime text/html +!:strength + 15 + +0 search/4096/cwt \<a\ href= HTML document text +!:mime text/html +!:strength + 15 + +# Extensible markup language (XML), a subset of SGML +# from Marc Prud'hommeaux (marc@apocalypse.org) +0 search/1/cwt \<?xml XML document text +!:mime text/xml +!:strength + 15 +0 string/t \<?xml\ version\ " XML +!:mime text/xml +!:strength + 15 +0 string/t \<?xml\ version=" XML +!:mime text/xml +!:strength + 15 +>15 string/t >\0 %.3s document text +>>23 search/1 \<xsl:stylesheet (XSL stylesheet) +>>24 search/1 \<xsl:stylesheet (XSL stylesheet) +0 string/t \<?xml\ version=' XML +!:mime text/xml +!:strength + 15 +>15 string/t >\0 %.3s document text +>>23 search/1 \<xsl:stylesheet (XSL stylesheet) +>>24 search/1 \<xsl:stylesheet (XSL stylesheet) +0 search/1/wt \<?XML broken XML document text +!:mime text/xml +!:strength - 10 + + +# SGML, mostly from rph@sq +0 search/4096/cwt \<!doctype exported SGML document text +0 search/4096/cwt \<!subdoc exported SGML subdocument text +0 search/4096/cwt \<!-- exported SGML document text +!:strength - 10 + +# Web browser cookie files +# (Mozilla, Galeon, Netscape 4, Konqueror..) +# Ulf Harnhammar <ulfh@update.uu.se> +0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text +0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text +0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text + +# XML-based format representing braille pages in a digital format. +# +# Specification: +# http://files.pef-format.org/specifications/pef-2008-1/pef-specification.html +# +# Simon Aittamaa <simon.aittamaa@gmail.com> +0 string \<?xml\ version= +>14 regex ['"\ \t]*[0-9.]+['"\ \t]* +>>19 search/4096 \<pef Portable Embosser Format +!:mime application/x-pef+xml + +# https://www.qgis.org/en/site/ +0 string \<!DOCTYPE\040qgis QGIS XML document |