home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
python
/
pytexdoc
/
ext
/
lib
/
lib1
/
os
/
tex
/
images.pl
(
.txt
)
< prev
next >
Wrap
LaTeX Document
|
1996-11-08
|
3KB
|
61 lines
# LaTeX2HTML 2022 (Released January 1, 2022)
# Associate images original text with physical files.
$key = q//;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img11.png"
ALT="\begin{funcdesc}{execvp}{path args}
This is like \code{os.execv(\var{path}, \v...
...s. The directory list is obtained from
\code{os.environ['PATH']}.
\end{funcdesc}">|;
$key = q/{datadesc}{curdir}TheconstantstringusedbytheOStorefertothecurrentdirectory,e.g.code{'.'}forPOSIXorcode{':'}fortheMac.{datadesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.40ex; " SRC="|."$dir".q|img3.png"
ALT="\begin{datadesc}{curdir}
The constant string used by the OS to refer to the current directory,
e.g. \code{'.'} for POSIX or \code{':'} for the Mac.
\end{datadesc}">|;
$key = q/{datadesc}{defpath}Thedefaultsearchpathusedbycode{os.exec*p*()}iftheenvironmentdoesn'thaveacode{'PATH'}key.{datadesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img7.png"
ALT="\begin{datadesc}{defpath}
The default search path used by \code{os.exec*p*()} if the environment
doesn't have a \code{'PATH'} key.
\end{datadesc}">|;
$key = q/{datadesc}{pardir}TheconstantstringusedbytheOStorefertotheparentdirectory,e.g.code{'..'}forPOSIXorcode{'::'}fortheMac.{datadesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.68ex; " SRC="|."$dir".q|img4.png"
ALT="\begin{datadesc}{pardir}
The constant string used by the OS to refer to the parent directory,
e.g. \code{'..'} for POSIX or \code{'::'} for the Mac.
\end{datadesc}">|;
$key = q/{funcdesc}{execle}{path,arg0,arg1,...,env}Thisisequivalenttocode{os.execve(var{path},(var{arg0},var{arg1},...),var{env})}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img9.png"
ALT="\begin{funcdesc}{execle}{path arg0 arg1 ... env}
This is equivalent to
...os.execve(\var{path}, (\var{arg0}, \var{arg1}, ...), \var{env})}.
\end{funcdesc}">|;
$key = q/{funcdesc}{execlp}{path,arg0,arg1,...}Thisisequivalenttocode{os.execvp(var{path},(var{arg0},var{arg1},...))}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img10.png"
ALT="\begin{funcdesc}{execlp}{path arg0 arg1 ...}
This is equivalent to
\code{os.execvp(\var{path}, (\var{arg0}, \var{arg1}, ...))}.
\end{funcdesc}">|;
$key = q/{funcdesc}{execl}{path,arg0,arg1,...}Thisisequivalenttocode{os.execv(var{path},(var{arg0},var{arg1},...))}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img8.png"
ALT="\begin{funcdesc}{execl}{path arg0 arg1 ...}
This is equivalent to
\code{os.execv(\var{path}, (\var{arg0}, \var{arg1}, ...))}.
\end{funcdesc}">|;
$key = q/{funcdesc}{execvpe}{path,args,env}Thisisacrossbetweencode{os.execve()}andcode{os.execvp()}.Thedirectorylistisobtainedfromcode{var{env}['PATH']}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.27ex; " SRC="|."$dir".q|img12.png"
ALT="\begin{funcdesc}{execvpe}{path args env}
This is a cross between \code{os.ex...
...)}.
The directory list is obtained from \code{\var{env}['PATH']}.
\end{funcdesc}">|;