Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5202173
Hits Heute: 276
max. Hits (10.07.07): 6964
User Online: 36
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Active Server Pages. Programmierung dynamischer, datenbankgestützter Webseiten
Active Server Pages. Programmierung dynamischer, datenbankgestützter Webseiten

Manuals > PEAR > Package PEAR_PackageFileManager Global Variables

Package PEAR_PackageFileManager Global Variables

Package PEAR_PackageFileManager Global Variables -- Global Variables defined in and used by PEAR_PackageFileManager

All Global Variables

Global Variables defined in PackageFileManager.php

Table 34-1. Global Variables defined in PackageFileManager.php

NameValueLine Number
$GLOBALS['_PEAR_PACKAGEFILEMANAGER_ERRORS']
1 array( 2 'en' => 3 array( 4 PEAR_PACKAGEFILEMANAGER_NOSTATE => 5 'Release State (option \'state\') must by specified in PEAR_PackageFileManager setOptions (alpha|beta|stable)', 6 PEAR_PACKAGEFILEMANAGER_NOVERSION => 7 'Release Version (option \'version\') must be specified in PEAR_PackageFileManager setOptions', 8 PEAR_PACKAGEFILEMANAGER_NOPKGDIR => 9 'Package source base directory (option \'packagedirectory\') must be ' . 10 'specified in PEAR_PackageFileManager setOptions', 11 PEAR_PACKAGEFILEMANAGER_NOPKGDIR => 12 'Package install base directory (option \'baseinstalldir\') must be ' . 13 'specified in PEAR_PackageFileManager setOptions', 14 PEAR_PACKAGEFILEMANAGER_GENERATOR_NOTFOUND => 15 'Base class "%s" can\'t be located', 16 PEAR_PACKAGEFILEMANAGER_GENERATOR_NOTFOUND_ANYWHERE => 17 'Base class "%s" can\'t be located in default or user-specified directories', 18 PEAR_PACKAGEFILEMANAGER_CANTWRITE_PKGFILE => 19 'Failed to write package.xml file to destination directory', 20 PEAR_PACKAGEFILEMANAGER_DEST_UNWRITABLE => 21 'Destination directory "%s" is unwritable', 22 PEAR_PACKAGEFILEMANAGER_CANTCOPY_PKGFILE => 23 'Failed to copy package.xml.tmp file to package.xml', 24 PEAR_PACKAGEFILEMANAGER_CANTOPEN_TMPPKGFILE => 25 'Failed to open temporary file "%s" for writing', 26 PEAR_PACKAGEFILEMANAGER_PATH_DOESNT_EXIST => 27 'package.xml file path "%s" doesn\'t exist or isn\'t a directory', 28 PEAR_PACKAGEFILEMANAGER_NOCVSENTRIES => 29 'Directory "%s" is not a CVS directory (it must have the CVS/Entries file)', 30 PEAR_PACKAGEFILEMANAGER_DIR_DOESNT_EXIST => 31 'Package source base directory "%s" doesn\'t exist or isn\'t a directory', 32 PEAR_PACKAGEFILEMANAGER_RUN_SETOPTIONS => 33 'Run $managerclass->setOptions() before any other methods', 34 PEAR_PACKAGEFILEMANAGER_NOPACKAGE => 35 'Package Name (option \'package\') must by specified in PEAR_PackageFileManager '. 36 'setOptions to create a new package.xml', 37 PEAR_PACKAGEFILEMANAGER_NOSUMMARY => 38 'Package Summary (option \'summary\') must by specified in PEAR_PackageFileManager' . 39 ' setOptions to create a new package.xml', 40 PEAR_PACKAGEFILEMANAGER_NODESC => 41 'Detailed Package Description (option \'description\') must be' . 42 ' specified in PEAR_PackageFileManager constructor to create a new package.xml', 43 PEAR_PACKAGEFILEMANAGER_WRONG_MROLE => 44 'Maintainer role must be one of "%s", was "%s"', 45 PEAR_PACKAGEFILEMANAGER_ADD_MAINTAINERS => 46 'Add maintainers to a package before generating the package.xml', 47 PEAR_PACKAGEFILEMANAGER_NO_FILES => 48 'No files found, check the path "%s"', 49 PEAR_PACKAGEFILEMANAGER_IGNORED_EVERYTHING => 50 'No files left, check the path "%s" and ignore option "%s"', 51 PEAR_PACKAGEFILEMANAGER_INVALID_PACKAGE => 52 'Package validation failed:%s%s', 53 PEAR_PACKAGEFILEMANAGER_INVALID_REPLACETYPE => 54 'Replacement Type must be one of "%s", was passed "%s"', 55 PEAR_PACKAGEFILEMANAGER_INVALID_ROLE => 56 'Invalid file role passed to addRole, must be one of "%s", was passed "%s"', 57 PEAR_PACKAGEFILEMANAGER_PHP_NOT_PACKAGE => 58 'addDependency had PHP as a package, use type="php"', 59 ),)
62


Copyright 1998 - 2009 by I.S.U.M.