Skip to content
Snippets Groups Projects
Commit 24f0d6f9 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #0 conf phpids

parent 921e6b04
Branches
Tags
No related merge requests found
<dataTypes>
<dataType name="identifier" base="string">
<!-- pattern value="/^\w+$/" / -->
<pattern value="/^[\w.-]*$/" />
<pattern value="/^[\w.-@]*$/" />
</dataType>
<dataType name="login" base="graph">
<!--pattern value="/^\w+$/" /-->
<pattern value="/^[\w.-]*$/" />
<pattern value="/^[\w.-@]*$/" />
</dataType>
<dataType name="datefr" base="graph">
<pattern value="/^(?:(?:31(\/|-|\.)(?:0?[13578]|1[02]))\1|(?:(?:29|30)(\/|-|\.)(?:0?[1,3-9]|1[0-2])\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:29(\/|-|\.)0?2\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:0?[1-9]|1\d|2[0-8])(\/|-|\.)(?:(?:0?[1-9])|(?:1[0-2]))\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$/" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment