Skip to content

Commit f45abec

Browse files
committed
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1921404 13f79535-47bb-0310-9956-ffa450edef68
1 parent 452b482 commit f45abec

File tree

8 files changed

+16
-7
lines changed

8 files changed

+16
-7
lines changed

docs/manual/mod/core.html.en

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,8 +1633,15 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"</pre>
16331633
<tr><td><code>%{u}t</code></td>
16341634
<td>The current time including micro-seconds</td></tr>
16351635
<tr class="odd"><td><code>%{cu}t</code></td>
1636-
<td>The current time in compact ISO 8601 format, including
1636+
<td>The current time in ISO 8601 extended format (compact), including
16371637
micro-seconds</td></tr>
1638+
<tr><td><code>%{cuz}t</code></td>
1639+
<td>The current time in ISO 8601 extended format (compact), including
1640+
micro-seconds and time zone in the ISO 8601:2000 standard format.
1641+
Available since 2.4.58 only</td></tr>
1642+
<tr class="odd"><td><code>%{%-format}t</code></td>
1643+
<td>The current time formatted per the <code>strftime(3)</code> function.
1644+
Available since 2.4.58 only</td></tr>
16381645
<tr><td><code>%v</code></td>
16391646
<td>The canonical <code class="directive"><a href="#servername">ServerName</a></code>
16401647
of the current server.</td></tr>

docs/manual/mod/core.html.fr.utf8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
3434
<a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
3535
</div>
36+
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
37+
anglaise pour les changements récents.</div>
3638
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Fonctionnalités de base du serveur HTTP Apache toujours
3739
disponibles</td></tr>
3840
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Noyau httpd</td></tr></table>

docs/manual/mod/core.xml.de

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
4-
<!-- English Revision: 344972:1918893 (outdated) -->
4+
<!-- English Revision: 344972:1921401 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/core.xml.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
4-
<!-- English Revision: 1741251:1918893 (outdated) -->
4+
<!-- English Revision: 1741251:1921401 (outdated) -->
55
<!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
66
<!-- Reviewed by Sergio Ramos-->
77
<!--

docs/manual/mod/core.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1918893 -->
4+
<!-- English Revision: 1918893:1921401 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/mod/core.xml.ja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4-
<!-- English Revision: 669847:1918893 (outdated) -->
4+
<!-- English Revision: 669847:1921401 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/core.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<variant outdated="yes">de</variant>
1111
<variant>en</variant>
1212
<variant outdated="yes">es</variant>
13-
<variant>fr</variant>
13+
<variant outdated="yes">fr</variant>
1414
<variant outdated="yes">ja</variant>
1515
<variant outdated="yes">tr</variant>
1616
</variants>

docs/manual/mod/core.xml.tr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
4-
<!-- English Revision: 1907151:1918893 (outdated) -->
4+
<!-- English Revision: 1907151:1921401 (outdated) -->
55
<!-- =====================================================
66
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
77
Reviewed by: Orhan Berent <berent belgeler.gen.tr>

0 commit comments

Comments
 (0)