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:POE-XUL poe"

POE::XUL::POE - A POE::XUL application that doesn't use POE::XUL::Application River stage one • 1 direct dependent • 1 total dependent

The application POE::XUL applications generaly have one POE::session per application instance. This POE session is spawned when a boot request is recieved from the client. The session then must handle a 'boot' event, where-in it creates a "Window" el...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL - Framework for remote XUL application in POE River stage one • 1 direct dependent • 1 total dependent

POE::XUL is a framework for creating remote XUL applications with POE. It includes a web server, a Javascript client library for Firefox and a widget toolkit in Perl. POE::XUL is pronounced similar to *puzzle*. At the heart of POE::XUL is the concept...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::RDF - RDF builder class River stage one • 1 direct dependent • 1 total dependent

Primitive RDF generation for XUL trees....

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Node - XUL element River stage one • 1 direct dependent • 1 total dependent

POE::XUL::Node is a DOM-like object that encapsulates a XUL element. It uses POE::XUL::ChangeManager to make sure all changes are mirrored in the browser's DOM. Elements To create a UI, an application must create a "Window" with some elements in it. ...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Event - A DOM event River stage one • 1 direct dependent • 1 total dependent

User interaction with the browser's DOM may provoke a DOM event. These events are handled by the Javascript client library, which will send them to the POE::XUL server. "POE::XUL" encapsulates the event as a POE::XUL::Event object. This object associ...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Style - XUL style object River stage one • 1 direct dependent • 1 total dependent

POE::XUL::Style is a DOM-like object that encapsulates the CSS style of a XUL element. It uses POE::XUL::ChangeManager to make sure all style are mirrored in the browser's DOM. However, style changes in the browser's DOM are not mirrored in the POE::...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::CDATA - XUL CDATA River stage one • 1 direct dependent • 1 total dependent

POE::XUL::CDATA instances is are DOM-like object for holding and manipulating character data. CDATA differs from a TextNode in that "&" and "<" are ignored. This is especially useful for Javascript; CDATA in a Script node will be "eval()"ed by the cl...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Window - XUL window element River stage one • 1 direct dependent • 1 total dependent

POE::XUL::Window is a special sub-class of POE::XUL::Node to handle window elements....

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Logging - POE::XUL logging River stage one • 1 direct dependent • 1 total dependent

POE::XUL::Logging is a singleton object used by POE::XUL to flexibly dispatch log messages, warnings and debug messages in an application-defined manner. The message destination may be a coderef, a logging object (think Log4Perl), a POE session or PO...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::TextNode - XUL TextNode River stage one • 1 direct dependent • 1 total dependent

POE::XUL::TextNode instances is are objects for holding and manipulating plain text. This permits mixed-mode nodes, that is nodes that contain both text and other nodes....

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Constants - XUL attribute helpers River stage one • 1 direct dependent • 1 total dependent

POE::XUL::Constants provides a bunch of constants for commonly used attributes....

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Javascript - POE::XUL Javascript client library documentation River stage one • 1 direct dependent • 1 total dependent

This documentation needs to be written...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Application - Base class for POE::XUL application objects River stage one • 1 direct dependent • 1 total dependent

POE::XUL::Application deals with most of the little details a POE::XUL application would have to deal with. It enforces the API contract, as it were. It also provides POE::XUL::Application works hand in hand with POE::XUL::Session to provide some adv...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

POE::XUL::Session::Delegate - POE::XUL session object River stage one • 1 direct dependent • 1 total dependent

POE::XUL::Session provides half of the margic for POE::XUL::Application. It implements perl-like event invocation. It makes sure the change manager and other bits of global data are always available to event handlers. It deals with most of the house ...

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

lib/POE/XUL/Controler.pm River stage one • 1 direct dependent • 1 total dependent

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

lib/POE/XUL/State.pm River stage one • 1 direct dependent • 1 total dependent

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

lib/POE/XUL/Encode.pm River stage one • 1 direct dependent • 1 total dependent

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

lib/POE/XUL/TWindow.pm River stage one • 1 direct dependent • 1 total dependent

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

lib/POE/XUL/Request.pm River stage one • 1 direct dependent • 1 total dependent

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC

xul-node-server - start POE-XUL HTTP server River stage one • 1 direct dependent • 1 total dependent

GWYN/POE-XUL-0.0601 - 06 Sep 2016 15:39:14 UTC
20 results (0.03 seconds)