rroonga 6.0.7-x64-mingw32 → 6.0.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/cross-compile.md +24 -23
- data/doc/text/news.md +10 -0
- data/ext/groonga/rb-grn-database.c +33 -0
- data/ext/groonga/rb-grn-id.c +19 -0
- data/ext/groonga/rb-grn-table.c +3 -1
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- data/test/test-database.rb +21 -1
- data/test/test-id.rb +16 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.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-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonig-5.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/groonga/groonga/db.h +22 -0
- data/vendor/local/include/groonga/groonga/groonga.h +21 -1
- data/vendor/local/include/groonga/groonga/id.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +253 -23
- 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/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.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/groonga/scripts/ruby/context.rb +19 -0
- data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +12 -4
- data/vendor/local/lib/groonga/scripts/ruby/database.rb +36 -18
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +13 -10
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.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/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- 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/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +24 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +156 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +86 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +23 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +64 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +88 -45
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +15 -14
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +28 -9
- data/vendor/local/share/doc/groonga/en/html/news.html +196 -61
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +15 -14
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +15 -14
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +98 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +32 -18
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +200 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +52 -52
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +41 -34
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +24 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +156 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +86 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +23 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +64 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +88 -45
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +15 -14
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -8
- data/vendor/local/share/doc/groonga/ja/html/news.html +185 -61
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +15 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +15 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +88 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +103 -103
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +201 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +52 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +33 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +6010 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +725 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2921 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10454 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/groonga/html/admin.old/js/groonga-admin.ja.js +11 -6
- data/vendor/local/share/groonga/html/admin.old/js/groonga-admin.js +11 -6
- data/vendor/local/share/license/pcre/LICENCE +93 -0
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2918 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- metadata +255 -59
@@ -0,0 +1,99 @@
|
|
1
|
+
.TH PCRESAMPLE 3 "10 January 2012" "PCRE 8.30"
|
2
|
+
.SH NAME
|
3
|
+
PCRE - Perl-compatible regular expressions
|
4
|
+
.SH "PCRE SAMPLE PROGRAM"
|
5
|
+
.rs
|
6
|
+
.sp
|
7
|
+
A simple, complete demonstration program, to get you started with using PCRE,
|
8
|
+
is supplied in the file \fIpcredemo.c\fP in the PCRE distribution. A listing of
|
9
|
+
this program is given in the
|
10
|
+
.\" HREF
|
11
|
+
\fBpcredemo\fP
|
12
|
+
.\"
|
13
|
+
documentation. If you do not have a copy of the PCRE distribution, you can save
|
14
|
+
this listing to re-create \fIpcredemo.c\fP.
|
15
|
+
.P
|
16
|
+
The demonstration program, which uses the original PCRE 8-bit library, compiles
|
17
|
+
the regular expression that is its first argument, and matches it against the
|
18
|
+
subject string in its second argument. No PCRE options are set, and default
|
19
|
+
character tables are used. If matching succeeds, the program outputs the
|
20
|
+
portion of the subject that matched, together with the contents of any captured
|
21
|
+
substrings.
|
22
|
+
.P
|
23
|
+
If the -g option is given on the command line, the program then goes on to
|
24
|
+
check for further matches of the same regular expression in the same subject
|
25
|
+
string. The logic is a little bit tricky because of the possibility of matching
|
26
|
+
an empty string. Comments in the code explain what is going on.
|
27
|
+
.P
|
28
|
+
If PCRE is installed in the standard include and library directories for your
|
29
|
+
operating system, you should be able to compile the demonstration program using
|
30
|
+
this command:
|
31
|
+
.sp
|
32
|
+
gcc -o pcredemo pcredemo.c -lpcre
|
33
|
+
.sp
|
34
|
+
If PCRE is installed elsewhere, you may need to add additional options to the
|
35
|
+
command line. For example, on a Unix-like system that has PCRE installed in
|
36
|
+
\fI/usr/local\fP, you can compile the demonstration program using a command
|
37
|
+
like this:
|
38
|
+
.sp
|
39
|
+
.\" JOINSH
|
40
|
+
gcc -o pcredemo -I/usr/local/include pcredemo.c \e
|
41
|
+
-L/usr/local/lib -lpcre
|
42
|
+
.sp
|
43
|
+
In a Windows environment, if you want to statically link the program against a
|
44
|
+
non-dll \fBpcre.a\fP file, you must uncomment the line that defines PCRE_STATIC
|
45
|
+
before including \fBpcre.h\fP, because otherwise the \fBpcre_malloc()\fP and
|
46
|
+
\fBpcre_free()\fP exported functions will be declared
|
47
|
+
\fB__declspec(dllimport)\fP, with unwanted results.
|
48
|
+
.P
|
49
|
+
Once you have compiled and linked the demonstration program, you can run simple
|
50
|
+
tests like this:
|
51
|
+
.sp
|
52
|
+
./pcredemo 'cat|dog' 'the cat sat on the mat'
|
53
|
+
./pcredemo -g 'cat|dog' 'the dog sat on the cat'
|
54
|
+
.sp
|
55
|
+
Note that there is a much more comprehensive test program, called
|
56
|
+
.\" HREF
|
57
|
+
\fBpcretest\fP,
|
58
|
+
.\"
|
59
|
+
which supports many more facilities for testing regular expressions and both
|
60
|
+
PCRE libraries. The
|
61
|
+
.\" HREF
|
62
|
+
\fBpcredemo\fP
|
63
|
+
.\"
|
64
|
+
program is provided as a simple coding example.
|
65
|
+
.P
|
66
|
+
If you try to run
|
67
|
+
.\" HREF
|
68
|
+
\fBpcredemo\fP
|
69
|
+
.\"
|
70
|
+
when PCRE is not installed in the standard library directory, you may get an
|
71
|
+
error like this on some operating systems (e.g. Solaris):
|
72
|
+
.sp
|
73
|
+
ld.so.1: a.out: fatal: libpcre.so.0: open failed: No such file or directory
|
74
|
+
.sp
|
75
|
+
This is caused by the way shared library support works on those systems. You
|
76
|
+
need to add
|
77
|
+
.sp
|
78
|
+
-R/usr/local/lib
|
79
|
+
.sp
|
80
|
+
(for example) to the compile command to get round this problem.
|
81
|
+
.
|
82
|
+
.
|
83
|
+
.SH AUTHOR
|
84
|
+
.rs
|
85
|
+
.sp
|
86
|
+
.nf
|
87
|
+
Philip Hazel
|
88
|
+
University Computing Service
|
89
|
+
Cambridge CB2 3QH, England.
|
90
|
+
.fi
|
91
|
+
.
|
92
|
+
.
|
93
|
+
.SH REVISION
|
94
|
+
.rs
|
95
|
+
.sp
|
96
|
+
.nf
|
97
|
+
Last updated: 10 January 2012
|
98
|
+
Copyright (c) 1997-2012 University of Cambridge.
|
99
|
+
.fi
|
@@ -0,0 +1,215 @@
|
|
1
|
+
.TH PCRESTACK 3 "24 June 2012" "PCRE 8.30"
|
2
|
+
.SH NAME
|
3
|
+
PCRE - Perl-compatible regular expressions
|
4
|
+
.SH "PCRE DISCUSSION OF STACK USAGE"
|
5
|
+
.rs
|
6
|
+
.sp
|
7
|
+
When you call \fBpcre[16|32]_exec()\fP, it makes use of an internal function
|
8
|
+
called \fBmatch()\fP. This calls itself recursively at branch points in the
|
9
|
+
pattern, in order to remember the state of the match so that it can back up and
|
10
|
+
try a different alternative if the first one fails. As matching proceeds deeper
|
11
|
+
and deeper into the tree of possibilities, the recursion depth increases. The
|
12
|
+
\fBmatch()\fP function is also called in other circumstances, for example,
|
13
|
+
whenever a parenthesized sub-pattern is entered, and in certain cases of
|
14
|
+
repetition.
|
15
|
+
.P
|
16
|
+
Not all calls of \fBmatch()\fP increase the recursion depth; for an item such
|
17
|
+
as a* it may be called several times at the same level, after matching
|
18
|
+
different numbers of a's. Furthermore, in a number of cases where the result of
|
19
|
+
the recursive call would immediately be passed back as the result of the
|
20
|
+
current call (a "tail recursion"), the function is just restarted instead.
|
21
|
+
.P
|
22
|
+
The above comments apply when \fBpcre[16|32]_exec()\fP is run in its normal
|
23
|
+
interpretive manner. If the pattern was studied with the
|
24
|
+
PCRE_STUDY_JIT_COMPILE option, and just-in-time compiling was successful, and
|
25
|
+
the options passed to \fBpcre[16|32]_exec()\fP were not incompatible, the matching
|
26
|
+
process uses the JIT-compiled code instead of the \fBmatch()\fP function. In
|
27
|
+
this case, the memory requirements are handled entirely differently. See the
|
28
|
+
.\" HREF
|
29
|
+
\fBpcrejit\fP
|
30
|
+
.\"
|
31
|
+
documentation for details.
|
32
|
+
.P
|
33
|
+
The \fBpcre[16|32]_dfa_exec()\fP function operates in an entirely different way,
|
34
|
+
and uses recursion only when there is a regular expression recursion or
|
35
|
+
subroutine call in the pattern. This includes the processing of assertion and
|
36
|
+
"once-only" subpatterns, which are handled like subroutine calls. Normally,
|
37
|
+
these are never very deep, and the limit on the complexity of
|
38
|
+
\fBpcre[16|32]_dfa_exec()\fP is controlled by the amount of workspace it is given.
|
39
|
+
However, it is possible to write patterns with runaway infinite recursions;
|
40
|
+
such patterns will cause \fBpcre[16|32]_dfa_exec()\fP to run out of stack. At
|
41
|
+
present, there is no protection against this.
|
42
|
+
.P
|
43
|
+
The comments that follow do NOT apply to \fBpcre[16|32]_dfa_exec()\fP; they are
|
44
|
+
relevant only for \fBpcre[16|32]_exec()\fP without the JIT optimization.
|
45
|
+
.
|
46
|
+
.
|
47
|
+
.SS "Reducing \fBpcre[16|32]_exec()\fP's stack usage"
|
48
|
+
.rs
|
49
|
+
.sp
|
50
|
+
Each time that \fBmatch()\fP is actually called recursively, it uses memory
|
51
|
+
from the process stack. For certain kinds of pattern and data, very large
|
52
|
+
amounts of stack may be needed, despite the recognition of "tail recursion".
|
53
|
+
You can often reduce the amount of recursion, and therefore the amount of stack
|
54
|
+
used, by modifying the pattern that is being matched. Consider, for example,
|
55
|
+
this pattern:
|
56
|
+
.sp
|
57
|
+
([^<]|<(?!inet))+
|
58
|
+
.sp
|
59
|
+
It matches from wherever it starts until it encounters "<inet" or the end of
|
60
|
+
the data, and is the kind of pattern that might be used when processing an XML
|
61
|
+
file. Each iteration of the outer parentheses matches either one character that
|
62
|
+
is not "<" or a "<" that is not followed by "inet". However, each time a
|
63
|
+
parenthesis is processed, a recursion occurs, so this formulation uses a stack
|
64
|
+
frame for each matched character. For a long string, a lot of stack is
|
65
|
+
required. Consider now this rewritten pattern, which matches exactly the same
|
66
|
+
strings:
|
67
|
+
.sp
|
68
|
+
([^<]++|<(?!inet))+
|
69
|
+
.sp
|
70
|
+
This uses very much less stack, because runs of characters that do not contain
|
71
|
+
"<" are "swallowed" in one item inside the parentheses. Recursion happens only
|
72
|
+
when a "<" character that is not followed by "inet" is encountered (and we
|
73
|
+
assume this is relatively rare). A possessive quantifier is used to stop any
|
74
|
+
backtracking into the runs of non-"<" characters, but that is not related to
|
75
|
+
stack usage.
|
76
|
+
.P
|
77
|
+
This example shows that one way of avoiding stack problems when matching long
|
78
|
+
subject strings is to write repeated parenthesized subpatterns to match more
|
79
|
+
than one character whenever possible.
|
80
|
+
.
|
81
|
+
.
|
82
|
+
.SS "Compiling PCRE to use heap instead of stack for \fBpcre[16|32]_exec()\fP"
|
83
|
+
.rs
|
84
|
+
.sp
|
85
|
+
In environments where stack memory is constrained, you might want to compile
|
86
|
+
PCRE to use heap memory instead of stack for remembering back-up points when
|
87
|
+
\fBpcre[16|32]_exec()\fP is running. This makes it run a lot more slowly, however.
|
88
|
+
Details of how to do this are given in the
|
89
|
+
.\" HREF
|
90
|
+
\fBpcrebuild\fP
|
91
|
+
.\"
|
92
|
+
documentation. When built in this way, instead of using the stack, PCRE obtains
|
93
|
+
and frees memory by calling the functions that are pointed to by the
|
94
|
+
\fBpcre[16|32]_stack_malloc\fP and \fBpcre[16|32]_stack_free\fP variables. By
|
95
|
+
default, these point to \fBmalloc()\fP and \fBfree()\fP, but you can replace
|
96
|
+
the pointers to cause PCRE to use your own functions. Since the block sizes are
|
97
|
+
always the same, and are always freed in reverse order, it may be possible to
|
98
|
+
implement customized memory handlers that are more efficient than the standard
|
99
|
+
functions.
|
100
|
+
.
|
101
|
+
.
|
102
|
+
.SS "Limiting \fBpcre[16|32]_exec()\fP's stack usage"
|
103
|
+
.rs
|
104
|
+
.sp
|
105
|
+
You can set limits on the number of times that \fBmatch()\fP is called, both in
|
106
|
+
total and recursively. If a limit is exceeded, \fBpcre[16|32]_exec()\fP returns an
|
107
|
+
error code. Setting suitable limits should prevent it from running out of
|
108
|
+
stack. The default values of the limits are very large, and unlikely ever to
|
109
|
+
operate. They can be changed when PCRE is built, and they can also be set when
|
110
|
+
\fBpcre[16|32]_exec()\fP is called. For details of these interfaces, see the
|
111
|
+
.\" HREF
|
112
|
+
\fBpcrebuild\fP
|
113
|
+
.\"
|
114
|
+
documentation and the
|
115
|
+
.\" HTML <a href="pcreapi.html#extradata">
|
116
|
+
.\" </a>
|
117
|
+
section on extra data for \fBpcre[16|32]_exec()\fP
|
118
|
+
.\"
|
119
|
+
in the
|
120
|
+
.\" HREF
|
121
|
+
\fBpcreapi\fP
|
122
|
+
.\"
|
123
|
+
documentation.
|
124
|
+
.P
|
125
|
+
As a very rough rule of thumb, you should reckon on about 500 bytes per
|
126
|
+
recursion. Thus, if you want to limit your stack usage to 8Mb, you should set
|
127
|
+
the limit at 16000 recursions. A 64Mb stack, on the other hand, can support
|
128
|
+
around 128000 recursions.
|
129
|
+
.P
|
130
|
+
In Unix-like environments, the \fBpcretest\fP test program has a command line
|
131
|
+
option (\fB-S\fP) that can be used to increase the size of its stack. As long
|
132
|
+
as the stack is large enough, another option (\fB-M\fP) can be used to find the
|
133
|
+
smallest limits that allow a particular pattern to match a given subject
|
134
|
+
string. This is done by calling \fBpcre[16|32]_exec()\fP repeatedly with different
|
135
|
+
limits.
|
136
|
+
.
|
137
|
+
.
|
138
|
+
.SS "Obtaining an estimate of stack usage"
|
139
|
+
.rs
|
140
|
+
.sp
|
141
|
+
The actual amount of stack used per recursion can vary quite a lot, depending
|
142
|
+
on the compiler that was used to build PCRE and the optimization or debugging
|
143
|
+
options that were set for it. The rule of thumb value of 500 bytes mentioned
|
144
|
+
above may be larger or smaller than what is actually needed. A better
|
145
|
+
approximation can be obtained by running this command:
|
146
|
+
.sp
|
147
|
+
pcretest -m -C
|
148
|
+
.sp
|
149
|
+
The \fB-C\fP option causes \fBpcretest\fP to output information about the
|
150
|
+
options with which PCRE was compiled. When \fB-m\fP is also given (before
|
151
|
+
\fB-C\fP), information about stack use is given in a line like this:
|
152
|
+
.sp
|
153
|
+
Match recursion uses stack: approximate frame size = 640 bytes
|
154
|
+
.sp
|
155
|
+
The value is approximate because some recursions need a bit more (up to perhaps
|
156
|
+
16 more bytes).
|
157
|
+
.P
|
158
|
+
If the above command is given when PCRE is compiled to use the heap instead of
|
159
|
+
the stack for recursion, the value that is output is the size of each block
|
160
|
+
that is obtained from the heap.
|
161
|
+
.
|
162
|
+
.
|
163
|
+
.SS "Changing stack size in Unix-like systems"
|
164
|
+
.rs
|
165
|
+
.sp
|
166
|
+
In Unix-like environments, there is not often a problem with the stack unless
|
167
|
+
very long strings are involved, though the default limit on stack size varies
|
168
|
+
from system to system. Values from 8Mb to 64Mb are common. You can find your
|
169
|
+
default limit by running the command:
|
170
|
+
.sp
|
171
|
+
ulimit -s
|
172
|
+
.sp
|
173
|
+
Unfortunately, the effect of running out of stack is often SIGSEGV, though
|
174
|
+
sometimes a more explicit error message is given. You can normally increase the
|
175
|
+
limit on stack size by code such as this:
|
176
|
+
.sp
|
177
|
+
struct rlimit rlim;
|
178
|
+
getrlimit(RLIMIT_STACK, &rlim);
|
179
|
+
rlim.rlim_cur = 100*1024*1024;
|
180
|
+
setrlimit(RLIMIT_STACK, &rlim);
|
181
|
+
.sp
|
182
|
+
This reads the current limits (soft and hard) using \fBgetrlimit()\fP, then
|
183
|
+
attempts to increase the soft limit to 100Mb using \fBsetrlimit()\fP. You must
|
184
|
+
do this before calling \fBpcre[16|32]_exec()\fP.
|
185
|
+
.
|
186
|
+
.
|
187
|
+
.SS "Changing stack size in Mac OS X"
|
188
|
+
.rs
|
189
|
+
.sp
|
190
|
+
Using \fBsetrlimit()\fP, as described above, should also work on Mac OS X. It
|
191
|
+
is also possible to set a stack size when linking a program. There is a
|
192
|
+
discussion about stack sizes in Mac OS X at this web site:
|
193
|
+
.\" HTML <a href="http://developer.apple.com/qa/qa2005/qa1419.html">
|
194
|
+
.\" </a>
|
195
|
+
http://developer.apple.com/qa/qa2005/qa1419.html.
|
196
|
+
.\"
|
197
|
+
.
|
198
|
+
.
|
199
|
+
.SH AUTHOR
|
200
|
+
.rs
|
201
|
+
.sp
|
202
|
+
.nf
|
203
|
+
Philip Hazel
|
204
|
+
University Computing Service
|
205
|
+
Cambridge CB2 3QH, England.
|
206
|
+
.fi
|
207
|
+
.
|
208
|
+
.
|
209
|
+
.SH REVISION
|
210
|
+
.rs
|
211
|
+
.sp
|
212
|
+
.nf
|
213
|
+
Last updated: 24 June 2012
|
214
|
+
Copyright (c) 1997-2012 University of Cambridge.
|
215
|
+
.fi
|
@@ -0,0 +1,540 @@
|
|
1
|
+
.TH PCRESYNTAX 3 "08 January 2014" "PCRE 8.35"
|
2
|
+
.SH NAME
|
3
|
+
PCRE - Perl-compatible regular expressions
|
4
|
+
.SH "PCRE REGULAR EXPRESSION SYNTAX SUMMARY"
|
5
|
+
.rs
|
6
|
+
.sp
|
7
|
+
The full syntax and semantics of the regular expressions that are supported by
|
8
|
+
PCRE are described in the
|
9
|
+
.\" HREF
|
10
|
+
\fBpcrepattern\fP
|
11
|
+
.\"
|
12
|
+
documentation. This document contains a quick-reference summary of the syntax.
|
13
|
+
.
|
14
|
+
.
|
15
|
+
.SH "QUOTING"
|
16
|
+
.rs
|
17
|
+
.sp
|
18
|
+
\ex where x is non-alphanumeric is a literal x
|
19
|
+
\eQ...\eE treat enclosed characters as literal
|
20
|
+
.
|
21
|
+
.
|
22
|
+
.SH "CHARACTERS"
|
23
|
+
.rs
|
24
|
+
.sp
|
25
|
+
\ea alarm, that is, the BEL character (hex 07)
|
26
|
+
\ecx "control-x", where x is any ASCII character
|
27
|
+
\ee escape (hex 1B)
|
28
|
+
\ef form feed (hex 0C)
|
29
|
+
\en newline (hex 0A)
|
30
|
+
\er carriage return (hex 0D)
|
31
|
+
\et tab (hex 09)
|
32
|
+
\e0dd character with octal code 0dd
|
33
|
+
\eddd character with octal code ddd, or backreference
|
34
|
+
\eo{ddd..} character with octal code ddd..
|
35
|
+
\exhh character with hex code hh
|
36
|
+
\ex{hhh..} character with hex code hhh..
|
37
|
+
.sp
|
38
|
+
Note that \e0dd is always an octal code, and that \e8 and \e9 are the literal
|
39
|
+
characters "8" and "9".
|
40
|
+
.
|
41
|
+
.
|
42
|
+
.SH "CHARACTER TYPES"
|
43
|
+
.rs
|
44
|
+
.sp
|
45
|
+
. any character except newline;
|
46
|
+
in dotall mode, any character whatsoever
|
47
|
+
\eC one data unit, even in UTF mode (best avoided)
|
48
|
+
\ed a decimal digit
|
49
|
+
\eD a character that is not a decimal digit
|
50
|
+
\eh a horizontal white space character
|
51
|
+
\eH a character that is not a horizontal white space character
|
52
|
+
\eN a character that is not a newline
|
53
|
+
\ep{\fIxx\fP} a character with the \fIxx\fP property
|
54
|
+
\eP{\fIxx\fP} a character without the \fIxx\fP property
|
55
|
+
\eR a newline sequence
|
56
|
+
\es a white space character
|
57
|
+
\eS a character that is not a white space character
|
58
|
+
\ev a vertical white space character
|
59
|
+
\eV a character that is not a vertical white space character
|
60
|
+
\ew a "word" character
|
61
|
+
\eW a "non-word" character
|
62
|
+
\eX a Unicode extended grapheme cluster
|
63
|
+
.sp
|
64
|
+
By default, \ed, \es, and \ew match only ASCII characters, even in UTF-8 mode
|
65
|
+
or in the 16- bit and 32-bit libraries. However, if locale-specific matching is
|
66
|
+
happening, \es and \ew may also match characters with code points in the range
|
67
|
+
128-255. If the PCRE_UCP option is set, the behaviour of these escape sequences
|
68
|
+
is changed to use Unicode properties and they match many more characters.
|
69
|
+
.
|
70
|
+
.
|
71
|
+
.SH "GENERAL CATEGORY PROPERTIES FOR \ep and \eP"
|
72
|
+
.rs
|
73
|
+
.sp
|
74
|
+
C Other
|
75
|
+
Cc Control
|
76
|
+
Cf Format
|
77
|
+
Cn Unassigned
|
78
|
+
Co Private use
|
79
|
+
Cs Surrogate
|
80
|
+
.sp
|
81
|
+
L Letter
|
82
|
+
Ll Lower case letter
|
83
|
+
Lm Modifier letter
|
84
|
+
Lo Other letter
|
85
|
+
Lt Title case letter
|
86
|
+
Lu Upper case letter
|
87
|
+
L& Ll, Lu, or Lt
|
88
|
+
.sp
|
89
|
+
M Mark
|
90
|
+
Mc Spacing mark
|
91
|
+
Me Enclosing mark
|
92
|
+
Mn Non-spacing mark
|
93
|
+
.sp
|
94
|
+
N Number
|
95
|
+
Nd Decimal number
|
96
|
+
Nl Letter number
|
97
|
+
No Other number
|
98
|
+
.sp
|
99
|
+
P Punctuation
|
100
|
+
Pc Connector punctuation
|
101
|
+
Pd Dash punctuation
|
102
|
+
Pe Close punctuation
|
103
|
+
Pf Final punctuation
|
104
|
+
Pi Initial punctuation
|
105
|
+
Po Other punctuation
|
106
|
+
Ps Open punctuation
|
107
|
+
.sp
|
108
|
+
S Symbol
|
109
|
+
Sc Currency symbol
|
110
|
+
Sk Modifier symbol
|
111
|
+
Sm Mathematical symbol
|
112
|
+
So Other symbol
|
113
|
+
.sp
|
114
|
+
Z Separator
|
115
|
+
Zl Line separator
|
116
|
+
Zp Paragraph separator
|
117
|
+
Zs Space separator
|
118
|
+
.
|
119
|
+
.
|
120
|
+
.SH "PCRE SPECIAL CATEGORY PROPERTIES FOR \ep and \eP"
|
121
|
+
.rs
|
122
|
+
.sp
|
123
|
+
Xan Alphanumeric: union of properties L and N
|
124
|
+
Xps POSIX space: property Z or tab, NL, VT, FF, CR
|
125
|
+
Xsp Perl space: property Z or tab, NL, VT, FF, CR
|
126
|
+
Xuc Univerally-named character: one that can be
|
127
|
+
represented by a Universal Character Name
|
128
|
+
Xwd Perl word: property Xan or underscore
|
129
|
+
.sp
|
130
|
+
Perl and POSIX space are now the same. Perl added VT to its space character set
|
131
|
+
at release 5.18 and PCRE changed at release 8.34.
|
132
|
+
.
|
133
|
+
.
|
134
|
+
.SH "SCRIPT NAMES FOR \ep AND \eP"
|
135
|
+
.rs
|
136
|
+
.sp
|
137
|
+
Arabic,
|
138
|
+
Armenian,
|
139
|
+
Avestan,
|
140
|
+
Balinese,
|
141
|
+
Bamum,
|
142
|
+
Bassa_Vah,
|
143
|
+
Batak,
|
144
|
+
Bengali,
|
145
|
+
Bopomofo,
|
146
|
+
Brahmi,
|
147
|
+
Braille,
|
148
|
+
Buginese,
|
149
|
+
Buhid,
|
150
|
+
Canadian_Aboriginal,
|
151
|
+
Carian,
|
152
|
+
Caucasian_Albanian,
|
153
|
+
Chakma,
|
154
|
+
Cham,
|
155
|
+
Cherokee,
|
156
|
+
Common,
|
157
|
+
Coptic,
|
158
|
+
Cuneiform,
|
159
|
+
Cypriot,
|
160
|
+
Cyrillic,
|
161
|
+
Deseret,
|
162
|
+
Devanagari,
|
163
|
+
Duployan,
|
164
|
+
Egyptian_Hieroglyphs,
|
165
|
+
Elbasan,
|
166
|
+
Ethiopic,
|
167
|
+
Georgian,
|
168
|
+
Glagolitic,
|
169
|
+
Gothic,
|
170
|
+
Grantha,
|
171
|
+
Greek,
|
172
|
+
Gujarati,
|
173
|
+
Gurmukhi,
|
174
|
+
Han,
|
175
|
+
Hangul,
|
176
|
+
Hanunoo,
|
177
|
+
Hebrew,
|
178
|
+
Hiragana,
|
179
|
+
Imperial_Aramaic,
|
180
|
+
Inherited,
|
181
|
+
Inscriptional_Pahlavi,
|
182
|
+
Inscriptional_Parthian,
|
183
|
+
Javanese,
|
184
|
+
Kaithi,
|
185
|
+
Kannada,
|
186
|
+
Katakana,
|
187
|
+
Kayah_Li,
|
188
|
+
Kharoshthi,
|
189
|
+
Khmer,
|
190
|
+
Khojki,
|
191
|
+
Khudawadi,
|
192
|
+
Lao,
|
193
|
+
Latin,
|
194
|
+
Lepcha,
|
195
|
+
Limbu,
|
196
|
+
Linear_A,
|
197
|
+
Linear_B,
|
198
|
+
Lisu,
|
199
|
+
Lycian,
|
200
|
+
Lydian,
|
201
|
+
Mahajani,
|
202
|
+
Malayalam,
|
203
|
+
Mandaic,
|
204
|
+
Manichaean,
|
205
|
+
Meetei_Mayek,
|
206
|
+
Mende_Kikakui,
|
207
|
+
Meroitic_Cursive,
|
208
|
+
Meroitic_Hieroglyphs,
|
209
|
+
Miao,
|
210
|
+
Modi,
|
211
|
+
Mongolian,
|
212
|
+
Mro,
|
213
|
+
Myanmar,
|
214
|
+
Nabataean,
|
215
|
+
New_Tai_Lue,
|
216
|
+
Nko,
|
217
|
+
Ogham,
|
218
|
+
Ol_Chiki,
|
219
|
+
Old_Italic,
|
220
|
+
Old_North_Arabian,
|
221
|
+
Old_Permic,
|
222
|
+
Old_Persian,
|
223
|
+
Old_South_Arabian,
|
224
|
+
Old_Turkic,
|
225
|
+
Oriya,
|
226
|
+
Osmanya,
|
227
|
+
Pahawh_Hmong,
|
228
|
+
Palmyrene,
|
229
|
+
Pau_Cin_Hau,
|
230
|
+
Phags_Pa,
|
231
|
+
Phoenician,
|
232
|
+
Psalter_Pahlavi,
|
233
|
+
Rejang,
|
234
|
+
Runic,
|
235
|
+
Samaritan,
|
236
|
+
Saurashtra,
|
237
|
+
Sharada,
|
238
|
+
Shavian,
|
239
|
+
Siddham,
|
240
|
+
Sinhala,
|
241
|
+
Sora_Sompeng,
|
242
|
+
Sundanese,
|
243
|
+
Syloti_Nagri,
|
244
|
+
Syriac,
|
245
|
+
Tagalog,
|
246
|
+
Tagbanwa,
|
247
|
+
Tai_Le,
|
248
|
+
Tai_Tham,
|
249
|
+
Tai_Viet,
|
250
|
+
Takri,
|
251
|
+
Tamil,
|
252
|
+
Telugu,
|
253
|
+
Thaana,
|
254
|
+
Thai,
|
255
|
+
Tibetan,
|
256
|
+
Tifinagh,
|
257
|
+
Tirhuta,
|
258
|
+
Ugaritic,
|
259
|
+
Vai,
|
260
|
+
Warang_Citi,
|
261
|
+
Yi.
|
262
|
+
.
|
263
|
+
.
|
264
|
+
.SH "CHARACTER CLASSES"
|
265
|
+
.rs
|
266
|
+
.sp
|
267
|
+
[...] positive character class
|
268
|
+
[^...] negative character class
|
269
|
+
[x-y] range (can be used for hex characters)
|
270
|
+
[[:xxx:]] positive POSIX named set
|
271
|
+
[[:^xxx:]] negative POSIX named set
|
272
|
+
.sp
|
273
|
+
alnum alphanumeric
|
274
|
+
alpha alphabetic
|
275
|
+
ascii 0-127
|
276
|
+
blank space or tab
|
277
|
+
cntrl control character
|
278
|
+
digit decimal digit
|
279
|
+
graph printing, excluding space
|
280
|
+
lower lower case letter
|
281
|
+
print printing, including space
|
282
|
+
punct printing, excluding alphanumeric
|
283
|
+
space white space
|
284
|
+
upper upper case letter
|
285
|
+
word same as \ew
|
286
|
+
xdigit hexadecimal digit
|
287
|
+
.sp
|
288
|
+
In PCRE, POSIX character set names recognize only ASCII characters by default,
|
289
|
+
but some of them use Unicode properties if PCRE_UCP is set. You can use
|
290
|
+
\eQ...\eE inside a character class.
|
291
|
+
.
|
292
|
+
.
|
293
|
+
.SH "QUANTIFIERS"
|
294
|
+
.rs
|
295
|
+
.sp
|
296
|
+
? 0 or 1, greedy
|
297
|
+
?+ 0 or 1, possessive
|
298
|
+
?? 0 or 1, lazy
|
299
|
+
* 0 or more, greedy
|
300
|
+
*+ 0 or more, possessive
|
301
|
+
*? 0 or more, lazy
|
302
|
+
+ 1 or more, greedy
|
303
|
+
++ 1 or more, possessive
|
304
|
+
+? 1 or more, lazy
|
305
|
+
{n} exactly n
|
306
|
+
{n,m} at least n, no more than m, greedy
|
307
|
+
{n,m}+ at least n, no more than m, possessive
|
308
|
+
{n,m}? at least n, no more than m, lazy
|
309
|
+
{n,} n or more, greedy
|
310
|
+
{n,}+ n or more, possessive
|
311
|
+
{n,}? n or more, lazy
|
312
|
+
.
|
313
|
+
.
|
314
|
+
.SH "ANCHORS AND SIMPLE ASSERTIONS"
|
315
|
+
.rs
|
316
|
+
.sp
|
317
|
+
\eb word boundary
|
318
|
+
\eB not a word boundary
|
319
|
+
^ start of subject
|
320
|
+
also after internal newline in multiline mode
|
321
|
+
\eA start of subject
|
322
|
+
$ end of subject
|
323
|
+
also before newline at end of subject
|
324
|
+
also before internal newline in multiline mode
|
325
|
+
\eZ end of subject
|
326
|
+
also before newline at end of subject
|
327
|
+
\ez end of subject
|
328
|
+
\eG first matching position in subject
|
329
|
+
.
|
330
|
+
.
|
331
|
+
.SH "MATCH POINT RESET"
|
332
|
+
.rs
|
333
|
+
.sp
|
334
|
+
\eK reset start of match
|
335
|
+
.sp
|
336
|
+
\eK is honoured in positive assertions, but ignored in negative ones.
|
337
|
+
.
|
338
|
+
.
|
339
|
+
.SH "ALTERNATION"
|
340
|
+
.rs
|
341
|
+
.sp
|
342
|
+
expr|expr|expr...
|
343
|
+
.
|
344
|
+
.
|
345
|
+
.SH "CAPTURING"
|
346
|
+
.rs
|
347
|
+
.sp
|
348
|
+
(...) capturing group
|
349
|
+
(?<name>...) named capturing group (Perl)
|
350
|
+
(?'name'...) named capturing group (Perl)
|
351
|
+
(?P<name>...) named capturing group (Python)
|
352
|
+
(?:...) non-capturing group
|
353
|
+
(?|...) non-capturing group; reset group numbers for
|
354
|
+
capturing groups in each alternative
|
355
|
+
.
|
356
|
+
.
|
357
|
+
.SH "ATOMIC GROUPS"
|
358
|
+
.rs
|
359
|
+
.sp
|
360
|
+
(?>...) atomic, non-capturing group
|
361
|
+
.
|
362
|
+
.
|
363
|
+
.
|
364
|
+
.
|
365
|
+
.SH "COMMENT"
|
366
|
+
.rs
|
367
|
+
.sp
|
368
|
+
(?#....) comment (not nestable)
|
369
|
+
.
|
370
|
+
.
|
371
|
+
.SH "OPTION SETTING"
|
372
|
+
.rs
|
373
|
+
.sp
|
374
|
+
(?i) caseless
|
375
|
+
(?J) allow duplicate names
|
376
|
+
(?m) multiline
|
377
|
+
(?s) single line (dotall)
|
378
|
+
(?U) default ungreedy (lazy)
|
379
|
+
(?x) extended (ignore white space)
|
380
|
+
(?-...) unset option(s)
|
381
|
+
.sp
|
382
|
+
The following are recognized only at the very start of a pattern or after one
|
383
|
+
of the newline or \eR options with similar syntax. More than one of them may
|
384
|
+
appear.
|
385
|
+
.sp
|
386
|
+
(*LIMIT_MATCH=d) set the match limit to d (decimal number)
|
387
|
+
(*LIMIT_RECURSION=d) set the recursion limit to d (decimal number)
|
388
|
+
(*NO_AUTO_POSSESS) no auto-possessification (PCRE_NO_AUTO_POSSESS)
|
389
|
+
(*NO_START_OPT) no start-match optimization (PCRE_NO_START_OPTIMIZE)
|
390
|
+
(*UTF8) set UTF-8 mode: 8-bit library (PCRE_UTF8)
|
391
|
+
(*UTF16) set UTF-16 mode: 16-bit library (PCRE_UTF16)
|
392
|
+
(*UTF32) set UTF-32 mode: 32-bit library (PCRE_UTF32)
|
393
|
+
(*UTF) set appropriate UTF mode for the library in use
|
394
|
+
(*UCP) set PCRE_UCP (use Unicode properties for \ed etc)
|
395
|
+
.sp
|
396
|
+
Note that LIMIT_MATCH and LIMIT_RECURSION can only reduce the value of the
|
397
|
+
limits set by the caller of pcre_exec(), not increase them.
|
398
|
+
.
|
399
|
+
.
|
400
|
+
.SH "NEWLINE CONVENTION"
|
401
|
+
.rs
|
402
|
+
.sp
|
403
|
+
These are recognized only at the very start of the pattern or after option
|
404
|
+
settings with a similar syntax.
|
405
|
+
.sp
|
406
|
+
(*CR) carriage return only
|
407
|
+
(*LF) linefeed only
|
408
|
+
(*CRLF) carriage return followed by linefeed
|
409
|
+
(*ANYCRLF) all three of the above
|
410
|
+
(*ANY) any Unicode newline sequence
|
411
|
+
.
|
412
|
+
.
|
413
|
+
.SH "WHAT \eR MATCHES"
|
414
|
+
.rs
|
415
|
+
.sp
|
416
|
+
These are recognized only at the very start of the pattern or after option
|
417
|
+
setting with a similar syntax.
|
418
|
+
.sp
|
419
|
+
(*BSR_ANYCRLF) CR, LF, or CRLF
|
420
|
+
(*BSR_UNICODE) any Unicode newline sequence
|
421
|
+
.
|
422
|
+
.
|
423
|
+
.SH "LOOKAHEAD AND LOOKBEHIND ASSERTIONS"
|
424
|
+
.rs
|
425
|
+
.sp
|
426
|
+
(?=...) positive look ahead
|
427
|
+
(?!...) negative look ahead
|
428
|
+
(?<=...) positive look behind
|
429
|
+
(?<!...) negative look behind
|
430
|
+
.sp
|
431
|
+
Each top-level branch of a look behind must be of a fixed length.
|
432
|
+
.
|
433
|
+
.
|
434
|
+
.SH "BACKREFERENCES"
|
435
|
+
.rs
|
436
|
+
.sp
|
437
|
+
\en reference by number (can be ambiguous)
|
438
|
+
\egn reference by number
|
439
|
+
\eg{n} reference by number
|
440
|
+
\eg{-n} relative reference by number
|
441
|
+
\ek<name> reference by name (Perl)
|
442
|
+
\ek'name' reference by name (Perl)
|
443
|
+
\eg{name} reference by name (Perl)
|
444
|
+
\ek{name} reference by name (.NET)
|
445
|
+
(?P=name) reference by name (Python)
|
446
|
+
.
|
447
|
+
.
|
448
|
+
.SH "SUBROUTINE REFERENCES (POSSIBLY RECURSIVE)"
|
449
|
+
.rs
|
450
|
+
.sp
|
451
|
+
(?R) recurse whole pattern
|
452
|
+
(?n) call subpattern by absolute number
|
453
|
+
(?+n) call subpattern by relative number
|
454
|
+
(?-n) call subpattern by relative number
|
455
|
+
(?&name) call subpattern by name (Perl)
|
456
|
+
(?P>name) call subpattern by name (Python)
|
457
|
+
\eg<name> call subpattern by name (Oniguruma)
|
458
|
+
\eg'name' call subpattern by name (Oniguruma)
|
459
|
+
\eg<n> call subpattern by absolute number (Oniguruma)
|
460
|
+
\eg'n' call subpattern by absolute number (Oniguruma)
|
461
|
+
\eg<+n> call subpattern by relative number (PCRE extension)
|
462
|
+
\eg'+n' call subpattern by relative number (PCRE extension)
|
463
|
+
\eg<-n> call subpattern by relative number (PCRE extension)
|
464
|
+
\eg'-n' call subpattern by relative number (PCRE extension)
|
465
|
+
.
|
466
|
+
.
|
467
|
+
.SH "CONDITIONAL PATTERNS"
|
468
|
+
.rs
|
469
|
+
.sp
|
470
|
+
(?(condition)yes-pattern)
|
471
|
+
(?(condition)yes-pattern|no-pattern)
|
472
|
+
.sp
|
473
|
+
(?(n)... absolute reference condition
|
474
|
+
(?(+n)... relative reference condition
|
475
|
+
(?(-n)... relative reference condition
|
476
|
+
(?(<name>)... named reference condition (Perl)
|
477
|
+
(?('name')... named reference condition (Perl)
|
478
|
+
(?(name)... named reference condition (PCRE)
|
479
|
+
(?(R)... overall recursion condition
|
480
|
+
(?(Rn)... specific group recursion condition
|
481
|
+
(?(R&name)... specific recursion condition
|
482
|
+
(?(DEFINE)... define subpattern for reference
|
483
|
+
(?(assert)... assertion condition
|
484
|
+
.
|
485
|
+
.
|
486
|
+
.SH "BACKTRACKING CONTROL"
|
487
|
+
.rs
|
488
|
+
.sp
|
489
|
+
The following act immediately they are reached:
|
490
|
+
.sp
|
491
|
+
(*ACCEPT) force successful match
|
492
|
+
(*FAIL) force backtrack; synonym (*F)
|
493
|
+
(*MARK:NAME) set name to be passed back; synonym (*:NAME)
|
494
|
+
.sp
|
495
|
+
The following act only when a subsequent match failure causes a backtrack to
|
496
|
+
reach them. They all force a match failure, but they differ in what happens
|
497
|
+
afterwards. Those that advance the start-of-match point do so only if the
|
498
|
+
pattern is not anchored.
|
499
|
+
.sp
|
500
|
+
(*COMMIT) overall failure, no advance of starting point
|
501
|
+
(*PRUNE) advance to next starting character
|
502
|
+
(*PRUNE:NAME) equivalent to (*MARK:NAME)(*PRUNE)
|
503
|
+
(*SKIP) advance to current matching position
|
504
|
+
(*SKIP:NAME) advance to position corresponding to an earlier
|
505
|
+
(*MARK:NAME); if not found, the (*SKIP) is ignored
|
506
|
+
(*THEN) local failure, backtrack to next alternation
|
507
|
+
(*THEN:NAME) equivalent to (*MARK:NAME)(*THEN)
|
508
|
+
.
|
509
|
+
.
|
510
|
+
.SH "CALLOUTS"
|
511
|
+
.rs
|
512
|
+
.sp
|
513
|
+
(?C) callout
|
514
|
+
(?Cn) callout with data n
|
515
|
+
.
|
516
|
+
.
|
517
|
+
.SH "SEE ALSO"
|
518
|
+
.rs
|
519
|
+
.sp
|
520
|
+
\fBpcrepattern\fP(3), \fBpcreapi\fP(3), \fBpcrecallout\fP(3),
|
521
|
+
\fBpcrematching\fP(3), \fBpcre\fP(3).
|
522
|
+
.
|
523
|
+
.
|
524
|
+
.SH AUTHOR
|
525
|
+
.rs
|
526
|
+
.sp
|
527
|
+
.nf
|
528
|
+
Philip Hazel
|
529
|
+
University Computing Service
|
530
|
+
Cambridge CB2 3QH, England.
|
531
|
+
.fi
|
532
|
+
.
|
533
|
+
.
|
534
|
+
.SH REVISION
|
535
|
+
.rs
|
536
|
+
.sp
|
537
|
+
.nf
|
538
|
+
Last updated: 08 January 2014
|
539
|
+
Copyright (c) 1997-2014 University of Cambridge.
|
540
|
+
.fi
|