Subversion Repositories Applications.framework

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
501 1470 d 15 h killian /trunk/framework/ Les exception ne doivent pas être silenciées par un warning  
/trunk/framework/Bdd.php
500 1470 d 15 h killian /trunk/framework/ Merci de me laisser utiliser la connexion directement  
/trunk/framework/Bdd.php
482 3634 d 22 h jpm /trunk/framework/ Ajout de la méthode "executer" pour les requête de type INSERT, UPDATE et DELETE.
Retourne le nombre d'éléments modifiés.
 
/trunk/framework/Bdd.php
461 3711 d 15 h jpm /trunk/framework/ protegerTableau prend obligatoirement un tableau en paramètre.  
/trunk/framework/Bdd.php
459 3711 d 15 h jpm /trunk/framework/ Amélioration de la méthode proteger qui gère maintenant les tableau.
Méthode protegerTableau est maintenant dépréciée.
 
/trunk/framework/Bdd.php
433 3893 d 17 h jpm /trunk/framework/ Ajout TODO.  
/trunk/framework/Bdd.php
430 3905 d 19 h raphael /trunk/framework/ revert r427: en effet, l'idée initiale d'introduire une nouvelle directive "dsn"
à des effets collatéraux. Le système de Config:: repose sur l'écrasement de variables
par différents fichier .ini successifs.
La présence d'une $dsn initiale prend alors le pas sur toute les définitions additionnelles de
bdd_nom & co.
Une solution à ce problème serait d'avoir moins de notions implicites (notamment l'écrasement de valeur)
induites par Config::get() afin de choisir explicitement la base de données sur laquelle
nous souhaitons travailler.
 
/trunk/framework/Bdd.php
/trunk/framework/config.defaut.ini
429 3935 d 23 h raphael /trunk/framework/ bdd: la constante PDO de récupération sous forme d'objet est PDO::FETCH_OBJ et non PDO::FETCH_CLASS (qui, lui, dépend de setFetchMode()  
/trunk/framework/Bdd.php
427 3962 d 0 h raphael /trunk/framework/ 1° bdd/config: Ajout d'une directive de configuration de base de donnée plus pratique:
$DSN, cf: http://php.net/manual/fr/pdo.construct.php

2° Évitement d'une boucle infinie lors de la connexion à la base de données.
En effet, trigger_error(E_USER_WARNING) n'arrête pas forcément le script (par défaut).
En cas d'erreur de connexion à la BDD, une boucle infinie requeter()<->connecter() apparaît.
D'autre part, wrapper l'appel à PDO::query() via requêter() à ce stade précoce de la
connexion PDO/SQL n'a pas d'utilité.
 
/trunk/framework/Bdd.php
/trunk/framework/config.defaut.ini
420 4040 d 21 h gduche /trunk/framework/ il y a un $retour = $chaine définit alors que $chaine n'existe pas, ça ne peut pas marcher !  
/trunk/framework/Bdd.php
408 4453 d 15 h gduche /trunk/framework/ correction private public sur protegerTableau  
/trunk/framework/Bdd.php
406 4453 d 16 h gduche /trunk/framework/ ajout de protegerTableau pour protéger les champs d'un tableau  
/trunk/framework/Bdd.php
401 4508 d 21 h jpm / Amélioration de la compatibilité entre Mysql et Sqlite  
/branches/v0.3-aleaume/framework/Bdd.php
/trunk/framework/Bdd.php
355 4651 d 18 h jpm / Prise en compte des resultats de type FALSE avec PDO.  
/branches/v0.3-aleaume/framework/Bdd.php
/trunk/framework/Bdd.php
354 4651 d 18 h jpm / Ajout de l'activation du mode d'erreur PDO : ERRMODE_EXCEPTION  
/branches/v0.3-aleaume/framework/Bdd.php
/trunk/framework/Bdd.php
340 4744 d 15 h jpm / Ajout de la vérif de l'existence de la connexion avant sa destruction.  
/branches/v0.3-aleaume/framework/Bdd.php
/trunk/framework/Bdd.php
329 4829 d 18 h delphine / Modification de la fonction requete : suppression de $mode dans l'appel à la fonction requeter  
/branches/v0.3-aleaume/framework/Bdd.php
/trunk/framework/Bdd.php
247 4886 d 15 h jpm /trunk/framework/ Correction de bogues.  
/trunk/framework/Bdd.php
/trunk/framework/Debug.php
/trunk/framework/Serveur.php
/trunk/framework/Service.php
241 4896 d 16 h jpm /trunk/framework/ Vérification systématique des paramètres de configuration utilisés.
Uniformisation des commentaires d'entêtes.
 
