Changeset 13494 in josm
- Timestamp:
- 2018-03-04T01:30:00+01:00 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r13492 r13494 384 384 <doctitle><![CDATA[<h2>JOSM - Javadoc</h2>]]></doctitle> 385 385 <bottom><![CDATA[<a href="https://josm.openstreetmap.de/">JOSM</a>]]></bottom> 386 <arg value="-html 4" if:set="isJava9" />386 <arg value="-html5" if:set="isJava9" /> 387 387 <arg value="--add-exports" if:set="isJava9" /> 388 388 <arg value="java.base/sun.security.util=ALL-UNNAMED" if:set="isJava9" /> -
trunk/src/org/openstreetmap/josm/data/validation/routines/package.html
r11747 r13494 36 36 </ul> 37 37 38 <a name="overview"></a>38 <a id="overview"></a> 39 39 <h1>1. Overview</h1> 40 40 <p> … … 56 56 </p> 57 57 58 <a name="other"></a>58 <a id="other"></a> 59 59 <h1>2. Validators</h1> 60 60 61 <a name="other.overview"></a>61 <a id="other.overview"></a> 62 62 <h2>2.1 Overview</h2> 63 63 <p> … … 77 77 </ul> 78 78 79 <a name="other.regex"></a>79 <a id="other.regex"></a> 80 80 <h2>2.2 Regular Expression Validation</h2> 81 81 <p> … … 158 158 </p> 159 159 160 <a name="other.inet"></a>160 <a id="other.inet"></a> 161 161 <h2>2.3 IP Address Validation</h2> 162 162 … … 180 180 </pre> 181 181 182 <a name="other.email"></a>182 <a id="other.email"></a> 183 183 <h2>2.4 Email Address Validation</h2> 184 184 … … 204 204 </pre> 205 205 206 <a name="other.url"></a>206 <a id="other.url"></a> 207 207 <h2>2.5 URL Validation</h2> 208 208 … … 245 245 </pre> 246 246 247 <a name="other.domain"></a>247 <a id="other.domain"></a> 248 248 <h2>2.6 Domain Name Validation</h2> 249 249
Note:
See TracChangeset
for help on using the changeset viewer.