Subversion Repositories Applications.framework

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
469 jpm 1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
5
    <meta charset="utf-8"/>
6
    <title>TBFramework - v0.3</title>
7
    <meta name="author" content=""/>
8
    <meta name="description" content=""/>
9
 
10
    <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
11
    <link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
12
    <link href="../css/prism.css" rel="stylesheet" media="all"/>
13
    <link href="../css/template.css" rel="stylesheet" media="all"/>
14
 
15
    <!--[if lt IE 9]>
16
    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
17
    <![endif]-->
18
    <script src="https://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
19
    <script src="https://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
20
    <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
21
    <script src="../js/jquery.smooth-scroll.js"></script>
22
    <script src="../js/prism.min.js"></script>
23
    <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
24
    <script type="text/javascript">
25
    function loadExternalCodeSnippets() {
26
        Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) {
27
            var src = pre.getAttribute('data-src');
28
            var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
29
            var language = 'php';
30
 
31
            var code = document.createElement('code');
32
            code.className = 'language-' + language;
33
 
34
            pre.textContent = '';
35
 
36
            code.textContent = 'Loading…';
37
 
38
            pre.appendChild(code);
39
 
40
            var xhr = new XMLHttpRequest();
41
 
42
            xhr.open('GET', src, true);
43
 
44
            xhr.onreadystatechange = function () {
45
                if (xhr.readyState == 4) {
46
 
47
                    if (xhr.status < 400 && xhr.responseText) {
48
                        code.textContent = xhr.responseText;
49
 
50
                        Prism.highlightElement(code);
51
                    }
52
                    else if (xhr.status >= 400) {
53
                        code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
54
                    }
55
                    else {
56
                        code.textContent = '✖ Error: File does not exist or is empty';
57
                    }
58
                }
59
            };
60
 
61
            xhr.send(null);
62
        });
63
    }
64
 
65
    $(document).ready(function(){
66
        loadExternalCodeSnippets();
67
    });
68
    $('#source-view').on('shown', function () {
69
        loadExternalCodeSnippets();
70
    })
71
</script>
72
 
73
    <link rel="shortcut icon" href="../images/favicon.ico"/>
74
    <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
75
    <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
76
    <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
77
</head>
78
<body>
79
 
80
<div class="navbar navbar-fixed-top">
81
    <div class="navbar-inner">
82
        <div class="container">
83
            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
84
                <i class="icon-ellipsis-vertical"></i>
85
            </a>
86
            <a class="brand" href="../index.html">TBFramework - v0.3</a>
87
 
88
            <div class="nav-collapse">
89
                <ul class="nav pull-right">
90
                    <li class="dropdown">
91
                        <a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
92
                            API Documentation <b class="caret"></b>
93
                        </a>
94
                        <ul class="dropdown-menu">
95
                                                    </ul>
96
                    </li>
97
                    <li class="dropdown" id="charts-menu">
98
                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
99
                            Charts <b class="caret"></b>
100
                        </a>
101
                        <ul class="dropdown-menu">
102
                            <li>
103
                                <a href="../graphs/class.html">
104
                                    <i class="icon-list-alt"></i>&#160;Class hierarchy diagram
105
                                </a>
106
                            </li>
107
                        </ul>
108
                    </li>
109
                    <li class="dropdown" id="reports-menu">
110
                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
111
                            Reports <b class="caret"></b>
112
                        </a>
113
                        <ul class="dropdown-menu">
114
                            <li>
115
                                <a href="../reports/errors.html">
116
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">268</span>
117
                                </a>
118
                            </li>
119
                            <li>
120
                                <a href="../reports/markers.html">
121
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">11</span>
122
                                </a>
123
                            </li>
124
                        </ul>
125
                    </li>
126
                </ul>
127
            </div>
128
        </div>
129
    </div>
130
    <!--<div class="go_to_top">-->
131
    <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>-->
132
    <!--</div>-->
133
</div>
134
 
135
<div id="___" class="container-fluid">
136
        <section class="row-fluid">
137
        <div class="span2 sidebar">
138
                                <div class="accordion" style="margin-bottom: 0">
