[PHP-DOC] cvs: phpdoc /en/reference/ming/functions swfaction.xml

2005-04-27 Thread Jakub Vrana
vrana   Wed Apr 27 10:19:44 2005 EDT

  Modified files:  
/phpdoc/en/reference/ming/functions swfaction.xml 
  Log:
  parameter around parameters
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ming/functions/swfaction.xml?r1=1.9r2=1.10ty=u
Index: phpdoc/en/reference/ming/functions/swfaction.xml
diff -u phpdoc/en/reference/ming/functions/swfaction.xml:1.9 
phpdoc/en/reference/ming/functions/swfaction.xml:1.10
--- phpdoc/en/reference/ming/functions/swfaction.xml:1.9Fri Nov 12 
07:59:09 2004
+++ phpdoc/en/reference/ming/functions/swfaction.xmlWed Apr 27 10:19:43 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfaction
refnamediv
@@ -129,8 +129,8 @@
termsubstr(string, location, length)/term
listitem
 simpara
- Returns the substring of length length at location location of 
- the given string string.
+ Returns the substring of length parameterlength/parameter at 
location parameterlocation/parameter of 
+ the given string parameterstring/parameter.
 /simpara
/listitem
   /varlistentry
@@ -143,8 +143,8 @@
termduplicateClip(clip, name, depth)/term
listitem
 simpara
- Duplicate the named movie clip (aka sprite). The new movie clip has 
name name 
- and is at depth depth. 
+ Duplicate the named movie parameterclip/parameter (aka sprite). 
The new movie clip has name parametername/parameter 
+ and is at depth parameterdepth/parameter. 
 /simpara
/listitem
   /varlistentry
@@ -169,7 +169,7 @@
termstartDrag(target, lock, [left, top, right, bottom])/term
listitem
 simpara
- Start dragging the movie clip target. The lock argument indicates 
whether 
+ Start dragging the movie clip parametertarget/parameter. The 
parameterlock/parameter argument indicates whether 
  to lock the mouse (?)- use 0 (false;) or 1 (true;). Optional 
parameters 
  define a bounding area for the dragging.  
 /simpara
@@ -195,9 +195,9 @@
termgetURL(url, target, [method])/term
listitem
 simpara
- Load the given URL into the named target. The target argument
+ Load the given URL into the named target. The 
parametertarget/parameter argument
  corresponds to HTML document targets (such as _top or _blank).
- The optional method argument can be POST or GET if you want to submit 
+ The optional parametermethod/parameter argument can be POST or 
GET if you want to submit 
  variables back to the server.  
 /simpara
/listitem
@@ -206,7 +206,7 @@
termloadMovie(url, target)/term
listitem
 simpara
- Load the given URL into the named target. The target argument can be 
a 
+ Load the given URL into the named target. The 
parametertarget/parameter argument can be a 
  frame name (I think), or one of the magical values _level0 
(replaces 
  current movie) or _level1 (loads new movie on top of current 
movie). 
 /simpara
@@ -264,7 +264,7 @@
termgotoFrame(num)/term
listitem
 simpara
- Go to frame number num. Frame numbers start at 0.  
+ Go to frame number parameternum/parameter. Frame numbers start at 
0.  
 /simpara
/listitem
   /varlistentry
@@ -272,7 +272,7 @@
termgotoFrame(name)/term
listitem
 simpara
- Go to the frame named name. Which does a lot of good, since I 
+ Go to the frame named parametername/parameter. Which does a lot 
of good, since I 
  haven't added frame labels yet.  
 /simpara
/listitem


[PHP-DOC] cvs: phpdoc /en/reference/ming/functions swfaction.xml swfbitmap.xml swfbutton.xml swfdisplayitem.xml swffill.xml swffont.xml swfgradient.xml swfmorph.xml swfmovie.xml swfshape.xml swfsprite.xml swftext.xml swftextfield.xml

2004-11-12 Thread Jakub Vrana
vrana   Fri Nov 12 07:59:09 2004 EDT

  Modified files:  
/phpdoc/en/reference/ming/functions swfaction.xml swfbitmap.xml 
swfbutton.xml 
swfdisplayitem.xml swffill.xml 
swffont.xml swfgradient.xml 
swfmorph.xml swfmovie.xml 
swfshape.xml swfsprite.xml 
swftext.xml swftextfield.xml 
  Log:
  Change object to specific objects
  http://cvs.php.net/diff.php/phpdoc/en/reference/ming/functions/swfaction.xml?r1=1.8r2=1.9ty=u
Index: phpdoc/en/reference/ming/functions/swfaction.xml
diff -u phpdoc/en/reference/ming/functions/swfaction.xml:1.8 
phpdoc/en/reference/ming/functions/swfaction.xml:1.9
--- phpdoc/en/reference/ming/functions/swfaction.xml:1.8Fri Aug 13 
12:12:05 2004
+++ phpdoc/en/reference/ming/functions/swfaction.xmlFri Nov 12 07:59:09 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfaction
refnamediv
@@ -9,7 +9,7 @@
refsect1
 titleDescription/title
  methodsynopsis
