mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
More fixes of indentation. No tabs please, just spaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ec82614b46
commit
52ea242bee
1 changed files with 22 additions and 22 deletions
|
@ -1515,12 +1515,12 @@ function swf_savedata ($data)
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Aheight - The height in pixels of a capital A.
|
||||
Aheight - The height in pixels of a capital A.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
xheight - The height in pixels of a lowercase x.
|
||||
xheight - The height in pixels of a lowercase x.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -1639,17 +1639,17 @@ function swf_savedata ($data)
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"size" - The size in bytes of the bitmap.
|
||||
"size" - The size in bytes of the bitmap.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"width" - The width in pixels of the bitmap.
|
||||
"width" - The width in pixels of the bitmap.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"height" - The height in pixels of the bitmap.
|
||||
"height" - The height in pixels of the bitmap.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -1817,42 +1817,42 @@ swf_endButton ();
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
IdletoOverUp
|
||||
IdletoOverUp
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OverUptoIdle
|
||||
OverUptoIdle
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OverUptoOverDown
|
||||
OverUptoOverDown
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OverDowntoOverUp
|
||||
OverDowntoOverUp
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
IdletoOverDown
|
||||
IdletoOverDown
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OutDowntoIdle
|
||||
OutDowntoIdle
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
MenuEnter (IdletoOverUp|IdletoOverDown)
|
||||
MenuEnter (IdletoOverUp|IdletoOverDown)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
MenuExit (OverUptoIdle|OverDowntoIdle)
|
||||
MenuExit (OverUptoIdle|OverDowntoIdle)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -1860,47 +1860,47 @@ swf_endButton ();
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
IdletoOverUp
|
||||
IdletoOverUp
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OverUptoIdle
|
||||
OverUptoIdle
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OverUptoOverDown
|
||||
OverUptoOverDown
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OverDowntoOverUp
|
||||
OverDowntoOverUp
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OverDowntoOutDown
|
||||
OverDowntoOutDown
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OutDowntoOverDown
|
||||
OutDowntoOverDown
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
OutDowntoIdle
|
||||
OutDowntoIdle
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
ButtonEnter (IdletoOverUp|OutDowntoOverDown)
|
||||
ButtonEnter (IdletoOverUp|OutDowntoOverDown)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
ButtonExit (OverUptoIdle|OverDowntoOutDown)
|
||||
ButtonExit (OverUptoIdle|OverDowntoOutDown)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue