[Groonga-commit] droonga/droonga.org at ccfc57e [gh-pages] Markup literals

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 4 16:45:07 JST 2014


YUKI Hiroshi	2014-04-04 16:45:07 +0900 (Fri, 04 Apr 2014)

  New Revision: ccfc57ef32464401b912f95fc65536b980e9b9a0
  https://github.com/droonga/droonga.org/commit/ccfc57ef32464401b912f95fc65536b980e9b9a0

  Message:
    Markup literals

  Modified files:
    _po/ja/reference/catalog/version2/index.po
    ja/reference/catalog/version2/index.md
    reference/catalog/version2/index.md

  Modified: _po/ja/reference/catalog/version2/index.po (+59 -65)
===================================================================
--- _po/ja/reference/catalog/version2/index.po    2014-04-04 16:35:57 +0900 (b13884b)
+++ _po/ja/reference/catalog/version2/index.po    2014-04-04 16:45:07 +0900 (a6f5801)
@@ -366,15 +366,15 @@ msgstr ""
 ": 以下のうちいずれかの値。"
 
 msgid ""
-"* \"Array\": for tables which have no keys.\n"
-"* \"Hash\": for hash tables.\n"
-"* \"PatriciaTrie\": for patricia trie tables.\n"
-"* \"DoubleArrayTrie\": for double array trie tables."
+"* `\"Array\"`: for tables which have no keys.\n"
+"* `\"Hash\"`: for hash tables.\n"
+"* `\"PatriciaTrie\"`: for patricia trie tables.\n"
+"* `\"DoubleArrayTrie\"`: for double array trie tables."
 msgstr ""
-"* \"Array\": キーの無いテーブル\n"
-"* \"Hash\": ハッシュテーブル\n"
-"* \"PatriciaTrie\": パトリシアトライテーブル\n"
-"* \"DoubleArrayTrie\": ダブル配列トライテーブル"
+"* `\"Array\"`: キーの無いテーブル\n"
+"* `\"Hash\"`: ハッシュテーブル\n"
+"* `\"PatriciaTrie\"`: パトリシアトライテーブル\n"
+"* `\"DoubleArrayTrie\"`: ダブル配列トライテーブル"
 
 msgid ""
 "Default value\n"
@@ -388,11 +388,11 @@ msgstr ""
 
 msgid ""
 "Abstract\n"
-": Data type of the key of the table. Mustn't be assigned when the `type` is \"A"
-"rray\"."
+": Data type of the key of the table. Mustn't be assigned when the `type` is `\""
+"Array\"`."
 msgstr ""
 "概要\n"
-": テーブルにおけるキーのデータ型。`type`が\"Array\"の場合は指定してはいけません。"
+": テーブルにおけるキーのデータ型。`type`が`\"Array\"`の場合は指定してはいけません。"
 
 msgid ""
 "Value\n"
@@ -402,21 +402,21 @@ msgstr ""
 ": 以下のデータ型のうちのいずれか。"
 
 msgid ""
-"* \"Integer\"       : 64bit signed integer.\n"
-"* \"Float\"         : 64bit floating-point number.\n"
-"* \"Time\"          : Time value with microseconds resolution.\n"
-"* \"ShortText\"     : Text value up to 4095 bytes length.\n"
-"* \"TokyoGeoPoint\" : Tokyo Datum based geometric point value.\n"
-"* \"WGS84GeoPoint\" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System"
-") based geometric point value."
+"* `\"Integer\"`       : 64bit signed integer.\n"
+"* `\"Float\"`         : 64bit floating-point number.\n"
+"* `\"Time\"`          : Time value with microseconds resolution.\n"
+"* `\"ShortText\"`     : Text value up to 4095 bytes length.\n"
+"* `\"TokyoGeoPoint\"` : Tokyo Datum based geometric point value.\n"
+"* `\"WGS84GeoPoint\"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_Syst"
+"em) based geometric point value."
 msgstr ""
-"* \"Integer\"       : 64bit 符号付き整数。\n"
-"* \"Float\"         : 64bit 浮動小数点数。\n"
-"* \"Time\"          : マイクロ秒精度の時刻。\n"
-"* \"ShortText\"     : 4095バイトまでの文字列。\n"
-"* \"TokyoGeoPoint\" : 旧日本測地系による経緯度。\n"
-"* \"WGS84GeoPoint\" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System"
-") による経緯度。"
+"* `\"Integer\"`       : 64bit 符号付き整数。\n"
+"* `\"Float\"`         : 64bit 浮動小数点数。\n"
+"* `\"Time\"`          : マイクロ秒精度の時刻。\n"
+"* `\"ShortText\"`     : 4095バイトまでの文字列。\n"
+"* `\"TokyoGeoPoint\"` : 旧日本測地系による経緯度。\n"
+"* `\"WGS84GeoPoint\"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_Syst"
+"em) による経緯度。"
 
 msgid ""
 "Default value\n"