-  typeobject/typemethodnameswfaction/methodname
+  typeSWFAction/typemethodnameswfaction/methodname
   
methodparamtypestring/typeparameterscript/parameter/methodparam
  /methodsynopsis
 warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/ming/functions/swfbitmap.xml?r1=1.5r2=1.6ty=u
Index: phpdoc/en/reference/ming/functions/swfbitmap.xml
diff -u phpdoc/en/reference/ming/functions/swfbitmap.xml:1.5 
phpdoc/en/reference/ming/functions/swfbitmap.xml:1.6
--- phpdoc/en/reference/ming/functions/swfbitmap.xml:1.5Wed Sep 22 
04:19:29 2004
+++ phpdoc/en/reference/ming/functions/swfbitmap.xmlFri Nov 12 07:59:09 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfbitmap
refnamediv
@@ -9,7 +9,7 @@
refsect1
 titleDescription/title
  methodsynopsis
-  typeobject/typemethodnameswfbitmap/methodname
+  typeSWFBitmap/typemethodnameswfbitmap/methodname
   methodparamtypemixed/typeparameterfile/parameter/methodparam
   methodparam 
choice=opttypemixed/typeparameteralphafile/parameter/methodparam
  /methodsynopsis
http://cvs.php.net/diff.php/phpdoc/en/reference/ming/functions/swfbutton.xml?r1=1.7r2=1.8ty=u
Index: phpdoc/en/reference/ming/functions/swfbutton.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.xml:1.7 
phpdoc/en/reference/ming/functions/swfbutton.xml:1.8
--- phpdoc/en/reference/ming/functions/swfbutton.xml:1.7Fri Aug 13 
12:12:05 2004
+++ phpdoc/en/reference/ming/functions/swfbutton.xmlFri Nov 12 07:59:09 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfbutton
refnamediv
@@ -9,7 +9,7 @@
refsect1
 titleDescription/title
  methodsynopsis
-  typeobject/typemethodnameswfbutton/methodname
+  typeSWFButton/typemethodnameswfbutton/methodname
   void/
  /methodsynopsis
 warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/ming/functions/swfdisplayitem.xml?r1=1.4r2=1.5ty=u
Index: phpdoc/en/reference/ming/functions/swfdisplayitem.xml
diff -u phpdoc/en/reference/ming/functions/swfdisplayitem.xml:1.4 
phpdoc/en/reference/ming/functions/swfdisplayitem.xml:1.5
--- phpdoc/en/reference/ming/functions/swfdisplayitem.xml:1.4   Fri Aug 13 
12:12:05 2004
+++ phpdoc/en/reference/ming/functions/swfdisplayitem.xml   Fri Nov 12 
07:59:09 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfdisplayitem
refnamediv
@@ -9,7 +9,7 @@
refsect1
 titleDescription/title
  methodsynopsis
-  typeobject/typemethodnameswfdisplayitem/methodname
+  typeSWFDisplayItem/typemethodnameswfdisplayitem/methodname
   void/
  /methodsynopsis
 warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/ming/functions/swffill.xml?r1=1.4r2=1.5ty=u
Index: phpdoc/en/reference/ming/functions/swffill.xml
diff -u phpdoc/en/reference/ming/functions/swffill.xml:1.4 
phpdoc/en/reference/ming/functions/swffill.xml:1.5
--- phpdoc/en/reference/ming/functions/swffill.xml:1.4  Fri Aug 13 12:12:05 2004
+++ phpdoc/en/reference/ming/functions/swffill.xml  Fri Nov 12 07:59:09 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted 

[PHP-DOC] cvs: phpdoc /en/reference/ming/functions swfaction.xml swfbutton.xml swfmorph.xml swfsprite.xml /en/reference/misc/functions highlight-file.xml /en/reference/mnogosearch/functions udm-api-version.xml /en/reference/msql/functions msql-query.xml /en/reference/mysql/functions mysql-result.xml

2003-12-18 Thread Mehdi Achour
didou   Thu Dec 18 12:45:43 2003 EDT

  Modified files:  
/phpdoc/en/reference/ming/functions swfaction.xml swfbutton.xml 
swfmorph.xml swfsprite.xml 
/phpdoc/en/reference/misc/functions highlight-file.xml 
/phpdoc/en/reference/mnogosearch/functions  udm-api-version.xml 
/phpdoc/en/reference/msql/functions msql-query.xml 
/phpdoc/en/reference/mysql/functionsmysql-result.xml 
  Log:
  some more CS
  Index: phpdoc/en/reference/ming/functions/swfaction.xml
