mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
260 lines
6.4 KiB
XML
260 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<appendix xml:id="ssh2.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-md5">
|
|
<term>
|
|
<constant>SSH2_FINGERPRINT_MD5</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
fingerprint as an MD5 hash.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-sha1">
|
|
<term>
|
|
<constant>SSH2_FINGERPRINT_SHA1</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
fingerprint as an SHA1 hash.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-hex">
|
|
<term>
|
|
<constant>SSH2_FINGERPRINT_HEX</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
fingerprint as a string of hexits.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-fingerprint-raw">
|
|
<term>
|
|
<constant>SSH2_FINGERPRINT_RAW</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_fingerprint</function> requesting hostkey
|
|
fingerprint as a raw string of 8-bit characters.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-term-unit-chars">
|
|
<term>
|
|
<constant>SSH2_TERM_UNIT_CHARS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_shell</function> specifying that
|
|
<parameter>width</parameter> and <parameter>height</parameter>
|
|
are provided as character sizes.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-term-unit-pixels">
|
|
<term>
|
|
<constant>SSH2_TERM_UNIT_PIXELS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_shell</function> specifying that
|
|
<parameter>width</parameter> and <parameter>height</parameter>
|
|
are provided in pixel units.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-default-term-width">
|
|
<term>
|
|
<constant>SSH2_DEFAULT_TERM_WIDTH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Default terminal width requested by <function>ssh2_shell</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-default-term-height">
|
|
<term>
|
|
<constant>SSH2_DEFAULT_TERM_HEIGHT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Default terminal height requested by <function>ssh2_shell</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-default-term-unit">
|
|
<term>
|
|
<constant>SSH2_DEFAULT_TERM_UNIT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Default terminal units requested by <function>ssh2_shell</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-stream-stdio">
|
|
<term>
|
|
<constant>SSH2_STREAM_STDIO</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_fetch_stream</function> requesting STDIO subchannel.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-stream-stderr">
|
|
<term>
|
|
<constant>SSH2_STREAM_STDERR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Flag to <function>ssh2_fetch_stream</function> requesting STDERR subchannel.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-default-terminal">
|
|
<term>
|
|
<constant>SSH2_DEFAULT_TERMINAL</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Default terminal type (e.g. vt102, ansi, xterm, vanilla) requested
|
|
by <function>ssh2_shell</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-pollin">
|
|
<term>
|
|
<constant>SSH2_POLLIN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-pollext">
|
|
<term>
|
|
<constant>SSH2_POLLEXT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-pollout">
|
|
<term>
|
|
<constant>SSH2_POLLOUT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-pollerr">
|
|
<term>
|
|
<constant>SSH2_POLLERR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-pollhub">
|
|
<term>
|
|
<constant>SSH2_POLLHUP</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-pollnval">
|
|
<term>
|
|
<constant>SSH2_POLLNVAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-poll-session-closed">
|
|
<term>
|
|
<constant>SSH2_POLL_SESSION_CLOSED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-poll-channel-closed">
|
|
<term>
|
|
<constant>SSH2_POLL_CHANNEL_CLOSED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.ssh2-poll-listener-closed">
|
|
<term>
|
|
<constant>SSH2_POLL_LISTENER_CLOSED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|