[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/system/io/ -> Win32FileSystem.php (sommaire)

(pas de description)

Poids: 477 lignes (16 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Win32FileSystem:: (25 méthodes):
  __construct()
  isSlash()
  isLetter()
  slashify()
  getSeparator()
  getPathSeparator()
  normalizePrefix()
  normalizer()
  normalize()
  prefixLength()
  resolve()
  getDefaultParent()
  fromURIPath()
  isAbsolute()
  _driveIndex()
  _getDriveDirectory()
  _getUserPath()
  _getDrive()
  resolveFile()
  setReadOnly()
  _access()
  _nativeListRoots()
  listRoots()
  compare()
  lister()


Classe: Win32FileSystem  - X-Ref


__construct()   X-Ref
Pas de description

isSlash($c)   X-Ref
Pas de description

isLetter($c)   X-Ref
Pas de description

slashify($p)   X-Ref
Pas de description

getSeparator()   X-Ref
Pas de description

getPathSeparator()   X-Ref
Pas de description

normalizePrefix($strPath, $len, $sb)   X-Ref
A normal Win32 pathname contains no duplicate slashes, except possibly
for a UNC prefix, and does not end with a slash.  It may be the empty
string.  Normalized Win32 pathnames have the convenient property that
the length of the prefix almost uniquely identifies the type of the path
and whether it is absolute or relative:

0  relative to both drive and directory
1  drive-relative (begins with '\\')
2  absolute UNC (if first char is '\\'), else directory-relative (has form "z:foo")
3  absolute local pathname (begins with "z:\\")

normalizer($strPath, $len, $offset)   X-Ref
Pas de description

normalize($strPath)   X-Ref
Check that the given pathname is normal.  If not, invoke the real
normalizer on the part of the pathname that requires normalization.
This way we iterate through the whole pathname string only once.

param: string $strPath
return: string

prefixLength($strPath)   X-Ref
Pas de description

resolve($parent, $child)   X-Ref
Pas de description

getDefaultParent()   X-Ref
Pas de description

fromURIPath($strPath)   X-Ref
Pas de description

isAbsolute(PhingFile $f)   X-Ref
Pas de description

_driveIndex($d)   X-Ref
Pas de description

_getDriveDirectory($drive)   X-Ref
Pas de description

_getUserPath()   X-Ref
Pas de description

_getDrive($path)   X-Ref
Pas de description

resolveFile(PhingFile $f)   X-Ref
Pas de description

setReadOnly($f)   X-Ref
Pas de description

_access($path)   X-Ref
Pas de description

_nativeListRoots()   X-Ref
Pas de description

listRoots()   X-Ref
Pas de description

compare(PhingFile $f1, PhingFile $f2)   X-Ref
Pas de description

lister($f)   X-Ref
returns the contents of a directory in an array




Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7