rroonga 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -2
- data/ext/groonga/rb-grn-expression.c +4 -3
- data/ext/groonga/rb-grn-object.c +13 -0
- data/ext/groonga/rb-grn-snippet.c +32 -126
- data/ext/groonga/rb-grn.h +14 -11
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/rroonga-build.rb +1 -1
- data/vendor/local/bin/{grntest.exe → groonga-benchmark.exe} +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga/plugin.h +1 -1
- data/vendor/local/include/groonga/groonga.h +10 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
- data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
- data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
- data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
- data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
- data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
- data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
- data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
- data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
- data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
- data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/source/community.txt +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
- data/vendor/local/share/doc/groonga/source/install.txt +72 -8
- data/vendor/local/share/doc/groonga/source/news.txt +45 -1
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/source/type.txt +30 -21
- data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
- data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
- data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
- data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
- data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
- data/vendor/local/share/groonga/html/admin/index.html +1 -1
- data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
- data/vendor/local/share/man/man1/groonga.1 +510 -211
- metadata +62 -15
- data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
- data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
- data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
- data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
@@ -1,278 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* default.css_t
|
3
|
-
* ~~~~~~~~~~~~~
|
4
|
-
*
|
5
|
-
* Sphinx stylesheet -- default theme.
|
6
|
-
*
|
7
|
-
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
8
|
-
* :license: BSD, see LICENSE for details.
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
|
12
|
-
@import url("basic.css");
|
13
|
-
|
14
|
-
/* -- page layout ----------------------------------------------------------- */
|
15
|
-
|
16
|
-
body {
|
17
|
-
font-family: #666666;
|
18
|
-
font-size: 100%;
|
19
|
-
background-color: #ffffff;
|
20
|
-
color: #000;
|
21
|
-
margin: 0;
|
22
|
-
padding: 0;
|
23
|
-
}
|
24
|
-
|
25
|
-
div.document {
|
26
|
-
background-color: #ffffff;
|
27
|
-
}
|
28
|
-
|
29
|
-
div.documentwrapper {
|
30
|
-
float: left;
|
31
|
-
width: 100%;
|
32
|
-
}
|
33
|
-
|
34
|
-
div.bodywrapper {
|
35
|
-
margin: 0 0 0 230px;
|
36
|
-
}
|
37
|
-
|
38
|
-
div.body {
|
39
|
-
background-color: #ffffff;
|
40
|
-
color: #000000;
|
41
|
-
padding: 0 20px 30px 20px;
|
42
|
-
}
|
43
|
-
div.bodywrapper {
|
44
|
-
margin: 0 230px 0 0;
|
45
|
-
}
|
46
|
-
|
47
|
-
div.footer {
|
48
|
-
color: #000000;
|
49
|
-
width: 100%;
|
50
|
-
padding: 9px 0 9px 0;
|
51
|
-
text-align: center;
|
52
|
-
font-size: 75%;
|
53
|
-
}
|
54
|
-
|
55
|
-
div.footer a {
|
56
|
-
color: #000000;
|
57
|
-
text-decoration: underline;
|
58
|
-
}
|
59
|
-
|
60
|
-
div.related {
|
61
|
-
background-color: #f6872e;
|
62
|
-
line-height: 30px;
|
63
|
-
color: #ffffff;
|
64
|
-
}
|
65
|
-
|
66
|
-
div.related a {
|
67
|
-
color: #ffffff;
|
68
|
-
}
|
69
|
-
|
70
|
-
div.sphinxsidebar {
|
71
|
-
top: 30px;
|
72
|
-
bottom: 0;
|
73
|
-
margin: 0;
|
74
|
-
position: fixed;
|
75
|
-
overflow: auto;
|
76
|
-
height: auto;
|
77
|
-
float: right;
|
78
|
-
right: 0;
|
79
|
-
}
|
80
|
-
/* this is nice, but it it leads to hidden headings when jumping
|
81
|
-
to an anchor */
|
82
|
-
/*
|
83
|
-
div.related {
|
84
|
-
position: fixed;
|
85
|
-
}
|
86
|
-
|
87
|
-
div.documentwrapper {
|
88
|
-
margin-top: 30px;
|
89
|
-
}
|
90
|
-
*/
|
91
|
-
|
92
|
-
div.sphinxsidebar h3 {
|
93
|
-
font-family: sans-serif;
|
94
|
-
color: #000000;
|
95
|
-
font-size: 1.4em;
|
96
|
-
font-weight: normal;
|
97
|
-
margin: 0;
|
98
|
-
padding: 0;
|
99
|
-
}
|
100
|
-
|
101
|
-
div.sphinxsidebar h3 a {
|
102
|
-
color: #000000;
|
103
|
-
}
|
104
|
-
|
105
|
-
div.sphinxsidebar h4 {
|
106
|
-
font-family: sans-serif;
|
107
|
-
color: #000000;
|
108
|
-
font-size: 1.3em;
|
109
|
-
font-weight: normal;
|
110
|
-
margin: 5px 0 0 0;
|
111
|
-
padding: 0;
|
112
|
-
}
|
113
|
-
|
114
|
-
div.sphinxsidebar p {
|
115
|
-
color: #000000;
|
116
|
-
}
|
117
|
-
|
118
|
-
div.sphinxsidebar p.topless {
|
119
|
-
margin: 5px 10px 10px 10px;
|
120
|
-
}
|
121
|
-
|
122
|
-
div.sphinxsidebar ul {
|
123
|
-
margin: 10px;
|
124
|
-
padding: 0;
|
125
|
-
color: #000000;
|
126
|
-
}
|
127
|
-
|
128
|
-
div.sphinxsidebar a {
|
129
|
-
color: #992e1d;
|
130
|
-
}
|
131
|
-
|
132
|
-
div.sphinxsidebar input {
|
133
|
-
border: 1px solid #992e1d;
|
134
|
-
font-family: sans-serif;
|
135
|
-
font-size: 1em;
|
136
|
-
}
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
/* -- hyperlink styles ------------------------------------------------------ */
|
141
|
-
|
142
|
-
a {
|
143
|
-
color: #e15611;
|
144
|
-
text-decoration: none;
|
145
|
-
}
|
146
|
-
|
147
|
-
a:visited {
|
148
|
-
color: #f6872e;
|
149
|
-
text-decoration: none;
|
150
|
-
}
|
151
|
-
|
152
|
-
a:hover {
|
153
|
-
text-decoration: underline;
|
154
|
-
}
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
/* -- body styles ----------------------------------------------------------- */
|
159
|
-
|
160
|
-
div.body h1,
|
161
|
-
div.body h2,
|
162
|
-
div.body h3,
|
163
|
-
div.body h4,
|
164
|
-
div.body h5,
|
165
|
-
div.body h6 {
|
166
|
-
font-family: sans-serif;
|
167
|
-
background-color: transparent;
|
168
|
-
font-weight: normal;
|
169
|
-
color: #992e1d;
|
170
|
-
border-bottom: 1px solid #ccc;
|
171
|
-
margin: 20px -20px 10px -20px;
|
172
|
-
padding: 3px 0 3px 10px;
|
173
|
-
}
|
174
|
-
|
175
|
-
div.body h1 { margin-top: 0; font-size: 200%; }
|
176
|
-
div.body h2 { font-size: 160%; }
|
177
|
-
div.body h3 { font-size: 140%; }
|
178
|
-
div.body h4 { font-size: 120%; }
|
179
|
-
div.body h5 { font-size: 110%; }
|
180
|
-
div.body h6 { font-size: 100%; }
|
181
|
-
|
182
|
-
a.headerlink {
|
183
|
-
color: #f8e0ae;
|
184
|
-
font-size: 0.8em;
|
185
|
-
padding: 0 4px 0 4px;
|
186
|
-
text-decoration: none;
|
187
|
-
}
|
188
|
-
|
189
|
-
a.headerlink:hover {
|
190
|
-
background-color: #f8e0ae;
|
191
|
-
color: white;
|
192
|
-
}
|
193
|
-
|
194
|
-
div.body p, div.body dd, div.body li {
|
195
|
-
text-align: justify;
|
196
|
-
line-height: 130%;
|
197
|
-
}
|
198
|
-
|
199
|
-
div.admonition p.admonition-title + p {
|
200
|
-
display: inline;
|
201
|
-
}
|
202
|
-
|
203
|
-
div.admonition p {
|
204
|
-
margin-bottom: 5px;
|
205
|
-
}
|
206
|
-
|
207
|
-
div.admonition pre {
|
208
|
-
margin-bottom: 5px;
|
209
|
-
}
|
210
|
-
|
211
|
-
div.admonition ul, div.admonition ol {
|
212
|
-
margin-bottom: 5px;
|
213
|
-
}
|
214
|
-
|
215
|
-
div.note {
|
216
|
-
background-color: #eee;
|
217
|
-
border: 1px solid #ccc;
|
218
|
-
}
|
219
|
-
|
220
|
-
div.seealso {
|
221
|
-
background-color: #ffc;
|
222
|
-
border: 1px solid #ff6;
|
223
|
-
}
|
224
|
-
|
225
|
-
div.topic {
|
226
|
-
background-color: #eee;
|
227
|
-
}
|
228
|
-
|
229
|
-
div.warning {
|
230
|
-
background-color: #ffe4e4;
|
231
|
-
border: 1px solid #f66;
|
232
|
-
}
|
233
|
-
|
234
|
-
p.admonition-title {
|
235
|
-
display: inline;
|
236
|
-
}
|
237
|
-
|
238
|
-
p.admonition-title:after {
|
239
|
-
content: ":";
|
240
|
-
}
|
241
|
-
|
242
|
-
pre {
|
243
|
-
padding: 5px;
|
244
|
-
background-color: #eeffcc;
|
245
|
-
color: #333333;
|
246
|
-
line-height: 120%;
|
247
|
-
border: 1px solid #ac9;
|
248
|
-
border-left: none;
|
249
|
-
border-right: none;
|
250
|
-
}
|
251
|
-
|
252
|
-
tt {
|
253
|
-
background-color: #ecf0f3;
|
254
|
-
padding: 0 1px 0 1px;
|
255
|
-
font-size: 0.95em;
|
256
|
-
}
|
257
|
-
|
258
|
-
th {
|
259
|
-
background-color: #ede;
|
260
|
-
}
|
261
|
-
|
262
|
-
.warning tt {
|
263
|
-
background: #efc2c2;
|
264
|
-
}
|
265
|
-
|
266
|
-
.note tt {
|
267
|
-
background: #d6d6d6;
|
268
|
-
}
|
269
|
-
|
270
|
-
.viewcode-back {
|
271
|
-
font-family: #666666;
|
272
|
-
}
|
273
|
-
|
274
|
-
div.viewcode-block:target {
|
275
|
-
background-color: #f4debf;
|
276
|
-
border-top: 1px solid #ac9;
|
277
|
-
border-bottom: 1px solid #ac9;
|
278
|
-
}
|
Binary file
|
Binary file
|
@@ -1,151 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* sidebar.js
|
3
|
-
* ~~~~~~~~~~
|
4
|
-
*
|
5
|
-
* This script makes the Sphinx sidebar collapsible.
|
6
|
-
*
|
7
|
-
* .sphinxsidebar contains .sphinxsidebarwrapper. This script adds
|
8
|
-
* in .sphixsidebar, after .sphinxsidebarwrapper, the #sidebarbutton
|
9
|
-
* used to collapse and expand the sidebar.
|
10
|
-
*
|
11
|
-
* When the sidebar is collapsed the .sphinxsidebarwrapper is hidden
|
12
|
-
* and the width of the sidebar and the margin-left of the document
|
13
|
-
* are decreased. When the sidebar is expanded the opposite happens.
|
14
|
-
* This script saves a per-browser/per-session cookie used to
|
15
|
-
* remember the position of the sidebar among the pages.
|
16
|
-
* Once the browser is closed the cookie is deleted and the position
|
17
|
-
* reset to the default (expanded).
|
18
|
-
*
|
19
|
-
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
20
|
-
* :license: BSD, see LICENSE for details.
|
21
|
-
*
|
22
|
-
*/
|
23
|
-
|
24
|
-
$(function() {
|
25
|
-
// global elements used by the functions.
|
26
|
-
// the 'sidebarbutton' element is defined as global after its
|
27
|
-
// creation, in the add_sidebar_button function
|
28
|
-
var bodywrapper = $('.bodywrapper');
|
29
|
-
var sidebar = $('.sphinxsidebar');
|
30
|
-
var sidebarwrapper = $('.sphinxsidebarwrapper');
|
31
|
-
|
32
|
-
// for some reason, the document has no sidebar; do not run into errors
|
33
|
-
if (!sidebar.length) return;
|
34
|
-
|
35
|
-
// original margin-left of the bodywrapper and width of the sidebar
|
36
|
-
// with the sidebar expanded
|
37
|
-
var bw_margin_expanded = bodywrapper.css('margin-left');
|
38
|
-
var ssb_width_expanded = sidebar.width();
|
39
|
-
|
40
|
-
// margin-left of the bodywrapper and width of the sidebar
|
41
|
-
// with the sidebar collapsed
|
42
|
-
var bw_margin_collapsed = '.8em';
|
43
|
-
var ssb_width_collapsed = '.8em';
|
44
|
-
|
45
|
-
// colors used by the current theme
|
46
|
-
var dark_color = $('.related').css('background-color');
|
47
|
-
var light_color = $('.document').css('background-color');
|
48
|
-
|
49
|
-
function sidebar_is_collapsed() {
|
50
|
-
return sidebarwrapper.is(':not(:visible)');
|
51
|
-
}
|
52
|
-
|
53
|
-
function toggle_sidebar() {
|
54
|
-
if (sidebar_is_collapsed())
|
55
|
-
expand_sidebar();
|
56
|
-
else
|
57
|
-
collapse_sidebar();
|
58
|
-
}
|
59
|
-
|
60
|
-
function collapse_sidebar() {
|
61
|
-
sidebarwrapper.hide();
|
62
|
-
sidebar.css('width', ssb_width_collapsed);
|
63
|
-
bodywrapper.css('margin-left', bw_margin_collapsed);
|
64
|
-
sidebarbutton.css({
|
65
|
-
'margin-left': '0',
|
66
|
-
'height': bodywrapper.height()
|
67
|
-
});
|
68
|
-
sidebarbutton.find('span').text('»');
|
69
|
-
sidebarbutton.attr('title', _('Expand sidebar'));
|
70
|
-
document.cookie = 'sidebar=collapsed';
|
71
|
-
}
|
72
|
-
|
73
|
-
function expand_sidebar() {
|
74
|
-
bodywrapper.css('margin-left', bw_margin_expanded);
|
75
|
-
sidebar.css('width', ssb_width_expanded);
|
76
|
-
sidebarwrapper.show();
|
77
|
-
sidebarbutton.css({
|
78
|
-
'margin-left': ssb_width_expanded-12,
|
79
|
-
'height': bodywrapper.height()
|
80
|
-
});
|
81
|
-
sidebarbutton.find('span').text('«');
|
82
|
-
sidebarbutton.attr('title', _('Collapse sidebar'));
|
83
|
-
document.cookie = 'sidebar=expanded';
|
84
|
-
}
|
85
|
-
|
86
|
-
function add_sidebar_button() {
|
87
|
-
sidebarwrapper.css({
|
88
|
-
'float': 'left',
|
89
|
-
'margin-right': '0',
|
90
|
-
'width': ssb_width_expanded - 28
|
91
|
-
});
|
92
|
-
// create the button
|
93
|
-
sidebar.append(
|
94
|
-
'<div id="sidebarbutton"><span>«</span></div>'
|
95
|
-
);
|
96
|
-
var sidebarbutton = $('#sidebarbutton');
|
97
|
-
light_color = sidebarbutton.css('background-color');
|
98
|
-
// find the height of the viewport to center the '<<' in the page
|
99
|
-
var viewport_height;
|
100
|
-
if (window.innerHeight)
|
101
|
-
viewport_height = window.innerHeight;
|
102
|
-
else
|
103
|
-
viewport_height = $(window).height();
|
104
|
-
sidebarbutton.find('span').css({
|
105
|
-
'display': 'block',
|
106
|
-
'margin-top': (viewport_height - sidebar.position().top - 20) / 2
|
107
|
-
});
|
108
|
-
|
109
|
-
sidebarbutton.click(toggle_sidebar);
|
110
|
-
sidebarbutton.attr('title', _('Collapse sidebar'));
|
111
|
-
sidebarbutton.css({
|
112
|
-
'color': '#FFFFFF',
|
113
|
-
'border-left': '1px solid ' + dark_color,
|
114
|
-
'font-size': '1.2em',
|
115
|
-
'cursor': 'pointer',
|
116
|
-
'height': bodywrapper.height(),
|
117
|
-
'padding-top': '1px',
|
118
|
-
'margin-left': ssb_width_expanded - 12
|
119
|
-
});
|
120
|
-
|
121
|
-
sidebarbutton.hover(
|
122
|
-
function () {
|
123
|
-
$(this).css('background-color', dark_color);
|
124
|
-
},
|
125
|
-
function () {
|
126
|
-
$(this).css('background-color', light_color);
|
127
|
-
}
|
128
|
-
);
|
129
|
-
}
|
130
|
-
|
131
|
-
function set_position_from_cookie() {
|
132
|
-
if (!document.cookie)
|
133
|
-
return;
|
134
|
-
var items = document.cookie.split(';');
|
135
|
-
for(var k=0; k<items.length; k++) {
|
136
|
-
var key_val = items[k].split('=');
|
137
|
-
var key = key_val[0];
|
138
|
-
if (key == 'sidebar') {
|
139
|
-
var value = key_val[1];
|
140
|
-
if ((value == 'collapsed') && (!sidebar_is_collapsed()))
|
141
|
-
collapse_sidebar();
|
142
|
-
else if ((value == 'expanded') && (sidebar_is_collapsed()))
|
143
|
-
expand_sidebar();
|
144
|
-
}
|
145
|
-
}
|
146
|
-
}
|
147
|
-
|
148
|
-
add_sidebar_button();
|
149
|
-
var sidebarbutton = $('#sidebarbutton');
|
150
|
-
set_position_from_cookie();
|
151
|
-
});
|
@@ -1,278 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* default.css_t
|
3
|
-
* ~~~~~~~~~~~~~
|
4
|
-
*
|
5
|
-
* Sphinx stylesheet -- default theme.
|
6
|
-
*
|
7
|
-
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
8
|
-
* :license: BSD, see LICENSE for details.
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
|
12
|
-
@import url("basic.css");
|
13
|
-
|
14
|
-
/* -- page layout ----------------------------------------------------------- */
|
15
|
-
|
16
|
-
body {
|
17
|
-
font-family: #666666;
|
18
|
-
font-size: 100%;
|
19
|
-
background-color: #ffffff;
|
20
|
-
color: #000;
|
21
|
-
margin: 0;
|
22
|
-
padding: 0;
|
23
|
-
}
|
24
|
-
|
25
|
-
div.document {
|
26
|
-
background-color: #ffffff;
|
27
|
-
}
|
28
|
-
|
29
|
-
div.documentwrapper {
|
30
|
-
float: left;
|
31
|
-
width: 100%;
|
32
|
-
}
|
33
|
-
|
34
|
-
div.bodywrapper {
|
35
|
-
margin: 0 0 0 230px;
|
36
|
-
}
|
37
|
-
|
38
|
-
div.body {
|
39
|
-
background-color: #ffffff;
|
40
|
-
color: #000000;
|
41
|
-
padding: 0 20px 30px 20px;
|
42
|
-
}
|
43
|
-
div.bodywrapper {
|
44
|
-
margin: 0 230px 0 0;
|
45
|
-
}
|
46
|
-
|
47
|
-
div.footer {
|
48
|
-
color: #000000;
|
49
|
-
width: 100%;
|
50
|
-
padding: 9px 0 9px 0;
|
51
|
-
text-align: center;
|
52
|
-
font-size: 75%;
|
53
|
-
}
|
54
|
-
|
55
|
-
div.footer a {
|
56
|
-
color: #000000;
|
57
|
-
text-decoration: underline;
|
58
|
-
}
|
59
|
-
|
60
|
-
div.related {
|
61
|
-
background-color: #f6872e;
|
62
|
-
line-height: 30px;
|
63
|
-
color: #ffffff;
|
64
|
-
}
|
65
|
-
|
66
|
-
div.related a {
|
67
|
-
color: #ffffff;
|
68
|
-
}
|
69
|
-
|
70
|
-
div.sphinxsidebar {
|
71
|
-
top: 30px;
|
72
|
-
bottom: 0;
|
73
|
-
margin: 0;
|
74
|
-
position: fixed;
|
75
|
-
overflow: auto;
|
76
|
-
height: auto;
|
77
|
-
float: right;
|
78
|
-
right: 0;
|
79
|
-
}
|
80
|
-
/* this is nice, but it it leads to hidden headings when jumping
|
81
|
-
to an anchor */
|
82
|
-
/*
|
83
|
-
div.related {
|
84
|
-
position: fixed;
|
85
|
-
}
|
86
|
-
|
87
|
-
div.documentwrapper {
|
88
|
-
margin-top: 30px;
|
89
|
-
}
|
90
|
-
*/
|
91
|
-
|
92
|
-
div.sphinxsidebar h3 {
|
93
|
-
font-family: sans-serif;
|
94
|
-
color: #000000;
|
95
|
-
font-size: 1.4em;
|
96
|
-
font-weight: normal;
|
97
|
-
margin: 0;
|
98
|
-
padding: 0;
|
99
|
-
}
|
100
|
-
|
101
|
-
div.sphinxsidebar h3 a {
|
102
|
-
color: #000000;
|
103
|
-
}
|
104
|
-
|
105
|
-
div.sphinxsidebar h4 {
|
106
|
-
font-family: sans-serif;
|
107
|
-
color: #000000;
|
108
|
-
font-size: 1.3em;
|
109
|
-
font-weight: normal;
|
110
|
-
margin: 5px 0 0 0;
|
111
|
-
padding: 0;
|
112
|
-
}
|
113
|
-
|
114
|
-
div.sphinxsidebar p {
|
115
|
-
color: #000000;
|
116
|
-
}
|
117
|
-
|
118
|
-
div.sphinxsidebar p.topless {
|
119
|
-
margin: 5px 10px 10px 10px;
|
120
|
-
}
|
121
|
-
|
122
|
-
div.sphinxsidebar ul {
|
123
|
-
margin: 10px;
|
124
|
-
padding: 0;
|
125
|
-
color: #000000;
|
126
|
-
}
|
127
|
-
|
128
|
-
div.sphinxsidebar a {
|
129
|
-
color: #992e1d;
|
130
|
-
}
|
131
|
-
|
132
|
-
div.sphinxsidebar input {
|
133
|
-
border: 1px solid #992e1d;
|
134
|
-
font-family: sans-serif;
|
135
|
-
font-size: 1em;
|
136
|
-
}
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
/* -- hyperlink styles ------------------------------------------------------ */
|
141
|
-
|
142
|
-
a {
|
143
|
-
color: #e15611;
|
144
|
-
text-decoration: none;
|
145
|
-
}
|
146
|
-
|
147
|
-
a:visited {
|
148
|
-
color: #f6872e;
|
149
|
-
text-decoration: none;
|
150
|
-
}
|
151
|
-
|
152
|
-
a:hover {
|
153
|
-
text-decoration: underline;
|
154
|
-
}
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
/* -- body styles ----------------------------------------------------------- */
|
159
|
-
|
160
|
-
div.body h1,
|
161
|
-
div.body h2,
|
162
|
-
div.body h3,
|
163
|
-
div.body h4,
|
164
|
-
div.body h5,
|
165
|
-
div.body h6 {
|
166
|
-
font-family: sans-serif;
|
167
|
-
background-color: transparent;
|
168
|
-
font-weight: normal;
|
169
|
-
color: #992e1d;
|
170
|
-
border-bottom: 1px solid #ccc;
|
171
|
-
margin: 20px -20px 10px -20px;
|
172
|
-
padding: 3px 0 3px 10px;
|
173
|
-
}
|
174
|
-
|
175
|
-
div.body h1 { margin-top: 0; font-size: 200%; }
|
176
|
-
div.body h2 { font-size: 160%; }
|
177
|
-
div.body h3 { font-size: 140%; }
|
178
|
-
div.body h4 { font-size: 120%; }
|
179
|
-
div.body h5 { font-size: 110%; }
|
180
|
-
div.body h6 { font-size: 100%; }
|
181
|
-
|
182
|
-
a.headerlink {
|
183
|
-
color: #f8e0ae;
|
184
|
-
font-size: 0.8em;
|
185
|
-
padding: 0 4px 0 4px;
|
186
|
-
text-decoration: none;
|
187
|
-
}
|
188
|
-
|
189
|
-
a.headerlink:hover {
|
190
|
-
background-color: #f8e0ae;
|
191
|
-
color: white;
|
192
|
-
}
|
193
|
-
|
194
|
-
div.body p, div.body dd, div.body li {
|
195
|
-
text-align: justify;
|
196
|
-
line-height: 130%;
|
197
|
-
}
|
198
|
-
|
199
|
-
div.admonition p.admonition-title + p {
|
200
|
-
display: inline;
|
201
|
-
}
|
202
|
-
|
203
|
-
div.admonition p {
|
204
|
-
margin-bottom: 5px;
|
205
|
-
}
|
206
|
-
|
207
|
-
div.admonition pre {
|
208
|
-
margin-bottom: 5px;
|
209
|
-
}
|
210
|
-
|
211
|
-
div.admonition ul, div.admonition ol {
|
212
|
-
margin-bottom: 5px;
|
213
|
-
}
|
214
|
-
|
215
|
-
div.note {
|
216
|
-
background-color: #eee;
|
217
|
-
border: 1px solid #ccc;
|
218
|
-
}
|
219
|
-
|
220
|
-
div.seealso {
|
221
|
-
background-color: #ffc;
|
222
|
-
border: 1px solid #ff6;
|
223
|
-
}
|
224
|
-
|
225
|
-
div.topic {
|
226
|
-
background-color: #eee;
|
227
|
-
}
|
228
|
-
|
229
|
-
div.warning {
|
230
|
-
background-color: #ffe4e4;
|
231
|
-
border: 1px solid #f66;
|
232
|
-
}
|
233
|
-
|
234
|
-
p.admonition-title {
|
235
|
-
display: inline;
|
236
|
-
}
|
237
|
-
|
238
|
-
p.admonition-title:after {
|
239
|
-
content: ":";
|
240
|
-
}
|
241
|
-
|
242
|
-
pre {
|
243
|
-
padding: 5px;
|
244
|
-
background-color: #eeffcc;
|
245
|
-
color: #333333;
|
246
|
-
line-height: 120%;
|
247
|
-
border: 1px solid #ac9;
|
248
|
-
border-left: none;
|
249
|
-
border-right: none;
|
250
|
-
}
|
251
|
-
|
252
|
-
tt {
|
253
|
-
background-color: #ecf0f3;
|
254
|
-
padding: 0 1px 0 1px;
|
255
|
-
font-size: 0.95em;
|
256
|
-
}
|
257
|
-
|
258
|
-
th {
|
259
|
-
background-color: #ede;
|
260
|
-
}
|
261
|
-
|
262
|
-
.warning tt {
|
263
|
-
background: #efc2c2;
|
264
|
-
}
|
265
|
-
|
266
|
-
.note tt {
|
267
|
-
background: #d6d6d6;
|
268
|
-
}
|
269
|
-
|
270
|
-
.viewcode-back {
|
271
|
-
font-family: #666666;
|
272
|
-
}
|
273
|
-
|
274
|
-
div.viewcode-block:target {
|
275
|
-
background-color: #f4debf;
|
276
|
-
border-top: 1px solid #ac9;
|
277
|
-
border-bottom: 1px solid #ac9;
|
278
|
-
}
|
Binary file
|
Binary file
|