@@ -431,11 +431,12 @@ msgstr ""
 msgid ""
 "Abstract\n"
 ": Specifies the type of tokenizer used for splitting each text value, when the"
-" table is used as a lexicon. Only available when the `keyType` is \"ShortText\"."
+" table is used as a lexicon. Only available when the `keyType` is `\"ShortText\""
+"`."
 msgstr ""
 "概要\n"
-": 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType`が\"ShortText\"である"
-"場合にのみ有効です。"
+": 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType`が`\"ShortText\"`で"
+"ある場合にのみ有効です。"
 
 msgid ""
 "Value\n"
@@ -445,18 +446,18 @@ msgstr ""
 ": 以下のトークナイザー名のうちのいずれか。"
 
 msgid ""
-"* \"TokenDelimit\"\n"
-"* \"TokenUnigram\"\n"
-"* \"TokenBigram\"\n"
-"* \"TokenTrigram\"\n"
-"* \"TokenBigramSplitSymbol\"\n"
-"* \"TokenBigramSplitSymbolAlpha\"\n"
-"* \"TokenBigramSplitSymbolAlphaDigit\"\n"
-"* \"TokenBigramIgnoreBlank\"\n"
-"* \"TokenBigramIgnoreBlankSplitSymbol\"\n"
-"* \"TokenBigramIgnoreBlankSplitSymbolAlpha\"\n"
-"* \"TokenBigramIgnoreBlankSplitSymbolAlphaDigit\"\n"
-"* \"TokenDelimitNull\""
+"* `\"TokenDelimit\"`\n"
+"* `\"TokenUnigram\"`\n"
+"* `\"TokenBigram\"`\n"
+"* `\"TokenTrigram\"`\n"
+"* `\"TokenBigramSplitSymbol\"`\n"
+"* `\"TokenBigramSplitSymbolAlpha\"`\n"
+"* `\"TokenBigramSplitSymbolAlphaDigit\"`\n"
+"* `\"TokenBigramIgnoreBlank\"`\n"
+"* `\"TokenBigramIgnoreBlankSplitSymbol\"`\n"
+"* `\"TokenBigramIgnoreBlankSplitSymbolAlpha\"`\n"
+"* `\"TokenBigramIgnoreBlankSplitSymbolAlphaDigit\"`\n"
+"* `\"TokenDelimitNull\"`"
 msgstr ""
 
 msgid "##### `normalizer` {#parameter-normalizer}"
@@ -465,10 +466,10 @@ msgstr ""
 msgid ""
 "Abstract\n"
 ": Specifies the type of normalizer which normalizes and restricts the key valu"
-"es. Only available when the `keyType` is \"ShortText\"."
+"es. Only available when the `keyType` is `\"ShortText\"`."
 msgstr ""
 "概要\n"
-": キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType`が\"ShortText\"である場合にのみ有効です。"
+": キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType`が`\"ShortText\"`である場合にのみ有効です。"
 
 msgid ""
 "Value\n"
@@ -478,8 +479,8 @@ msgstr ""
 ": 以下のノーマライザー名のうちのいずれか。"
 
 msgid ""
-"* \"NormalizerAuto\"\n"
-"* \"NormalizerNFKC51\""
+"* `\"NormalizerAuto\"`\n"
+"* `\"NormalizerNFKC51\"`"
 msgstr ""
 
 msgid "##### `columns` {#parameter-columns}"
@@ -562,15 +563,15 @@ msgid ""
 msgstr ""
 
 msgid ""
-"* \"Scalar\": A single value.\n"
-"* \"Vector\": A list of values.\n"
-"* \"Index\" : A set of unique values with additional properties respectively. Pr"
-"operties can be specified in [`indexOptions`](#parameter-indexOptions)."
+"* `\"Scalar\"`: A single value.\n"
+"* `\"Vector\"`: A list of values.\n"
+"* `\"Index\"` : A set of unique values with additional properties respectively. "
+"Properties can be specified in [`indexOptions`](#parameter-indexOptions)."
 msgstr ""
 
 msgid ""
 "Default value\n"
-": \"Scalar\""
+": `\"Scalar\"`"
 msgstr ""
 
 msgid "##### `valueType` {#parameter-valueType}"
@@ -589,15 +590,15 @@ msgid ""
 msgstr ""
 
 msgid ""
