Linux SoftwareSearchresult param

Tag «result param»: downloads



Search results for «result param»:

HTML::Widget 1.09 by Sebastian Riedel


HTML::Widget is a Perl module with HTML Widget And Validation Framework.

SYNOPSIS

use HTML::Widget;

# Create a widget
my $w = HTML::Widget->new('widget')->method('get')->action('/');

# Add a fieldset to contain the elements
my $fs = $w->element( 'Fieldset', 'user' )… 


GeoServer 1.4.0 by Chris Holmes


GeoServer project is a full transactional Java (J2EE) implementation of the OpenGIS Consortium's Web Feature Server specification, with an integrated WMS.

GeoServer is free software, available under the GPL 2.0 license.

Users who would like to access and modify their geographic data over the… 


logtail 0.2 by Thomas Peuss


logtail is a AJAXified logfile download and tailing application.

Installation:

You need servlet container that supports the 2.4 specification.

Configuration:

Go to logtail.war/WEB-INF/web.xml. Configure the context-parameter logs to the directories and files you want to look at. This is… 


CGI::Wiki 0.62 by Kake Pugh


CGI::Wiki is a toolkit for building Wikis.

Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isn't an instant Wiki.

SYNOPSIS

# Set up a wiki object with an SQLite storage backend, and an
# inverted index/DB_File sea… 


Wiki::Toolkit 0.71 by Kake Pugh


Wiki::Toolkit is a toolkit for building Wikis.

Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isn't an instant Wiki.

SYNOPSIS

# Set up a wiki object with an SQLite storage backend, and an
# inverted index/DB_File… 


Object::Declare 0.13 by Audrey Tang


Object::Declare is a Perl module for declarative object constructor.

SYNOPSIS

use Object::Declare ['MyApp::Column', 'MyApp::Param'];

my %objects = declare {

param foo =>
!is global,
is immutable,
valid_values are qw( more values );

column bar… 


Finance::Bank::Sporo 0.16 by Jan Vajda


Finance::Bank::Sporo is a Perl extension for B< SporoPay > of Slovenska Sporitelna.

SYNOPSIS

use Finance::Bank::Sporo;

$sporo_obj = Bank::Sporo->new($prenumber,$number);

$sporo_obj->configure(
amt => $amt,
vs => $vs,
ss… 


HTML::Template::Extension::DOC 0.25 by Bruni Emiliano


HTML::Template::Extension::DOC are plugins for comments in template.

SYNOPSIS

use HTML::Template::Extension;

my $text = qq
|
< HTML >< HEAD >< /HEAD >< BODY >
< H1 >This is a template example...< /H1 >
< TMPL_DOC >An example use of TMPL_DOC tag < /TMPL_DOC >
T… 


Data::CGIForm 0.4 by Tim Wilde


Data::CGIForm is a Perl module with form data interface.

Data::CGIForm is yet another way to parse and handle CGI form data. The main motivation behind this module was a simple specification based validator that could handle multiple values.
You probably don't want to use this module. CGI::Valid… 


Params-Util 0.20 by Adam Kennedy


Params-Util is a simple, compact and correct param-checking functions.

SYNOPSIS

# Import some functions
use Params::Util qw{_SCALAR _HASH _INSTANCE};

# If you are lazy, or need a lot of them...
use Params::Util ':ALL';

sub foo {
my $object… 


AxKit2::XSP::SimpleTaglib 1.1 by J?rg Walter


AxKit2::XSP::SimpleTaglib is an alternate XSP taglib helper.

SYNOPSIS

package Your::XSP::Package;
use AxKit2::XSP::SimpleTaglib;

... more initialization stuff, start_document handler, utility functions, whatever
you like, but no parse_start/end handler needed - if in d… 


Class::CGI 0.20 by Curtis Poe


Class::CGI is a Perl module to fetch objects from your CGI object.

SYNOPSIS

use Class::CGI
handlers => {
customer_id => 'My::Customer::Handler'
};

my $cgi = Class::CGI->new;
my $customer = $cgi->param('customer_id');
my $name = $cust… 


CGI::Application::Plugin::PageBuilder 0.93 by Clint Moore


CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates.

SYNOPSIS

This module simplifies building complex web pages with many small piecemeal templates.
Instead of
sub run_mode {
my $self = shift;
my $header = $self->load_tmp… 


JDOX 1.00pre1 by Pawel Prokop


JDOX is a vim plugin that generates javadoc compatible comment for c++ function definitions. Some time ago I found a similar vim plugin that generated c-style comments. I like javadoc style comments even in c++, so I decided to write my own plugin, mostly configurable - see CONFIGURATION in jdox_cpp… 


XML::EasyOBJ 1.12 by Robert Hanson


XML::EasyOBJ is an easy XML object navigation.

SYNOPSIS

# open exisiting file
my $doc = new XML::EasyOBJ('my_xml_document.xml');
my $doc = new XML::EasyOBJ(-type => 'file', -param => 'my_xml_document.xml');

# create object from XML string
my $doc = new XML::EasyOBJ(-type => 'string'… 


C::DynaLib 0.55 by John Tobey


C::DynaLib is a Perl interface to C compiled code.

SYNOPSIS

use C::DynaLib;
use sigtrap; # recommended

$lib = new C::DynaLib( $linker_arg );

$func = $lib->DeclareSub( $symbol_name
[, $return_type [, @arg_types] ] );
# or
$func = $lib->DeclareS… 


Apache::AxKit::XSP::Language::SimpleTaglib 1.6.2 by J?rg Walter


Apache::AxKit::XSP::Language::SimpleTaglib is an alternate XSP taglib helper.

SYNOPSIS

package Your::XSP::Package;
use Apache::AxKit::Language::XSP::SimpleTaglib;

... more initialization stuff, start_document handler, utility functions, whatever
you like, but no parse_… 


Yahoo::Search::Result 1.5.8 by Jeffrey Friedl


Yahoo::Search::Result is a class representing a single result (single web page, image, video file, etc) from a Yahoo! search-engine query. (This package is included in, and automatically loaded by, the Yahoo::Search package.)

Package Use ^

You never need to use this package directly -- it is l… 


CGI::Request 2.0b1 by Martin R.J. Cleaver


CGI::Request is a parse client request via a CGI interface.

SYNOPSIS

use CGI::Request;

# Simple interface: (combines SendHeaders, new and import_names)

$req = GetRequest($pkg);

print FmtRequest(); # same as: print $req->as_string
… 


NetMath 0.1 by William F. Schelter


NetMath project is a web browser which allows Web pages to contain modifiable calculations.

It has built-in plotting engines and the ability to communicate with computation servers.

This makes it possible to do local graphics, zooming and panning, while taking advantage of sophisticated compu… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags