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
@@ -10,72 +10,62 @@
|
|
10
10
|
*
|
11
11
|
*/
|
12
12
|
|
13
|
-
@import url("
|
13
|
+
@import url("basic.css");
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
div.sphinxsidebar a:visited
|
15
|
+
html,
|
16
|
+
body
|
18
17
|
{
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
a:visited
|
23
|
-
{
|
24
|
-
color: #f6872e;
|
18
|
+
margin: 10px;
|
19
|
+
padding: 0px;
|
25
20
|
}
|
26
21
|
|
27
|
-
|
28
|
-
div.sphinxsidebar a:active,
|
29
|
-
a:hover,
|
30
|
-
div.sphinxsidebar a:hover
|
22
|
+
body
|
31
23
|
{
|
32
|
-
|
33
|
-
|
34
|
-
|
24
|
+
font-family: #666666;
|
25
|
+
font-size: 100%;
|
26
|
+
background-color: #ffffff;
|
27
|
+
color: #000;
|
35
28
|
}
|
36
29
|
|
37
30
|
div.header
|
38
31
|
{
|
39
|
-
/*
|
32
|
+
display: block; /* for IE < 9. */
|
33
|
+
position: relative;
|
34
|
+
margin: 0px;
|
35
|
+
padding: 0px;
|
40
36
|
}
|
41
37
|
|
42
38
|
div.header h1.title
|
43
39
|
{
|
44
40
|
background: url(logo.png) no-repeat;
|
45
|
-
|
46
|
-
font-family: sans-serif;
|
47
|
-
font-size: 12px;
|
48
|
-
font-weight: bold;
|
49
|
-
text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
|
50
|
-
margin: 0;
|
51
|
-
margin-right: 360px;
|
52
|
-
padding: 0px;
|
53
|
-
height: 125px;
|
41
|
+
margin: 20px;
|
54
42
|
}
|
55
43
|
|
56
44
|
div.header h1.title a,
|
57
45
|
div.header h1.title a:link,
|
58
46
|
div.header h1.title a:visited
|
59
47
|
{
|
60
|
-
color: black;
|
61
|
-
background-color: transparent;
|
62
48
|
text-decoration: none;
|
63
49
|
}
|
64
50
|
|
51
|
+
div.header h1.title a:hover
|
52
|
+
{
|
53
|
+
background: none;
|
54
|
+
}
|
55
|
+
|
65
56
|
div.header h1.title a
|
66
57
|
{
|
67
58
|
display: block;
|
68
|
-
height:
|
69
|
-
|
70
|
-
|
71
|
-
|
59
|
+
height: 65px;
|
60
|
+
color: #666;
|
61
|
+
font-size: small;
|
62
|
+
font-weight: lighter;
|
63
|
+
margin-bottom: 40px;
|
64
|
+
border: 1px solid #FFF;
|
72
65
|
}
|
73
66
|
|
74
67
|
div.header h1.title span
|
75
68
|
{
|
76
|
-
display: block;
|
77
|
-
padding-left: 260px;
|
78
|
-
margin-bottom: 2px;
|
79
69
|
}
|
80
70
|
|
81
71
|
div.header h1.title span.project,
|
@@ -86,19 +76,21 @@ div.header h1.title span.separator
|
|
86
76
|
|
87
77
|
div.header h1.title span.description
|
88
78
|
{
|
89
|
-
|
79
|
+
display: block;
|
80
|
+
padding: 0;
|
81
|
+
margin: 35px 0 0 240px;
|
90
82
|
}
|
91
83
|
|
92
84
|
div.header div.facebook-buttons
|
93
85
|
{
|
94
86
|
position: absolute;
|
95
|
-
top:
|
96
|
-
right:
|
97
|
-
border: #
|
87
|
+
top: 0px;
|
88
|
+
right: 0px;
|
89
|
+
border: #3b5a9a 3px solid;
|
98
90
|
background-color: white;
|
99
|
-
-moz-border-radius:
|
100
|
-
-webkit-border-radius:
|
101
|
-
border-radius:
|
91
|
+
-moz-border-radius: 5px;
|
92
|
+
-webkit-border-radius: 5px;
|
93
|
+
border-radius: 5px;
|
102
94
|
padding-top: 10px;
|
103
95
|
padding-left: 10px;
|
104
96
|
width: 320px;
|
@@ -110,8 +102,8 @@ div.header div.other-language-links
|
|
110
102
|
{
|
111
103
|
position: absolute;
|
112
104
|
top: 5px;
|
113
|
-
right:
|
114
|
-
|
105
|
+
right: 0;
|
106
|
+
font-size: small;
|
115
107
|
}
|
116
108
|
|
117
109
|
div.header div.other-language-links ul,
|
@@ -127,27 +119,43 @@ header div.other-language-links a img
|
|
127
119
|
border-style: none;
|
128
120
|
}
|
129
121
|
|
122
|
+
a.headerlink
|
123
|
+
{
|
124
|
+
color: #CCC;
|
125
|
+
font-size: 0.8em;
|
126
|
+
padding: 0 4px 0 4px;
|
127
|
+
text-decoration: none;
|
128
|
+
}
|
129
|
+
|
130
|
+
a.headerlink:hover
|
131
|
+
{
|
132
|
+
background-color: #f8e0ae;
|
133
|
+
color: white;
|
134
|
+
}
|
135
|
+
|
136
|
+
div.documentwrapper
|
137
|
+
{
|
138
|
+
float: left;
|
139
|
+
width: 100%;
|
140
|
+
}
|
141
|
+
|
130
142
|
div.bodywrapper
|
131
143
|
{
|
132
|
-
background-color: #
|
133
|
-
|
144
|
+
background-color: #FAFAFA;
|
145
|
+
border: 1px solid #DDD;
|
146
|
+
padding: 10px;
|
134
147
|
margin-top: 10px;
|
148
|
+
margin-left: 10px;
|
149
|
+
margin-right: 230px;
|
135
150
|
margin-bottom: 10px;
|
136
|
-
-moz-border-radius: 10px;
|
137
|
-
-webkit-border-radius: 10px;
|
138
|
-
border-radius: 10px;
|
139
151
|
}
|
140
152
|
|
141
153
|
div.body
|
142
154
|
{
|
143
|
-
background-color: #
|
144
|
-
|
145
|
-
padding
|
146
|
-
padding-
|
147
|
-
padding-bottom: 20px;
|
148
|
-
-moz-border-radius: 10px;
|
149
|
-
-webkit-border-radius: 10px;
|
150
|
-
border-radius: 10px;
|
155
|
+
background-color: #ffffff;
|
156
|
+
color: #000000;
|
157
|
+
padding: 0 20px 30px 20px;
|
158
|
+
padding-top: 10px;
|
151
159
|
}
|
152
160
|
|
153
161
|
div.body h1,
|
@@ -157,39 +165,153 @@ div.body h4,
|
|
157
165
|
div.body h5,
|
158
166
|
div.body h6
|
159
167
|
{
|
168
|
+
font-family: sans-serif;
|
169
|
+
background-color: transparent;
|
170
|
+
border-bottom: 1px solid #ccc;
|
160
171
|
margin: 0;
|
161
|
-
|
162
|
-
|
163
|
-
padding-top: 10px;
|
164
|
-
padding-left: 20px;
|
165
|
-
padding-right: 20px;
|
172
|
+
padding: 3px 0 3px 10px;
|
173
|
+
padding-bottom: 10px;
|
166
174
|
position: relative;
|
167
|
-
|
168
|
-
color: #992e1d;
|
175
|
+
color: #000;
|
169
176
|
font-weight: bold;
|
170
177
|
}
|
171
178
|
|
172
|
-
div.
|
179
|
+
div.body h1
|
173
180
|
{
|
174
|
-
|
181
|
+
color: white;
|
182
|
+
background: #005fb0 url(navigation-bar.png) top left repeat-x;
|
175
183
|
font-weight: bold;
|
176
|
-
|
177
|
-
|
184
|
+
font-size: large;
|
185
|
+
padding: 10px;
|
186
|
+
padding-left: 30px;
|
187
|
+
margin-top: 0;
|
188
|
+
}
|
189
|
+
|
190
|
+
div.body h2
|
191
|
+
{
|
192
|
+
font-size: large;
|
193
|
+
padding: 10px 0;
|
194
|
+
border-bottom: 3px solid #DDD;
|
195
|
+
}
|
196
|
+
|
197
|
+
div.body h3
|
198
|
+
{
|
199
|
+
font-size: medium;
|
200
|
+
padding: 10px 0 0 0;
|
201
|
+
border-bottom: 1px solid #EEE;
|
202
|
+
}
|
203
|
+
|
204
|
+
div.body p,
|
205
|
+
div.body dd,
|
206
|
+
div.body li
|
207
|
+
{
|
208
|
+
text-align: justify;
|
209
|
+
line-height: 130%;
|
210
|
+
}
|
211
|
+
|
212
|
+
div.admonition p.admonition-title + p
|
213
|
+
{
|
214
|
+
display: inline;
|
215
|
+
}
|
216
|
+
|
217
|
+
div.admonition p
|
218
|
+
{
|
219
|
+
margin-bottom: 5px;
|
220
|
+
}
|
221
|
+
|
222
|
+
div.admonition pre
|
223
|
+
{
|
224
|
+
margin-bottom: 5px;
|
225
|
+
}
|
226
|
+
|
227
|
+
div.admonition ul,
|
228
|
+
div.admonition ol
|
229
|
+
{
|
230
|
+
margin-bottom: 5px;
|
231
|
+
}
|
232
|
+
|
233
|
+
div.note
|
234
|
+
{
|
235
|
+
background-color: #eee;
|
236
|
+
border: 1px solid #ccc;
|
237
|
+
}
|
238
|
+
|
239
|
+
div.seealso
|
240
|
+
{
|
241
|
+
background-color: #ffc;
|
242
|
+
border: 1px solid #ff6;
|
243
|
+
}
|
244
|
+
|
245
|
+
div.topic
|
246
|
+
{
|
247
|
+
background-color: #eee;
|
248
|
+
}
|
249
|
+
|
250
|
+
div.warning
|
251
|
+
{
|
252
|
+
background-color: #ffe4e4;
|
253
|
+
border: 1px solid #f66;
|
254
|
+
}
|
255
|
+
|
256
|
+
p.admonition-title
|
257
|
+
{
|
258
|
+
display: inline;
|
259
|
+
}
|
260
|
+
|
261
|
+
p.admonition-title:after
|
262
|
+
{
|
263
|
+
content: ":";
|
264
|
+
}
|
265
|
+
|
266
|
+
div.related
|
267
|
+
{
|
268
|
+
display: block; /* for IE < 9. */
|
269
|
+
color: #AAA;
|
270
|
+
background:#333;
|
271
|
+
border-top: 1px solid #BBB;
|
272
|
+
border-bottom: 1px solid #DDD;
|
178
273
|
}
|
179
274
|
|
180
275
|
div.related ul
|
181
276
|
{
|
182
|
-
padding
|
277
|
+
padding: 0;
|
278
|
+
line-height: 36px;
|
279
|
+
margin: 0;
|
280
|
+
}
|
281
|
+
|
282
|
+
div.related li
|
283
|
+
{
|
284
|
+
display: inline;
|
285
|
+
margin-left:20px;
|
286
|
+
}
|
287
|
+
|
288
|
+
div.related a,
|
289
|
+
div.related a:link,
|
290
|
+
div.related a:visited,
|
291
|
+
div.related a:active,
|
292
|
+
div.related a:hover
|
293
|
+
{
|
294
|
+
color: #AAA;
|
295
|
+
padding-right: 3px;
|
296
|
+
text-decoration: none;
|
297
|
+
}
|
298
|
+
|
299
|
+
div.related a:hover
|
300
|
+
{
|
301
|
+
color:#FFF;
|
302
|
+
text-decoration: underline;
|
303
|
+
background:none;
|
183
304
|
}
|
184
305
|
|
185
306
|
div.document
|
186
307
|
{
|
187
308
|
position: relative;
|
309
|
+
background-color: #ffffff;
|
188
310
|
}
|
189
311
|
|
190
312
|
div.document div.body img
|
191
313
|
{
|
192
|
-
border: 1px solid #
|
314
|
+
border: 1px solid #DDD;
|
193
315
|
display: block;
|
194
316
|
margin-left: auto;
|
195
317
|
margin-right: auto;
|
@@ -200,72 +322,158 @@ div.sphinxsidebar
|
|
200
322
|
{
|
201
323
|
position: absolute;
|
202
324
|
top: 0;
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
325
|
+
right: 0;
|
326
|
+
height: auto;
|
327
|
+
margin: 0;
|
328
|
+
font-size: 90%;
|
329
|
+
background-color: white;
|
330
|
+
overflow: auto;
|
331
|
+
float: right;
|
209
332
|
}
|
210
333
|
|
211
334
|
div.sphinxsidebar h3
|
212
335
|
{
|
336
|
+
font-family: sans-serif;
|
337
|
+
font-size: small;
|
338
|
+
font-weight: bold;
|
213
339
|
color: #fff;
|
214
|
-
background: url(
|
340
|
+
background: #005fb0 url(navigation-bar.png) left top repeat-x;
|
215
341
|
margin: 0 0 10px 0;
|
216
|
-
padding: 0;
|
217
|
-
padding-left: 10px;
|
218
|
-
line-height: 36px;
|
219
|
-
font-weight: bold;
|
342
|
+
padding: 7px 0 7px 10px;
|
220
343
|
}
|
221
344
|
|
222
|
-
div.sphinxsidebar h3 a
|
223
|
-
div.sphinxsidebar h3 a:visited
|
345
|
+
div.sphinxsidebar h3 a
|
224
346
|
{
|
225
|
-
color: #
|
347
|
+
color: #FFF;
|
226
348
|
}
|
227
349
|
|
228
350
|
div.sphinxsidebar h4
|
229
351
|
{
|
352
|
+
font-family: sans-serif;
|
230
353
|
font-size: small;
|
354
|
+
font-weight: bold;
|
355
|
+
color: #CCC;
|
356
|
+
margin: 5px 0 0 0;
|
357
|
+
padding: 0;
|
231
358
|
}
|
232
359
|
|
233
|
-
div.sphinxsidebar
|
360
|
+
div.sphinxsidebar p
|
234
361
|
{
|
235
|
-
|
236
|
-
color: #53aa24;
|
362
|
+
color: #000000;
|
237
363
|
}
|
238
364
|
|
239
|
-
div.sphinxsidebar
|
240
|
-
div.sphinxsidebar ul ul
|
365
|
+
div.sphinxsidebar p.topless
|
241
366
|
{
|
242
|
-
|
367
|
+
margin: 5px 10px 10px 10px;
|
243
368
|
}
|
244
369
|
|
245
|
-
div.sphinxsidebar
|
370
|
+
div.sphinxsidebar ul
|
246
371
|
{
|
247
|
-
|
372
|
+
color: #000000;
|
373
|
+
list-style: none;
|
374
|
+
margin: 0;
|
375
|
+
padding: 0;
|
376
|
+
margin-top: 10px;
|
377
|
+
margin-bottom: 10px;
|
378
|
+
margin-right: 20px;
|
248
379
|
}
|
249
380
|
|
250
|
-
div.sphinxsidebar
|
381
|
+
div.sphinxsidebar ul li
|
251
382
|
{
|
252
|
-
margin-
|
383
|
+
margin-top: 5px;
|
384
|
+
margin-bottom: 5px;
|
253
385
|
}
|
254
386
|
|
255
|
-
div.sphinxsidebar p.topless:before,
|
256
387
|
div.sphinxsidebar ul li:before
|
388
|
+
{
|
389
|
+
content: ">> ";
|
390
|
+
color: #005fb0;
|
391
|
+
}
|
392
|
+
|
393
|
+
div.sphinxsidebar ul ul
|
394
|
+
{
|
395
|
+
margin-left: 20px;
|
396
|
+
list-style: none;
|
397
|
+
}
|
398
|
+
|
399
|
+
div.sphinxsidebar ul ul li:before
|
257
400
|
{
|
258
401
|
content: "> ";
|
259
|
-
|
260
|
-
color: #2fa52f;
|
402
|
+
color: #005fb0;
|
261
403
|
}
|
262
404
|
|
263
|
-
div.sphinxsidebar
|
405
|
+
div.sphinxsidebar ul li a.amazon-detail img
|
264
406
|
{
|
265
|
-
|
407
|
+
display: block;
|
408
|
+
margin-left: auto;
|
409
|
+
margin-right: auto;
|
410
|
+
}
|
411
|
+
|
412
|
+
div.sphinxsidebar span.date
|
413
|
+
{
|
414
|
+
display: block;
|
415
|
+
padding-left: 2em;
|
416
|
+
}
|
417
|
+
|
418
|
+
div.sphinxsidebar input
|
419
|
+
{
|
420
|
+
border: 1px solid #DDD;
|
421
|
+
font-family: sans-serif;
|
422
|
+
font-size: 1em;
|
266
423
|
}
|
267
424
|
|
268
425
|
div.footer
|
269
426
|
{
|
270
|
-
|
427
|
+
display: block; /* for IE < 9. */
|
428
|
+
clear: both;
|
429
|
+
color: #000000;
|
430
|
+
width: 100%;
|
431
|
+
padding: 9px 0 9px 0;
|
432
|
+
text-align: center;
|
433
|
+
font-size: 75%;
|
434
|
+
}
|
435
|
+
|
436
|
+
pre
|
437
|
+
{
|
438
|
+
overflow: auto;
|
439
|
+
overflow-y: hidden;
|
440
|
+
padding: 20px;
|
441
|
+
background-color: #FAFAFA;
|
442
|
+
color: #000;
|
443
|
+
line-height: 120%;
|
444
|
+
border: 1px solid #DDD;
|
445
|
+
}
|
446
|
+
|
447
|
+
tt
|
448
|
+
{
|
449
|
+
background-color: #ecf0f3;
|
450
|
+
padding: 0 1px 0 1px;
|
451
|
+
font-size: 0.95em;
|
452
|
+
}
|
453
|
+
|
454
|
+
th
|
455
|
+
{
|
456
|
+
background-color: #ede;
|
457
|
+
}
|
458
|
+
|
459
|
+
.warning tt
|
460
|
+
{
|
461
|
+
background: #efc2c2;
|
462
|
+
}
|
463
|
+
|
464
|
+
.note tt
|
465
|
+
{
|
466
|
+
background: #d6d6d6;
|
467
|
+
}
|
468
|
+
|
469
|
+
.viewcode-back
|
470
|
+
{
|
471
|
+
font-family: #666666;
|
472
|
+
}
|
473
|
+
|
474
|
+
div.viewcode-block:target
|
475
|
+
{
|
476
|
+
background-color: #f4debf;
|
477
|
+
border-top: 1px solid #ac9;
|
478
|
+
border-bottom: 1px solid #ac9;
|
271
479
|
}
|