-"* \"Bool\"          : `true` or `false`.\n"
-"* \"Integer\"       : 64bit signed integer.\n"
-"* \"Float\"         : 64bit floating-point number.\n"
-"* \"Time\"          : Time value with microseconds resolution.\n"
-"* \"ShortText\"     : Text value up to 4,095 bytes length.\n"
-"* \"Text\"          : Text value up to 2,147,483,647 bytes length.\n"
-"* \"TokyoGeoPoint\" : Tokyo Datum based geometric point value.\n"
-"* \"WGS84GeoPoint\" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System"
-") based geometric point value."
+"* `\"Bool\"`          : `true` or `false`.\n"
+"* `\"Integer\"`       : 64bit signed integer.\n"
+"* `\"Float\"`         : 64bit floating-point number.\n"
+"* `\"Time\"`          : Time value with microseconds resolution.\n"
+"* `\"ShortText\"`     : Text value up to 4,095 bytes length.\n"
+"* `\"Text\"`          : Text value up to 2,147,483,647 bytes length.\n"
+"* `\"TokyoGeoPoint\"` : Tokyo Datum based geometric point value.\n"
+"* `\"WGS84GeoPoint\"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_Syst"
+"em) based geometric point value."
 msgstr ""
 
 msgid "##### `vectorOptions` {#parameter-vectorOptions}"
@@ -869,13 +870,6 @@ msgstr ""
 ": スライサー関数の名前。"
 
 msgid ""
-"Default value\n"
-": `\"hash\"`"
-msgstr ""
-"既定値\n"
-": `\"hash\"`"
-
-msgid ""
 "In order to define a volume which consists of a collection of `slices`,\n"
 "the way how slice recodes into slices must be decided."
 msgstr "`slices`の集合からなるボリュームを定義するためには、レコードを複数のスライスに振り分けるための方法を決める必要があります。"

  Modified: ja/reference/catalog/version2/index.md (+39 -39)
===================================================================
--- ja/reference/catalog/version2/index.md    2014-04-04 16:35:57 +0900 (915e36c)
+++ ja/reference/catalog/version2/index.md    2014-04-04 16:45:07 +0900 (e44c87d)
@@ -259,10 +259,10 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
 値
 : 以下のうちいずれかの値。
 
-* "Array": キーの無いテーブル
-* "Hash": ハッシュテーブル
-* "PatriciaTrie": パトリシアトライテーブル
-* "DoubleArrayTrie": ダブル配列トライテーブル
+* `"Array"`: キーの無いテーブル
+* `"Hash"`: ハッシュテーブル
+* `"PatriciaTrie"`: パトリシアトライテーブル
+* `"DoubleArrayTrie"`: ダブル配列トライテーブル
 
 既定値
 : `"Hash"`
@@ -273,17 +273,17 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
 ##### `keyType` {#parameter-keyType}
 
 概要
-: テーブルにおけるキーのデータ型。`type`が"Array"の場合は指定してはいけません。
+: テーブルにおけるキーのデータ型。`type`が`"Array"`の場合は指定してはいけません。
 
 値
 : 以下のデータ型のうちのいずれか。
 
-* "Integer"       : 64bit 符号付き整数。
-* "Float"         : 64bit 浮動小数点数。
-* "Time"          : マイクロ秒精度の時刻。
-* "ShortText"     : 4095バイトまでの文字列。
-* "TokyoGeoPoint" : 旧日本測地系による経緯度。
-* "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) による経緯度。
+* `"Integer"`       : 64bit 符号付き整数。
+* `"Float"`         : 64bit 浮動小数点数。
+* `"Time"`          : マイクロ秒精度の時刻。
+* `"ShortText"`     : 4095バイトまでの文字列。
+* `"TokyoGeoPoint"` : 旧日本測地系による経緯度。
+* `"WGS84GeoPoint"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) による経緯度。
 
 既定値
 : なし。キーを持つテーブルでは指定が必須です。
@@ -294,23 +294,23 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
 ##### `tokenizer` {#parameter-tokenizer}
 
 概要
-: 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType`が"ShortText"である場合にのみ有効です。
+: 語彙表として使われるテーブルにおける、文字列型の値を分割するために使うトークナイザーの種類を指定します。`keyType`が`"ShortText"`である場合にのみ有効です。
 
 値
 : 以下のトークナイザー名のうちのいずれか。
 