139
        <div class="accordion-group">
140
            <div class="accordion-heading">
141
                                    <a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1559720898"></a>
142
                                <a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
143
            </div>
144
            <div id="namespace-1559720898" class="accordion-body collapse in">
145
                <div class="accordion-inner">
146
 
147
 
148
                    <ul>
149
                                                                                                    <li class="class"><a href="../classes/Url.html">Url</a></li>
150
                                                    <li class="class"><a href="../classes/Debug.html">Debug</a></li>
151
                                                    <li class="class"><a href="../classes/Chronometre.html">Chronometre</a></li>
152
                                                    <li class="class"><a href="../classes/RestServeur.html">RestServeur</a></li>
153
                                                    <li class="class"><a href="../classes/SquelettePhp.html">SquelettePhp</a></li>
154
                                                    <li class="class"><a href="../classes/Controleur.html">Controleur</a></li>
155
                                                    <li class="class"><a href="../classes/Cache.html">Cache</a></li>
156
                                                    <li class="class"><a href="../classes/RestClient.html">RestClient</a></li>
157
                                                    <li class="class"><a href="../classes/GestionnaireException.html">GestionnaireException</a></li>
158
                                                    <li class="class"><a href="../classes/Script.html">Script</a></li>
159
                                                    <li class="class"><a href="../classes/Registre.html">Registre</a></li>
160
                                                    <li class="class"><a href="../classes/RestService.html">RestService</a></li>
161
                                                    <li class="class"><a href="../classes/Cli.html">Cli</a></li>
162
                                                    <li class="class"><a href="../classes/Encodage.html">Encodage</a></li>
163
                                                    <li class="class"><a href="../classes/Tableau.html">Tableau</a></li>
164
                                                    <li class="class"><a href="../classes/Pattern.html">Pattern</a></li>
165
                                                    <li class="class"><a href="../classes/Chaine.html">Chaine</a></li>
166
                                                    <li class="class"><a href="../classes/Fichier.html">Fichier</a></li>
167
                                                    <li class="class"><a href="../classes/I18n.html">I18n</a></li>
168
                                                    <li class="class"><a href="../classes/Config.html">Config</a></li>
169
                                                    <li class="class"><a href="../classes/CacheSqlite.html">CacheSqlite</a></li>
170
                                                    <li class="class"><a href="../classes/Bdd.html">Bdd</a></li>
171
                                                    <li class="class"><a href="../classes/Log.html">Log</a></li>
172
                                                    <li class="class"><a href="../classes/CacheFichier.html">CacheFichier</a></li>
173
                                                    <li class="class"><a href="../classes/Framework.html">Framework</a></li>
174
                                                    <li class="class"><a href="../classes/CacheSimple.html">CacheSimple</a></li>
175
                                            </ul>
176
                </div>
177
            </div>
178
        </div>
179
    </div>
180
 
181
        </div>
182
    </section>
183
    <section class="row-fluid">
184
        <div class="span10 offset2">
185
            <div class="row-fluid">
186
                <div class="span8 content class">
187
                    <nav>
188
                                                <a href="../namespaces/default.html">\</a> <i class="icon-level-up"></i>
189
                                            </nav>
190
                    <a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a>
191
 
192
                    <h1><small>\</small>Pattern</h1>
193
                    <p><em>Classe fournissant des constantes correspondant à des expressions régulières de vérification très courrantes.</em></p>
194
 
195
 
196
                    <section id="summary">
197
                        <h2>Summary</h2>
198
                        <section class="row-fluid heading">
199
                            <section class="span4">
200
                                <a href="#methods">Methods</a>
201
                            </section>
202
                            <section class="span4">
203
                                <a href="#properties">Properties</a>
204
                            </section>
205
                            <section class="span4">
206
                                <a href="#constants">Constants</a>
207
                            </section>
208
                        </section>
209
                        <section class="row-fluid public">
210
                            <section class="span4">
211
                                                                    <em>No public methods found</em>
212
                                                            </section>
213
                            <section class="span4">
214
                                                                    <em>No public properties found</em>
