gtksourceview3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +15 -2
- data/ext/gtksourceview3/extconf.rb +7 -2
- data/lib/1.9/gtksourceview3.so +0 -0
- data/lib/2.0/gtksourceview3.so +0 -0
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +4 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +80 -90
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +2 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +9 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +133 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +85 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +8 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +52 -35
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +2 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +34 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +6 -6
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +5 -5
- data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +9479 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +311 -252
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +26 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +16 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +24 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +895 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +465 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +43 -40
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +195 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +35 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +42 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +182 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +26 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +140 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +155 -105
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +23 -12
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +213 -150
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +18 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +202 -196
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +11 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/up.png +0 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/changelog.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cpp.lang +6 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/julia.lang +378 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/mediawiki.lang +323 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/perl.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/scala.lang +384 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xml.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -1
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -2
- metadata +26 -293
- data/README +0 -29
- data/vendor/local/bin/libgtksourceview-3.0-0.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRenderer.html +0 -956
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererPixbuf.html +0 -199
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererText.html +0 -137
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn01.html +0 -101
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn02.html +0 -53
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/check-language.sh +0 -32
- data/vendor/local/share/gtksourceview-3.0/styles/check-style.sh +0 -20
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
@@ -46,9 +46,9 @@
|
|
46
46
|
</styles>
|
47
47
|
|
48
48
|
<definitions>
|
49
|
-
<define-regex id="prefix">[
|
49
|
+
<define-regex id="prefix">[[:alpha:]_][[:alnum:]._-]*</define-regex>
|
50
50
|
|
51
|
-
<define-regex id="name">[
|
51
|
+
<define-regex id="name">[[:alpha:]_][[:alnum:].:_-]*</define-regex>
|
52
52
|
|
53
53
|
<context id="entity" style-ref="entity" class="no-spell-check">
|
54
54
|
<match>&\%{name};</match>
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<style name="bracket-mismatch" foreground="white" background="red" bold="true"/>
|
52
52
|
|
53
53
|
<!-- Right Margin -->
|
54
|
-
<style name="right-margin" foreground="
|
54
|
+
<style name="right-margin" foreground="#000000" background="#000000"/>
|
55
55
|
|
56
56
|
<!-- Search Matching -->
|
57
57
|
<style name="search-match" background="yellow"/>
|
@@ -57,7 +57,8 @@
|
|
57
57
|
<style name="current-line" background="medium_blue"/>
|
58
58
|
<style name="line-numbers" foreground="light_blue" background="black_blue"/>
|
59
59
|
<style name="draw-spaces" foreground="bluish_grey"/>
|
60
|
-
|
60
|
+
<style name="right-margin" foreground="light_grey" background="light_grey"/>
|
61
|
+
|
61
62
|
<!-- Bracket Matching -->
|
62
63
|
<style name="bracket-match" background="steelblue3"/>
|
63
64
|
<style name="bracket-mismatch" background="dark_red" bold="true"/>
|
@@ -41,7 +41,7 @@
|
|
41
41
|
<style name="selection" foreground="white" background="#43ace8"/>
|
42
42
|
<style name="current-line" background="#EEF6FF"/>
|
43
43
|
<style name="line-numbers" foreground="black" background="#d6d2d0"/>
|
44
|
-
<style name="right-margin" background="
|
44
|
+
<style name="right-margin" foreground="black" background="black"/>
|
45
45
|
<style name="bracket-match" bold="true"/>
|
46
46
|
<style name="bracket-mismatch" background="red" bold="true"/>
|
47
47
|
<style name="draw-spaces" foreground="#d3d7cf"/>
|
@@ -70,8 +70,8 @@
|
|
70
70
|
<style name="bracket-mismatch" foreground="aluminium1" background="scarletred2" bold="true"/>
|
71
71
|
|
72
72
|
<!-- Right Margin -->
|
73
|
-
<style name="right-margin" foreground="aluminium1" background="
|
74
|
-
|
73
|
+
<style name="right-margin" foreground="aluminium1" background="aluminium3"/>
|
74
|
+
|
75
75
|
<!-- Search Matching -->
|
76
76
|
<style name="search-match" foreground="aluminium1" background="chameleon3"/>
|
77
77
|
|
@@ -64,8 +64,8 @@
|
|
64
64
|
<style name="bracket-mismatch" foreground="aluminium1" background="scarletred3" bold="true"/>
|
65
65
|
|
66
66
|
<!-- Right Margin -->
|
67
|
-
<style name="right-margin" foreground="
|
68
|
-
|
67
|
+
<style name="right-margin" foreground="aluminium6" background="aluminium6"/>
|
68
|
+
|
69
69
|
<!-- Search Matching -->
|
70
70
|
<style name="search-match" background="butter1"/>
|
71
71
|
|
metadata
CHANGED
@@ -1,39 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gtksourceview3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
5
|
-
prerelease:
|
4
|
+
version: 2.0.3
|
6
5
|
platform: x86-mingw32
|
7
6
|
authors:
|
8
7
|
- The Ruby-GNOME2 Project Team
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-12-28 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: gtk3
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - '='
|
20
18
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2.0.
|
19
|
+
version: 2.0.3
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - '='
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: 2.0.
|
26
|
+
version: 2.0.3
|
30
27
|
description: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|
31
28
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
32
29
|
executables: []
|
33
30
|
extensions: []
|
34
31
|
extra_rdoc_files: []
|
35
32
|
files:
|
36
|
-
- README
|
37
33
|
- Rakefile
|
38
34
|
- extconf.rb
|
39
35
|
- lib/gtksourceview3.rb
|
@@ -65,11 +61,7 @@ files:
|
|
65
61
|
- test/test_source_view.rb
|
66
62
|
- lib/1.9/gtksourceview3.so
|
67
63
|
- lib/2.0/gtksourceview3.so
|
68
|
-
- vendor/local/bin/libgtksourceview-3.0-0.dll
|
69
64
|
- vendor/local/bin/libgtksourceview-3.0-1.dll
|
70
|
-
- vendor/local/bin/libxml2-2.dll
|
71
|
-
- vendor/local/bin/xmlcatalog.exe
|
72
|
-
- vendor/local/bin/xmllint.exe
|
73
65
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
|
74
66
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h
|
75
67
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h
|
@@ -88,65 +80,19 @@ files:
|
|
88
80
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h
|
89
81
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h
|
90
82
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h
|
83
|
+
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h
|
84
|
+
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h
|
91
85
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h
|
92
86
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h
|
93
87
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h
|
94
88
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h
|
95
89
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h
|
90
|
+
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h
|
96
91
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h
|
97
92
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h
|
98
|
-
- vendor/local/
|
99
|
-
- vendor/local/include/libxml2/libxml/HTMLparser.h
|
100
|
-
- vendor/local/include/libxml2/libxml/HTMLtree.h
|
101
|
-
- vendor/local/include/libxml2/libxml/SAX.h
|
102
|
-
- vendor/local/include/libxml2/libxml/SAX2.h
|
103
|
-
- vendor/local/include/libxml2/libxml/c14n.h
|
104
|
-
- vendor/local/include/libxml2/libxml/catalog.h
|
105
|
-
- vendor/local/include/libxml2/libxml/chvalid.h
|
106
|
-
- vendor/local/include/libxml2/libxml/debugXML.h
|
107
|
-
- vendor/local/include/libxml2/libxml/dict.h
|
108
|
-
- vendor/local/include/libxml2/libxml/encoding.h
|
109
|
-
- vendor/local/include/libxml2/libxml/entities.h
|
110
|
-
- vendor/local/include/libxml2/libxml/globals.h
|
111
|
-
- vendor/local/include/libxml2/libxml/hash.h
|
112
|
-
- vendor/local/include/libxml2/libxml/list.h
|
113
|
-
- vendor/local/include/libxml2/libxml/nanoftp.h
|
114
|
-
- vendor/local/include/libxml2/libxml/nanohttp.h
|
115
|
-
- vendor/local/include/libxml2/libxml/parser.h
|
116
|
-
- vendor/local/include/libxml2/libxml/parserInternals.h
|
117
|
-
- vendor/local/include/libxml2/libxml/pattern.h
|
118
|
-
- vendor/local/include/libxml2/libxml/relaxng.h
|
119
|
-
- vendor/local/include/libxml2/libxml/schemasInternals.h
|
120
|
-
- vendor/local/include/libxml2/libxml/schematron.h
|
121
|
-
- vendor/local/include/libxml2/libxml/threads.h
|
122
|
-
- vendor/local/include/libxml2/libxml/tree.h
|
123
|
-
- vendor/local/include/libxml2/libxml/uri.h
|
124
|
-
- vendor/local/include/libxml2/libxml/valid.h
|
125
|
-
- vendor/local/include/libxml2/libxml/xinclude.h
|
126
|
-
- vendor/local/include/libxml2/libxml/xlink.h
|
127
|
-
- vendor/local/include/libxml2/libxml/xmlIO.h
|
128
|
-
- vendor/local/include/libxml2/libxml/xmlautomata.h
|
129
|
-
- vendor/local/include/libxml2/libxml/xmlerror.h
|
130
|
-
- vendor/local/include/libxml2/libxml/xmlexports.h
|
131
|
-
- vendor/local/include/libxml2/libxml/xmlmemory.h
|
132
|
-
- vendor/local/include/libxml2/libxml/xmlmodule.h
|
133
|
-
- vendor/local/include/libxml2/libxml/xmlreader.h
|
134
|
-
- vendor/local/include/libxml2/libxml/xmlregexp.h
|
135
|
-
- vendor/local/include/libxml2/libxml/xmlsave.h
|
136
|
-
- vendor/local/include/libxml2/libxml/xmlschemas.h
|
137
|
-
- vendor/local/include/libxml2/libxml/xmlschemastypes.h
|
138
|
-
- vendor/local/include/libxml2/libxml/xmlstring.h
|
139
|
-
- vendor/local/include/libxml2/libxml/xmlunicode.h
|
140
|
-
- vendor/local/include/libxml2/libxml/xmlversion.h
|
141
|
-
- vendor/local/include/libxml2/libxml/xmlwriter.h
|
142
|
-
- vendor/local/include/libxml2/libxml/xpath.h
|
143
|
-
- vendor/local/include/libxml2/libxml/xpathInternals.h
|
144
|
-
- vendor/local/include/libxml2/libxml/xpointer.h
|
93
|
+
- vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib
|
145
94
|
- vendor/local/lib/libgtksourceview-3.0.dll.a
|
146
95
|
- vendor/local/lib/libgtksourceview-3.0.la
|
147
|
-
- vendor/local/lib/libxml2.def
|
148
|
-
- vendor/local/lib/libxml2.dll.a
|
149
|
-
- vendor/local/lib/libxml2.lib
|
150
96
|
- vendor/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo
|
151
97
|
- vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo
|
152
98
|
- vendor/local/lib/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo
|
@@ -228,162 +174,7 @@ files:
|
|
228
174
|
- vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo
|
229
175
|
- vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo
|
230
176
|
- vendor/local/lib/pkgconfig/gtksourceview-3.0.pc
|
231
|
-
- vendor/local/
|
232
|
-
- vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft
|
233
|
-
- vendor/local/manifest/libxml2_2.9.0-1_win32.mft
|
234
|
-
- vendor/local/share/aclocal/libxml.m4
|
235
|
-
- vendor/local/share/doc/libxml2-2.9.0/Copyright
|
236
|
-
- vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c
|
237
|
-
- vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c
|
238
|
-
- vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c
|
239
|
-
- vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c
|
240
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif
|
241
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html
|
242
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif
|
243
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif
|
244
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/encoding.html
|
245
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/examples.xml
|
246
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl
|
247
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html
|
248
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/home.png
|
249
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/index.html
|
250
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/left.png
|
251
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html
|
252
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html
|
253
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html
|
254
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html
|
255
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html
|
256
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html
|
257
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html
|
258
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html
|
259
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html
|
260
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html
|
261
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html
|
262
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html
|
263
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html
|
264
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html
|
265
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html
|
266
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html
|
267
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html
|
268
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html
|
269
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html
|
270
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html
|
271
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html
|
272
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html
|
273
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html
|
274
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html
|
275
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html
|
276
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html
|
277
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html
|
278
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html
|
279
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html
|
280
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html
|
281
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html
|
282
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html
|
283
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html
|
284
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html
|
285
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html
|
286
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html
|
287
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html
|
288
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html
|
289
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html
|
290
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html
|
291
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html
|
292
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html
|
293
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html
|
294
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html
|
295
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html
|
296
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html
|
297
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html
|
298
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html
|
299
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/right.png
|
300
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/html/up.png
|
301
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/index.html
|
302
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/io1.c
|
303
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/io1.res
|
304
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/io2.c
|
305
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/io2.res
|
306
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif
|
307
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/parse1.c
|
308
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/parse2.c
|
309
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/parse3.c
|
310
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/parse4.c
|
311
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/reader1.c
|
312
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/reader1.res
|
313
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/reader2.c
|
314
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/reader3.c
|
315
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/reader3.res
|
316
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/reader4.c
|
317
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/reader4.res
|
318
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif
|
319
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif
|
320
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/structure.gif
|
321
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/test1.xml
|
322
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/test2.xml
|
323
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/test3.xml
|
324
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c
|
325
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tree1.c
|
326
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tree1.res
|
327
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tree2.c
|
328
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tree2.res
|
329
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tst.xml
|
330
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html
|
331
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html
|
332
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html
|
333
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html
|
334
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html
|
335
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html
|
336
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html
|
337
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html
|
338
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html
|
339
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html
|
340
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html
|
341
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html
|
342
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html
|
343
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html
|
344
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html
|
345
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html
|
346
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html
|
347
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png
|
348
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png
|
349
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png
|
350
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png
|
351
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png
|
352
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png
|
353
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png
|
354
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png
|
355
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png
|
356
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png
|
357
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png
|
358
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png
|
359
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png
|
360
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png
|
361
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png
|
362
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png
|
363
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png
|
364
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png
|
365
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png
|
366
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png
|
367
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png
|
368
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png
|
369
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png
|
370
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png
|
371
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c
|
372
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c
|
373
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c
|
374
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c
|
375
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c
|
376
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c
|
377
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html
|
378
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html
|
379
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf
|
380
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/w3c.png
|
381
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/writer.xml
|
382
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/xml.html
|
383
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c
|
384
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res
|
385
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c
|
386
|
-
- vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res
|
177
|
+
- vendor/local/share/gir-1.0/GtkSource-3.0.gir
|
387
178
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html
|
388
179
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html
|
389
180
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html
|
@@ -401,6 +192,8 @@ files:
|
|
401
192
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html
|
402
193
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html
|
403
194
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html
|
195
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html
|
196
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html
|
404
197
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html
|
405
198
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html
|
406
199
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html
|
@@ -408,82 +201,28 @@ files:
|
|
408
201
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html
|
409
202
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html
|
410
203
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html
|
204
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html
|
205
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html
|
411
206
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html
|
412
207
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html
|
413
208
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html
|
414
209
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html
|
415
|
-
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-
|
416
|
-
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererPixbuf.html
|
417
|
-
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererText.html
|
210
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html
|
418
211
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2
|
419
212
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/home.png
|
420
213
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html
|
421
214
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml
|
422
215
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html
|
423
216
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html
|
217
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/left-insensitive.png
|
424
218
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/left.png
|
425
219
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html
|
220
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/right-insensitive.png
|
426
221
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/right.png
|
427
|
-
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn01.html
|
428
|
-
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn02.html
|
429
222
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html
|
430
223
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css
|
224
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/up-insensitive.png
|
431
225
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/up.png
|
432
|
-
- vendor/local/share/gtk-doc/html/libxml2/general.html
|
433
|
-
- vendor/local/share/gtk-doc/html/libxml2/home.png
|
434
|
-
- vendor/local/share/gtk-doc/html/libxml2/index.html
|
435
|
-
- vendor/local/share/gtk-doc/html/libxml2/left.png
|
436
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html
|
437
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html
|
438
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html
|
439
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html
|
440
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html
|
441
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html
|
442
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html
|
443
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html
|
444
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html
|
445
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html
|
446
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html
|
447
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html
|
448
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html
|
449
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html
|
450
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html
|
451
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html
|
452
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html
|
453
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html
|
454
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html
|
455
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html
|
456
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html
|
457
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html
|
458
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html
|
459
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html
|
460
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html
|
461
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html
|
462
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html
|
463
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html
|
464
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html
|
465
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html
|
466
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html
|
467
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html
|
468
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html
|
469
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html
|
470
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html
|
471
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html
|
472
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html
|
473
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html
|
474
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html
|
475
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html
|
476
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html
|
477
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html
|
478
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html
|
479
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html
|
480
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html
|
481
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html
|
482
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html
|
483
|
-
- vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp
|
484
|
-
- vendor/local/share/gtk-doc/html/libxml2/right.png
|
485
|
-
- vendor/local/share/gtk-doc/html/libxml2/style.css
|
486
|
-
- vendor/local/share/gtk-doc/html/libxml2/up.png
|
487
226
|
- vendor/local/share/gtksourceview-3.0/language-specs/R.lang
|
488
227
|
- vendor/local/share/gtksourceview-3.0/language-specs/actionscript.lang
|
489
228
|
- vendor/local/share/gtksourceview-3.0/language-specs/ada.lang
|
@@ -498,7 +237,6 @@ files:
|
|
498
237
|
- vendor/local/share/gtksourceview-3.0/language-specs/cg.lang
|
499
238
|
- vendor/local/share/gtksourceview-3.0/language-specs/changelog.lang
|
500
239
|
- vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang
|
501
|
-
- vendor/local/share/gtksourceview-3.0/language-specs/check-language.sh
|
502
240
|
- vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang
|
503
241
|
- vendor/local/share/gtksourceview-3.0/language-specs/cobol.lang
|
504
242
|
- vendor/local/share/gtksourceview-3.0/language-specs/cpp.lang
|
@@ -538,6 +276,7 @@ files:
|
|
538
276
|
- vendor/local/share/gtksourceview-3.0/language-specs/java.lang
|
539
277
|
- vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang
|
540
278
|
- vendor/local/share/gtksourceview-3.0/language-specs/json.lang
|
279
|
+
- vendor/local/share/gtksourceview-3.0/language-specs/julia.lang
|
541
280
|
- vendor/local/share/gtksourceview-3.0/language-specs/language.dtd
|
542
281
|
- vendor/local/share/gtksourceview-3.0/language-specs/language.rng
|
543
282
|
- vendor/local/share/gtksourceview-3.0/language-specs/language2.rng
|
@@ -549,6 +288,7 @@ files:
|
|
549
288
|
- vendor/local/share/gtksourceview-3.0/language-specs/mallard.lang
|
550
289
|
- vendor/local/share/gtksourceview-3.0/language-specs/markdown.lang
|
551
290
|
- vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang
|
291
|
+
- vendor/local/share/gtksourceview-3.0/language-specs/mediawiki.lang
|
552
292
|
- vendor/local/share/gtksourceview-3.0/language-specs/modelica.lang
|
553
293
|
- vendor/local/share/gtksourceview-3.0/language-specs/mxml.lang
|
554
294
|
- vendor/local/share/gtksourceview-3.0/language-specs/nemerle.lang
|
@@ -574,6 +314,7 @@ files:
|
|
574
314
|
- vendor/local/share/gtksourceview-3.0/language-specs/python3.lang
|
575
315
|
- vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang
|
576
316
|
- vendor/local/share/gtksourceview-3.0/language-specs/ruby.lang
|
317
|
+
- vendor/local/share/gtksourceview-3.0/language-specs/scala.lang
|
577
318
|
- vendor/local/share/gtksourceview-3.0/language-specs/scheme.lang
|
578
319
|
- vendor/local/share/gtksourceview-3.0/language-specs/scilab.lang
|
579
320
|
- vendor/local/share/gtksourceview-3.0/language-specs/sh.lang
|
@@ -591,7 +332,6 @@ files:
|
|
591
332
|
- vendor/local/share/gtksourceview-3.0/language-specs/xml.lang
|
592
333
|
- vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang
|
593
334
|
- vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang
|
594
|
-
- vendor/local/share/gtksourceview-3.0/styles/check-style.sh
|
595
335
|
- vendor/local/share/gtksourceview-3.0/styles/classic.xml
|
596
336
|
- vendor/local/share/gtksourceview-3.0/styles/cobalt.xml
|
597
337
|
- vendor/local/share/gtksourceview-3.0/styles/kate.xml
|
@@ -600,34 +340,27 @@ files:
|
|
600
340
|
- vendor/local/share/gtksourceview-3.0/styles/tango.xml
|
601
341
|
- vendor/local/share/license/gtksourceview/AUTHORS
|
602
342
|
- vendor/local/share/license/gtksourceview/COPYING
|
603
|
-
- vendor/local/share/man/man1/xml2-config.1
|
604
|
-
- vendor/local/share/man/man1/xmlcatalog.1
|
605
|
-
- vendor/local/share/man/man1/xmllint.1
|
606
|
-
- vendor/local/share/man/man3/libxml.3
|
607
|
-
- vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log
|
608
|
-
- vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh
|
609
343
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
610
344
|
licenses: []
|
345
|
+
metadata: {}
|
611
346
|
post_install_message:
|
612
347
|
rdoc_options: []
|
613
348
|
require_paths:
|
614
349
|
- lib
|
615
350
|
required_ruby_version: !ruby/object:Gem::Requirement
|
616
|
-
none: false
|
617
351
|
requirements:
|
618
|
-
- -
|
352
|
+
- - '>='
|
619
353
|
- !ruby/object:Gem::Version
|
620
|
-
version: 1.
|
354
|
+
version: 1.9.3
|
621
355
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
622
|
-
none: false
|
623
356
|
requirements:
|
624
|
-
- -
|
357
|
+
- - '>='
|
625
358
|
- !ruby/object:Gem::Version
|
626
359
|
version: '0'
|
627
360
|
requirements: []
|
628
361
|
rubyforge_project:
|
629
|
-
rubygems_version:
|
362
|
+
rubygems_version: 2.0.14
|
630
363
|
signing_key:
|
631
|
-
specification_version:
|
364
|
+
specification_version: 4
|
632
365
|
summary: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|
633
366
|
test_files: []
|