-* "TokenDelimit"
-* "TokenUnigram"
-* "TokenBigram"
-* "TokenTrigram"
-* "TokenBigramSplitSymbol"
-* "TokenBigramSplitSymbolAlpha"
-* "TokenBigramSplitSymbolAlphaDigit"
-* "TokenBigramIgnoreBlank"
-* "TokenBigramIgnoreBlankSplitSymbol"
-* "TokenBigramIgnoreBlankSplitSymbolAlpha"
-* "TokenBigramIgnoreBlankSplitSymbolAlphaDigit"
-* "TokenDelimitNull"
+* `"TokenDelimit"`
+* `"TokenUnigram"`
+* `"TokenBigram"`
+* `"TokenTrigram"`
+* `"TokenBigramSplitSymbol"`
+* `"TokenBigramSplitSymbolAlpha"`
+* `"TokenBigramSplitSymbolAlphaDigit"`
+* `"TokenBigramIgnoreBlank"`
+* `"TokenBigramIgnoreBlankSplitSymbol"`
+* `"TokenBigramIgnoreBlankSplitSymbolAlpha"`
+* `"TokenBigramIgnoreBlankSplitSymbolAlphaDigit"`
+* `"TokenDelimitNull"`
 
 既定値
 : なし。
@@ -321,13 +321,13 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets:
 ##### `normalizer` {#parameter-normalizer}
 
 概要
-: キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType`が"ShortText"である場合にのみ有効です。
+: キーの値を正規化・制限するノーマライザーの種類を指定します。`keyType`が`"ShortText"`である場合にのみ有効です。
 
 値
 : 以下のノーマライザー名のうちのいずれか。
 
-* "NormalizerAuto"
-* "NormalizerNFKC51"
+* `"NormalizerAuto"`
+* `"NormalizerNFKC51"`
 
 既定値
 : なし。
@@ -395,12 +395,12 @@ Abstract
 Value
 : Any of the followings.
 
-* "Scalar": A single value.
-* "Vector": A list of values.
-* "Index" : A set of unique values with additional properties respectively. Properties can be specified in [`indexOptions`](#parameter-indexOptions).
+* `"Scalar"`: A single value.
+* `"Vector"`: A list of values.
+* `"Index"` : A set of unique values with additional properties respectively. Properties can be specified in [`indexOptions`](#parameter-indexOptions).
 
 Default value
-: "Scalar"
+: `"Scalar"`
 
 継承可能性
 : 不可。
@@ -413,14 +413,14 @@ Abstract
 Value
 : Any of the following data types or the name of another table defined in the same dataset. When a table name is assigned, the column acts as a foreign key references the table.
 
-* "Bool"          : `true` or `false`.
-* "Integer"       : 64bit signed integer.
-* "Float"         : 64bit floating-point number.
-* "Time"          : Time value with microseconds resolution.
-* "ShortText"     : Text value up to 4,095 bytes length.
-* "Text"          : Text value up to 2,147,483,647 bytes length.
-* "TokyoGeoPoint" : Tokyo Datum based geometric point value.
-* "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.
+* `"Bool"`          : `true` or `false`.
+* `"Integer"`       : 64bit signed integer.
+* `"Float"`         : 64bit floating-point number.
+* `"Time"`          : Time value with microseconds resolution.
+* `"ShortText"`     : Text value up to 4,095 bytes length.
+* `"Text"`          : Text value up to 2,147,483,647 bytes length.
+* `"TokyoGeoPoint"` : Tokyo Datum based geometric point value.
+* `"WGS84GeoPoint"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.
 
 既定値
 : なし。これは必須のパラメータです。

  Modified: reference/catalog/version2/index.md (+39 -39)
===================================================================
--- reference/catalog/version2/index.md    2014-04-04 16:35:57 +0900 (6036441)
+++ reference/catalog/version2/index.md    2014-04-04 16:45:07 +0900 (9e86804)
@@ -252,10 +252,10 @@ Abstract
 Value
 : Any of the following values.
 
-* "Array": for tables which have no keys.
-* "Hash": for hash tables.
-* "PatriciaTrie": for patricia trie tables.
-* "DoubleArrayTrie": for double array trie tables.
+* `"Array"`: for tables which have no keys.
+* `"Hash"`: for hash tables.
+* `"PatriciaTrie"`: for patricia trie tables.
+* `"DoubleArrayTrie"`: for double array trie tables.
 
 Default value
 : `"Hash"`
@@ -266,17 +266,17 @@ Inheritable
 ##### `keyType` {#parameter-keyType}
 
 Abstract
-: Data type of the key of the table. Mustn't be assigned when the `type` is "Array".
+: Data type of the key of the table. Mustn't be assigned when the `type` is `"Array"`.
 
 Value
 : Any of the following data types.
 
