Lines Matching refs:On
60 Return a normalized absolutized version of the pathname *path*. On most
132 file descriptor. Returns ``False`` for broken symbolic links. On
159 On Unix and Windows, return the argument with an initial component of ``~`` or
164 On Unix, an initial ``~`` is replaced by the environment variable :envvar:`HOME`
169 On Windows, :envvar:`HOME` and :envvar:`USERPROFILE` will be used if set,
191 On Windows, ``%name%`` expansions are supported in addition to ``$name`` and
238 Return ``True`` if *path* is an absolute pathname. On Unix, that means it
279 file system where a different file system has been mounted. On POSIX, the
284 same filesystem. On Windows, a drive letter root and a share UNC are
305 On Windows, the drive letter is not reset when an absolute path component
318 Normalize the case of a pathname. On Unix and Mac OS X, this returns the
320 lowercase. On Windows, it also converts forward slashes to backward slashes.
333 that contains symbolic links. On Windows, it converts forward slashes to
430 a mount point or the empty string. On systems which do not use drive
434 On Windows, splits a pathname into drive/UNC sharepoint and relative path.