/trunk/framework/Bdd.php
/trunk/framework/Chronometre.php
/trunk/framework/Cli.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/Debug.php
/trunk/framework/Framework.php
/trunk/framework/GestionnaireException.php
/trunk/framework/I18n.php
/trunk/framework/Log.php
/trunk/framework/Script.php
/trunk/framework/Serveur.php
/trunk/framework/Service.php
/trunk/framework/SquelettePhp.php
/trunk/framework/Url.php
239 4907 d 13 h jpm /trunk/framework/ Amélioration Registre, Chronometre, Bdd.
Débug amélioration du Controleur.
 
/trunk/framework/Bdd.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/Registre.php
238 4908 d 14 h jpm /trunk/framework/ Début remplacement classe Modele par classe Bdd.  
/trunk/framework/Bdd.php
/trunk/framework/Modele.php
231 4915 d 21 h delphine /trunk/framework/ Correction erreur de nommage d'une constante.  
/trunk/framework/Modele.php
219 4922 d 18 h jpm /trunk/framework/ Utilisation d'erreur à la place des exceptions.
Refactorisation du code.
Amélioration des commentaires.
 
/trunk/framework/Modele.php
173 5144 d 17 h aurelien /trunk/framework/ ajout d'une gestion d'exception pour pdo  
/trunk/framework/Modele.php
145 5175 d 14 h jpm /trunk/framework/ Nous laissons la possibilité a des classes filles d'étendre le contstructeur.  
/trunk/framework/Modele.php
143 5175 d 18 h jpm /trunk/framework/ Ajout d'un try/catch pour pdo.  
/trunk/framework/Modele.php
140 5183 d 15 h jpm /trunk/framework/ Mise en forme.
Gestion du retour false pour PDO dans requeteTous().
 
/trunk/framework/Modele.php
133 5267 d 19 h aurelien /trunk/framework/ prise en charge de beaucoup plus de mode de bases de données  
/trunk/framework/Modele.php
123 5357 d 16 h aurelien /trunk/framework/ modification de log  
/trunk/framework/Log.php
/trunk/framework/Modele.php
122 5357 d 16 h aurelien /trunk/ ajout de la classe log encore en cours de conception  
/trunk/framework/Log.php
/trunk/exemple/controleurs/AdminAdministrateur.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Modele.php
/trunk/framework/autoload.inc.php
/trunk/framework/config.defaut.ini
120 5357 d 19 h aurelien /trunk/ Remplacement des 4 espaces par des tabulations  
/trunk/.settings/org.eclipse.core.resources.prefs
/trunk/exemple/admin_administrateur.php
/trunk/exemple/controleurs/AdminAdministrateur.php
/trunk/exemple/index.php
/trunk/exemple/modeles/ListeAdmin.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/GestionnaireErreur.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Modele.php
/trunk/framework/Registre.php
/trunk/framework/Url.php
/trunk/framework/autoload.inc.php
119 5357 d 22 h jp_milcent /trunk/framework/ Affichage de l'exception en attendant de les gérer correctements.  
/trunk/framework/Modele.php
116 5357 d 22 h jp_milcent /trunk/framework/ Suppression de variables et d'instanciations inutiles.  
/trunk/framework/Modele.php
105 5358 d 16 h aurelien /trunk/ Passage de l'application en utf8  
/trunk/exemple/admin_administrateur.php
/trunk/exemple/configurations/config.ini
/trunk/exemple/configurations/config_papyrus.ini
/trunk/exemple/controleurs/AdminAdministrateur.php
/trunk/exemple/index.php
/trunk/exemple/modeles/ListeAdmin.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/GestionnaireErreur.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Modele.php
/trunk/framework/Registre.php
/trunk/framework/Url.php
/trunk/framework/autoload.inc.php
/trunk/framework/config.defaut.ini
93 5360 d 19 h jpm /trunk/framework/ Amélioration des commentaires.  
/trunk/framework/Modele.php
89 5361 d 10 h jpm /trunk/framework/ Fonctionne à la fois dans Papyrus et hors Papyrus.  
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/Modele.php
/trunk/framework/autoload.inc.php
80 5363 d 0 h jpm /trunk/ Ajout de la classe Config.
Utilisation de fichier ini pour la config.
Modification de l'arborescence.
 