-* "Integer"       : 64bit signed integer.
-* "Float"         : 64bit floating-point number.
-* "Time"          : Time value with microseconds resolution.
-* "ShortText"     : Text value up to 4095 bytes length.
-* "TokyoGeoPoint" : Tokyo Datum based geometric point value.
-* "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.
+* `"Integer"`       : 64bit signed integer.
+* `"Float"`         : 64bit floating-point number.
+* `"Time"`          : Time value with microseconds resolution.
+* `"ShortText"`     : Text value up to 4095 bytes length.
+* `"TokyoGeoPoint"` : Tokyo Datum based geometric point value.
+* `"WGS84GeoPoint"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.
 
 Default value
 : None. Mandatory for tables with keys.
@@ -287,23 +287,23 @@ Inheritable
 ##### `tokenizer` {#parameter-tokenizer}
 
 Abstract
-: Specifies the type of tokenizer used for splitting each text value, when the table is used as a lexicon. Only available when the `keyType` is "ShortText".
+: Specifies the type of tokenizer used for splitting each text value, when the table is used as a lexicon. Only available when the `keyType` is `"ShortText"`.
 
 Value
 : Any of the following tokenizer names.
 
-* "TokenDelimit"
-* "TokenUnigram"
-* "TokenBigram"
-* "TokenTrigram"
-* "TokenBigramSplitSymbol"
-* "TokenBigramSplitSymbolAlpha"
-* "TokenBigramSplitSymbolAlphaDigit"
-* "TokenBigramIgnoreBlank"
-* "TokenBigramIgnoreBlankSplitSymbol"
-* "TokenBigramIgnoreBlankSplitSymbolAlpha"
-* "TokenBigramIgnoreBlankSplitSymbolAlphaDigit"
-* "TokenDelimitNull"
+* `"TokenDelimit"`
+* `"TokenUnigram"`
+* `"TokenBigram"`
+* `"TokenTrigram"`
+* `"TokenBigramSplitSymbol"`
+* `"TokenBigramSplitSymbolAlpha"`
+* `"TokenBigramSplitSymbolAlphaDigit"`
+* `"TokenBigramIgnoreBlank"`
+* `"TokenBigramIgnoreBlankSplitSymbol"`
+* `"TokenBigramIgnoreBlankSplitSymbolAlpha"`
+* `"TokenBigramIgnoreBlankSplitSymbolAlphaDigit"`
+* `"TokenDelimitNull"`
 
 Default value
 : None.
@@ -314,13 +314,13 @@ Inheritable
 ##### `normalizer` {#parameter-normalizer}
 
 Abstract
-: Specifies the type of normalizer which normalizes and restricts the key values. Only available when the `keyType` is "ShortText".
+: Specifies the type of normalizer which normalizes and restricts the key values. Only available when the `keyType` is `"ShortText"`.
 
 Value
 : Any of the following normalizer names.
 
-* "NormalizerAuto"
-* "NormalizerNFKC51"
+* `"NormalizerAuto"`
+* `"NormalizerNFKC51"`
 
 Default value
 : None.
@@ -388,12 +388,12 @@ Abstract
 Value
 : Any of the followings.
 
-* "Scalar": A single value.
-* "Vector": A list of values.
-* "Index" : A set of unique values with additional properties respectively. Properties can be specified in [`indexOptions`](#parameter-indexOptions).
+* `"Scalar"`: A single value.
+* `"Vector"`: A list of values.
+* `"Index"` : A set of unique values with additional properties respectively. Properties can be specified in [`indexOptions`](#parameter-indexOptions).
 
 Default value
-: "Scalar"
+: `"Scalar"`
 
 Inheritable
 : False.
@@ -406,14 +406,14 @@ Abstract
 Value
 : Any of the following data types or the name of another table defined in the same dataset. When a table name is assigned, the column acts as a foreign key references the table.
 
-* "Bool"          : `true` or `false`.
-* "Integer"       : 64bit signed integer.
-* "Float"         : 64bit floating-point number.
-* "Time"          : Time value with microseconds resolution.
-* "ShortText"     : Text value up to 4,095 bytes length.
-* "Text"          : Text value up to 2,147,483,647 bytes length.
-* "TokyoGeoPoint" : Tokyo Datum based geometric point value.
-* "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.
+* `"Bool"`          : `true` or `false`.
+* `"Integer"`       : 64bit signed integer.
+* `"Float"`         : 64bit floating-point number.
+* `"Time"`          : Time value with microseconds resolution.
+* `"ShortText"`     : Text value up to 4,095 bytes length.
+* `"Text"`          : Text value up to 2,147,483,647 bytes length.
+* `"TokyoGeoPoint"` : Tokyo Datum based geometric point value.
+* `"WGS84GeoPoint"` : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value.
 
 Default value
 : None. This is a required parameter.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index