215
                                                            </section>
216
                            <section class="span4">
217
                                                                    <a href="../classes/Pattern.html#constant_PRENOM" class="">PRENOM</a><br />
218
                                                                    <a href="../classes/Pattern.html#constant_NOM" class="">NOM</a><br />
219
                                                                    <a href="../classes/Pattern.html#constant_COURRIEL" class="">COURRIEL</a><br />
220
                                                                    <a href="../classes/Pattern.html#constant_URL" class="">URL</a><br />
221
                                                                    <a href="../classes/Pattern.html#constant_HEURE_MINUTE" class="">HEURE_MINUTE</a><br />
222
                                                                    <a href="../classes/Pattern.html#constant_LATITUDE" class="">LATITUDE</a><br />
223
                                                                    <a href="../classes/Pattern.html#constant_LONGITUDE" class="">LONGITUDE</a><br />
224
                                                            </section>
225
                        </section>
226
                        <section class="row-fluid protected">
227
                            <section class="span4">
228
                                                                    <em>No protected methods found</em>
229
                                                            </section>
230
                            <section class="span4">
231
                                                                    <em>No protected properties found</em>
232
                                                            </section>
233
                            <section class="span4">
234
                                <em>N/A</em>
235
                            </section>
236
                        </section>
237
                        <section class="row-fluid private">
238
                            <section class="span4">
239
                                                                    <em>No private methods found</em>
240
                                                            </section>
241
                            <section class="span4">
242
                                                                    <em>No private properties found</em>
243
                                                            </section>
244
                            <section class="span4">
245
                                <em>N/A</em>
246
                            </section>
247
                        </section>
248
                    </section>
249
                </div>
250
                <aside class="span4 detailsbar">
251
 
252
 
253
                    <dl>
254
                        <dt>File</dt>
255
                            <dd><a href="../files/utilitaires.Pattern.php.html"><div class="path-wrapper">utilitaires/Pattern.php</div></a></dd>
256
                                                <dt>Package</dt>
257
                            <dd><div class="namespace-wrapper">\Utilitaire</div></dd>
258
                                                <dt>Class hierarchy</dt>
259
                            <dd class="hierarchy">
260
                                                                                                                                                                    <div class="namespace-wrapper">\Pattern</div>
261
                            </dd>
262
 
263
 
264
 
265
 
266
                                                                            <dt>See also</dt>
267
                                                                                    <dd><a href="/doc/framework/"><div class="namespace-wrapper">/doc/framework/</div></a></dd>
268
 
269
                                                                        </dl>
270
                    <h2>Tags</h2>
271
                    <table class="table table-condensed">
272
                                            <tr>
273
                            <th>
274
                                category
275
                            </th>
276
                            <td>
277
                                                                    <p>PHP 5.2</p>
278
                                                            </td>
279
                        </tr>
280
                                            <tr>
281
                            <th>
282
                                author
283
                            </th>
284
                            <td>
285
                                                                    <p>Jean-Pascal MILCENT <a href="mailto:jpm@tela-botanica.org">jpm@tela-botanica.org</a></p>
286
                                                            </td>
287
                        </tr>
288
                                            <tr>
289
                            <th>
290
                                copyright
291
                            </th>
292
                            <td>
293
                                                                    <p>Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)</p>
294
                                                            </td>
295
                        </tr>
296
                                            <tr>
297
                            <th>
298
                                license
299
                            </th>
300
                            <td>
301
                                                                    <p><a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> Licence GNU-GPL-v3</p>
302
                                                                    <p><a href="http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt">http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt</a> Licence CECILL-v2</p>
303
                                                            </td>
304
                        </tr>
305
                                            <tr>
306
                            <th>
307
                                version
308
                            </th>
309
                            <td>
310
                                                                    <p>$Id: Pattern.php 299 2011-01-18 14:03:46Z jpm $</p>
311
                                                            </td>
312
                        </tr>
313
                                            <tr>
314
                            <th>
315
                                todo
316
                            </th>
317
                            <td>
318
                                                            </td>
319
                        </tr>
320
                                        </table>
