Skip to content

Commit ace2cec

Browse files
committed
[reference/yaf, yaz] sync with en
1 parent 6af2b22 commit ace2cec

File tree

14 files changed

+32
-30
lines changed

14 files changed

+32
-30
lines changed

reference/yaf/yaf-loader.xml

Lines changed: 2 additions & 1 deletion
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: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 7541512acf899391b68c3b6bae66a4fcc65e6c4e Maintainer: takagi Status: ready -->
44

55
<reference xml:id="class.yaf-loader" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66

@@ -85,6 +85,7 @@ class Bootstrap extends Yaf_Bootstrap_Abstract{
8585
public function _initLoader($dispatcher) {
8686
Yaf_Loader::getInstance()->registerLocalNameSpace(array("Foo", "Bar"));
8787
}
88+
}
8889
?>
8990
]]>
9091
</programlisting>

reference/yaf/yaf_application/bootstrap.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: 73fae4ee51b644b72028e610abefefced57c18ad Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 4a211b7c8fb2b4410851d06c6f90f751d1f670d0 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-application.bootstrap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -46,7 +46,7 @@
4646
<refsect1 role="examples">
4747
&reftitle.examples;
4848
<example>
49-
<title><function>Bootstrap</function> の例</title>
49+
<title>Bootstrap の例</title>
5050
<programlisting role="php">
5151
<![CDATA[
5252
<?php

reference/yaf/yaf_application/construct.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: 8bf3b3f0732d2b5c635f950e04e27a44b36f0cb0 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 7541512acf899391b68c3b6bae66a4fcc65e6c4e Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-application.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -106,7 +106,7 @@ ap.modules=Index
106106
<![CDATA[
107107
<?php
108108
defined('APPLICATION_PATH') // APPLICATION_PATH が ini ファイルで設定されていれば使います
109-
|| define('APPLICATION_PATH', __DIR__));
109+
|| define('APPLICATION_PATH', __DIR__);
110110
111111
$application = new Yaf_Application(APPLICATION_PATH.'/conf/application.ini');
112112
$application->bootstrap()->run();

reference/yaf/yaf_dispatcher/setview.xml

Lines changed: 1 addition & 1 deletion
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: 49d4fb555745d1981edac87a5a2d8ae53b5f75df Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 4a211b7c8fb2b4410851d06c6f90f751d1f670d0 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-dispatcher.setview" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>

reference/yaf/yaf_response_abstract/appendbody.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: c9389e4a0e96801fd14d91336ff3f12e45929a73 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 0d4f735ed7f59c0ac5a5b3bbe90fa72dc84d8cee Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-response-abstract.appendbody" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -64,7 +64,7 @@
6464
<?php
6565
$response = new Yaf_Response_Http();
6666
67-
$response->setBody("Hello")->prependBody(" World");
67+
$response->setBody("Hello")->appendBody(" World");
6868
6969
echo $response;
7070
?>

reference/yaf/yaf_route_map/construct.xml

Lines changed: 4 additions & 4 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: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-route-map.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -52,7 +52,7 @@
5252
<refsect1 role="examples">
5353
&reftitle.examples;
5454
<example>
55-
<title><function>Yaf_Route_Map</function> の例</title>
55+
<title><classname>Yaf_Route_Map</classname> の例</title>
5656
<programlisting role="php">
5757
<![CDATA[
5858
<?php
@@ -77,7 +77,7 @@ array(
7777
</screen>
7878
</example>
7979
<example>
80-
<title><function>Yaf_Route_Map</function> の例</title>
80+
<title><classname>Yaf_Route_Map</classname> の例</title>
8181
<programlisting role="php">
8282
<![CDATA[
8383
<?php
@@ -109,7 +109,7 @@ array(
109109
</screen>
110110
</example>
111111
<example>
112-
<title><function>Yaf_Route_Map</function> の例</title>
112+
<title><classname>Yaf_Route_Map</classname> の例</title>
113113
<programlisting role="php">
114114
<![CDATA[
115115
<?php

reference/yaf/yaf_route_regex/construct.xml

Lines changed: 5 additions & 5 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: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-route-regex.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -92,7 +92,7 @@
9292
<refsect1 role="examples">
9393
&reftitle.examples;
9494
<example>
95-
<title><function>Yaf_Route_Regex</function> の例</title>
95+
<title><classname>Yaf_Route_Regex</classname> の例</title>
9696
<programlisting role="php">
9797
<![CDATA[
9898
<?php
@@ -116,7 +116,7 @@
116116
</programlisting>
117117
</example>
118118
<example>
119-
<title><function>Yaf_Route_Regex</function> (2.3.0 以降) の例</title>
119+
<title><classname>Yaf_Route_Regex</classname> (2.3.0 以降) の例</title>
120120
<programlisting role="php">
121121
<![CDATA[
122122
<?php
@@ -140,7 +140,7 @@
140140
</programlisting>
141141
</example>
142142
<example>
143-
<title><function>Yaf_Route_Regex と名前付きキャプチャグループ (2.3.0 以降) の例</function>example</title>
143+
<title><classname>Yaf_Route_Regex</classname> と名前付きキャプチャグループ (2.3.0 以降) の例</title>
144144
<programlisting role="php">
145145
<![CDATA[
146146
<?php
@@ -164,7 +164,7 @@
164164
</programlisting>
165165
</example>
166166
<example>
167-
<title><function>Yaf_Route_Regex</function> の例</title>
167+
<title><classname>Yaf_Route_Regex</classname> の例</title>
168168
<programlisting role="php">
169169
<![CDATA[
170170
<?php

reference/yaf/yaf_route_rewrite/construct.xml

Lines changed: 4 additions & 4 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: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-route-rewrite.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -72,7 +72,7 @@
7272
<refsect1 role="examples">
7373
&reftitle.examples;
7474
<example>
75-
<title><function>Yaf_Route_Rewrite</function> の例</title>
75+
<title><classname>Yaf_Route_Rewrite</classname> の例</title>
7676
<programlisting role="php">
7777
<![CDATA[
7878
<?php
@@ -114,7 +114,7 @@ array(
114114
</screen>
115115
</example>
116116
<example>
117-
<title><function>Yaf_Route_Rewrite</function> の例</title>
117+
<title><classname>Yaf_Route_Rewrite</classname> の例</title>
118118
<programlisting role="php">
119119
<![CDATA[
120120
<?php
@@ -158,7 +158,7 @@ array(
158158
</screen>
159159
</example>
160160
<example>
161-
<title><function>Yaf_Route_Rewrite</function> (2.3.0 以降) の例</title>
161+
<title><classname>Yaf_Route_Rewrite</classname> (2.3.0 以降) の例</title>
162162
<programlisting role="php">
163163
<![CDATA[
164164
<?php

reference/yaf/yaf_route_supervar/construct.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: 73fae4ee51b644b72028e610abefefced57c18ad Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-route-supervar.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -45,7 +45,7 @@
4545
<refsect1 role="examples">
4646
&reftitle.examples;
4747
<example>
48-
<title><function>Yaf_Route_Supervar</function> の例</title>
48+
<title><classname>Yaf_Route_Supervar</classname> の例</title>
4949
<programlisting role="php">
5050
<![CDATA[
5151
<?php

reference/yaf/yaf_router/addconfig.xml

Lines changed: 2 additions & 1 deletion
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: 30c2d6226d1576647c91b36b912ac841abfcafab Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 22583751fbfdaa3eaa41aeb6470d1343f5cb2c78 Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="yaf-router.addconfig" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -90,6 +90,7 @@ class Bootstrap extends Yaf_Bootstrap_Abstract{
9090
*/
9191
$router->addConfig(Yaf_Registry::get("config")->routes);
9292
}
93+
}
9394
?>
9495
]]>
9596
</programlisting>

0 commit comments

Comments
 (0)