/trunk/exemple/config.ini
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/GestionnaireErreur.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Modele.php
/trunk/framework/Net_URL.php
/trunk/framework/Net_URL2.php
/trunk/framework/Registre.php
/trunk/framework/config.defaut.ini
/trunk/exemple/admin_administrateur.php
/trunk/exemple/config.inc.php
/trunk/framework/bibliotheque
/trunk/framework/config.inc.php
/trunk/exemple/index.php
/trunk/exemple/squelettes/ident_admin.tpl.html
/trunk/exemple/squelettes/liste_admin.tpl.html
/trunk/framework
/trunk/framework/autoload.inc.php
79 5363 d 12 h jpm /trunk/ Changement du dossier bibliotheque en framework.
Suppression du dossier script.
 
/trunk/framework
/trunk/framework/autoload.inc.php
/trunk/framework/bibliotheque
/trunk/framework/config.inc.php
/trunk/autoload.inc.php
/trunk/bibliotheque
/trunk/config.inc.php
/trunk/scripts
/trunk/exemple/admin_administrateur.php
34 5503 d 0 h aurelien /trunk/ changement de branche  
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Tela
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php
/trunk/.project
/trunk/admin_administrateur.php
/trunk/autoload.inc.php
/trunk/bibliotheque/GestionnaireErreur.php
/trunk/bibliotheque/GestionnaireException.php
/trunk/bibliotheque/Modele.php
/trunk/bibliotheque/Net_URL.php
/trunk/bibliotheque/Net_URL2.php
/trunk/bibliotheque/Registre.php
/trunk/configuration/config.inc.php
/trunk/configuration/config_chemin.inc.php
/trunk/controleurs/AdminAdministrateur.php
/trunk/doc/classtrees_default.html
/trunk/doc/classtrees_eFlore.html
/trunk/doc/default/AdminAdministrateur.html
/trunk/doc/default/Controleur.html
/trunk/doc/default/GestionnaireException.html
/trunk/doc/default/Modele.html
/trunk/doc/default/Net_URL.html
/trunk/doc/default/Net_URL2.html
/trunk/doc/default/Registre.html
/trunk/doc/default/_admin_administrateur.php.html
/trunk/doc/default/_autoload.inc.php.html
/trunk/doc/default/_bibliotheque---Controleur.php.html
/trunk/doc/default/_bibliotheque---GestionnaireException.php.html
/trunk/doc/default/_bibliotheque---Modele.php.html
/trunk/doc/default/_bibliotheque---Net_URL.php.html
/trunk/doc/default/_bibliotheque---Net_URL2.php.html
/trunk/doc/default/_bibliotheque---Registre.php.html
/trunk/doc/default/_configuration---config.inc.php.html
/trunk/doc/default/_configuration---config_chemin.inc.php.html
/trunk/doc/default/_controleurs---AdminAdministrateur.php.html
/trunk/doc/default/_index.php.html
/trunk/doc/default/_modeles---ListeAdmin.php.html
/trunk/doc/default/listeAdmin.html
/trunk/doc/eFlore/Debogage/Chronometre.html
/trunk/doc/eFlore/Debogage/GestionnaireErreur.html
/trunk/doc/eFlore/Debogage/_bibliotheque---Chronometre.php.html
/trunk/doc/eFlore/Debogage/_bibliotheque---GestionnaireErreur.php.html
/trunk/doc/elementindex.html
/trunk/doc/elementindex_default.html
/trunk/doc/elementindex_eFlore.html
/trunk/doc/errors.html
/trunk/doc/index.html
/trunk/doc/li_default.html
/trunk/doc/li_eFlore.html
/trunk/doc/media/layout.cs
/trunk/doc/media/print.cs
/trunk/doc/media/style.cs
/trunk/file.php
/trunk/modeles/ListeAdmin.php
/trunk/squelettes/ajout_admin.tpl.html
/trunk/squelettes/ident_admin.tpl.html
/trunk/squelettes/liste_admin.tpl.html
/trunk/squelettes/modif_admin.tpl.html
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer.sample.conf
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CLI.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/AbstractDocElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/AbstractParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/ClassCommentParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/CommentElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/DocElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/FunctionCommentParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/MemberCommentParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/PairElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/ParameterElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/ParserException.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/SingleElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/DocGenerators/Generator.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/DocGenerators/HTML.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/DocGenerators/Text.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Exception.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/File.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/MultiFileSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Sniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/AbstractPatternSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/AbstractScopeSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/AbstractVariableSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/CodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Files/LineLengthStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Formatting/MultipleStatementAlignmentStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceBsdAllmanStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/NamingConventions/UpperCaseConstantNameStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseConstantStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/PHP/UpperCaseConstantStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/GenericCodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.css
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/IncorrectPatternException.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Files/IncludingFileStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Files/LineLengthStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallArgumentSpacingStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallSignatureStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Functions/ValidDefaultValueStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidClassNameStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidFunctionNameStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/PEARCodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/InlineControlStructureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Files/LineEndingsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Files/LineLengthSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PHPCS/PHPCSCodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokenizers/CSS.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokenizers/JS.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokenizers/PHP.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokens.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/scripts/phpcs
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/scripts/phpcs-svn-pre-commit
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/scripts/phpcs.bat
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/AllTests.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Core/AllTests.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Core/IsCamelCapsTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Standards/AbstractSniffUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Standards/AllSniffs.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/TestSuite.php
/trunk/verif_code.txt
5 5504 d 19 h aurelien /trunk/ Import initial  
/trunk/.project
/trunk/admin_administrateur.php
/trunk/autoload.inc.php
/trunk/bibliotheque
/trunk/bibliotheque/Chronometre.php
/trunk/bibliotheque/Controleur.php
/trunk/bibliotheque/GestionnaireErreur.php
/trunk/bibliotheque/GestionnaireException.php
/trunk/bibliotheque/Modele.php
/trunk/bibliotheque/Net_URL.php
/trunk/bibliotheque/Net_URL2.php
/trunk/bibliotheque/Registre.php
/trunk/configuration
/trunk/configuration/config.inc.php
/trunk/configuration/config_chemin.inc.php
/trunk/controleurs
/trunk/controleurs/AdminAdministrateur.php
/trunk/doc
/trunk/doc/classtrees_default.html
/trunk/doc/classtrees_eFlore.html
/trunk/doc/default
/trunk/doc/default/AdminAdministrateur.html
/trunk/doc/default/Controleur.html
/trunk/doc/default/GestionnaireException.html
/trunk/doc/default/Modele.html
/trunk/doc/default/Net_URL.html
/trunk/doc/default/Net_URL2.html
/trunk/doc/default/Registre.html
/trunk/doc/default/_admin_administrateur.php.html
/trunk/doc/default/_autoload.inc.php.html
/trunk/doc/default/_bibliotheque---Controleur.php.html
/trunk/doc/default/_bibliotheque---GestionnaireException.php.html
/trunk/doc/default/_bibliotheque---Modele.php.html
/trunk/doc/default/_bibliotheque---Net_URL.php.html
/trunk/doc/default/_bibliotheque---Net_URL2.php.html
/trunk/doc/default/_bibliotheque---Registre.php.html
/trunk/doc/default/_configuration---config.inc.php.html
/trunk/doc/default/_configuration---config_chemin.inc.php.html
/trunk/doc/default/_controleurs---AdminAdministrateur.php.html
/trunk/doc/default/_index.php.html
/trunk/doc/default/_modeles---ListeAdmin.php.html
/trunk/doc/default/listeAdmin.html
/trunk/doc/eFlore
/trunk/doc/eFlore/Debogage
/trunk/doc/eFlore/Debogage/Chronometre.html
/trunk/doc/eFlore/Debogage/GestionnaireErreur.html
/trunk/doc/eFlore/Debogage/_bibliotheque---Chronometre.php.html
/trunk/doc/eFlore/Debogage/_bibliotheque---GestionnaireErreur.php.html
/trunk/doc/elementindex.html
/trunk/doc/elementindex_default.html
/trunk/doc/elementindex_eFlore.html
/trunk/doc/errors.html
/trunk/doc/index.html
/trunk/doc/li_default.html
/trunk/doc/li_eFlore.html
/trunk/doc/media
/trunk/doc/media/layout.cs
/trunk/doc/media/print.cs
/trunk/doc/media/style.cs
/trunk/file.php
/trunk/index.php
/trunk/modeles
/trunk/modeles/ListeAdmin.php
/trunk/scripts
/trunk/squelettes
/trunk/squelettes/ajout_admin.tpl.html
/trunk/squelettes/ident_admin.tpl.html
/trunk/squelettes/liste_admin.tpl.html
/trunk/squelettes/modif_admin.tpl.html
/trunk/tests
/trunk/tests/PHP_CodeSniffer-1.2.0RC1
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer.sample.conf
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CLI.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/AbstractDocElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/AbstractParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/ClassCommentParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/CommentElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/DocElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/FunctionCommentParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/MemberCommentParser.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/PairElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/ParameterElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/ParserException.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/CommentParser/SingleElement.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/DocGenerators
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/DocGenerators/Generator.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/DocGenerators/HTML.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/DocGenerators/Text.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Exception.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/File.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/MultiFileSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Sniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/AbstractPatternSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/AbstractScopeSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/AbstractVariableSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/CodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Files
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Files/LineLengthStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Formatting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Formatting/MultipleStatementAlignmentStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Functions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceBsdAllmanStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/NamingConventions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/NamingConventions/UpperCaseConstantNameStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/PHP
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseConstantStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Docs/PHP/UpperCaseConstantStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/GenericCodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Classes
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Commenting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/ControlStructures
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Files
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Functions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Metrics
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/NamingConventions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Strings
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/VersionControl
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Classes
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/ControlStructures
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.css
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Strings
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/IncorrectPatternException.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Files
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Files/IncludingFileStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Files/LineLengthStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Functions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallArgumentSpacingStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallSignatureStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/Functions/ValidDefaultValueStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/NamingConventions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidClassNameStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidFunctionNameStandard.xml
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/PEARCodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Classes
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/InlineControlStructureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Files
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Files/LineEndingsSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Files/LineLengthSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Formatting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Classes
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Files
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Formatting
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PHPCS
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Standards/PHPCS/PHPCSCodingStandard.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokenizers
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokenizers/CSS.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokenizers/JS.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokenizers/PHP.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/CodeSniffer/Tokens.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/scripts
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/scripts/phpcs
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/scripts/phpcs-svn-pre-commit
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/scripts/phpcs.bat
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/AllTests.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Core
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Core/AllTests.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Core/IsCamelCapsTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Standards
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Standards/AbstractSniffUnitTest.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/Standards/AllSniffs.php
/trunk/tests/PHP_CodeSniffer-1.2.0RC1/tests/TestSuite.php
/trunk/verif_code.txt