cairo 1.12.4-x86-mingw32 → 1.12.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/NEWS +8 -0
- data/Rakefile +357 -31
- data/ext/cairo/rb_cairo.h +1 -1
- data/lib/1.9/cairo.so +0 -0
- data/lib/2.0/cairo.so +0 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/freetype-config +14 -16
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +127 -0
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +127 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xml2-config +106 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +81 -0
- data/vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf +48 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +291 -0
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +40 -0
- data/vendor/local/etc/fonts/conf.d/40-nonlatin.conf +231 -0
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +173 -0
- data/vendor/local/etc/fonts/conf.d/49-sansserif.conf +21 -0
- data/vendor/local/etc/fonts/conf.d/50-user.conf +15 -0
- data/vendor/local/etc/fonts/conf.d/51-local.conf +6 -0
- data/vendor/local/etc/fonts/conf.d/60-latin.conf +70 -0
- data/vendor/local/etc/fonts/conf.d/65-fonts-persian.conf +419 -0
- data/vendor/local/etc/fonts/conf.d/65-nonlatin.conf +196 -0
- data/vendor/local/etc/fonts/conf.d/69-unifont.conf +28 -0
- data/vendor/local/etc/fonts/conf.d/80-delicious.conf +19 -0
- data/vendor/local/etc/fonts/conf.d/90-synthetic.conf +64 -0
- data/vendor/local/etc/fonts/conf.d/README +23 -0
- data/vendor/local/etc/fonts/fonts.conf +8 -4
- data/vendor/local/include/cairo/cairo-features.h +4 -0
- data/vendor/local/include/cairo/cairo-ft.h +36 -0
- data/vendor/local/include/cairo/cairo-gobject.h +3 -1
- data/vendor/local/include/cairo/cairo-pdf.h +4 -4
- data/vendor/local/include/cairo/cairo-ps.h +5 -3
- data/vendor/local/include/cairo/cairo-script-interpreter.h +7 -0
- data/vendor/local/include/cairo/cairo-script.h +98 -0
- data/vendor/local/include/cairo/cairo-svg.h +5 -3
- data/vendor/local/include/cairo/cairo-version.h +2 -2
- data/vendor/local/include/cairo/cairo.h +642 -209
- data/vendor/local/include/fontconfig/fcfreetype.h +2 -2
- data/vendor/local/include/fontconfig/fcprivate.h +2 -2
- data/vendor/local/include/fontconfig/fontconfig.h +59 -19
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +74 -5
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +27 -1
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +24 -2
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +2 -2
- data/vendor/local/include/freetype2/freetype/freetype.h +46 -16
- data/vendor/local/include/freetype2/freetype/ftautoh.h +349 -0
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +150 -0
- data/vendor/local/include/freetype2/freetype/ftchapters.h +28 -0
- data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
- data/vendor/local/include/freetype2/freetype/fterrors.h +7 -16
- data/vendor/local/include/freetype2/freetype/ftglyph.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftimage.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +38 -0
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +156 -5
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +51 -13
- data/vendor/local/include/freetype2/freetype/ftoutln.h +2 -0
- data/vendor/local/include/freetype2/freetype/ftstroke.h +1 -1
- data/vendor/local/include/freetype2/freetype/fttrigon.h +5 -5
- data/vendor/local/include/freetype2/freetype/fttypes.h +19 -9
- data/vendor/local/include/freetype2/freetype/ttnameid.h +5 -15
- data/vendor/local/include/freetype2/freetype/tttables.h +14 -1
- data/vendor/local/include/libpng16/png.h +3304 -0
- data/vendor/local/include/libpng16/pngconf.h +616 -0
- data/vendor/local/include/libpng16/pnglibconf.h +209 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +96 -0
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +306 -0
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/local/include/libxml2/libxml/SAX.h +173 -0
- data/vendor/local/include/libxml2/libxml/SAX2.h +176 -0
- data/vendor/local/include/libxml2/libxml/c14n.h +126 -0
- data/vendor/local/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/local/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/local/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/local/include/libxml2/libxml/dict.h +80 -0
- data/vendor/local/include/libxml2/libxml/encoding.h +240 -0
- data/vendor/local/include/libxml2/libxml/entities.h +151 -0
- data/vendor/local/include/libxml2/libxml/globals.h +502 -0
- data/vendor/local/include/libxml2/libxml/hash.h +233 -0
- data/vendor/local/include/libxml2/libxml/list.h +137 -0
- data/vendor/local/include/libxml2/libxml/nanoftp.h +163 -0
- data/vendor/local/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/local/include/libxml2/libxml/parser.h +1241 -0
- data/vendor/local/include/libxml2/libxml/parserInternals.h +644 -0
- data/vendor/local/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/local/include/libxml2/libxml/relaxng.h +213 -0
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/local/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/local/include/libxml2/libxml/threads.h +84 -0
- data/vendor/local/include/libxml2/libxml/tree.h +1303 -0
- data/vendor/local/include/libxml2/libxml/uri.h +94 -0
- data/vendor/local/include/libxml2/libxml/valid.h +458 -0
- data/vendor/local/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/local/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/local/include/libxml2/libxml/xmlIO.h +366 -0
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/local/include/libxml2/libxml/xmlerror.h +945 -0
- data/vendor/local/include/libxml2/libxml/xmlexports.h +162 -0
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +224 -0
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/local/include/libxml2/libxml/xmlreader.h +428 -0
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/local/include/libxml2/libxml/xmlsave.h +88 -0
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +246 -0
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +151 -0
- data/vendor/local/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/local/include/libxml2/libxml/xmlversion.h +489 -0
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +488 -0
- data/vendor/local/include/libxml2/libxml/xpath.h +557 -0
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +632 -0
- data/vendor/local/include/libxml2/libxml/xpointer.h +114 -0
- data/vendor/local/include/pixman-1/pixman-version.h +50 -0
- data/vendor/local/include/pixman-1/pixman.h +1111 -0
- data/vendor/local/include/png.h +1993 -1426
- data/vendor/local/include/pngconf.h +462 -1398
- data/vendor/local/include/pnglibconf.h +209 -0
- data/vendor/local/include/zconf.h +141 -91
- data/vendor/local/include/zlib.h +273 -94
- data/vendor/local/lib/fontconfig.def +11 -1
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +41 -0
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +41 -0
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +41 -0
- data/vendor/local/lib/libfontconfig.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +41 -0
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +41 -0
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.la +41 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +41 -0
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +41 -0
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +41 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
- data/vendor/local/lib/pkgconfig/fontconfig.pc +7 -2
- data/vendor/local/lib/pkgconfig/freetype2.pc +6 -6
- data/vendor/local/lib/pkgconfig/libpng.pc +3 -3
- data/vendor/local/lib/pkgconfig/libpng16.pc +11 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
- data/vendor/local/lib/xml2Conf.sh +8 -0
- data/vendor/local/share/aclocal/libxml.m4 +188 -0
- data/vendor/local/share/doc/libxml2-2.9.1/Copyright +23 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testHTML.c +880 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testSAX.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testXPath.c +229 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/xmllint.c +3776 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/FAQ.html +282 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/encoding.html +207 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xml +751 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xsl +174 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/book1.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/index.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-DOCBparser.html +51 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLparser.html +184 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLtree.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX.html +125 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX2.html +128 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-c14n.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-catalog.html +142 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-chvalid.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-debugXML.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-dict.html +58 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-encoding.html +124 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-entities.html +79 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-globals.html +152 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-hash.html +116 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-lib.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-list.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanoftp.html +94 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanohttp.html +65 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parser.html +559 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parserInternals.html +322 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-pattern.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-relaxng.html +162 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schemasInternals.html +373 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schematron.html +81 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-threads.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-tree.html +990 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-uri.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-valid.html +289 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xinclude.html +59 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xlink.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlIO.html +212 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlautomata.html +85 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlerror.html +865 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlexports.html +20 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmemory.html +107 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmodule.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlreader.html +330 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlregexp.html +143 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlsave.html +60 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemas.html +185 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemastypes.html +123 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlstring.html +108 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlunicode.html +512 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlversion.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlwriter.html +261 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpath.html +316 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpathInternals.html +394 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpointer.html +83 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xzlib.html +16 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io1.c +166 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io2.c +58 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io2.res +2 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse1.c +56 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse2.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse3.c +60 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse4.c +143 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.c +107 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.res +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader2.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.c +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.res +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.res +3 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test1.xml +1 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test2.xml +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test3.xml +39 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/testWriter.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.c +94 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.res +4 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.c +118 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.res +18 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tst.xml +7 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apa.html +8 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apb.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apc.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apd.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ape.html +78 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apf.html +67 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apg.html +75 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/aph.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/api.html +4 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s02.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s03.html +47 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s04.html +54 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s05.html +55 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s06.html +35 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s07.html +30 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s08.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s09.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddattribute.c +64 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddkeyword.c +75 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeconvert.c +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includegetattribute.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includekeyword.c +79 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includexpath.c +74 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ix01.html +1 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/xmltutorial.pdf +1336 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/writer.xml +2 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xml.html +5715 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.c +250 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.c +190 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.res +30 -0
- data/vendor/local/share/fontconfig/conf.avail/10-autohint.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +81 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-unhinted.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf +48 -0
- data/vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf +128 -0
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +291 -0
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +40 -0
- data/vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf +231 -0
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +173 -0
- data/vendor/local/share/fontconfig/conf.avail/49-sansserif.conf +21 -0
- data/vendor/local/share/fontconfig/conf.avail/50-user.conf +15 -0
- data/vendor/local/share/fontconfig/conf.avail/51-local.conf +6 -0
- data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +70 -0
- data/vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf +419 -0
- data/vendor/local/share/fontconfig/conf.avail/65-khmer.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf +196 -0
- data/vendor/local/share/fontconfig/conf.avail/69-unifont.conf +28 -0
- data/vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf +12 -0
- data/vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf +12 -0
- data/vendor/local/share/fontconfig/conf.avail/80-delicious.conf +19 -0
- data/vendor/local/share/fontconfig/conf.avail/90-synthetic.conf +64 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +10 -10
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +17 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +7 -7
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +54 -38
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +193 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +95 -89
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +45 -66
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +58 -63
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +249 -232
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +118 -113
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +20 -24
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +51 -45
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +600 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +73 -35
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +102 -126
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +42 -58
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +360 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +57 -73
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +37 -30
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +91 -129
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +53 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +47 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +535 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +148 -83
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +170 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +127 -96
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +55 -59
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +96 -87
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +64 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1069 -229
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +274 -220
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +395 -216
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +409 -409
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +7 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +7 -9
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +128 -165
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +326 -249
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +29 -8
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +193 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +19 -4
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +4 -15
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +32 -7
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +15 -4
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +140 -27
- data/vendor/local/share/gtk-doc/html/cairo/index.html +18 -8
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +104 -13
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +7 -7
- data/vendor/local/share/gtk-doc/html/cairo/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +38 -0
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +67 -0
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +373 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +134 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +218 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +187 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +766 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +688 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1597 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +347 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +953 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +565 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +133 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +314 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +292 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +479 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +542 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +3573 -0
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +66 -0
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/license/cairo/AUTHORS +111 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING +0 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-LGPL-2.1 +0 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-MPL-1.1 +0 -0
- data/vendor/local/share/license/cairo/README +194 -0
- data/vendor/local/share/license/cairo/README.win32 +66 -0
- data/vendor/local/share/license/fontconfig/AUTHORS +3 -0
- data/vendor/local/share/license/fontconfig/COPYING +28 -0
- data/vendor/local/share/license/fontconfig/README +1350 -0
- data/vendor/local/share/license/freetype/README +83 -0
- data/vendor/local/share/license/freetype/README.git +46 -0
- data/vendor/local/share/license/libpng/README +202 -0
- data/vendor/local/share/license/libxml2/AUTHORS +5 -0
- data/vendor/local/share/license/libxml2/COPYING +23 -0
- data/vendor/local/share/license/libxml2/README +39 -0
- data/vendor/local/share/license/libxml2/README.tests +39 -0
- data/vendor/local/share/license/pixman/AUTHORS +0 -0
- data/vendor/local/share/license/pixman/COPYING +42 -0
- data/vendor/local/share/license/pixman/README +116 -0
- data/vendor/local/share/license/zlib/README +115 -0
- data/vendor/local/share/man/man1/xml2-config.1 +30 -0
- data/vendor/local/share/man/man1/xmlcatalog.1 +340 -0
- data/vendor/local/share/man/man1/xmllint.1 +650 -0
- data/vendor/local/share/man/man3/libpng.3 +2332 -863
- data/vendor/local/share/man/man3/libpngpf.3 +6 -790
- data/vendor/local/share/man/man3/libxml.3 +71 -0
- data/vendor/local/share/man/man5/png.5 +1 -1
- data/vendor/local/share/xml/fontconfig/fonts.dtd +233 -0
- metadata +447 -490
- data/vendor/local/bin/freetype6.dll +0 -0
- data/vendor/local/bin/libexpat-1.dll +0 -0
- data/vendor/local/bin/libpng14-14.dll +0 -0
- data/vendor/local/bin/xmlwf.exe +0 -0
- data/vendor/local/etc/fonts/fonts.dtd +0 -224
- data/vendor/local/include/expat.h +0 -1047
- data/vendor/local/include/expat_external.h +0 -115
- data/vendor/local/include/libpng14/png.h +0 -2737
- data/vendor/local/include/libpng14/pngconf.h +0 -1552
- data/vendor/local/lib/cairo.def +0 -322
- data/vendor/local/lib/cairo.lib +0 -0
- data/vendor/local/lib/expat.lib +0 -0
- data/vendor/local/lib/fontconfig.lib +0 -0
- data/vendor/local/lib/freetype.def +0 -189
- data/vendor/local/lib/freetype.lib +0 -0
- data/vendor/local/lib/libexpat.def +0 -73
- data/vendor/local/lib/libexpat.dll.a +0 -0
- data/vendor/local/lib/libpng.def +0 -192
- data/vendor/local/lib/libpng.lib +0 -0
- data/vendor/local/lib/libpng14.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/libpng14.pc +0 -11
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +0 -67
- data/vendor/local/manifest/cairo-dev_1.10.2-2_win32.mft +0 -86
- data/vendor/local/manifest/cairo_1.10.2-2_win32.mft +0 -7
- data/vendor/local/manifest/expat-dev_2.1.0-1_win32.mft +0 -10
- data/vendor/local/manifest/expat_2.1.0-1_win32.mft +0 -2
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
- data/vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft +0 -57
- data/vendor/local/manifest/freetype_2.4.10-1_win32.mft +0 -2
- data/vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft +0 -15
- data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +0 -2
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +4 -42484
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +0 -5046
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +0 -238
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +0 -208
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +0 -243
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +0 -230
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +0 -237
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +0 -230
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +0 -251
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +0 -245
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +0 -266
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +0 -276
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +0 -262
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +0 -259
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +0 -273
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +0 -303
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +0 -289
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +0 -241
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +0 -208
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +0 -205
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +0 -259
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +0 -255
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +0 -236
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +0 -246
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +0 -250
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +0 -218
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +0 -262
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +0 -404
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +0 -240
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +0 -242
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +0 -313
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +0 -242
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +0 -602
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +0 -435
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +0 -218
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +0 -212
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +0 -237
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +0 -278
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +0 -265
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +0 -212
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +0 -128
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +0 -133
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +0 -1463
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +0 -264
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +0 -590
- data/vendor/local/share/doc/fontconfig/fontconfig-user.html +0 -1352
- data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +0 -644
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -340
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +0 -477
- data/vendor/local/share/man/man1/fc-cache.1 +0 -70
- data/vendor/local/share/man/man1/fc-cat.1 +0 -44
- data/vendor/local/share/man/man1/fc-list.1 +0 -72
- data/vendor/local/share/man/man1/fc-match.1 +0 -73
- data/vendor/local/share/man/man1/fc-query.1 +0 -57
- data/vendor/local/share/man/man1/fc-scan.1 +0 -52
- data/vendor/local/share/man/man1/xmlwf.1 +0 -251
- data/vendor/local/share/man/man3/FcAtomicCreate.3 +0 -19
- data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicLock.3 +0 -18
- data/vendor/local/share/man/man3/FcAtomicNewFile.3 +0 -17
- data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +0 -18
- data/vendor/local/share/man/man3/FcAtomicUnlock.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksAdd.3 +0 -18
- data/vendor/local/share/man/man3/FcBlanksCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksIsMember.3 +0 -18
- data/vendor/local/share/man/man3/FcCacheCopySet.3 +0 -18
- data/vendor/local/share/man/man3/FcCacheDir.3 +0 -16
- data/vendor/local/share/man/man3/FcCacheNumFont.3 +0 -17
- data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +0 -16
- data/vendor/local/share/man/man3/FcCacheSubdir.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetAddChar.3 +0 -19
- data/vendor/local/share/man/man3/FcCharSetCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetCount.3 +0 -16
- data/vendor/local/share/man/man3/FcCharSetCoverage.3 +0 -23
- data/vendor/local/share/man/man3/FcCharSetCreate.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetDestroy.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetEqual.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetHasChar.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetIntersect.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetMerge.3 +0 -23
- data/vendor/local/share/man/man3/FcCharSetNew.3 +0 -16
- data/vendor/local/share/man/man3/FcCharSetNextPage.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetSubtract.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetUnion.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcConfigDestroy.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigEnableHome.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigFilename.3 +0 -26
- data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigGetCache.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +0 -18
- data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +0 -16
- data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigGetFonts.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigHome.3 +0 -18
- data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +0 -23
- data/vendor/local/share/man/man3/FcConfigReference.3 +0 -21
- data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigSubstitute.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +0 -24
- data/vendor/local/share/man/man3/FcConfigUptoDate.3 +0 -18
- data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +0 -27
- data/vendor/local/share/man/man3/FcDirCacheLoad.3 +0 -21
- data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +0 -19
- data/vendor/local/share/man/man3/FcDirCacheRead.3 +0 -21
- data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +0 -20
- data/vendor/local/share/man/man3/FcDirCacheUnload.3 +0 -17
- data/vendor/local/share/man/man3/FcDirCacheValid.3 +0 -17
- data/vendor/local/share/man/man3/FcDirSave.3 +0 -22
- data/vendor/local/share/man/man3/FcDirScan.3 +0 -26
- data/vendor/local/share/man/man3/FcFileIsDir.3 +0 -17
- data/vendor/local/share/man/man3/FcFileScan.3 +0 -31
- data/vendor/local/share/man/man3/FcFini.3 +0 -19
- data/vendor/local/share/man/man3/FcFontList.3 +0 -21
- data/vendor/local/share/man/man3/FcFontMatch.3 +0 -25
- data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +0 -21
- data/vendor/local/share/man/man3/FcFontSetAdd.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcFontSetDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcFontSetList.3 +0 -25
- data/vendor/local/share/man/man3/FcFontSetMatch.3 +0 -28
- data/vendor/local/share/man/man3/FcFontSetPrint.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSetSort.3 +0 -39
- data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSort.3 +0 -33
- data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +0 -22
- data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +0 -21
- data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +0 -28
- data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +0 -21
- data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +0 -21
- data/vendor/local/share/man/man3/FcGetLangs.3 +0 -16
- data/vendor/local/share/man/man3/FcGetVersion.3 +0 -16
- data/vendor/local/share/man/man3/FcInit.3 +0 -19
- data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +0 -19
- data/vendor/local/share/man/man3/FcInitLoadConfig.3 +0 -17
- data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +0 -17
- data/vendor/local/share/man/man3/FcInitReinitialize.3 +0 -19
- data/vendor/local/share/man/man3/FcIsLower.3 +0 -17
- data/vendor/local/share/man/man3/FcIsUpper.3 +0 -17
- data/vendor/local/share/man/man3/FcLangGetCharSet.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetAdd.3 +0 -20
- data/vendor/local/share/man/man3/FcLangSetCompare.3 +0 -22
- data/vendor/local/share/man/man3/FcLangSetContains.3 +0 -22
- data/vendor/local/share/man/man3/FcLangSetCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcLangSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcLangSetEqual.3 +0 -18
- data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetHasLang.3 +0 -23
- data/vendor/local/share/man/man3/FcLangSetHash.3 +0 -20
- data/vendor/local/share/man/man3/FcMatrixCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcMatrixEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcMatrixInit.3 +0 -17
- data/vendor/local/share/man/man3/FcMatrixMultiply.3 +0 -20
- data/vendor/local/share/man/man3/FcMatrixRotate.3 +0 -27
- data/vendor/local/share/man/man3/FcMatrixScale.3 +0 -27
- data/vendor/local/share/man/man3/FcMatrixShear.3 +0 -27
- data/vendor/local/share/man/man3/FcNameConstant.3 +0 -18
- data/vendor/local/share/man/man3/FcNameGetConstant.3 +0 -16
- data/vendor/local/share/man/man3/FcNameGetObjectType.3 +0 -16
- data/vendor/local/share/man/man3/FcNameParse.3 +0 -16
- data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +0 -19
- data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +0 -19
- data/vendor/local/share/man/man3/FcNameUnparse.3 +0 -18
- data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +0 -19
- data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +0 -17
- data/vendor/local/share/man/man3/FcObjectSetAdd.3 +0 -18
- data/vendor/local/share/man/man3/FcObjectSetBuild.3 +0 -26
- data/vendor/local/share/man/man3/FcObjectSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +0 -49
- data/vendor/local/share/man/man3/FcPatternAdd.3 +0 -23
- data/vendor/local/share/man/man3/FcPatternAddWeak.3 +0 -20
- data/vendor/local/share/man/man3/FcPatternBuild.3 +0 -50
- data/vendor/local/share/man/man3/FcPatternCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcPatternDel.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternDuplicate.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternEqual.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +0 -19
- data/vendor/local/share/man/man3/FcPatternFilter.3 +0 -20
- data/vendor/local/share/man/man3/FcPatternFormat.3 +0 -205
- data/vendor/local/share/man/man3/FcPatternGet-Type.3 +0 -56
- data/vendor/local/share/man/man3/FcPatternGet.3 +0 -22
- data/vendor/local/share/man/man3/FcPatternHash.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternPrint.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternReference.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternRemove.3 +0 -19
- data/vendor/local/share/man/man3/FcStrBasename.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCmp.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +0 -19
- data/vendor/local/share/man/man3/FcStrCopy.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCopyFilename.3 +0 -23
- data/vendor/local/share/man/man3/FcStrDirname.3 +0 -18
- data/vendor/local/share/man/man3/FcStrDowncase.3 +0 -17
- data/vendor/local/share/man/man3/FcStrFree.3 +0 -17
- data/vendor/local/share/man/man3/FcStrListCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcStrListDone.3 +0 -16
- data/vendor/local/share/man/man3/FcStrListNext.3 +0 -16
- data/vendor/local/share/man/man3/FcStrPlus.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetAdd.3 +0 -17
- data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcStrSetDel.3 +0 -18
- data/vendor/local/share/man/man3/FcStrSetDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcStrSetEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetMember.3 +0 -18
- data/vendor/local/share/man/man3/FcStrStr.3 +0 -20
- data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +0 -20
- data/vendor/local/share/man/man3/FcToLower.3 +0 -17
- data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +0 -19
- data/vendor/local/share/man/man3/FcUtf16Len.3 +0 -27
- data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +0 -23
- data/vendor/local/share/man/man3/FcUtf8Len.3 +0 -24
- data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +0 -21
- data/vendor/local/share/man/man3/FcValueDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcValueEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcValuePrint.3 +0 -18
- data/vendor/local/share/man/man3/FcValueSave.3 +0 -17
- data/vendor/local/share/man/man5/fonts-conf.5 +0 -644
- data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.log +0 -1315
- data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh +0 -251
- data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log +0 -181
- data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh +0 -76
- data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log +0 -363
- data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh +0 -92
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log +0 -283
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh +0 -71
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +0 -999
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +0 -79
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -0,0 +1,71 @@
|
|
1
|
+
.TH libxml 3 "12 April 2000"
|
2
|
+
.SH NAME
|
3
|
+
libxml \- library used to parse XML files
|
4
|
+
.SH DESCRIPTION
|
5
|
+
The
|
6
|
+
.I libxml
|
7
|
+
library is used to parse XML files.
|
8
|
+
Its internal document representation is as close as possible to the
|
9
|
+
.I DOM
|
10
|
+
(Document Object Model) interface,
|
11
|
+
an API for accessing XML or HTML structured documents.
|
12
|
+
.LP
|
13
|
+
The
|
14
|
+
.I libxml
|
15
|
+
library also has a
|
16
|
+
.IR SAX -like
|
17
|
+
interface,
|
18
|
+
which is designed to be compatible with
|
19
|
+
.IR expat (1).
|
20
|
+
NOTE:
|
21
|
+
.IR SAX ,
|
22
|
+
the Simple API for XML,
|
23
|
+
is a standard interface for event-based XML parsing,
|
24
|
+
developed collaboratively by the members of the XML-DEV mailing list,
|
25
|
+
currently hosted by OASIS.
|
26
|
+
The
|
27
|
+
.I expat
|
28
|
+
library is a XML 1.0 parser written in C,
|
29
|
+
which aims to be fully conforming.
|
30
|
+
It is currently not a validating XML processor.
|
31
|
+
.LP
|
32
|
+
The
|
33
|
+
.I libxml
|
34
|
+
library now includes a nearly complete
|
35
|
+
.I XPath
|
36
|
+
implementation.
|
37
|
+
The
|
38
|
+
.I XPath
|
39
|
+
(XML Path Language) is a language for addressing parts of an
|
40
|
+
XML document,
|
41
|
+
designed to be used by both
|
42
|
+
.I XSLT
|
43
|
+
and
|
44
|
+
.IR XPointer .
|
45
|
+
.LP
|
46
|
+
The
|
47
|
+
.I libxml
|
48
|
+
library exports Push and Pull type parser interfaces for both XML and
|
49
|
+
.IR html .
|
50
|
+
.SH FILES
|
51
|
+
.TP 2.2i
|
52
|
+
.B /depot/lib/libxml_2.0.0/libxml.a
|
53
|
+
static library
|
54
|
+
.TP
|
55
|
+
.B /depot/lib/libxml_2.0.0/libxml.so
|
56
|
+
shared library
|
57
|
+
.TP
|
58
|
+
.B /depot/package/libxml_2.0.0/bin/xmllint
|
59
|
+
binary application for parsing XML files
|
60
|
+
.SH AUTHORS
|
61
|
+
Daniel Veillard (daniel@veillard.com).
|
62
|
+
Red Hat Inc.
|
63
|
+
Manual page by Ziying Sherwin (sherwin@nlm.nih.gov),
|
64
|
+
Lister Hill National Center for Biomedical Communications,
|
65
|
+
U.S. National Library of Medicine.
|
66
|
+
.SH SEE ALSO
|
67
|
+
.IR xmllint (1),
|
68
|
+
.IR libxslt (3),
|
69
|
+
.IR libexslt (3),
|
70
|
+
.IR xsltproc (1)
|
71
|
+
.\" end of manual page
|
@@ -0,0 +1,233 @@
|
|
1
|
+
<!-- This is the Document Type Definition for font configuration files -->
|
2
|
+
<!ELEMENT fontconfig (dir |
|
3
|
+
cache |
|
4
|
+
cachedir |
|
5
|
+
include |
|
6
|
+
config |
|
7
|
+
selectfont |
|
8
|
+
match |
|
9
|
+
alias)* >
|
10
|
+
|
11
|
+
<!--
|
12
|
+
Add a directory that provides fonts
|
13
|
+
-->
|
14
|
+
<!ELEMENT dir (#PCDATA)>
|
15
|
+
<!ATTLIST dir
|
16
|
+
prefix CDATA "default"
|
17
|
+
xml:space (default|preserve) 'preserve'>
|
18
|
+
|
19
|
+
<!--
|
20
|
+
Define the per-user file that holds cache font information.
|
21
|
+
|
22
|
+
If the filename begins with '~', it is replaced with the users
|
23
|
+
home directory path.
|
24
|
+
-->
|
25
|
+
<!ELEMENT cache (#PCDATA)>
|
26
|
+
<!ATTLIST cache xml:space (default|preserve) 'preserve'>
|
27
|
+
|
28
|
+
<!--
|
29
|
+
Add a directory that is searched for font cache files.
|
30
|
+
These hold per-directory cache data and are searched in
|
31
|
+
order for each directory. When writing cache files, the first
|
32
|
+
directory which allows the cache file to be created is used.
|
33
|
+
|
34
|
+
A leading '~' in a directory name is replaced with the users
|
35
|
+
home directory path.
|
36
|
+
-->
|
37
|
+
<!ELEMENT cachedir (#PCDATA)>
|
38
|
+
<!ATTLIST cachedir
|
39
|
+
prefix CDATA "default"
|
40
|
+
xml:space (default|preserve) 'preserve'>
|
41
|
+
|
42
|
+
<!--
|
43
|
+
Reference another configuration file; note that this
|
44
|
+
is another complete font configuration file and not
|
45
|
+
just a file included by the XML parser.
|
46
|
+
|
47
|
+
Set 'ignore_missing' to 'yes' if errors are to be ignored.
|
48
|
+
|
49
|
+
If the filename begins with '~', it is replaced with the users
|
50
|
+
home directory path.
|
51
|
+
-->
|
52
|
+
<!ELEMENT include (#PCDATA)>
|
53
|
+
<!ATTLIST include
|
54
|
+
ignore_missing (no|yes) "no"
|
55
|
+
prefix CDATA "default"
|
56
|
+
deprecated (yes|no) "no"
|
57
|
+
xml:space (default|preserve) "preserve">
|
58
|
+
|
59
|
+
<!--
|
60
|
+
Global library configuration data
|
61
|
+
-->
|
62
|
+
<!ELEMENT config (blank|rescan)*>
|
63
|
+
|
64
|
+
<!--
|
65
|
+
Specify the set of Unicode encoding values which
|
66
|
+
represent glyphs that are allowed to contain no
|
67
|
+
data. With this list, fontconfig can examine
|
68
|
+
fonts for broken glyphs and eliminate them from
|
69
|
+
the set of valid Unicode chars. This idea
|
70
|
+
was borrowed from Mozilla
|
71
|
+
-->
|
72
|
+
<!ELEMENT blank (int|range)*>
|
73
|
+
|
74
|
+
<!--
|
75
|
+
Aliases are just a special case for multiple match elements
|
76
|
+
|
77
|
+
They are syntactically equivalent to:
|
78
|
+
|
79
|
+
<match>
|
80
|
+
<test name="family">
|
81
|
+
<string value=[family]/>
|
82
|
+
</test>
|
83
|
+
<edit name="family" mode="prepend">
|
84
|
+
<string value=[prefer]/>
|
85
|
+
...
|
86
|
+
</edit>
|
87
|
+
<edit name="family" mode="append">
|
88
|
+
<string value=[accept]/>
|
89
|
+
...
|
90
|
+
</edit>
|
91
|
+
<edit name="family" mode="append_last">
|
92
|
+
<string value=[default]/>
|
93
|
+
...
|
94
|
+
</edit>
|
95
|
+
</match>
|
96
|
+
-->
|
97
|
+
<!--
|
98
|
+
Periodically rescan the font configuration and
|
99
|
+
directories to synch internal state with filesystem
|
100
|
+
-->
|
101
|
+
<!ELEMENT rescan (int)>
|
102
|
+
|
103
|
+
<!--
|
104
|
+
Edit list of available fonts at startup/reload time
|
105
|
+
-->
|
106
|
+
<!ELEMENT selectfont (rejectfont | acceptfont)* >
|
107
|
+
|
108
|
+
<!ELEMENT rejectfont (glob | pattern)*>
|
109
|
+
|
110
|
+
<!ELEMENT acceptfont (glob | pattern)*>
|
111
|
+
|
112
|
+
<!ELEMENT glob (#PCDATA)>
|
113
|
+
|
114
|
+
<!ELEMENT pattern (patelt)*>
|
115
|
+
|
116
|
+
<!ENTITY % constant 'int|double|string|matrix|bool|charset|langset|const'>
|
117
|
+
|
118
|
+
<!ELEMENT patelt (%constant;)*>
|
119
|
+
<!ATTLIST patelt
|
120
|
+
name CDATA #REQUIRED>
|
121
|
+
|
122
|
+
<!ELEMENT alias (test?, family*, prefer?, accept?, default?)>
|
123
|
+
<!ATTLIST alias
|
124
|
+
binding (weak|strong|same) "weak">
|
125
|
+
<!ELEMENT prefer (family)*>
|
126
|
+
<!ELEMENT accept (family)*>
|
127
|
+
<!ELEMENT default (family)*>
|
128
|
+
<!ELEMENT family (#PCDATA)>
|
129
|
+
<!ATTLIST family xml:space (default|preserve) 'preserve'>
|
130
|
+
|
131
|
+
<!ENTITY % expr 'int|double|string|matrix|bool|charset|langset
|
132
|
+
|name|const
|
133
|
+
|or|and|eq|not_eq|less|less_eq|more|more_eq|contains|not_contains
|
134
|
+
|plus|minus|times|divide|not|if|floor|ceil|round|trunc'>
|
135
|
+
|
136
|
+
<!--
|
137
|
+
Match and edit patterns.
|
138
|
+
|
139
|
+
If 'target' is 'pattern', execute the match before selecting a font.
|
140
|
+
if 'target' is 'font', execute the match on the result of a font
|
141
|
+
selection.
|
142
|
+
-->
|
143
|
+
<!ELEMENT match (test*, edit*)+>
|
144
|
+
<!ATTLIST match
|
145
|
+
target (pattern|font|scan) "pattern">
|
146
|
+
|
147
|
+
<!--
|
148
|
+
Match a field in a pattern
|
149
|
+
|
150
|
+
if 'qual' is 'any', then the match succeeds if any value in the field matches.
|
151
|
+
if 'qual' is 'all', then the match succeeds only if all values match.
|
152
|
+
if 'qual' is 'first', then the match succeeds only if the first value matches.
|
153
|
+
if 'qual' is 'not_first', then the match succeeds only if any value other than
|
154
|
+
the first matches.
|
155
|
+
For match elements with target=font, if test 'target' is 'pattern',
|
156
|
+
then the test is applied to the pattern used in matching rather than
|
157
|
+
to the resulting font.
|
158
|
+
|
159
|
+
Match elements with target=scan are applied as fonts are scanned.
|
160
|
+
They edit the pattern generated from the scanned font and affect
|
161
|
+
what the fontconfig database contains.
|
162
|
+
-->
|
163
|
+
<!ELEMENT test (%expr;)*>
|
164
|
+
<!ATTLIST test
|
165
|
+
qual (any|all|first|not_first) "any"
|
166
|
+
name CDATA #REQUIRED
|
167
|
+
target (pattern|font|default) "default"
|
168
|
+
ignore-blanks (true|false) "false"
|
169
|
+
compare (eq|not_eq|less|less_eq|more|more_eq|contains|not_contains) "eq">
|
170
|
+
|
171
|
+
<!--
|
172
|
+
Edit a field in a pattern
|
173
|
+
|
174
|
+
The enclosed values are used together to edit the list of values
|
175
|
+
associated with 'name'.
|
176
|
+
|
177
|
+
If 'name' matches one of those used in a test element for this match element:
|
178
|
+
if 'mode' is 'assign', replace the matched value.
|
179
|
+
if 'mode' is 'assign_replace', replace all of the values
|
180
|
+
if 'mode' is 'prepend', insert before the matched value
|
181
|
+
if 'mode' is 'append', insert after the matched value
|
182
|
+
if 'mode' is 'prepend_first', insert before all of the values
|
183
|
+
if 'mode' is 'append_last', insert after all of the values
|
184
|
+
If 'name' doesn't match any of those used in a test element:
|
185
|
+
if 'mode' is 'assign' or 'assign_replace, replace all of the values
|
186
|
+
if 'mode' is 'prepend' or 'prepend_first', insert before all of the values
|
187
|
+
if 'mode' is 'append' or 'append_last', insert after all of the values
|
188
|
+
-->
|
189
|
+
<!ELEMENT edit (%expr;)*>
|
190
|
+
<!ATTLIST edit
|
191
|
+
name CDATA #REQUIRED
|
192
|
+
mode (assign|assign_replace|prepend|append|prepend_first|append_last|delete|delete_all) "assign"
|
193
|
+
binding (weak|strong|same) "weak">
|
194
|
+
|
195
|
+
<!--
|
196
|
+
Elements of expressions follow
|
197
|
+
-->
|
198
|
+
<!ELEMENT int (#PCDATA)>
|
199
|
+
<!ATTLIST int xml:space (default|preserve) 'preserve'>
|
200
|
+
<!ELEMENT double (#PCDATA)>
|
201
|
+
<!ATTLIST double xml:space (default|preserve) 'preserve'>
|
202
|
+
<!ELEMENT string (#PCDATA)>
|
203
|
+
<!ATTLIST string xml:space (default|preserve) 'preserve'>
|
204
|
+
<!ELEMENT matrix ((%expr;), (%expr;), (%expr;), (%expr;))>
|
205
|
+
<!ELEMENT bool (#PCDATA)>
|
206
|
+
<!ELEMENT charset (int|range)*>
|
207
|
+
<!ELEMENT range (int,int)>
|
208
|
+
<!ELEMENT langset (string)*>
|
209
|
+
<!ELEMENT name (#PCDATA)>
|
210
|
+
<!ATTLIST name xml:space (default|preserve) 'preserve'
|
211
|
+
target (default|font|pattern) 'default'>
|
212
|
+
<!ELEMENT const (#PCDATA)>
|
213
|
+
<!ATTLIST const xml:space (default|preserve) 'preserve'>
|
214
|
+
<!ELEMENT or (%expr;)*>
|
215
|
+
<!ELEMENT and (%expr;)*>
|
216
|
+
<!ELEMENT eq ((%expr;), (%expr;))>
|
217
|
+
<!ELEMENT not_eq ((%expr;), (%expr;))>
|
218
|
+
<!ELEMENT less ((%expr;), (%expr;))>
|
219
|
+
<!ELEMENT less_eq ((%expr;), (%expr;))>
|
220
|
+
<!ELEMENT more ((%expr;), (%expr;))>
|
221
|
+
<!ELEMENT more_eq ((%expr;), (%expr;))>
|
222
|
+
<!ELEMENT contains ((%expr;), (%expr;))>
|
223
|
+
<!ELEMENT not_contains ((%expr;), (%expr;))>
|
224
|
+
<!ELEMENT plus (%expr;)*>
|
225
|
+
<!ELEMENT minus (%expr;)*>
|
226
|
+
<!ELEMENT times (%expr;)*>
|
227
|
+
<!ELEMENT divide (%expr;)*>
|
228
|
+
<!ELEMENT not (%expr;)>
|
229
|
+
<!ELEMENT if ((%expr;), (%expr;), (%expr;))>
|
230
|
+
<!ELEMENT floor (%expr;)>
|
231
|
+
<!ELEMENT ceil (%expr;)>
|
232
|
+
<!ELEMENT round (%expr;)>
|
233
|
+
<!ELEMENT trunc (%expr;)>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cairo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.12.
|
4
|
+
version: 1.12.5
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: pkg-config
|
@@ -107,97 +107,122 @@ files:
|
|
107
107
|
- README.rdoc
|
108
108
|
- ext/cairo/extconf.rb
|
109
109
|
- Rakefile
|
110
|
-
- lib/cairo.rb
|
111
|
-
- lib/cairo/point.rb
|
112
|
-
- lib/cairo/surface.rb
|
113
|
-
- lib/cairo/paper.rb
|
110
|
+
- lib/cairo/color.rb
|
114
111
|
- lib/cairo/pattern.rb
|
115
|
-
- lib/cairo/constants.rb
|
116
|
-
- lib/cairo/device.rb
|
117
112
|
- lib/cairo/papers.rb
|
118
|
-
- lib/cairo/
|
119
|
-
- lib/cairo/context
|
120
|
-
- lib/cairo/
|
113
|
+
- lib/cairo/point.rb
|
114
|
+
- lib/cairo/context.rb
|
115
|
+
- lib/cairo/device.rb
|
116
|
+
- lib/cairo/colors.rb
|
121
117
|
- lib/cairo/context/circle.rb
|
122
|
-
- lib/cairo/context/
|
118
|
+
- lib/cairo/context/rectangle.rb
|
123
119
|
- lib/cairo/context/color.rb
|
120
|
+
- lib/cairo/context/blur.rb
|
121
|
+
- lib/cairo/context/triangle.rb
|
124
122
|
- lib/cairo/context/path.rb
|
125
|
-
- lib/cairo/colors.rb
|
126
123
|
- lib/cairo/path.rb
|
127
|
-
- lib/cairo/
|
124
|
+
- lib/cairo/surface.rb
|
125
|
+
- lib/cairo/constants.rb
|
126
|
+
- lib/cairo/paper.rb
|
127
|
+
- lib/cairo.rb
|
128
|
+
- samples/pac-tee.rb
|
129
|
+
- samples/agg/aa_test.rb
|
128
130
|
- samples/pac-nomralize.rb
|
129
|
-
- samples/png.rb
|
130
131
|
- samples/text2.rb
|
131
|
-
- samples/agg/aa_test.rb
|
132
132
|
- samples/scalable.rb
|
133
|
-
- samples/text-on-path.rb
|
134
133
|
- samples/blur.rb
|
135
|
-
- samples/
|
134
|
+
- samples/png.rb
|
136
135
|
- samples/pac.rb
|
136
|
+
- samples/text-on-path.rb
|
137
137
|
- ext/cairo/cairo.def
|
138
138
|
- ext/cairo/depend
|
139
|
-
- ext/cairo/
|
139
|
+
- ext/cairo/rb_cairo_io.c
|
140
|
+
- ext/cairo/rb_cairo_constants.c
|
141
|
+
- ext/cairo/rb_cairo_pattern.c
|
142
|
+
- ext/cairo/rb_cairo_exception.c
|
143
|
+
- ext/cairo/rb_cairo_font_options.c
|
144
|
+
- ext/cairo/rb_cairo_text_cluster.c
|
145
|
+
- ext/cairo/rb_cairo_text_extents.c
|
140
146
|
- ext/cairo/rb_cairo_device.c
|
147
|
+
- ext/cairo/rb_cairo_font_face.c
|
148
|
+
- ext/cairo/rb_cairo_scaled_font.c
|
141
149
|
- ext/cairo/rb_cairo_context.c
|
142
150
|
- ext/cairo/rb_cairo_glyph.c
|
143
|
-
- ext/cairo/
|
144
|
-
- ext/cairo/
|
145
|
-
- ext/cairo/rb_cairo_text_cluster.c
|
151
|
+
- ext/cairo/rb_cairo_surface.c
|
152
|
+
- ext/cairo/rb_cairo_font_extents.c
|
146
153
|
- ext/cairo/rb_cairo_path.c
|
147
|
-
- ext/cairo/
|
148
|
-
- ext/cairo/rb_cairo_pattern.c
|
154
|
+
- ext/cairo/rb_cairo_private.c
|
149
155
|
- ext/cairo/rb_cairo_matrix.c
|
150
|
-
- ext/cairo/
|
151
|
-
- ext/cairo/rb_cairo_io.c
|
152
|
-
- ext/cairo/rb_cairo_scaled_font.c
|
153
|
-
- ext/cairo/rb_cairo_text_extents.c
|
156
|
+
- ext/cairo/rb_cairo_region.c
|
154
157
|
- ext/cairo/rb_cairo.c
|
155
|
-
- ext/cairo/
|
156
|
-
- ext/cairo/rb_cairo_constants.c
|
157
|
-
- ext/cairo/rb_cairo_font_options.c
|
158
|
+
- ext/cairo/rb_cairo_io.h
|
158
159
|
- ext/cairo/rb_cairo.h
|
159
160
|
- ext/cairo/rb_cairo_private.h
|
160
|
-
-
|
161
|
-
- test/cairo-test-utils.rb
|
162
|
-
- test/test_constants.rb
|
163
|
-
- test/test_xml_device.rb
|
164
|
-
- test/test_recording_surface.rb
|
165
|
-
- test/test_script_surface.rb
|
166
|
-
- test/test_raster_source_pattern.rb
|
161
|
+
- test/test_surface.rb
|
167
162
|
- test/test_scaled_font.rb
|
163
|
+
- test/test_recording_surface.rb
|
164
|
+
- test/test_text_to_glyphs_data.rb
|
165
|
+
- test/test_font_extents.rb
|
168
166
|
- test/test_tee_surface.rb
|
169
167
|
- test/test_text_extents.rb
|
170
|
-
- test/
|
171
|
-
- test/
|
168
|
+
- test/test_paper.rb
|
169
|
+
- test/test_context.rb
|
170
|
+
- test/cairo-test-utils.rb
|
171
|
+
- test/test_xml_device.rb
|
172
|
+
- test/test_raster_source_pattern.rb
|
173
|
+
- test/run-test.rb
|
174
|
+
- test/test_script_surface.rb
|
175
|
+
- test/test_region.rb
|
172
176
|
- test/test_font_face.rb
|
173
|
-
- test/test_font_options.rb
|
174
|
-
- test/test_text_to_glyphs_data.rb
|
175
177
|
- test/test_script_device.rb
|
176
178
|
- test/test_xml_surface.rb
|
177
|
-
- test/
|
178
|
-
- test/test_context.rb
|
179
|
-
- test/test_color.rb
|
180
|
-
- test/test_paper.rb
|
181
|
-
- test/run-test.rb
|
179
|
+
- test/test_exception.rb
|
182
180
|
- test/test_text_cluster.rb
|
183
|
-
- test/
|
181
|
+
- test/test_color.rb
|
182
|
+
- test/test_font_options.rb
|
183
|
+
- test/test_constants.rb
|
184
184
|
- lib/1.9/cairo.so
|
185
185
|
- lib/2.0/cairo.so
|
186
186
|
- vendor/local/bin/fc-cache.exe
|
187
187
|
- vendor/local/bin/fc-cat.exe
|
188
188
|
- vendor/local/bin/fc-list.exe
|
189
|
+
- vendor/local/bin/fc-match.exe
|
190
|
+
- vendor/local/bin/fc-pattern.exe
|
191
|
+
- vendor/local/bin/fc-query.exe
|
192
|
+
- vendor/local/bin/fc-scan.exe
|
193
|
+
- vendor/local/bin/fc-validate.exe
|
189
194
|
- vendor/local/bin/freetype-config
|
190
|
-
- vendor/local/bin/freetype6.dll
|
191
195
|
- vendor/local/bin/libcairo-2.dll
|
192
196
|
- vendor/local/bin/libcairo-gobject-2.dll
|
193
197
|
- vendor/local/bin/libcairo-script-interpreter-2.dll
|
194
|
-
- vendor/local/bin/libexpat-1.dll
|
195
198
|
- vendor/local/bin/libfontconfig-1.dll
|
196
|
-
- vendor/local/bin/
|
197
|
-
- vendor/local/bin/
|
199
|
+
- vendor/local/bin/libfreetype-6.dll
|
200
|
+
- vendor/local/bin/libpixman-1-0.dll
|
201
|
+
- vendor/local/bin/libpng-config
|
202
|
+
- vendor/local/bin/libpng16-16.dll
|
203
|
+
- vendor/local/bin/libpng16-config
|
204
|
+
- vendor/local/bin/libxml2-2.dll
|
205
|
+
- vendor/local/bin/xml2-config
|
206
|
+
- vendor/local/bin/xmlcatalog.exe
|
207
|
+
- vendor/local/bin/xmllint.exe
|
198
208
|
- vendor/local/bin/zlib1.dll
|
209
|
+
- vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf
|
210
|
+
- vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf
|
211
|
+
- vendor/local/etc/fonts/conf.d/30-metric-aliases.conf
|
212
|
+
- vendor/local/etc/fonts/conf.d/30-urw-aliases.conf
|
213
|
+
- vendor/local/etc/fonts/conf.d/40-nonlatin.conf
|
214
|
+
- vendor/local/etc/fonts/conf.d/45-latin.conf
|
215
|
+
- vendor/local/etc/fonts/conf.d/49-sansserif.conf
|
216
|
+
- vendor/local/etc/fonts/conf.d/50-user.conf
|
217
|
+
- vendor/local/etc/fonts/conf.d/51-local.conf
|
218
|
+
- vendor/local/etc/fonts/conf.d/60-latin.conf
|
219
|
+
- vendor/local/etc/fonts/conf.d/65-fonts-persian.conf
|
220
|
+
- vendor/local/etc/fonts/conf.d/65-nonlatin.conf
|
221
|
+
- vendor/local/etc/fonts/conf.d/69-unifont.conf
|
222
|
+
- vendor/local/etc/fonts/conf.d/80-delicious.conf
|
223
|
+
- vendor/local/etc/fonts/conf.d/90-synthetic.conf
|
224
|
+
- vendor/local/etc/fonts/conf.d/README
|
199
225
|
- vendor/local/etc/fonts/fonts.conf
|
200
|
-
- vendor/local/etc/fonts/fonts.dtd
|
201
226
|
- vendor/local/include/cairo/cairo-deprecated.h
|
202
227
|
- vendor/local/include/cairo/cairo-features.h
|
203
228
|
- vendor/local/include/cairo/cairo-ft.h
|
@@ -205,12 +230,11 @@ files:
|
|
205
230
|
- vendor/local/include/cairo/cairo-pdf.h
|
206
231
|
- vendor/local/include/cairo/cairo-ps.h
|
207
232
|
- vendor/local/include/cairo/cairo-script-interpreter.h
|
233
|
+
- vendor/local/include/cairo/cairo-script.h
|
208
234
|
- vendor/local/include/cairo/cairo-svg.h
|
209
235
|
- vendor/local/include/cairo/cairo-version.h
|
210
236
|
- vendor/local/include/cairo/cairo-win32.h
|
211
237
|
- vendor/local/include/cairo/cairo.h
|
212
|
-
- vendor/local/include/expat.h
|
213
|
-
- vendor/local/include/expat_external.h
|
214
238
|
- vendor/local/include/fontconfig/fcfreetype.h
|
215
239
|
- vendor/local/include/fontconfig/fcprivate.h
|
216
240
|
- vendor/local/include/fontconfig/fontconfig.h
|
@@ -221,11 +245,13 @@ files:
|
|
221
245
|
- vendor/local/include/freetype2/freetype/config/ftstdlib.h
|
222
246
|
- vendor/local/include/freetype2/freetype/freetype.h
|
223
247
|
- vendor/local/include/freetype2/freetype/ftadvanc.h
|
248
|
+
- vendor/local/include/freetype2/freetype/ftautoh.h
|
224
249
|
- vendor/local/include/freetype2/freetype/ftbbox.h
|
225
250
|
- vendor/local/include/freetype2/freetype/ftbdf.h
|
226
251
|
- vendor/local/include/freetype2/freetype/ftbitmap.h
|
227
252
|
- vendor/local/include/freetype2/freetype/ftbzip2.h
|
228
253
|
- vendor/local/include/freetype2/freetype/ftcache.h
|
254
|
+
- vendor/local/include/freetype2/freetype/ftcffdrv.h
|
229
255
|
- vendor/local/include/freetype2/freetype/ftchapters.h
|
230
256
|
- vendor/local/include/freetype2/freetype/ftcid.h
|
231
257
|
- vendor/local/include/freetype2/freetype/fterrdef.h
|
@@ -262,29 +288,92 @@ files:
|
|
262
288
|
- vendor/local/include/freetype2/freetype/tttags.h
|
263
289
|
- vendor/local/include/freetype2/freetype/ttunpat.h
|
264
290
|
- vendor/local/include/ft2build.h
|
265
|
-
- vendor/local/include/
|
266
|
-
- vendor/local/include/
|
291
|
+
- vendor/local/include/libpng16/png.h
|
292
|
+
- vendor/local/include/libpng16/pngconf.h
|
293
|
+
- vendor/local/include/libpng16/pnglibconf.h
|
294
|
+
- vendor/local/include/libxml2/libxml/DOCBparser.h
|
295
|
+
- vendor/local/include/libxml2/libxml/HTMLparser.h
|
296
|
+
- vendor/local/include/libxml2/libxml/HTMLtree.h
|
297
|
+
- vendor/local/include/libxml2/libxml/SAX.h
|
298
|
+
- vendor/local/include/libxml2/libxml/SAX2.h
|
299
|
+
- vendor/local/include/libxml2/libxml/c14n.h
|
300
|
+
- vendor/local/include/libxml2/libxml/catalog.h
|
301
|
+
- vendor/local/include/libxml2/libxml/chvalid.h
|
302
|
+
- vendor/local/include/libxml2/libxml/debugXML.h
|
303
|
+
- vendor/local/include/libxml2/libxml/dict.h
|
304
|
+
- vendor/local/include/libxml2/libxml/encoding.h
|
305
|
+
- vendor/local/include/libxml2/libxml/entities.h
|
306
|
+
- vendor/local/include/libxml2/libxml/globals.h
|
307
|
+
- vendor/local/include/libxml2/libxml/hash.h
|
308
|
+
- vendor/local/include/libxml2/libxml/list.h
|
309
|
+
- vendor/local/include/libxml2/libxml/nanoftp.h
|
310
|
+
- vendor/local/include/libxml2/libxml/nanohttp.h
|
311
|
+
- vendor/local/include/libxml2/libxml/parser.h
|
312
|
+
- vendor/local/include/libxml2/libxml/parserInternals.h
|
313
|
+
- vendor/local/include/libxml2/libxml/pattern.h
|
314
|
+
- vendor/local/include/libxml2/libxml/relaxng.h
|
315
|
+
- vendor/local/include/libxml2/libxml/schemasInternals.h
|
316
|
+
- vendor/local/include/libxml2/libxml/schematron.h
|
317
|
+
- vendor/local/include/libxml2/libxml/threads.h
|
318
|
+
- vendor/local/include/libxml2/libxml/tree.h
|
319
|
+
- vendor/local/include/libxml2/libxml/uri.h
|
320
|
+
- vendor/local/include/libxml2/libxml/valid.h
|
321
|
+
- vendor/local/include/libxml2/libxml/xinclude.h
|
322
|
+
- vendor/local/include/libxml2/libxml/xlink.h
|
323
|
+
- vendor/local/include/libxml2/libxml/xmlIO.h
|
324
|
+
- vendor/local/include/libxml2/libxml/xmlautomata.h
|
325
|
+
- vendor/local/include/libxml2/libxml/xmlerror.h
|
326
|
+
- vendor/local/include/libxml2/libxml/xmlexports.h
|
327
|
+
- vendor/local/include/libxml2/libxml/xmlmemory.h
|
328
|
+
- vendor/local/include/libxml2/libxml/xmlmodule.h
|
329
|
+
- vendor/local/include/libxml2/libxml/xmlreader.h
|
330
|
+
- vendor/local/include/libxml2/libxml/xmlregexp.h
|
331
|
+
- vendor/local/include/libxml2/libxml/xmlsave.h
|
332
|
+
- vendor/local/include/libxml2/libxml/xmlschemas.h
|
333
|
+
- vendor/local/include/libxml2/libxml/xmlschemastypes.h
|
334
|
+
- vendor/local/include/libxml2/libxml/xmlstring.h
|
335
|
+
- vendor/local/include/libxml2/libxml/xmlunicode.h
|
336
|
+
- vendor/local/include/libxml2/libxml/xmlversion.h
|
337
|
+
- vendor/local/include/libxml2/libxml/xmlwriter.h
|
338
|
+
- vendor/local/include/libxml2/libxml/xpath.h
|
339
|
+
- vendor/local/include/libxml2/libxml/xpathInternals.h
|
340
|
+
- vendor/local/include/libxml2/libxml/xpointer.h
|
341
|
+
- vendor/local/include/pixman-1/pixman-version.h
|
342
|
+
- vendor/local/include/pixman-1/pixman.h
|
267
343
|
- vendor/local/include/png.h
|
268
344
|
- vendor/local/include/pngconf.h
|
345
|
+
- vendor/local/include/pnglibconf.h
|
269
346
|
- vendor/local/include/zconf.h
|
270
347
|
- vendor/local/include/zlib.h
|
271
|
-
- vendor/local/lib/cairo.def
|
272
|
-
- vendor/local/lib/cairo.lib
|
273
|
-
- vendor/local/lib/expat.lib
|
274
348
|
- vendor/local/lib/fontconfig.def
|
275
|
-
- vendor/local/lib/
|
276
|
-
- vendor/local/lib/freetype.def
|
277
|
-
- vendor/local/lib/freetype.lib
|
349
|
+
- vendor/local/lib/libcairo-gobject.a
|
278
350
|
- vendor/local/lib/libcairo-gobject.dll.a
|
351
|
+
- vendor/local/lib/libcairo-gobject.la
|
352
|
+
- vendor/local/lib/libcairo-script-interpreter.a
|
279
353
|
- vendor/local/lib/libcairo-script-interpreter.dll.a
|
354
|
+
- vendor/local/lib/libcairo-script-interpreter.la
|
355
|
+
- vendor/local/lib/libcairo.a
|
280
356
|
- vendor/local/lib/libcairo.dll.a
|
281
|
-
- vendor/local/lib/
|
282
|
-
- vendor/local/lib/
|
357
|
+
- vendor/local/lib/libcairo.la
|
358
|
+
- vendor/local/lib/libfontconfig.a
|
283
359
|
- vendor/local/lib/libfontconfig.dll.a
|
360
|
+
- vendor/local/lib/libfontconfig.la
|
361
|
+
- vendor/local/lib/libfreetype.a
|
284
362
|
- vendor/local/lib/libfreetype.dll.a
|
285
|
-
- vendor/local/lib/
|
286
|
-
- vendor/local/lib/
|
287
|
-
- vendor/local/lib/
|
363
|
+
- vendor/local/lib/libfreetype.la
|
364
|
+
- vendor/local/lib/libpixman-1.a
|
365
|
+
- vendor/local/lib/libpixman-1.dll.a
|
366
|
+
- vendor/local/lib/libpixman-1.la
|
367
|
+
- vendor/local/lib/libpng.a
|
368
|
+
- vendor/local/lib/libpng.dll.a
|
369
|
+
- vendor/local/lib/libpng.la
|
370
|
+
- vendor/local/lib/libpng16.a
|
371
|
+
- vendor/local/lib/libpng16.dll.a
|
372
|
+
- vendor/local/lib/libpng16.la
|
373
|
+
- vendor/local/lib/libxml2.a
|
374
|
+
- vendor/local/lib/libxml2.dll.a
|
375
|
+
- vendor/local/lib/libxml2.la
|
376
|
+
- vendor/local/lib/libz.a
|
288
377
|
- vendor/local/lib/libz.dll.a
|
289
378
|
- vendor/local/lib/pkgconfig/cairo-fc.pc
|
290
379
|
- vendor/local/lib/pkgconfig/cairo-ft.pc
|
@@ -292,6 +381,7 @@ files:
|
|
292
381
|
- vendor/local/lib/pkgconfig/cairo-pdf.pc
|
293
382
|
- vendor/local/lib/pkgconfig/cairo-png.pc
|
294
383
|
- vendor/local/lib/pkgconfig/cairo-ps.pc
|
384
|
+
- vendor/local/lib/pkgconfig/cairo-script.pc
|
295
385
|
- vendor/local/lib/pkgconfig/cairo-svg.pc
|
296
386
|
- vendor/local/lib/pkgconfig/cairo-win32-font.pc
|
297
387
|
- vendor/local/lib/pkgconfig/cairo-win32.pc
|
@@ -299,213 +389,195 @@ files:
|
|
299
389
|
- vendor/local/lib/pkgconfig/fontconfig.pc
|
300
390
|
- vendor/local/lib/pkgconfig/freetype2.pc
|
301
391
|
- vendor/local/lib/pkgconfig/libpng.pc
|
302
|
-
- vendor/local/lib/pkgconfig/
|
303
|
-
- vendor/local/lib/
|
304
|
-
- vendor/local/lib/
|
305
|
-
- vendor/local/
|
306
|
-
- vendor/local/
|
307
|
-
- vendor/local/manifest/expat-dev_2.1.0-1_win32.mft
|
308
|
-
- vendor/local/manifest/expat_2.1.0-1_win32.mft
|
309
|
-
- vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft
|
310
|
-
- vendor/local/manifest/fontconfig_2.8.0-2_win32.mft
|
311
|
-
- vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft
|
312
|
-
- vendor/local/manifest/freetype_2.4.10-1_win32.mft
|
313
|
-
- vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft
|
314
|
-
- vendor/local/manifest/libpng_1.4.12-1_win32.mft
|
315
|
-
- vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft
|
316
|
-
- vendor/local/manifest/zlib_1.2.5-2_win32.mft
|
392
|
+
- vendor/local/lib/pkgconfig/libpng16.pc
|
393
|
+
- vendor/local/lib/pkgconfig/libxml-2.0.pc
|
394
|
+
- vendor/local/lib/pkgconfig/pixman-1.pc
|
395
|
+
- vendor/local/lib/pkgconfig/zlib.pc
|
396
|
+
- vendor/local/lib/xml2Conf.sh
|
317
397
|
- vendor/local/share/aclocal/freetype2.m4
|
318
|
-
- vendor/local/share/
|
319
|
-
- vendor/local/share/doc/
|
320
|
-
- vendor/local/share/doc/
|
321
|
-
- vendor/local/share/doc/
|
322
|
-
- vendor/local/share/doc/
|
323
|
-
- vendor/local/share/doc/
|
324
|
-
- vendor/local/share/doc/
|
325
|
-
- vendor/local/share/doc/
|
326
|
-
- vendor/local/share/doc/
|
327
|
-
- vendor/local/share/doc/
|
328
|
-
- vendor/local/share/doc/
|
329
|
-
- vendor/local/share/doc/
|
330
|
-
- vendor/local/share/doc/
|
331
|
-
- vendor/local/share/doc/
|
332
|
-
- vendor/local/share/doc/
|
333
|
-
- vendor/local/share/doc/
|
334
|
-
- vendor/local/share/doc/
|
335
|
-
- vendor/local/share/doc/
|
336
|
-
- vendor/local/share/doc/
|
337
|
-
- vendor/local/share/doc/
|
338
|
-
- vendor/local/share/doc/
|
339
|
-
- vendor/local/share/doc/
|
340
|
-
- vendor/local/share/doc/
|
341
|
-
- vendor/local/share/doc/
|
342
|
-
- vendor/local/share/doc/
|
343
|
-
- vendor/local/share/doc/
|
344
|
-
- vendor/local/share/doc/
|
345
|
-
- vendor/local/share/doc/
|
346
|
-
- vendor/local/share/doc/
|
347
|
-
- vendor/local/share/doc/
|
348
|
-
- vendor/local/share/doc/
|
349
|
-
- vendor/local/share/doc/
|
350
|
-
- vendor/local/share/doc/
|
351
|
-
- vendor/local/share/doc/
|
352
|
-
- vendor/local/share/doc/
|
353
|
-
- vendor/local/share/doc/
|
354
|
-
- vendor/local/share/doc/
|
355
|
-
- vendor/local/share/doc/
|
356
|
-
- vendor/local/share/doc/
|
357
|
-
- vendor/local/share/doc/
|
358
|
-
- vendor/local/share/doc/
|
359
|
-
- vendor/local/share/doc/
|
360
|
-
- vendor/local/share/doc/
|
361
|
-
- vendor/local/share/doc/
|
362
|
-
- vendor/local/share/doc/
|
363
|
-
- vendor/local/share/doc/
|
364
|
-
- vendor/local/share/doc/
|
365
|
-
- vendor/local/share/doc/
|
366
|
-
- vendor/local/share/doc/
|
367
|
-
- vendor/local/share/doc/
|
368
|
-
- vendor/local/share/doc/
|
369
|
-
- vendor/local/share/doc/
|
370
|
-
- vendor/local/share/doc/
|
371
|
-
- vendor/local/share/doc/
|
372
|
-
- vendor/local/share/doc/
|
373
|
-
- vendor/local/share/doc/
|
374
|
-
- vendor/local/share/doc/
|
375
|
-
- vendor/local/share/doc/
|
376
|
-
- vendor/local/share/doc/
|
377
|
-
- vendor/local/share/doc/
|
378
|
-
- vendor/local/share/doc/
|
379
|
-
- vendor/local/share/doc/
|
380
|
-
- vendor/local/share/doc/
|
381
|
-
- vendor/local/share/doc/
|
382
|
-
- vendor/local/share/doc/
|
383
|
-
- vendor/local/share/doc/
|
384
|
-
- vendor/local/share/doc/
|
385
|
-
- vendor/local/share/doc/
|
386
|
-
- vendor/local/share/doc/
|
387
|
-
- vendor/local/share/doc/
|
388
|
-
- vendor/local/share/doc/
|
389
|
-
- vendor/local/share/doc/
|
390
|
-
- vendor/local/share/doc/
|
391
|
-
- vendor/local/share/doc/
|
392
|
-
- vendor/local/share/doc/
|
393
|
-
- vendor/local/share/doc/
|
394
|
-
- vendor/local/share/doc/
|
395
|
-
- vendor/local/share/doc/
|
396
|
-
- vendor/local/share/doc/
|
397
|
-
- vendor/local/share/doc/
|
398
|
-
- vendor/local/share/doc/
|
399
|
-
- vendor/local/share/doc/
|
400
|
-
- vendor/local/share/doc/
|
401
|
-
- vendor/local/share/doc/
|
402
|
-
- vendor/local/share/doc/
|
403
|
-
- vendor/local/share/doc/
|
404
|
-
- vendor/local/share/doc/
|
405
|
-
- vendor/local/share/doc/
|
406
|
-
- vendor/local/share/doc/
|
407
|
-
- vendor/local/share/doc/
|
408
|
-
- vendor/local/share/doc/
|
409
|
-
- vendor/local/share/doc/
|
410
|
-
- vendor/local/share/doc/
|
411
|
-
- vendor/local/share/doc/
|
412
|
-
- vendor/local/share/doc/
|
413
|
-
- vendor/local/share/doc/
|
414
|
-
- vendor/local/share/doc/
|
415
|
-
- vendor/local/share/doc/
|
416
|
-
- vendor/local/share/doc/
|
417
|
-
- vendor/local/share/doc/
|
418
|
-
- vendor/local/share/doc/
|
419
|
-
- vendor/local/share/doc/
|
420
|
-
- vendor/local/share/doc/
|
421
|
-
- vendor/local/share/doc/
|
422
|
-
- vendor/local/share/doc/
|
423
|
-
- vendor/local/share/doc/
|
424
|
-
- vendor/local/share/doc/
|
425
|
-
- vendor/local/share/doc/
|
426
|
-
- vendor/local/share/doc/
|
427
|
-
- vendor/local/share/doc/
|
428
|
-
- vendor/local/share/doc/
|
429
|
-
- vendor/local/share/doc/
|
430
|
-
- vendor/local/share/doc/
|
431
|
-
- vendor/local/share/doc/
|
432
|
-
- vendor/local/share/doc/
|
433
|
-
- vendor/local/share/doc/
|
434
|
-
- vendor/local/share/doc/
|
435
|
-
- vendor/local/share/doc/
|
436
|
-
- vendor/local/share/doc/
|
437
|
-
- vendor/local/share/doc/
|
438
|
-
- vendor/local/share/doc/
|
439
|
-
- vendor/local/share/doc/
|
440
|
-
- vendor/local/share/doc/
|
441
|
-
- vendor/local/share/doc/
|
442
|
-
- vendor/local/share/doc/
|
443
|
-
- vendor/local/share/doc/
|
444
|
-
- vendor/local/share/doc/
|
445
|
-
- vendor/local/share/doc/
|
446
|
-
- vendor/local/share/doc/
|
447
|
-
- vendor/local/share/doc/
|
448
|
-
- vendor/local/share/doc/
|
449
|
-
- vendor/local/share/doc/
|
450
|
-
- vendor/local/share/doc/
|
451
|
-
- vendor/local/share/doc/
|
452
|
-
- vendor/local/share/doc/
|
453
|
-
- vendor/local/share/doc/
|
454
|
-
- vendor/local/share/doc/
|
455
|
-
- vendor/local/share/doc/
|
456
|
-
- vendor/local/share/doc/
|
457
|
-
- vendor/local/share/doc/
|
458
|
-
- vendor/local/share/doc/
|
459
|
-
- vendor/local/share/doc/
|
460
|
-
- vendor/local/share/doc/
|
461
|
-
- vendor/local/share/doc/
|
462
|
-
- vendor/local/share/doc/
|
463
|
-
- vendor/local/share/doc/
|
464
|
-
- vendor/local/share/doc/
|
465
|
-
- vendor/local/share/doc/
|
466
|
-
- vendor/local/share/doc/
|
467
|
-
- vendor/local/share/doc/
|
468
|
-
- vendor/local/share/doc/
|
469
|
-
- vendor/local/share/doc/
|
470
|
-
- vendor/local/share/doc/
|
471
|
-
- vendor/local/share/doc/
|
472
|
-
- vendor/local/share/
|
473
|
-
- vendor/local/share/
|
474
|
-
- vendor/local/share/
|
475
|
-
- vendor/local/share/
|
476
|
-
- vendor/local/share/
|
477
|
-
- vendor/local/share/
|
478
|
-
- vendor/local/share/
|
479
|
-
- vendor/local/share/
|
480
|
-
- vendor/local/share/
|
481
|
-
- vendor/local/share/
|
482
|
-
- vendor/local/share/
|
483
|
-
- vendor/local/share/
|
484
|
-
- vendor/local/share/
|
485
|
-
- vendor/local/share/
|
486
|
-
- vendor/local/share/
|
487
|
-
- vendor/local/share/
|
488
|
-
- vendor/local/share/
|
489
|
-
- vendor/local/share/
|
490
|
-
- vendor/local/share/
|
491
|
-
- vendor/local/share/
|
492
|
-
- vendor/local/share/
|
493
|
-
- vendor/local/share/
|
494
|
-
- vendor/local/share/
|
495
|
-
- vendor/local/share/
|
496
|
-
- vendor/local/share/
|
497
|
-
- vendor/local/share/
|
498
|
-
- vendor/local/share/
|
499
|
-
- vendor/local/share/
|
500
|
-
- vendor/local/share/
|
501
|
-
- vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html
|
502
|
-
- vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html
|
503
|
-
- vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html
|
504
|
-
- vendor/local/share/doc/fontconfig/fontconfig-devel.pdf
|
505
|
-
- vendor/local/share/doc/fontconfig/fontconfig-devel.txt
|
506
|
-
- vendor/local/share/doc/fontconfig/fontconfig-user.html
|
507
|
-
- vendor/local/share/doc/fontconfig/fontconfig-user.pdf
|
508
|
-
- vendor/local/share/doc/fontconfig/fontconfig-user.txt
|
398
|
+
- vendor/local/share/aclocal/libxml.m4
|
399
|
+
- vendor/local/share/doc/libxml2-2.9.1/Copyright
|
400
|
+
- vendor/local/share/doc/libxml2-2.9.1/examples/testHTML.c
|
401
|
+
- vendor/local/share/doc/libxml2-2.9.1/examples/testSAX.c
|
402
|
+
- vendor/local/share/doc/libxml2-2.9.1/examples/testXPath.c
|
403
|
+
- vendor/local/share/doc/libxml2-2.9.1/examples/xmllint.c
|
404
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/DOM.gif
|
405
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/FAQ.html
|
406
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-180x168.gif
|
407
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-90x34.gif
|
408
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/encoding.html
|
409
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/examples.xml
|
410
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/examples.xsl
|
411
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/book1.html
|
412
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/home.png
|
413
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/index.html
|
414
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/left.png
|
415
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-DOCBparser.html
|
416
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLparser.html
|
417
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLtree.html
|
418
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX.html
|
419
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX2.html
|
420
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-c14n.html
|
421
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-catalog.html
|
422
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-chvalid.html
|
423
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-debugXML.html
|
424
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-dict.html
|
425
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-encoding.html
|
426
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-entities.html
|
427
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-globals.html
|
428
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-hash.html
|
429
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-lib.html
|
430
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-list.html
|
431
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanoftp.html
|
432
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanohttp.html
|
433
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parser.html
|
434
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parserInternals.html
|
435
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-pattern.html
|
436
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-relaxng.html
|
437
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schemasInternals.html
|
438
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schematron.html
|
439
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-threads.html
|
440
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-tree.html
|
441
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-uri.html
|
442
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-valid.html
|
443
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xinclude.html
|
444
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xlink.html
|
445
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlIO.html
|
446
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlautomata.html
|
447
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlerror.html
|
448
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlexports.html
|
449
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmemory.html
|
450
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmodule.html
|
451
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlreader.html
|
452
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlregexp.html
|
453
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlsave.html
|
454
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemas.html
|
455
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemastypes.html
|
456
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlstring.html
|
457
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlunicode.html
|
458
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlversion.html
|
459
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlwriter.html
|
460
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpath.html
|
461
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpathInternals.html
|
462
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpointer.html
|
463
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xzlib.html
|
464
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/right.png
|
465
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/html/up.png
|
466
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/index.html
|
467
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/io1.c
|
468
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/io1.res
|
469
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/io2.c
|
470
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/io2.res
|
471
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/libxml.gif
|
472
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/parse1.c
|
473
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/parse2.c
|
474
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/parse3.c
|
475
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/parse4.c
|
476
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/reader1.c
|
477
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/reader1.res
|
478
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/reader2.c
|
479
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/reader3.c
|
480
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/reader3.res
|
481
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/reader4.c
|
482
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/reader4.res
|
483
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/redhat.gif
|
484
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/smallfootonly.gif
|
485
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/structure.gif
|
486
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/test1.xml
|
487
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/test2.xml
|
488
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/test3.xml
|
489
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/testWriter.c
|
490
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tree1.c
|
491
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tree1.res
|
492
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tree2.c
|
493
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tree2.res
|
494
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tst.xml
|
495
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apa.html
|
496
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apb.html
|
497
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apc.html
|
498
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apd.html
|
499
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ape.html
|
500
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apf.html
|
501
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apg.html
|
502
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/aph.html
|
503
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/api.html
|
504
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s02.html
|
505
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s03.html
|
506
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s04.html
|
507
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s05.html
|
508
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s06.html
|
509
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s07.html
|
510
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s08.html
|
511
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s09.html
|
512
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/blank.png
|
513
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/1.png
|
514
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/10.png
|
515
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/2.png
|
516
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/3.png
|
517
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/4.png
|
518
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/5.png
|
519
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/6.png
|
520
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/7.png
|
521
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/8.png
|
522
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/9.png
|
523
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/caution.png
|
524
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/draft.png
|
525
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/home.png
|
526
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/important.png
|
527
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/next.png
|
528
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/note.png
|
529
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/prev.png
|
530
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/tip.png
|
531
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-blank.png
|
532
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-minus.png
|
533
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-plus.png
|
534
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/up.png
|
535
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/warning.png
|
536
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddattribute.c
|
537
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddkeyword.c
|
538
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeconvert.c
|
539
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includegetattribute.c
|
540
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includekeyword.c
|
541
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includexpath.c
|
542
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/index.html
|
543
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ix01.html
|
544
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/tutorial/xmltutorial.pdf
|
545
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/w3c.png
|
546
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/writer.xml
|
547
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/xml.html
|
548
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/xpath1.c
|
549
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/xpath1.res
|
550
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/xpath2.c
|
551
|
+
- vendor/local/share/doc/libxml2-2.9.1/html/xpath2.res
|
552
|
+
- vendor/local/share/fontconfig/conf.avail/10-autohint.conf
|
553
|
+
- vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf
|
554
|
+
- vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf
|
555
|
+
- vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf
|
556
|
+
- vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf
|
557
|
+
- vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf
|
558
|
+
- vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf
|
559
|
+
- vendor/local/share/fontconfig/conf.avail/10-unhinted.conf
|
560
|
+
- vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf
|
561
|
+
- vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf
|
562
|
+
- vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf
|
563
|
+
- vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf
|
564
|
+
- vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf
|
565
|
+
- vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf
|
566
|
+
- vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf
|
567
|
+
- vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf
|
568
|
+
- vendor/local/share/fontconfig/conf.avail/45-latin.conf
|
569
|
+
- vendor/local/share/fontconfig/conf.avail/49-sansserif.conf
|
570
|
+
- vendor/local/share/fontconfig/conf.avail/50-user.conf
|
571
|
+
- vendor/local/share/fontconfig/conf.avail/51-local.conf
|
572
|
+
- vendor/local/share/fontconfig/conf.avail/60-latin.conf
|
573
|
+
- vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf
|
574
|
+
- vendor/local/share/fontconfig/conf.avail/65-khmer.conf
|
575
|
+
- vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf
|
576
|
+
- vendor/local/share/fontconfig/conf.avail/69-unifont.conf
|
577
|
+
- vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf
|
578
|
+
- vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf
|
579
|
+
- vendor/local/share/fontconfig/conf.avail/80-delicious.conf
|
580
|
+
- vendor/local/share/fontconfig/conf.avail/90-synthetic.conf
|
509
581
|
- vendor/local/share/gtk-doc/html/cairo/bindings-errors.html
|
510
582
|
- vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html
|
511
583
|
- vendor/local/share/gtk-doc/html/cairo/bindings-memory.html
|
@@ -524,16 +596,19 @@ files:
|
|
524
596
|
- vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html
|
525
597
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html
|
526
598
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html
|
599
|
+
- vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html
|
527
600
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html
|
528
601
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html
|
529
602
|
- vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html
|
603
|
+
- vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html
|
530
604
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html
|
531
605
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Types.html
|
532
606
|
- vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html
|
533
|
-
- vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html
|
534
607
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html
|
535
608
|
- vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html
|
609
|
+
- vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html
|
536
610
|
- vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html
|
611
|
+
- vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html
|
537
612
|
- vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html
|
538
613
|
- vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html
|
539
614
|
- vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html
|
@@ -547,10 +622,10 @@ files:
|
|
547
622
|
- vendor/local/share/gtk-doc/html/cairo/cairo-support.html
|
548
623
|
- vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html
|
549
624
|
- vendor/local/share/gtk-doc/html/cairo/cairo-text.html
|
550
|
-
- vendor/local/share/gtk-doc/html/cairo/cairo.devhelp
|
551
625
|
- vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2
|
552
626
|
- vendor/local/share/gtk-doc/html/cairo/home.png
|
553
627
|
- vendor/local/share/gtk-doc/html/cairo/index-1.10.html
|
628
|
+
- vendor/local/share/gtk-doc/html/cairo/index-1.12.html
|
554
629
|
- vendor/local/share/gtk-doc/html/cairo/index-1.2.html
|
555
630
|
- vendor/local/share/gtk-doc/html/cairo/index-1.4.html
|
556
631
|
- vendor/local/share/gtk-doc/html/cairo/index-1.6.html
|
@@ -563,207 +638,89 @@ files:
|
|
563
638
|
- vendor/local/share/gtk-doc/html/cairo/right.png
|
564
639
|
- vendor/local/share/gtk-doc/html/cairo/style.css
|
565
640
|
- vendor/local/share/gtk-doc/html/cairo/up.png
|
566
|
-
- vendor/local/share/
|
567
|
-
- vendor/local/share/
|
568
|
-
- vendor/local/share/
|
569
|
-
- vendor/local/share/
|
570
|
-
- vendor/local/share/
|
571
|
-
- vendor/local/share/
|
572
|
-
- vendor/local/share/
|
573
|
-
- vendor/local/share/
|
574
|
-
- vendor/local/share/
|
575
|
-
- vendor/local/share/
|
576
|
-
- vendor/local/share/
|
577
|
-
- vendor/local/share/
|
578
|
-
- vendor/local/share/
|
579
|
-
- vendor/local/share/
|
580
|
-
- vendor/local/share/
|
581
|
-
- vendor/local/share/
|
582
|
-
- vendor/local/share/
|
583
|
-
- vendor/local/share/
|
584
|
-
- vendor/local/share/
|
585
|
-
- vendor/local/share/
|
586
|
-
- vendor/local/share/
|
587
|
-
- vendor/local/share/
|
588
|
-
- vendor/local/share/
|
589
|
-
- vendor/local/share/
|
590
|
-
- vendor/local/share/
|
591
|
-
- vendor/local/share/
|
592
|
-
- vendor/local/share/
|
593
|
-
- vendor/local/share/
|
594
|
-
- vendor/local/share/
|
595
|
-
- vendor/local/share/
|
596
|
-
- vendor/local/share/
|
597
|
-
- vendor/local/share/
|
598
|
-
- vendor/local/share/
|
599
|
-
- vendor/local/share/
|
600
|
-
- vendor/local/share/
|
601
|
-
- vendor/local/share/
|
602
|
-
- vendor/local/share/
|
603
|
-
- vendor/local/share/
|
604
|
-
- vendor/local/share/
|
605
|
-
- vendor/local/share/
|
606
|
-
- vendor/local/share/
|
607
|
-
- vendor/local/share/
|
608
|
-
- vendor/local/share/
|
609
|
-
- vendor/local/share/
|
610
|
-
- vendor/local/share/
|
611
|
-
- vendor/local/share/
|
612
|
-
- vendor/local/share/
|
613
|
-
- vendor/local/share/
|
614
|
-
- vendor/local/share/
|
615
|
-
- vendor/local/share/
|
616
|
-
- vendor/local/share/
|
617
|
-
- vendor/local/share/
|
618
|
-
- vendor/local/share/
|
619
|
-
- vendor/local/share/
|
620
|
-
- vendor/local/share/
|
621
|
-
- vendor/local/share/
|
622
|
-
- vendor/local/share/
|
623
|
-
- vendor/local/share/
|
624
|
-
- vendor/local/share/
|
625
|
-
- vendor/local/share/
|
626
|
-
- vendor/local/share/
|
627
|
-
- vendor/local/share/
|
628
|
-
- vendor/local/share/
|
629
|
-
- vendor/local/share/
|
630
|
-
- vendor/local/share/
|
631
|
-
- vendor/local/share/
|
632
|
-
- vendor/local/share/
|
633
|
-
- vendor/local/share/
|
634
|
-
- vendor/local/share/
|
635
|
-
- vendor/local/share/
|
636
|
-
- vendor/local/share/
|
637
|
-
- vendor/local/share/
|
638
|
-
- vendor/local/share/
|
639
|
-
- vendor/local/share/
|
640
|
-
- vendor/local/share/
|
641
|
-
- vendor/local/share/man/
|
642
|
-
- vendor/local/share/man/
|
643
|
-
- vendor/local/share/man/
|
644
|
-
- vendor/local/share/man/man3/FcFini.3
|
645
|
-
- vendor/local/share/man/man3/FcFontList.3
|
646
|
-
- vendor/local/share/man/man3/FcFontMatch.3
|
647
|
-
- vendor/local/share/man/man3/FcFontRenderPrepare.3
|
648
|
-
- vendor/local/share/man/man3/FcFontSetAdd.3
|
649
|
-
- vendor/local/share/man/man3/FcFontSetCreate.3
|
650
|
-
- vendor/local/share/man/man3/FcFontSetDestroy.3
|
651
|
-
- vendor/local/share/man/man3/FcFontSetList.3
|
652
|
-
- vendor/local/share/man/man3/FcFontSetMatch.3
|
653
|
-
- vendor/local/share/man/man3/FcFontSetPrint.3
|
654
|
-
- vendor/local/share/man/man3/FcFontSetSort.3
|
655
|
-
- vendor/local/share/man/man3/FcFontSetSortDestroy.3
|
656
|
-
- vendor/local/share/man/man3/FcFontSort.3
|
657
|
-
- vendor/local/share/man/man3/FcFreeTypeCharIndex.3
|
658
|
-
- vendor/local/share/man/man3/FcFreeTypeCharSet.3
|
659
|
-
- vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3
|
660
|
-
- vendor/local/share/man/man3/FcFreeTypeQuery.3
|
661
|
-
- vendor/local/share/man/man3/FcFreeTypeQueryFace.3
|
662
|
-
- vendor/local/share/man/man3/FcGetLangs.3
|
663
|
-
- vendor/local/share/man/man3/FcGetVersion.3
|
664
|
-
- vendor/local/share/man/man3/FcInit.3
|
665
|
-
- vendor/local/share/man/man3/FcInitBringUptoDate.3
|
666
|
-
- vendor/local/share/man/man3/FcInitLoadConfig.3
|
667
|
-
- vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3
|
668
|
-
- vendor/local/share/man/man3/FcInitReinitialize.3
|
669
|
-
- vendor/local/share/man/man3/FcIsLower.3
|
670
|
-
- vendor/local/share/man/man3/FcIsUpper.3
|
671
|
-
- vendor/local/share/man/man3/FcLangGetCharSet.3
|
672
|
-
- vendor/local/share/man/man3/FcLangSetAdd.3
|
673
|
-
- vendor/local/share/man/man3/FcLangSetCompare.3
|
674
|
-
- vendor/local/share/man/man3/FcLangSetContains.3
|
675
|
-
- vendor/local/share/man/man3/FcLangSetCopy.3
|
676
|
-
- vendor/local/share/man/man3/FcLangSetCreate.3
|
677
|
-
- vendor/local/share/man/man3/FcLangSetDestroy.3
|
678
|
-
- vendor/local/share/man/man3/FcLangSetEqual.3
|
679
|
-
- vendor/local/share/man/man3/FcLangSetGetLangs.3
|
680
|
-
- vendor/local/share/man/man3/FcLangSetHasLang.3
|
681
|
-
- vendor/local/share/man/man3/FcLangSetHash.3
|
682
|
-
- vendor/local/share/man/man3/FcMatrixCopy.3
|
683
|
-
- vendor/local/share/man/man3/FcMatrixEqual.3
|
684
|
-
- vendor/local/share/man/man3/FcMatrixInit.3
|
685
|
-
- vendor/local/share/man/man3/FcMatrixMultiply.3
|
686
|
-
- vendor/local/share/man/man3/FcMatrixRotate.3
|
687
|
-
- vendor/local/share/man/man3/FcMatrixScale.3
|
688
|
-
- vendor/local/share/man/man3/FcMatrixShear.3
|
689
|
-
- vendor/local/share/man/man3/FcNameConstant.3
|
690
|
-
- vendor/local/share/man/man3/FcNameGetConstant.3
|
691
|
-
- vendor/local/share/man/man3/FcNameGetObjectType.3
|
692
|
-
- vendor/local/share/man/man3/FcNameParse.3
|
693
|
-
- vendor/local/share/man/man3/FcNameRegisterConstants.3
|
694
|
-
- vendor/local/share/man/man3/FcNameRegisterObjectTypes.3
|
695
|
-
- vendor/local/share/man/man3/FcNameUnparse.3
|
696
|
-
- vendor/local/share/man/man3/FcNameUnregisterConstants.3
|
697
|
-
- vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3
|
698
|
-
- vendor/local/share/man/man3/FcObjectSetAdd.3
|
699
|
-
- vendor/local/share/man/man3/FcObjectSetBuild.3
|
700
|
-
- vendor/local/share/man/man3/FcObjectSetCreate.3
|
701
|
-
- vendor/local/share/man/man3/FcObjectSetDestroy.3
|
702
|
-
- vendor/local/share/man/man3/FcPatternAdd-Type.3
|
703
|
-
- vendor/local/share/man/man3/FcPatternAdd.3
|
704
|
-
- vendor/local/share/man/man3/FcPatternAddWeak.3
|
705
|
-
- vendor/local/share/man/man3/FcPatternBuild.3
|
706
|
-
- vendor/local/share/man/man3/FcPatternCreate.3
|
707
|
-
- vendor/local/share/man/man3/FcPatternDel.3
|
708
|
-
- vendor/local/share/man/man3/FcPatternDestroy.3
|
709
|
-
- vendor/local/share/man/man3/FcPatternDuplicate.3
|
710
|
-
- vendor/local/share/man/man3/FcPatternEqual.3
|
711
|
-
- vendor/local/share/man/man3/FcPatternEqualSubset.3
|
712
|
-
- vendor/local/share/man/man3/FcPatternFilter.3
|
713
|
-
- vendor/local/share/man/man3/FcPatternFormat.3
|
714
|
-
- vendor/local/share/man/man3/FcPatternGet-Type.3
|
715
|
-
- vendor/local/share/man/man3/FcPatternGet.3
|
716
|
-
- vendor/local/share/man/man3/FcPatternHash.3
|
717
|
-
- vendor/local/share/man/man3/FcPatternPrint.3
|
718
|
-
- vendor/local/share/man/man3/FcPatternReference.3
|
719
|
-
- vendor/local/share/man/man3/FcPatternRemove.3
|
720
|
-
- vendor/local/share/man/man3/FcStrBasename.3
|
721
|
-
- vendor/local/share/man/man3/FcStrCmp.3
|
722
|
-
- vendor/local/share/man/man3/FcStrCmpIgnoreCase.3
|
723
|
-
- vendor/local/share/man/man3/FcStrCopy.3
|
724
|
-
- vendor/local/share/man/man3/FcStrCopyFilename.3
|
725
|
-
- vendor/local/share/man/man3/FcStrDirname.3
|
726
|
-
- vendor/local/share/man/man3/FcStrDowncase.3
|
727
|
-
- vendor/local/share/man/man3/FcStrFree.3
|
728
|
-
- vendor/local/share/man/man3/FcStrListCreate.3
|
729
|
-
- vendor/local/share/man/man3/FcStrListDone.3
|
730
|
-
- vendor/local/share/man/man3/FcStrListNext.3
|
731
|
-
- vendor/local/share/man/man3/FcStrPlus.3
|
732
|
-
- vendor/local/share/man/man3/FcStrSetAdd.3
|
733
|
-
- vendor/local/share/man/man3/FcStrSetAddFilename.3
|
734
|
-
- vendor/local/share/man/man3/FcStrSetCreate.3
|
735
|
-
- vendor/local/share/man/man3/FcStrSetDel.3
|
736
|
-
- vendor/local/share/man/man3/FcStrSetDestroy.3
|
737
|
-
- vendor/local/share/man/man3/FcStrSetEqual.3
|
738
|
-
- vendor/local/share/man/man3/FcStrSetMember.3
|
739
|
-
- vendor/local/share/man/man3/FcStrStr.3
|
740
|
-
- vendor/local/share/man/man3/FcStrStrIgnoreCase.3
|
741
|
-
- vendor/local/share/man/man3/FcToLower.3
|
742
|
-
- vendor/local/share/man/man3/FcUcs4ToUtf8.3
|
743
|
-
- vendor/local/share/man/man3/FcUtf16Len.3
|
744
|
-
- vendor/local/share/man/man3/FcUtf16ToUcs4.3
|
745
|
-
- vendor/local/share/man/man3/FcUtf8Len.3
|
746
|
-
- vendor/local/share/man/man3/FcUtf8ToUcs4.3
|
747
|
-
- vendor/local/share/man/man3/FcValueDestroy.3
|
748
|
-
- vendor/local/share/man/man3/FcValueEqual.3
|
749
|
-
- vendor/local/share/man/man3/FcValuePrint.3
|
750
|
-
- vendor/local/share/man/man3/FcValueSave.3
|
641
|
+
- vendor/local/share/gtk-doc/html/libxml2/general.html
|
642
|
+
- vendor/local/share/gtk-doc/html/libxml2/home.png
|
643
|
+
- vendor/local/share/gtk-doc/html/libxml2/index.html
|
644
|
+
- vendor/local/share/gtk-doc/html/libxml2/left.png
|
645
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html
|
646
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html
|
647
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html
|
648
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html
|
649
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html
|
650
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html
|
651
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html
|
652
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html
|
653
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html
|
654
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html
|
655
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html
|
656
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html
|
657
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html
|
658
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html
|
659
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html
|
660
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html
|
661
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html
|
662
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html
|
663
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html
|
664
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html
|
665
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html
|
666
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html
|
667
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html
|
668
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html
|
669
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html
|
670
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html
|
671
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html
|
672
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html
|
673
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html
|
674
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html
|
675
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html
|
676
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html
|
677
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html
|
678
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html
|
679
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html
|
680
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html
|
681
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html
|
682
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html
|
683
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html
|
684
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html
|
685
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html
|
686
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html
|
687
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html
|
688
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html
|
689
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html
|
690
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html
|
691
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html
|
692
|
+
- vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp
|
693
|
+
- vendor/local/share/gtk-doc/html/libxml2/right.png
|
694
|
+
- vendor/local/share/gtk-doc/html/libxml2/style.css
|
695
|
+
- vendor/local/share/gtk-doc/html/libxml2/up.png
|
696
|
+
- vendor/local/share/license/cairo/AUTHORS
|
697
|
+
- vendor/local/share/license/cairo/COPYING
|
698
|
+
- vendor/local/share/license/cairo/COPYING-LGPL-2.1
|
699
|
+
- vendor/local/share/license/cairo/COPYING-MPL-1.1
|
700
|
+
- vendor/local/share/license/cairo/README
|
701
|
+
- vendor/local/share/license/cairo/README.win32
|
702
|
+
- vendor/local/share/license/fontconfig/AUTHORS
|
703
|
+
- vendor/local/share/license/fontconfig/COPYING
|
704
|
+
- vendor/local/share/license/fontconfig/README
|
705
|
+
- vendor/local/share/license/freetype/README
|
706
|
+
- vendor/local/share/license/freetype/README.git
|
707
|
+
- vendor/local/share/license/libpng/README
|
708
|
+
- vendor/local/share/license/libxml2/AUTHORS
|
709
|
+
- vendor/local/share/license/libxml2/COPYING
|
710
|
+
- vendor/local/share/license/libxml2/README
|
711
|
+
- vendor/local/share/license/libxml2/README.tests
|
712
|
+
- vendor/local/share/license/pixman/AUTHORS
|
713
|
+
- vendor/local/share/license/pixman/COPYING
|
714
|
+
- vendor/local/share/license/pixman/README
|
715
|
+
- vendor/local/share/license/zlib/README
|
716
|
+
- vendor/local/share/man/man1/xml2-config.1
|
717
|
+
- vendor/local/share/man/man1/xmlcatalog.1
|
718
|
+
- vendor/local/share/man/man1/xmllint.1
|
751
719
|
- vendor/local/share/man/man3/libpng.3
|
752
720
|
- vendor/local/share/man/man3/libpngpf.3
|
753
|
-
- vendor/local/share/man/
|
721
|
+
- vendor/local/share/man/man3/libxml.3
|
754
722
|
- vendor/local/share/man/man5/png.5
|
755
|
-
- vendor/local/
|
756
|
-
- vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh
|
757
|
-
- vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log
|
758
|
-
- vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh
|
759
|
-
- vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log
|
760
|
-
- vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh
|
761
|
-
- vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log
|
762
|
-
- vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh
|
763
|
-
- vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log
|
764
|
-
- vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh
|
765
|
-
- vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log
|
766
|
-
- vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh
|
723
|
+
- vendor/local/share/xml/fontconfig/fonts.dtd
|
767
724
|
homepage: http://cairographics.org/rcairo
|
768
725
|
licenses:
|
769
726
|
- Ruby's
|
@@ -790,26 +747,26 @@ signing_key:
|
|
790
747
|
specification_version: 3
|
791
748
|
summary: Ruby bindings for cairo
|
792
749
|
test_files:
|
793
|
-
- test/
|
794
|
-
- test/test_constants.rb
|
795
|
-
- test/test_xml_device.rb
|
796
|
-
- test/test_recording_surface.rb
|
797
|
-
- test/test_script_surface.rb
|
798
|
-
- test/test_raster_source_pattern.rb
|
750
|
+
- test/test_surface.rb
|
799
751
|
- test/test_scaled_font.rb
|
752
|
+
- test/test_recording_surface.rb
|
753
|
+
- test/test_text_to_glyphs_data.rb
|
754
|
+
- test/test_font_extents.rb
|
800
755
|
- test/test_tee_surface.rb
|
801
756
|
- test/test_text_extents.rb
|
802
|
-
- test/
|
803
|
-
- test/
|
757
|
+
- test/test_paper.rb
|
758
|
+
- test/test_context.rb
|
759
|
+
- test/cairo-test-utils.rb
|
760
|
+
- test/test_xml_device.rb
|
761
|
+
- test/test_raster_source_pattern.rb
|
762
|
+
- test/run-test.rb
|
763
|
+
- test/test_script_surface.rb
|
764
|
+
- test/test_region.rb
|
804
765
|
- test/test_font_face.rb
|
805
|
-
- test/test_font_options.rb
|
806
|
-
- test/test_text_to_glyphs_data.rb
|
807
766
|
- test/test_script_device.rb
|
808
767
|
- test/test_xml_surface.rb
|
809
|
-
- test/
|
810
|
-
- test/test_context.rb
|
811
|
-
- test/test_color.rb
|
812
|
-
- test/test_paper.rb
|
813
|
-
- test/run-test.rb
|
768
|
+
- test/test_exception.rb
|
814
769
|
- test/test_text_cluster.rb
|
815
|
-
- test/
|
770
|
+
- test/test_color.rb
|
771
|
+
- test/test_font_options.rb
|
772
|
+
- test/test_constants.rb
|