The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:X11-Protocol X11"

X11::Auth - Perl module to read X11 authority files River stage one • 8 direct dependents • 9 total dependents

This module is an approximate perl replacement for the libXau C library and the xauth(1) program. It reads and interprets the files (usually '~/.Xauthority') that hold authorization data used in connecting to X servers. Since it was written mainly fo...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Keysyms - Perl module for names of X11 keysyms River stage one • 8 direct dependents • 9 total dependents

This module exports a hash mapping the names of X11 keysyms, such as 'A' or 'Linefeed' or 'Hangul_J_YeorinHieuh', onto the numbers that represent them. The first argument to 'use' is the name of the variable the hash should be exported into, and the ...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol - Perl module for the X Window System Protocol, version 11 River stage one • 8 direct dependents • 9 total dependents

X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for information about X11), allowing perl programs to display windows and graphics on X11 servers. A full description of the protocol is beyond the scope of this documentation; fo...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Ext::DPMS - Perl module for the X11 Protocol DPMS Extension River stage one • 8 direct dependents • 9 total dependents

This module is used to control the DPMS features of compliant monitors....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Ext::SHAPE - Perl module for the X11 Protocol Nonrectangular Window Shape Extension River stage one • 8 direct dependents • 9 total dependents

This module is used by the X11::Protocol module to participate in the shaped window extension to the X protocol, allowing windows to be of any shape, not just rectangles....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Connection - Perl module abstract base class for X11 client to server connections River stage one • 8 direct dependents • 9 total dependents

This module is an abstract base class for the various X11::Protocol::Connection::* modules that provide connections to X servers for the X11::Protocol module. It provides stubs for the following methods: open $conn = X11::Protocol::Connection::Foo->o...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Ext::RENDER - Perl module for the X Rendering Extension River stage one • 8 direct dependents • 9 total dependents

The RENDER extension adds a new set of drawing primitives which effectively represent a replacement of the drawing routines in the core protocol, redesigned based on the needs of more modern clients. It adds long-desired features such as subpixel pos...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Ext::XC_MISC - Perl module for the X11 Protocol XC-MISC Extension River stage one • 8 direct dependents • 9 total dependents

This module is used by the programmer to pre-acquire large numbers of X resource IDs to be used with the X11::Protocol module. If supported by the server, X11::Protocol will load this module automatically when additional resource IDs are needed via t...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Ext::BIG_REQUESTS - Perl module for the X11 protocol Big Requests extension River stage one • 8 direct dependents • 9 total dependents

This module is used by the X11::Protocol module to participate in the 'Big Requests' extension to the X protocol. Once initialized, it transparently allows requests of more than 262140 (65535 * 4) bytes. The new maximum request length is avaliable as...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Ext::XFree86_Misc - Perl module for the XFree86 Misc Extension River stage one • 8 direct dependents • 9 total dependents

This module is used to access miscellaneous features of XFree86 servers...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Connection::UNIXFH - Perl module for FileHandle-based Unix-domain X11 connections River stage one • 8 direct dependents • 9 total dependents

This module is used by X11::Protocol to establish a connection and communicate with a server over a local Unix-domain socket connection, using the FileHandle module. The host argument is ignored....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Connection::Socket - Perl module base class for IO::Socket-based X11 connections River stage one • 8 direct dependents • 9 total dependents

This module defines get(), give() and fh() methods common to X11::Protocol::Connection types that are based on IO::Socket. They expect the object they are called with to be a reference to an IO::Socket....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Connection::INETFH - Perl module for FileHandle-based TCP/IP X11 connections River stage one • 8 direct dependents • 9 total dependents

This module is used by X11::Protocol to establish a connection and communicate with a server over an internet-type TCP/IP socket connection, using the FileHandle module....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Connection::FileHandle - Perl module base class for FileHandle-based X11 connections River stage one • 8 direct dependents • 9 total dependents

This module defines get(), give() and fh() methods common to X11::Protocol::Connection types that are based on the FileHandle package. They expect the object they are called with to be a reference to a FileHandle....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Connection::INETSocket - Perl module for IO::Socket::INET-based X11 connections River stage one • 8 direct dependents • 9 total dependents

This module is used by X11::Protocol to establish a connection and communicate with a server over a TCP/IP connection, using the IO::Socket::INET module....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Protocol::Connection::UNIXSocket - Perl module for IO::Socket::UNIX-based X11 connections River stage one • 8 direct dependents • 9 total dependents

This module is used by X11::Protocol to establish a connection and communicate with a server over a local Unix-domain socket connection, using the IO::Socket::UNIX module. The host argument is ignored....

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

Protocol/Constants.pm River stage one • 8 direct dependents • 9 total dependents

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC
17 results (0.049 seconds)