[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/lua/_entities.lua.xml_lua/=5F=5Fcall.xml_lua/reg
From:       Xinchen_Hui <laruence () php ! net>
Date:       2011-08-31 6:26:39
Message-ID: svn-laruence-1314771999-315850-1062411403 () svn ! php ! net
[Download RAW message or body]

laruence                                 Wed, 31 Aug 2011 06:26:39 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=315850

Log:
Fixed mixed case filename

Changed paths:
    D   phpdoc/en/trunk/reference/lua/entities.lua.xml
    U   phpdoc/en/trunk/reference/lua/lua/__call.xml
    D   phpdoc/en/trunk/reference/lua/lua/registerCallback.xml
    A + phpdoc/en/trunk/reference/lua/lua/registercallback.xml
        (from phpdoc/en/trunk/reference/lua/lua/registerCallback.xml:r315848)
    U   phpdoc/en/trunk/reference/lua/luaclosure.xml

Deleted: phpdoc/en/trunk/reference/lua/entities.lua.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/entities.lua.xml	2011-08-31 06:23:24 UTC (rev \
                315849)
+++ phpdoc/en/trunk/reference/lua/entities.lua.xml	2011-08-31 06:26:39 UTC (rev \
315850) @@ -1,8 +0,0 @@
-&reference.lua.lua.--call;
-&reference.lua.lua.assign;
-&reference.lua.lua.call;
-&reference.lua.lua.construct;
-&reference.lua.lua.eval;
-&reference.lua.lua.getversion;
-&reference.lua.lua.include;
-&reference.lua.lua.registerCallback;

Modified: phpdoc/en/trunk/reference/lua/lua/__call.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/lua/__call.xml	2011-08-31 06:23:24 UTC (rev 315849)
+++ phpdoc/en/trunk/reference/lua/lua/__call.xml	2011-08-31 06:26:39 UTC (rev 315850)
@@ -47,7 +47,6 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-
   </para>
  </refsect1>


Deleted: phpdoc/en/trunk/reference/lua/lua/registerCallback.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/lua/registerCallback.xml	2011-08-31 06:23:24 UTC \
                (rev 315849)
+++ phpdoc/en/trunk/reference/lua/lua/registerCallback.xml	2011-08-31 06:26:39 UTC \
(rev 315850) @@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<refentry xml:id="lua.register" xmlns="http://docbook.org/ns/docbook" \
                xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
-  <refname>Lua::registerCallback</refname>
-  <refpurpose>Register a PHP function to Lua</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <modifier>public</modifier> \
                <type>void</type><methodname>Lua::register</methodname>
-   <methodparam><type>string</type><parameter>name</parameter></methodparam>
-   <methodparam><type>callback</type><parameter>function</parameter></methodparam>
-  </methodsynopsis>
-  <para>
-    Register a PHP function to Lua as a function named "$name"
-  </para>
-
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  <variablelist>
-   <varlistentry>
-    <term><parameter>name</parameter></term>
-    <listitem>
-     <para>
-
-     </para>
-    </listitem>
-   </varlistentry>
-   <varlistentry>
-    <term><parameter>function</parameter></term>
-    <listitem>
-     <para>
-      A valid PHP function callback
-     </para>
-    </listitem>
-   </varlistentry>
-  </variablelist>
- </refsect1>
-
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-
-  </para>
- </refsect1>
-
-
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->

Copied: phpdoc/en/trunk/reference/lua/lua/registercallback.xml (from rev 315848, \
phpdoc/en/trunk/reference/lua/lua/registerCallback.xml) \
                ===================================================================
--- phpdoc/en/trunk/reference/lua/lua/registercallback.xml	                        \
                (rev 0)
+++ phpdoc/en/trunk/reference/lua/lua/registercallback.xml	2011-08-31 06:26:39 UTC \
(rev 315850) @@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<refentry xml:id="lua.register" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv>
+  <refname>Lua::registerCallback</refname>
+  <refpurpose>Register a PHP function to Lua</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>void</type><methodname>Lua::register</methodname> +   \
<methodparam><type>string</type><parameter>name</parameter></methodparam> +   \
<methodparam><type>callback</type><parameter>function</parameter></methodparam> +  \
</methodsynopsis> +  <para>
+    Register a PHP function to Lua as a function named "$name"
+  </para>
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <variablelist>
+   <varlistentry>
+    <term><parameter>name</parameter></term>
+    <listitem>
+     <para>
+
+     </para>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term><parameter>function</parameter></term>
+    <listitem>
+     <para>
+      A valid PHP function callback
+     </para>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

Modified: phpdoc/en/trunk/reference/lua/luaclosure.xml
===================================================================
--- phpdoc/en/trunk/reference/lua/luaclosure.xml	2011-08-31 06:23:24 UTC (rev 315849)
+++ phpdoc/en/trunk/reference/lua/luaclosure.xml	2011-08-31 06:26:39 UTC (rev 315850)
@@ -12,7 +12,8 @@
   <section xml:id="luaclosure.intro">
    &reftitle.intro;
    <para>
-
+     LuaClosure is a wrapper class for LUA_TFUNCTION which could be renturn from
+     calling to Lua function.
    </para>
   </section>
 <!-- }}} -->



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic