Kouhei Sutou
null+****@clear*****
Sun Apr 24 14:53:47 JST 2016
Kouhei Sutou 2016-04-24 14:53:47 +0900 (Sun, 24 Apr 2016) New Revision: aeeae812fa48713353e0e74039aba229cd9b534c https://github.com/pgroonga/pgroonga.github.io/commit/aeeae812fa48713353e0e74039aba229cd9b534c Message: Add document placeholder for new functions Added files: _po/ja/reference/functions/pgroonga-highlight-html.po _po/ja/reference/functions/pgroonga-match-positions-byte.po _po/ja/reference/functions/pgroonga-query-extract-keywords.po ja/reference/functions/pgroonga-highlight-html.md ja/reference/functions/pgroonga-match-positions-byte.md ja/reference/functions/pgroonga-query-extract-keywords.md reference/functions/pgroonga-highlight-html.md reference/functions/pgroonga-match-positions-byte.md reference/functions/pgroonga-query-extract-keywords.md Modified files: _po/ja/reference/index.po ja/reference/index.md reference/index.md Added: _po/ja/reference/functions/pgroonga-highlight-html.po (+28 -0) 100644 =================================================================== --- /dev/null +++ _po/ja/reference/functions/pgroonga-highlight-html.po 2016-04-24 14:53:47 +0900 (ab2f29e) @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2016-04-19 15:20+0900\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "" +"---\n" +"title: pgroonga.highlight_html function\n" +"layout: en\n" +"---" +msgstr "" + +msgid "# `pgroonga.highlight_html` function" +msgstr "" + +msgid "Since 1.0.7." +msgstr "" + +msgid "## Summary" +msgstr "## 概要" + +msgid "TODO" +msgstr "" Added: _po/ja/reference/functions/pgroonga-match-positions-byte.po (+28 -0) 100644 =================================================================== --- /dev/null +++ _po/ja/reference/functions/pgroonga-match-positions-byte.po 2016-04-24 14:53:47 +0900 (24f1401) @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2016-04-19 15:20+0900\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "" +"---\n" +"title: pgroonga.match_positions_byte function\n" +"layout: en\n" +"---" +msgstr "" + +msgid "# `pgroonga.match_positions_byte` function" +msgstr "" + +msgid "Since 1.0.7." +msgstr "" + +msgid "## Summary" +msgstr "## 概要" + +msgid "TODO" +msgstr "" Added: _po/ja/reference/functions/pgroonga-query-extract-keywords.po (+28 -0) 100644 =================================================================== --- /dev/null +++ _po/ja/reference/functions/pgroonga-query-extract-keywords.po 2016-04-24 14:53:47 +0900 (63e4e00) @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2016-04-19 15:20+0900\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "" +"---\n" +"title: pgroonga.query_extract_keywords function\n" +"layout: en\n" +"---" +msgstr "" + +msgid "# `pgroonga.query_extract_keywords` function" +msgstr "" + +msgid "Since 1.0.7." +msgstr "" + +msgid "## Summary" +msgstr "## 概要" + +msgid "TODO" +msgstr "" Modified: _po/ja/reference/index.po (+20 -1) =================================================================== --- _po/ja/reference/index.po 2016-04-24 12:56:45 +0900 (87029d7) +++ _po/ja/reference/index.po 2016-04-24 14:53:47 +0900 (d08bbeb) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-04-18 16:07+0900\n" +"PO-Revision-Date: 2016-04-24 14:51+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -153,6 +153,25 @@ msgstr " * [`pgroonga.table_name`関数](functions/pgroonga-table-name.html)" msgid " * [`pgroonga.snippet_html` function](functions/pgroonga-snippet-html.html)" msgstr " * [`pgroonga.snippet_html`関数](functions/pgroonga-snippet-html.html)" +msgid "" +" * [`pgroonga.highlight_html` function](functions/pgroonga-highlight-html.htm" +"l)" +msgstr " * [`pgroonga.highlight_html`関数](functions/pgroonga-highlight-html.html)" + +msgid "" +" * [`pgroonga.match_positions_byte` function](functions/pgroonga-match-positi" +"ons-byte.html)" +msgstr "" +" * [`pgroonga.match_positions_byte`関数](functions/pgroonga-match-positions-byt" +"e.html)" + +msgid "" +" * [`pgroonga.query_extract_keywords` function](functions/pgroonga-query-extr" +"act-keywords.html)" +msgstr "" +" * [`pgroonga.query_extract_keywords`関数](functions/pgroonga-query-extract-key" +"words.html)" + msgid "## Parameters" msgstr "## パラメーター" Added: ja/reference/functions/pgroonga-highlight-html.md (+12 -0) 100644 =================================================================== --- /dev/null +++ ja/reference/functions/pgroonga-highlight-html.md 2016-04-24 14:53:47 +0900 (3a5103c) @@ -0,0 +1,12 @@ +--- +title: pgroonga.highlight_html function +layout: en +--- + +# `pgroonga.highlight_html` function + +Since 1.0.7. + +## 概要 + +TODO Added: ja/reference/functions/pgroonga-match-positions-byte.md (+12 -0) 100644 =================================================================== --- /dev/null +++ ja/reference/functions/pgroonga-match-positions-byte.md 2016-04-24 14:53:47 +0900 (20de301) @@ -0,0 +1,12 @@ +--- +title: pgroonga.match_positions_byte function +layout: en +--- + +# `pgroonga.match_positions_byte` function + +Since 1.0.7. + +## 概要 + +TODO Added: ja/reference/functions/pgroonga-query-extract-keywords.md (+12 -0) 100644 =================================================================== --- /dev/null +++ ja/reference/functions/pgroonga-query-extract-keywords.md 2016-04-24 14:53:47 +0900 (831bc43) @@ -0,0 +1,12 @@ +--- +title: pgroonga.query_extract_keywords function +layout: en +--- + +# `pgroonga.query_extract_keywords` function + +Since 1.0.7. + +## 概要 + +TODO Modified: ja/reference/index.md (+6 -0) =================================================================== --- ja/reference/index.md 2016-04-24 12:56:45 +0900 (4473c7b) +++ ja/reference/index.md 2016-04-24 14:53:47 +0900 (c196df3) @@ -77,6 +77,12 @@ PGroonga 1.Y.Zは`pgroonga.XXX_v2`という演算子クラスを提供します * [`pgroonga.snippet_html`関数](functions/pgroonga-snippet-html.html) + * [`pgroonga.highlight_html`関数](functions/pgroonga-highlight-html.html) + + * [`pgroonga.match_positions_byte`関数](functions/pgroonga-match-positions-byte.html) + + * [`pgroonga.query_extract_keywords`関数](functions/pgroonga-query-extract-keywords.html) + ## パラメーター * [`pgroonga.log_type`パラメーター](parameters/log_type.html) Added: reference/functions/pgroonga-highlight-html.md (+12 -0) 100644 =================================================================== --- /dev/null +++ reference/functions/pgroonga-highlight-html.md 2016-04-24 14:53:47 +0900 (41fb818) @@ -0,0 +1,12 @@ +--- +title: pgroonga.highlight_html function +layout: en +--- + +# `pgroonga.highlight_html` function + +Since 1.0.7. + +## Summary + +TODO Added: reference/functions/pgroonga-match-positions-byte.md (+12 -0) 100644 =================================================================== --- /dev/null +++ reference/functions/pgroonga-match-positions-byte.md 2016-04-24 14:53:47 +0900 (82b8a2d) @@ -0,0 +1,12 @@ +--- +title: pgroonga.match_positions_byte function +layout: en +--- + +# `pgroonga.match_positions_byte` function + +Since 1.0.7. + +## Summary + +TODO Added: reference/functions/pgroonga-query-extract-keywords.md (+12 -0) 100644 =================================================================== --- /dev/null +++ reference/functions/pgroonga-query-extract-keywords.md 2016-04-24 14:53:47 +0900 (7280e62) @@ -0,0 +1,12 @@ +--- +title: pgroonga.query_extract_keywords function +layout: en +--- + +# `pgroonga.query_extract_keywords` function + +Since 1.0.7. + +## Summary + +TODO Modified: reference/index.md (+6 -0) =================================================================== --- reference/index.md 2016-04-24 12:56:45 +0900 (a516a9a) +++ reference/index.md 2016-04-24 14:53:47 +0900 (c04db14) @@ -77,6 +77,12 @@ If you use them, you need to use [incompatible case steps](../upgrade/#incompati * [`pgroonga.snippet_html` function](functions/pgroonga-snippet-html.html) + * [`pgroonga.highlight_html` function](functions/pgroonga-highlight-html.html) + + * [`pgroonga.match_positions_byte` function](functions/pgroonga-match-positions-byte.html) + + * [`pgroonga.query_extract_keywords` function](functions/pgroonga-query-extract-keywords.html) + ## Parameters * [`pgroonga.log_type` parameter](parameters/log_type.html) -------------- next part -------------- HTML����������������������������...Download