Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 463 → Rev 464

/trunk/doc/ApiGen/class-Pattern.html
New file
0,0 → 1,308
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="ApiGen 2.8.0">
 
<title>Class Pattern | TBFramework - v0.4</title>
 
<script type="text/javascript" src="resources/combined.js?4205936287"></script>
<script type="text/javascript" src="elementlist.js?1964084359"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360">
 
</head>
 
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
 
 
<div id="groups">
<h3>Packages</h3>
<ul>
<li><a href="package-Framework.html">Framework</a>
</li>
<li><a href="package-None.html">None</a>
</li>
<li><a href="package-PHP.html">PHP</a>
</li>
<li class="active"><a href="package-Utilitaire.html">Utilitaire</a>
</li>
</ul>
</div>
 
<hr>
 
 
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Chaine.html">Chaine</a></li>
<li><a href="class-Encodage.html">Encodage</a></li>
<li><a href="class-Fichier.html">Fichier</a></li>
<li class="active"><a href="class-Pattern.html">Pattern</a></li>
<li><a href="class-Tableau.html">Tableau</a></li>
</ul>
 
 
 
 
 
</div>
</div>
</div>
 
<div id="splitter"></div>
 
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text">
<input type="submit" value="Search">
</form>
 
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="package-Utilitaire.html" title="Summary of Utilitaire"><span>Package</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
<li>
<a href="deprecated.html" title="List of deprecated elements"><span>Deprecated</span></a>
</li>
<li>
<a href="todo.html" title="Todo list"><span>Todo</span></a>
</li>
</ul>
<ul>
</ul>
</div>
 
<div id="content" class="class">
<h1>Class Pattern</h1>
 
 
<div class="description">
<p>Classe fournissant des constantes correspondant à des expressions
régulières de vérification très courrantes.</p>
 
</div>
 
 
 
 
 
 
 
 
 
<div class="info">
<b>Package:</b> <a href="package-Utilitaire.html">Utilitaire</a><br>
 
<b>Category:</b>
PHP 5.2<br>
<b>Copyright:</b>
Copyright (c) 2009, Tela Botanica (<a
href="mailto:accueil&#64;tela-botanica.org">accueil&#64;<!-- -->tela-botanica.org</a>)<br>
<b>License:</b>
<a href="http://www.gnu.org/licenses/gpl.html">Licence GNU-GPL-v3</a><br>
<b>License:</b>
<a href="http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt">Licence CECILL-v2</a><br>
<b>Author:</b>
Jean-Pascal MILCENT &lt;<a
href="mailto:jpm&#64;tela-botanica.org">jpm&#64;<!-- -->tela-botanica.org</a>&gt;<br>
<b>Version:</b>
$Id: Pattern.php 299 2011-01-18 14:03:46Z jpm $<br>
<b>Link:</b>
/doc/framework/<br>
<b>Located at</b> <a href="source-class-Pattern.html#3-23" title="Go to source code">framework/utilitaires/Pattern.php</a><br>
</div>
 
 
 
 
 
 
 
 
 
 
 
<table class="summary" id="constants">
<caption>Constants summary</caption>
<tr data-order="PRENOM" id="PRENOM">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Pattern.html#16" title="Go to source code"><b>PRENOM</b></a>
</code></td>
<td class="value"><code><span class="php-quote">&quot;[\p{L}-]+&quot;</span></code></td>
<td class="description"><div>
<a href="#PRENOM" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
<tr data-order="NOM" id="NOM">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Pattern.html#17" title="Go to source code"><b>NOM</b></a>
</code></td>
<td class="value"><code><span class="php-quote">&quot;[\p{Lu}]+&quot;</span></code></td>
<td class="description"><div>
<a href="#NOM" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
<tr data-order="COURRIEL" id="COURRIEL">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Pattern.html#18" title="Go to source code"><b>COURRIEL</b></a>
</code></td>
<td class="value"><code><span class="php-quote">&quot;[a-z0-9!#</span><span class="php-var">$</span><span class="php-quote">%&amp;'*+=?^_`{|}~-]+(?:\\.[a-z0-9!#</span><span class="php-var">$</span><span class="php-quote">%&amp;'*+=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?&quot;</span></code></td>
<td class="description"><div>
<a href="#COURRIEL" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
<tr data-order="URL" id="URL">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Pattern.html#19" title="Go to source code"><b>URL</b></a>
</code></td>
<td class="value"><code><span class="php-quote">&quot;^(?:(?:ht|f)tp(?:s?)\\:\\/\\/|~/|/)?(?:\\w+:\\w+@)?(?:(?:[-\\w]+\\.)+(?:com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum|travel|[a-z]{2}))(?::[\\d]{1,5})?(?:(?:(?:/(?:[-\\w~!</span><span class="php-var">$</span><span class="php-quote">+|.,=]|%[a-f\\d]{2})+)+|/)+|\\?|#)?(?:(?:\\?(?:[-\\w~!</span><span class="php-var">$</span><span class="php-quote">+|.,*:]|%[a-f\\d{2}])+=(?:[-\\w~!</span><span class="php-var">$</span><span class="php-quote">+|.,*:=]|%[a-f\\d]{2})*)(?:&amp;(?:[-\\w~!</span><span class="php-var">$</span><span class="php-quote">+|.,*:]|%[a-f\\d{2}])+=(?:[-\\w~!</span><span class="php-var">$</span><span class="php-quote">+|.,*:=]|%[a-f\\d]{2})*)*)*(?:#(?:[-\\w~!</span><span class="php-var">$</span><span class="php-quote">+|.,*:=]|%[a-f\\d]{2})*)?</span><span class="php-var">$</span><span class="php-quote">&quot;</span></code></td>
<td class="description"><div>
<a href="#URL" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
<tr data-order="HEURE_MINUTE" id="HEURE_MINUTE">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Pattern.html#20" title="Go to source code"><b>HEURE_MINUTE</b></a>
</code></td>
<td class="value"><code><span class="php-quote">&quot;^(?:[0-1][0-9]|2[0-4]):(?:[0-5][0-9]|60)</span><span class="php-var">$</span><span class="php-quote">&quot;</span></code></td>
<td class="description"><div>
<a href="#HEURE_MINUTE" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
<tr data-order="LATITUDE" id="LATITUDE">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Pattern.html#21" title="Go to source code"><b>LATITUDE</b></a>
</code></td>
<td class="value"><code><span class="php-quote">&quot;^-?([0-8]?[0-9]([.,][0-9]*)?|90)</span><span class="php-var">$</span><span class="php-quote">&quot;</span></code></td>
<td class="description"><div>
<a href="#LATITUDE" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
<tr data-order="LONGITUDE" id="LONGITUDE">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Pattern.html#22" title="Go to source code"><b>LONGITUDE</b></a>
</code></td>
<td class="value"><code><span class="php-quote">&quot;^-?((1[0-7][0-9]|[1-9]?[0-9])([.,][0-9]*)?|180)</span><span class="php-var">$</span><span class="php-quote">&quot;</span></code></td>
<td class="description"><div>
<a href="#LONGITUDE" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
</table>
 
 
 
 
 
 
 
 
 
 
</div>
 
<div id="footer">
TBFramework - v0.4 API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>