mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
acronym tagging for MSDN
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135018 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
48e6611cbf
commit
6b59db7ea1
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
|
||||
<appendix id="history">
|
||||
<title>History of PHP and related projects</title>
|
||||
|
@ -310,7 +310,7 @@
|
|||
Articles about PHP appeared in Dr. Dobbs, Linux Enterprise,
|
||||
Linux Magazine and many more. Articles about migrating ASP-based
|
||||
applications to PHP under Windows even appear on Microsoft's
|
||||
very own MSDN!
|
||||
very own <acronym>MSDN</acronym>!
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
|
||||
<refentry id="class.variant">
|
||||
<refnamediv>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<constant>VT_DATE</constant>, <constant>VT_BSTR</constant>, <constant>VT_DECIMAL</constant>,
|
||||
<constant>VT_UNKNOWN</constant>, <constant>VT_DISPATCH</constant> and <constant>VT_VARIANT</constant>. These values are
|
||||
mutual exclusive, but they can be combined with <constant>VT_BYREF</constant> to specify being a value. If omitted,
|
||||
the type of <parameter>value</parameter> is used. Consult the msdn library for additional information.
|
||||
the type of <parameter>value</parameter> is used. Consult the <acronym>MSDN</acronym> library for additional information.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.strftime">
|
||||
<refnamediv>
|
||||
|
@ -244,7 +244,7 @@
|
|||
<literal>Jan 1, 1970</literal> will not work on Windows, some Linux
|
||||
distributions, and a few other operating systems. For Windows systems a
|
||||
complete overview of supported conversion specifiers can be found at this
|
||||
<ulink url="&url.strftime.win32;">MSDN website</ulink>.
|
||||
<ulink url="&url.strftime.win32;"><acronym>MSDN</acronym> website</ulink>.
|
||||
</para>
|
||||
</note>
|
||||
<example>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.setlocale">
|
||||
<refnamediv>
|
||||
|
@ -99,8 +99,8 @@
|
|||
<tip>
|
||||
<para>
|
||||
Windows users will find usefull information about
|
||||
<parameter>locale</parameter> strings at Microsoft's MSDN website.
|
||||
Supported language strings can be found
|
||||
<parameter>locale</parameter> strings at Microsoft's
|
||||
<acronym>MSDN</acronym>website. Supported language strings can be found
|
||||
<ulink url="&url.setlocale.lang.win32;">here</ulink> and supported
|
||||
country/region strings <ulink url="&url.setlocale.country.win32;">
|
||||
here</ulink>. Windows systems support the three letter codes for
|
||||
|
|
Loading…
Reference in a new issue