diff -u phpdoc/en/reference/ming/functions/swfaction.xml:1.4 
phpdoc/en/reference/ming/functions/swfaction.xml:1.5
--- phpdoc/en/reference/ming/functions/swfaction.xml:1.4Mon Dec 15 11:52:03 
2003
+++ phpdoc/en/reference/ming/functions/swfaction.xmlThu Dec 18 12:45:40 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfaction
refnamediv
@@ -412,11 +412,11 @@
   $f = $s-addFill(0xff, 0, 0);
   $s-setRightFill($f);
 
-  $s-movePenTo(-500,-500);
-  $s-drawLineTo(500,-500);
-  $s-drawLineTo(500,500);
-  $s-drawLineTo(-500,500);
-  $s-drawLineTo(-500,-500);
+  $s-movePenTo(-500, -500);
+  $s-drawLineTo(500, -500);
+  $s-drawLineTo(500, 500);
+  $s-drawLineTo(-500, 500);
+  $s-drawLineTo(-500, -500);
 
   $p = new SWFSprite();
   $i = $p-add($s);
@@ -430,7 +430,7 @@
 
   $m = new SWFMovie();
   $m-setBackground(0xff, 0xff, 0xff);
-  $m-setDimension(6000,4000);
+  $m-setDimension(6000, 4000);
 
   $i = $m-add($p);
   $i-setDepth(1);
Index: phpdoc/en/reference/ming/functions/swfbutton.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.xml:1.3 
phpdoc/en/reference/ming/functions/swfbutton.xml:1.4
--- phpdoc/en/reference/ming/functions/swfbutton.xml:1.3Mon Dec 15 11:52:03 
2003
+++ phpdoc/en/reference/ming/functions/swfbutton.xmlThu Dec 18 12:45:40 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfbutton
refnamediv
@@ -44,7 +44,7 @@
 $t-setFont($f);
 $t-addString($string);
 $t-setHeight(200);
-$t-setBounds(3200,200);
+$t-setBounds(3200, 200);
 return $t;
   }
   
@@ -69,10 +69,10 @@
   function rect($r, $g, $b) {
 $s = new SWFShape();
 $s-setRightFill($s-addFill($r, $g, $b));
-$s-drawLine(600,0);
-$s-drawLine(0,600);
-$s-drawLine(-600,0);
-$s-drawLine(0,-600);
+$s-drawLine(600, 0);
+$s-drawLine(0, 600);
+$s-drawLine(-600, 0);
+$s-drawLine(0, -600);
 
 return $s;
   }
@@ -104,14 +104,14 @@
 SWFBUTTON_DRAGOUT);
 
   $m = new SWFMovie();
-  $m-setDimension(4000,3000);
+  $m-setDimension(4000, 3000);
 
   $i = $m-add($p);
   $i-setName(label);
-  $i-moveTo(400,1900);
+  $i-moveTo(400, 1900);
 
   $i = $m-add($b);
-  $i-moveTo(400,900);
+  $i-moveTo(400, 900);
 
   header('Content-type: application/x-shockwave-flash');
   $m-output();
Index: phpdoc/en/reference/ming/functions/swfmorph.xml
diff -u phpdoc/en/reference/ming/functions/swfmorph.xml:1.3 
phpdoc/en/reference/ming/functions/swfmorph.xml:1.4
--- phpdoc/en/reference/ming/functions/swfmorph.xml:1.3 Mon Dec 15 11:52:03 2003
+++ phpdoc/en/reference/ming/functions/swfmorph.xml Thu Dec 18 12:45:40 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfmorph
refnamediv
@@ -43,7 +43,7 @@
   $p = new SWFMorph();
 
   $s = $p-getShape1();
-  $s-setLine(0,0,0,0);
+  $s-setLine(0, 0, 0, 0);
 
   /* Note that this is backwards from normal shapes (left instead of right).
  I have no idea why, but this seems to work.. */
Index: phpdoc/en/reference/ming/functions/swfsprite.xml
diff -u phpdoc/en/reference/ming/functions/swfsprite.xml:1.2 
phpdoc/en/reference/ming/functions/swfsprite.xml:1.3
--- phpdoc/en/reference/ming/functions/swfsprite.xml:1.2Wed Apr 17 02:40:33 
2002
+++ phpdoc/en/reference/ming/functions/swfsprite.xmlThu Dec 18 12:45:40 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swfsprite
refnamediv
@@ -33,11 +33,11 @@
 ?php
   $s = new SWFShape();
   $s-setRightFill($s-addFill(0xff, 0, 0));
-  $s-movePenTo(-500,-500);
-  $s-drawLineTo(500,-500);
-  $s-drawLineTo(500,500);
-  $s-drawLineTo(-500,500);
-  $s-drawLineTo(-500,-500);
+  $s-movePenTo(-500, -500);
+  $s-drawLineTo(500, -500);
+  $s-drawLineTo(500, 500);
+  $s-drawLineTo(-500, 500);
+  $s-drawLineTo(-500, -500);
 
   $p = new SWFSprite();
   $i = $p-add($s);
@@ -55,11 +55,11 @@
 
   $m = new SWFMovie();
   $i = $m-add($p);