mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1725,8 +1725,18 @@ filenames</td></tr>
|
||||
|
||||
<p>The <var>filename</var> argument should include a filename, or
|
||||
a wild-card string, where <code>?</code> matches any single character,
|
||||
and <code>*</code> matches any sequences of characters.
|
||||
<a class="glossarylink" href="../glossary.html#regex" title="see glossary">Regular expressions</a>
|
||||
and <code>*</code> matches any sequences of characters.</p>
|
||||
<pre class="prettyprint lang-config">
|
||||
<Files "cat.html">
|
||||
# Insert stuff that applies to cat.html here
|
||||
</Files>
|
||||
|
||||
<Files "?at.*">
|
||||
# This would apply to cat.html, bat.html, hat.php and so on.
|
||||
</Files>
|
||||
</pre>
|
||||
|
||||
<p><a class="glossarylink" href="../glossary.html#regex" title="see glossary">Regular expressions</a>
|
||||
can also be used, with the addition of the
|
||||
<code>~</code> character. For example:</p>
|
||||
|
||||
|
||||
@@ -31,6 +31,8 @@
|
||||
<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
|
||||
<a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="T<>rk<72>e"> tr </a></p>
|
||||
</div>
|
||||
<div class="outofdate">Cette traduction peut <20>tre p<>rim<69>e. V<>rifiez la version
|
||||
anglaise pour les changements r<>cents.</div>
|
||||
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Fonctionnalit<69>s de base du serveur HTTP Apache toujours
|
||||
disponibles</td></tr>
|
||||
<tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Core</td></tr></table>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
|
||||
<!-- English Revision: 344972:1352912 (outdated) -->
|
||||
<!-- English Revision: 344972:1357168 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
|
||||
<!-- English Revision: 1040494:1352912 (outdated) -->
|
||||
<!-- English Revision: 1040494:1357168 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision : 1352912 -->
|
||||
<!-- English Revision: 1352912:1357168 (outdated) -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
|
||||
<!-- English Revision: 669847:1352912 (outdated) -->
|
||||
<!-- English Revision: 669847:1357168 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<variant outdated="yes">de</variant>
|
||||
<variant>en</variant>
|
||||
<variant outdated="yes">es</variant>
|
||||
<variant>fr</variant>
|
||||
<variant outdated="yes">fr</variant>
|
||||
<variant outdated="yes">ja</variant>
|
||||
<variant outdated="yes">tr</variant>
|
||||
</variants>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
|
||||
<!-- English Revision: 1302855:1352912 (outdated) -->
|
||||
<!-- English Revision: 1302855:1357168 (outdated) -->
|
||||
<!-- =====================================================
|
||||
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
|
||||
Reviewed by: Orhan Berent <berent belgeler.org>
|
||||
|
||||
Reference in New Issue
Block a user