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 "tree::simple"

Tree::Simple - A simple tree object River stage two • 15 direct dependents • 35 total dependents

This module in an fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have childre...

RSAVAGE/Tree-Simple-1.34 - 02 Feb 2021 01:26:51 UTC - Search in distribution

Tree::Simple::SAX - A set of classes for using Tree::Simple with XML River stage zero No dependents

This is an early implementation of an XML::SAX handler which creates a Tree::Simple object hierarchy from the XML stream. It is currently in the proof-of-concept/experimental stages and I plan to add more features in the future. If anyone else is int...

STEVAN/Tree-Simple-SAX-0.01 - 11 Apr 2005 16:01:42 UTC - Search in distribution

XML::Simple::Tree - Tree object extension for XML::Simple data structures River stage zero No dependents

This module extends XML::Simple by taking the data structure returned by XML::Simple::XMLin($xml_file, forcearray => 1) and putting it in a class complete with tree manipulation and traversal methods. Important to know is that XMLin is called with th...

AAKD/XML-Simple-Tree-0.03 - 09 Nov 2005 06:26:08 UTC - Search in distribution

Tree::Simple::View - A set of classes for viewing Tree::Simple hierarchies River stage one • 3 direct dependents • 5 total dependents

This serves as an abstract base class to the Tree::Simple::View::* classes. There are two implementing classes included here; Tree::Simple::View::HTML and Tree::Simple::View::DHTML. Other Tree::Simple::View::* classes are also being planned, see the ...

RSAVAGE/Tree-Simple-View-0.20 - 02 Feb 2021 01:38:36 UTC - Search in distribution

Bundle::Tree::Simple - A CPAN bundle for Tree::Simple and related modules River stage zero No dependents

This is a bundle file to install the Tree::Simple module and all associated modules. Since I tend to use all of these modules in most of my projects, this bundle is mostly to make my life easier....

STEVAN/Bundle-Tree-Simple-0.01 - 18 Feb 2005 16:35:11 UTC - Search in distribution

Tree::Simple::Manager - A class for managing multiple Tree::Simple hierarchies River stage zero No dependents

This is a class for managing multiple Tree::Simple hierarchies at a time. It integrates several Tree::Simple classes together to attempt to make things easier to manage. This is the third release of this module. It is currently tailored to my current...

STEVAN/Tree-Simple-Manager-0.07 - 05 Nov 2007 16:51:11 UTC - Search in distribution

Gtk2::Ex::Simple::Tree - A simple interface to Gtk2's complex MVC tree widget River stage zero No dependents

Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::Tree automates the complex setup work and allows you to treat the tree model as a more natural list of hash refs. After c...

RMCFARLA/Gtk2-Ex-Simple-Tree-0.50 - 02 Dec 2004 02:21:38 UTC - Search in distribution

Tree::Simple::Visitor::Sort - A Visitor for sorting a Tree::Simple object hierarchy River stage two • 5 direct dependents • 23 total dependents

This implements a recursive multi-level sort of a Tree::Simple hierarchy. I think this deserves some more explanation, and the best way to do that is visually. Given the tree: 1 1.3 1.2 1.2.2 1.2.1 1.1 4 4.1 2 2.1 3 3.3 3.2 3.1 A normal sort would pr...

RSAVAGE/Tree-Simple-VisitorFactory-0.16 - 02 Feb 2021 02:04:51 UTC - Search in distribution

Forest::Tree::Writer::SimpleHTML - A simple HTML writer for Forest::Tree heirarchies River stage two • 3 direct dependents • 15 total dependents

This is a simple writer which draws a tree as an HTML unordered list....

STEVAN/Forest-0.10 - 18 Dec 2013 13:24:16 UTC - Search in distribution

Pod::Simple::FromTree - parse POD from tree form River stage zero No dependents

This is a subclass of Pod::Simple, intended to be further subclassed. Objects of this class, as with Pod::Simple, can parse a POD document, internally using an event-based protocol, and subclasses are expected to add specific behaviour to do somethin...

ZEFRAM/Pod-Simple-FromTree-0.003 - 21 Jul 2017 00:17:15 UTC - Search in distribution

Pod::Simple::SimpleTree - parse Pod into a simple parse tree River stage five • 135 direct dependents • 33164 total dependents

This class is of interest to people writing a Pod processor/formatter. This class takes Pod and parses it, returning a parse tree made just of arrayrefs, and hashrefs, and strings. This is a subclass of Pod::Simple and inherits all its methods. This ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC - Search in distribution

Wx::Perl::TreeView::SimpleModel - virtual tree control simple model class River stage zero No dependents

A simple model class for "Wx::Perl::TreeView"....

MBARBON/Wx-Perl-TreeView-0.02 - 28 Apr 2007 10:34:48 UTC - Search in distribution

TreePath - Simple Tree Path! River stage one • 1 direct dependent • 1 total dependent

DAB/TreePath-0.22 - 14 May 2015 22:10:48 UTC - Search in distribution

Tree - An N-ary tree River stage two • 10 direct dependents • 16 total dependents

This is meant to be a full-featured N-ary tree representation with configurable error-handling and a simple events system that allows for transparent persistence to a variety of datastores. It is derived from Tree::Simple, but has a simpler interface...

RSAVAGE/Tree-1.16 - 24 Jul 2023 00:28:36 UTC - Search in distribution

Jorge - ORM Made simple. River stage zero No dependents

PORTA/Jorge-0.05 - 22 Jul 2014 20:11:51 UTC - Search in distribution

Qudo - simple and extensible job queue manager River stage one • 4 direct dependents • 5 total dependents

Qudo is simple and extensible job queue manager system. Your application can insert job into DB ,that is managed by Qudo. And Your application can get & execute job by Qudo worker. Qudo corresponds to deal with DB as MySQL and SQLite. If you add Hook...

KARUPA/Qudo-0.0214 - 27 Feb 2016 15:05:29 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution
1,239 results (0.156 seconds)