Просмотр исходного кода

[DOCUMENTATION] English:

- manual fixes (<code>boolean</code> ==> <type>Boolean</type>)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15744 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
e7fd5e63ef

+ 9 - 9
documentation/manual/en/module_specs/Zend_Cache-Frontends.xml

@@ -66,7 +66,7 @@
                           </row>
                           <row>
                               <entry><code>logging</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry>
                                 if set to true, logging through <classname>Zend_Log</classname> is activated
@@ -75,7 +75,7 @@
                           </row>
                           <row>
                               <entry><code>write_control</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>TRUE</constant></entry>
                               <entry>
                                 Enable / disable write control (the cache is read
@@ -86,7 +86,7 @@
                           </row>
                           <row>
                               <entry><code>automatic_serialization</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry>
                                 Enable / disable automatic serialization, it can be used to save directly datas
@@ -105,7 +105,7 @@
                           </row>
                           <row>
                               <entry><code>ignore_user_abort</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry>
                                 if set to true, the core will set the ignore_user_abort PHP flag inside the
@@ -298,7 +298,7 @@ echo 'This is never cached ('.time().').';
                      <tbody>
                           <row>
                               <entry><code>cache_by_default</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>TRUE</constant></entry>
                               <entry>
                                   if true, function calls will be cached by default
@@ -386,7 +386,7 @@ $cache->call('veryExpensiveFunc', $params);
                          </row>
                          <row>
                               <entry><code>cache_by_default</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>TRUE</constant></entry>
                               <entry>
                                   if true, calls will be cached by default
@@ -527,7 +527,7 @@ $result = $cache->foobar2('1', '2');
                          </row>
                          <row>
                               <entry><code>ignore_missing_master_files</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry>
                                   if true, missing master files are ignored silently (an exception is raised else)
@@ -585,7 +585,7 @@ $result = $cache->foobar2('1', '2');
                      <tbody>
                           <row>
                               <entry><code>http_conditional</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry>
                                   use the http_conditional system (not implemented for the moment)
@@ -593,7 +593,7 @@ $result = $cache->foobar2('1', '2');
                          </row>
                          <row>
                               <entry><code>debug_header</code></entry>
-                              <entry><code>boolean</code></entry>
+                              <entry><type>Boolean</type></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry>
                                   if true, a debug text is added before each cached pages

+ 1 - 1
documentation/manual/en/module_specs/Zend_Loader-Autoloader.xml

@@ -359,7 +359,7 @@ $autoloader->pushAutoloader($foo, 'Foo_');
 
                     <row>
                         <entry><code>isFallbackAutoloader()</code></entry>
-                        <entry><code>boolean</code></entry>
+                        <entry><type>Boolean</type></entry>
                         <entry>N/A</entry>
                         <entry><para>
                             Retrieve the value of the flag used to indicate whether

+ 2 - 2
documentation/manual/en/module_specs/Zend_View-Helpers-Navigation.xml

@@ -1273,14 +1273,14 @@ Output:
                             <para>
                                 <code>onlyActiveBranch</code>; whether only
                                 active branch should be rendered. Expects
-                                a <code>boolean</code> value.
+                                a <type>Boolean</type> value.
                             </para>
                         </listitem>
                         <listitem>
                             <para>
                                 <code>renderParents</code>; whether parents
                                 should be rendered if only rendering active
-                                branch. Expects a <code>boolean</code> value.
+                                branch. Expects a <type>Boolean</type> value.
                             </para>
                         </listitem>
                     </itemizedlist>

+ 1 - 1
documentation/manual/en/module_specs/Zend_XmlRpc_Client.xml

@@ -108,7 +108,7 @@ $result = $client->call('test.sayHello', array($arg1, $arg2));
                 Parameters may be passed to <code>call()</code> as native PHP
                 variables, meaning as a <code>string</code>,
                 <code>integer</code>, <code>float</code>,
-                <code>boolean</code>, <code>array</code>, or an
+                <type>Boolean</type>, <code>array</code>, or an
                 <code>object</code>. In this case, each PHP native type will
                 be auto-detected and converted into one of the XML-RPC types
                 according to this table: