[ Index ] |
|
Code source de PHP PEAR 1.4.5 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 102 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 1 fichier PEAR/PackageFileManager/File.php |
PEAR_PackageFileManager_Perforce:: (3 méthodes):
dirList()
_includeFilter()
_ignoreFilter()
Classe: PEAR_PackageFileManager_Perforce - X-Ref
Generate a file list from a Perforce checkout. This requires the 'p4'dirList($directory) X-Ref |
Build a list of files based on the output of the 'p4 have' command. param: string $directory The directory in which to list the files. return: mixed An array of full filenames or a PEAR_Error value if |
_includeFilter($file) X-Ref |
Determine whether a given file should be excluded from the file list. param: string $file The full pathname of file to check. return: bool True if the specified file should be included. |
_ignoreFilter($file) X-Ref |
Determine whether a given file should be included (i.e., not ignored) from the file list. param: string $file The full pathname of file to check. return: bool True if the specified file should be included. |
Généré le : Sun Feb 25 14:08:00 2007 | par Balluche grâce à PHPXref 0.7 |