Skip to content

Commit 4b431e0

Browse files
committed
Replace _XXX with _* in constants
php/doc-en@89ae180
1 parent f8aa094 commit 4b431e0

File tree

13 files changed

+40
-28
lines changed

13 files changed

+40
-28
lines changed

reference/com/functions/variant-cast.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: dccfbf96599009809b81fc2599f76a4dd40f2666 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: takagi Status: ready -->
44
<refentry xml:id="function.variant-cast" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>variant_cast</refname>
@@ -38,7 +38,8 @@
3838
<term><parameter>type</parameter></term>
3939
<listitem>
4040
<para>
41-
<parameter>type</parameter> は、定数 <constant>VT_XXX</constant>
41+
<parameter>type</parameter> は、定数
42+
<constant>VT_<replaceable>*</replaceable></constant>
4243
の中のひとつでなければなりません。
4344
</para>
4445
</listitem>

reference/com/functions/variant-get-type.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 2b220300c871e7530c0a62fb69c23b75800b4c63 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.variant-get-type" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -40,7 +40,8 @@
4040
<xref linkend="class.com"/>、
4141
<xref linkend="class.dotnet"/> あるいは
4242
<xref linkend="class.variant"/> クラスのインスタンスです。
43-
返される値は、<constant>VT_XXX</constant> 定数のいずれかと比較することが可能です。
43+
返される値は、<constant>VT_<replaceable>*</replaceable></constant>
44+
定数のいずれかと比較することが可能です。
4445
</para>
4546
<para>
4647
COM および DOTNET オブジェクトの返す値は、通常

reference/com/variant/construct.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 49ff12041acd30489ef8cb7b1e08ec1ddf4dc6bc Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: mumumu Status: ready -->
44

55
<refentry xml:id="variant.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -38,7 +38,8 @@
3838
<simpara>
3939
variant オブジェクトの型を指定します。
4040
有効な値は <xref
41-
linkend="com.constants"/> の <constant>VT_XXX</constant> のうちの一つです。
41+
linkend="com.constants"/> の
42+
<constant>VT_<replaceable>*</replaceable></constant> のうちの一つです。
4243
</simpara>
4344
<simpara>
4445
PHP は参照渡しを自動で認識できます。

reference/curl/functions/curl-multi-add-handle.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 92226911a09278dd440b836583bf382c629cfc63 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.curl-multi-add-handle" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -35,7 +35,8 @@
3535
&reftitle.returnvalues;
3636
<para>
3737
成功した場合に 0、あるいはエラーコード
38-
<constant>CURLM_XXX</constant> のいずれかを返します。
38+
<constant>CURLM_<replaceable>*</replaceable></constant>
39+
のいずれかを返します。
3940
</para>
4041
</refsect1>
4142

reference/curl/functions/curl-multi-remove-handle.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: takagi Status: ready -->
44
<refentry xml:id="function.curl-multi-remove-handle" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>curl_multi_remove_handle</refname>
@@ -36,8 +36,9 @@
3636
<refsect1 role="returnvalues">
3737
&reftitle.returnvalues;
3838
<para>
39-
成功した場合に 0、失敗した場合にエラーコード <constant>CURLM_XXX</constant> のいずれかを返します。
40-
codes.
39+
成功した場合に 0、失敗した場合にエラーコード
40+
<constant>CURLM_<replaceable>*</replaceable></constant>
41+
のいずれかを返します。
4142
</para>
4243
</refsect1>
4344

reference/curl/functions/curl-setopt.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 310963ad9ab1c2ca315361ff94314a21fa65f8b8 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -30,7 +30,9 @@
3030
<term><parameter>option</parameter></term>
3131
<listitem>
3232
<para>
33-
設定したい <literal>CURLOPT_XXX</literal> オプション。
33+
設定したい
34+
<constant>CURLOPT_<replaceable>*</replaceable></constant>
35+
オプション。
3436
</para>
3537
</listitem>
3638
</varlistentry>

reference/curl/functions/curl-version.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 08a941584f00b659f595dfc6d108a73b2e6849a6 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xml:id="function.curl-version" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -67,7 +67,7 @@
6767
</row>
6868
<row>
6969
<entry>features</entry>
70-
<entry>定数 <literal>CURL_VERSION_XXX</literal> のビットマスク</entry>
70+
<entry>定数 <constant>CURL_VERSION_<replaceable>*</replaceable></constant>のビットマスク</entry>
7171
</row>
7272
<row>
7373
<entry>protocols</entry>

reference/image/functions/getimagesize.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: d0532e45fb2b6766c7fc73c7ccfc30a9720f8888 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.getimagesize">
66
<refnamediv>
@@ -119,7 +119,7 @@
119119
</para>
120120
</note>
121121
<para>
122-
2 番目の要素は <link linkend="image.constants">IMAGETYPE_XXX constants</link> 定数のひとつで、
122+
2 番目の要素は <constant>IMAGETYPE_<replaceable>*</replaceable></constant> 定数のひとつで、
123123
画像の形式を表します。
124124
</para>
125125
<para>

reference/image/functions/image-type-to-extension.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.image-type-to-extension" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -15,7 +15,7 @@
1515
<methodparam choice="opt"><type>bool</type><parameter>include_dot</parameter><initializer>&true;</initializer></methodparam>
1616
</methodsynopsis>
1717
<para>
18-
指定した定数 <literal>IMAGETYPE_XXX</literal>
18+
指定した定数 <constant>IMAGETYPE_<replaceable>*</replaceable></constant>
1919
に対応する拡張子を返します。
2020
</para>
2121
</refsect1>
@@ -27,7 +27,8 @@
2727
<term><parameter>image_type</parameter></term>
2828
<listitem>
2929
<para>
30-
<literal>IMAGETYPE_XXX</literal> 定数のいずれかひとつ。
30+
<constant>IMAGETYPE_<replaceable>*</replaceable></constant>
31+
定数のいずれかひとつ。
3132
</para>
3233
</listitem>
3334
</varlistentry>

reference/image/functions/image-type-to-mime-type.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f40e02ff1bd0eb238dc8e542434004de9eb03a58 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 89ae180a851621c308f0ea4604ff2e919aa57a7f Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xml:id="function.image-type-to-mime-type" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -29,7 +29,8 @@
2929
<term><parameter>image_type</parameter></term>
3030
<listitem>
3131
<para>
32-
<literal>IMAGETYPE_XXX</literal> 定数のいずれか。
32+
<constant>IMAGETYPE_<replaceable>*</replaceable></constant>
33+
定数のいずれか。
3334
</para>
3435
</listitem>
3536
</varlistentry>

0 commit comments

Comments
 (0)