321
                </aside>
322
            </div>
323
 
324
                                    <a id="constants" name="constants"></a>
325
            <div class="row-fluid">
326
                <div class="span8 content class">
327
                    <h2>Constants</h2>
328
                </div>
329
                <aside class="span4 detailsbar"></aside>
330
            </div>
331
 
332
                                <div class="row-fluid">
333
        <div class="span8 content class">
334
            <a id="constant_PRENOM" name="constant_PRENOM" class="anchor"></a>
335
            <article id="constant_PRENOM" class="constant">
336
                <h3 class="">PRENOM</h3>
337
                <pre class="signature">PRENOM</pre>
338
                <p><em></em></p>
339
 
340
            </article>
341
        </div>
342
        <aside class="span4 detailsbar">
343
            <h1><i class="icon-arrow-down"></i></h1>
344
                        <dl>
345
                                                                            </dl>
346
            <h2>Tags</h2>
347
            <table class="table table-condensed">
348
                                    <tr>
349
                        <th>
350
                            todo
351
                        </th>
352
                        <td>
353
                                                    </td>
354
                    </tr>
355
                            </table>
356
        </aside>
357
    </div>
358
 
359
                                    <div class="row-fluid">
360
        <div class="span8 content class">
361
            <a id="constant_NOM" name="constant_NOM" class="anchor"></a>
362
            <article id="constant_NOM" class="constant">
363
                <h3 class="">NOM</h3>
364
                <pre class="signature">NOM</pre>
365
                <p><em></em></p>
366
 
367
            </article>
368
        </div>
369
        <aside class="span4 detailsbar">
370
            <h1><i class="icon-arrow-down"></i></h1>
371
                        <dl>
372
                                                                            </dl>
373
            <h2>Tags</h2>
374
            <table class="table table-condensed">
375
                                    <tr>
376
                        <th>
377
                            todo
378
                        </th>
379
                        <td>
380
                                                    </td>
381
                    </tr>
382
                            </table>
383
        </aside>
384
    </div>
385
 
386
                                    <div class="row-fluid">
387
        <div class="span8 content class">
388
            <a id="constant_COURRIEL" name="constant_COURRIEL" class="anchor"></a>
389
            <article id="constant_COURRIEL" class="constant">
390
                <h3 class="">COURRIEL</h3>
391
                <pre class="signature">COURRIEL</pre>
392
                <p><em></em></p>
393
 
394
            </article>
395
        </div>
396
        <aside class="span4 detailsbar">
397
            <h1><i class="icon-arrow-down"></i></h1>
398
                        <dl>
399
                                                                            </dl>
400
            <h2>Tags</h2>
401
            <table class="table table-condensed">
402
                                    <tr>
403
                        <th>
404
                            todo
405
                        </th>
406
                        <td>
407
                                                    </td>
408
                    </tr>
409
                            </table>
410
        </aside>
411
    </div>
412
 
413
                                    <div class="row-fluid">
414
        <div class="span8 content class">
415
            <a id="constant_URL" name="constant_URL" class="anchor"></a>
416
            <article id="constant_URL" class="constant">
417
                <h3 class="">URL</h3>
418
                <pre class="signature">URL</pre>
419
                <p><em></em></p>
420
 
421
            </article>
422
        </div>
423
        <aside class="span4 detailsbar">
424
            <h1><i class="icon-arrow-down"></i></h1>
425
                        <dl>
426
                                                                            </dl>
427
            <h2>Tags</h2>
428
            <table class="table table-condensed">
429
                                    <tr>
430
                        <th>
431
                            todo
432
                        </th>
433
                        <td>
434
                                                    </td>
435
                    </tr>
436
                            </table>
437
        </aside>
438
    </div>
439
 
440
                                    <div class="row-fluid">
441
        <div class="span8 content class">
442
            <a id="constant_HEURE_MINUTE" name="constant_HEURE_MINUTE" class="anchor"></a>
443
            <article id="constant_HEURE_MINUTE" class="constant">
444
                <h3 class="">HEURE_MINUTE</h3>
445
                <pre class="signature">HEURE_MINUTE</pre>
446
                <p><em></em></p>
447
 
448
            </article>
449
        </div>
450
        <aside class="span4 detailsbar">
451
            <h1><i class="icon-arrow-down"></i></h1>
452
                        <dl>
453
                                                                            </dl>
454
            <h2>Tags</h2>
455
            <table class="table table-condensed">
456
                                    <tr>
457
                        <th>
458
                            todo
459
                        </th>
460
                        <td>
461
                                                    </td>
462
                    </tr>
463
                            </table>
464
        </aside>
465
    </div>
466
 
467
                                    <div class="row-fluid">
468
        <div class="span8 content class">
469
            <a id="constant_LATITUDE" name="constant_LATITUDE" class="anchor"></a>
470
            <article id="constant_LATITUDE" class="constant">
471
                <h3 class="">LATITUDE</h3>
472
                <pre class="signature">LATITUDE</pre>
473
                <p><em></em></p>
474
 
475
            </article>
476
        </div>
477
        <aside class="span4 detailsbar">
478
            <h1><i class="icon-arrow-down"></i></h1>
479
                        <dl>
480
                                                                            </dl>
481
            <h2>Tags</h2>
482
            <table class="table table-condensed">
483
                                    <tr>
484
                        <th>
485
                            todo
486
                        </th>
487
                        <td>
488
                                                    </td>
489
                    </tr>
490
                            </table>
491
        </aside>
492
    </div>
493
 
494
                                    <div class="row-fluid">
495
        <div class="span8 content class">
496
            <a id="constant_LONGITUDE" name="constant_LONGITUDE" class="anchor"></a>
497
            <article id="constant_LONGITUDE" class="constant">
498
                <h3 class="">LONGITUDE</h3>
499
                <pre class="signature">LONGITUDE</pre>
500
                <p><em></em></p>
501
 
502
            </article>
503
        </div>
504
        <aside class="span4 detailsbar">
505
            <h1><i class="icon-arrow-down"></i></h1>
506
                        <dl>
507
                                                                            </dl>
508
            <h2>Tags</h2>
509
            <table class="table table-condensed">
510
                                    <tr>
511
                        <th>
512
                            todo
513
                        </th>
514
                        <td>
515
                                                    </td>
516
                    </tr>
517
                            </table>
518
        </aside>
519
    </div>
520
 
521
 
522
 
523
                                </div>
524
    </section>
525
 
526
    <div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true">
527
        <div class="modal-header">
528
            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
529
            <h3 id="source-view-label">Pattern.php</h3>
530
        </div>
531
        <div class="modal-body">
532
            <pre data-src="../files/utilitaires/Pattern.php.txt" class="language-php line-numbers"></pre>
533
        </div>
534
    </div>
535
 
536
    <footer class="row-fluid">
537
        <section class="span10 offset2">
538
            <section class="row-fluid">
539
                <section class="span10 offset1">
540
                    <section class="row-fluid footer-sections">
541
                        <section class="span4">
542
                                                        <h1><i class="icon-code"></i></h1>
543
                            <div>
544
                                <ul>
545
                                                                    </ul>
546
                            </div>
547
                        </section>
548
                        <section class="span4">
549
                                                        <h1><i class="icon-bar-chart"></i></h1>
550
                            <div>
551
                                <ul>
552
                                    <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
553
                                </ul>
554
                            </div>
555
                        </section>
556
                        <section class="span4">
557
                                                        <h1><i class="icon-pushpin"></i></h1>
558
                            <div>
559
                                <ul>
560
                                    <li><a href="../reports/errors.html">Errors</a></li>
561
                                    <li><a href="../reports/markers.html">Markers</a></li>
562
                                </ul>
563
                            </div>
564
                        </section>
565
                    </section>
566
                </section>
567
            </section>
568
            <section class="row-fluid">
569
                <section class="span10 offset1">
570
                    <hr />
571
                    Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
572
                    on March 12th, 2014 at 16:53.
573
                </section>
574
            </section>
575
        </section>
576
    </footer>
577
</div>
578
 
579
</body>
580
</html>