Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.242.272 Times

Attribute freeware
Filter: All | Freeware | Demo
 

Attribute

1 2 3 4 5 > 
Added: April 09, 2010 | Visits: 759

Object::Relation::Meta::Attribute::Schema Object::Relation::Meta::Attribute::Schema is a Perl module for Object::Relation database store builder. Synopsis # Assuming MyThingy was generated by Object::Relation::Meta and that were building # a data store schema. my $class = MyThingy->my_class; print "nAttributes:n"; for my $attr...



Platforms: *nix

License: Freeware Size: 235.52 KB Download (94): Object::Relation::Meta::Attribute::Schema Download

Added: November 15, 2010 | Visits: 1.430

Getopt::Attribute Getopt::Attribute is a Perl module to attribute wrapper for Getopt::Long. SYNOPSIS use Getopt::Attribute; our $verbose : Getopt(verbose!); our $all : Getopt(all); our $size : Getopt(size=s); our $more : Getopt(more+); our @library : Getopt(library=s); our %defines : Getopt(define=s);...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): Getopt::Attribute Download

Added: May 10, 2013 | Visits: 681

Actual Attribute Price Actual Attribute Price is designed for those of us who would rather use a product attributes actual price rather than use a calculator to figure out the option priceExample:--------Tire APrice: $84.99Options: Size 1Size 2 ($89.99)Size 3 ($95.99)Size 4 ($109.99)Versus-------Tire BPrice:...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Actual Attribute Price Download

Added: May 10, 2013 | Visits: 444

Dictionary with attribute-style access This script definesĀ a dictionary with attribute-style access. It maps attribute access to the real dictionary.It can be easier to read and type data access using the simpler attribute syntax (one dot), that using a lot of square-brackets and quotes. Of course, your key must match a valid...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Dictionary with attribute-style access Download

Added: May 10, 2013 | Visits: 371

Simplified attribute accessors using overloading This script presents an ideom for simplified accessors, that combines typical getter and setter functionality of an attribute into a single overloaded method, that instead of getATTRIBUTE and setATTRIBUTE can now just be called ATTRIBUTE. When called without arguments it acts as a getter and...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 437

Public and protected attribute access This script presents a way to introduce proper attribute access protection levels using a generic proxy object. By default all attributes are "protected" in the C sense and can be declared as public using either a function decorator or a class attribute.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Public and protected attribute access Download

Added: September 16, 2013 | Visits: 460

OpenID Attribute Exchange Implementation OpenID Attribute Exchange is an extension for OpenID service which allows the transfer of various user related details/information/attributes between the relying party and the identity provider. There are two primary operations that can be done using the Attribute Exchange:a) Fetch/retrieve some...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): OpenID Attribute Exchange Implementation Download

Added: July 04, 2013 | Visits: 444

Ubercart Attribute Length This is a utility module for use with the attribute system of Ubercart.uc_attribute_length allows you to specify a maximum amount of characters that a text attribute can have. One example is if you are selling jerseys and want to limit the name on the back to 15 characters and the number to...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Ubercart Attribute Length Download

Added: September 14, 2013 | Visits: 467

Ubercart Attribute Tokens This module will add Ubercart product attributes as 'attribute' tokens for use elsewhere. As of initial upload the only code to use these tokens is the contributed Custom Price Calculation module. The combo of these two modules allows an admin to enter custom code to set item properties such as...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Ubercart Attribute Tokens Download

Added: July 02, 2013 | Visits: 436

Ubercart Attribute Clone Attribute clone provides support for Ubercart product attributes when using the Node clone module.With this module enabled, all attributes and options are copied to the new product when a product node is cloned. This can save time when setting up many similar products in a store.


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Ubercart Attribute Clone Download

Added: October 20, 2013 | Visits: 374

Object::eBay::Attribute Object::eBay::Attribute is a Perl module that represents an item attribute. SYNOPSIS # assuming that $item is an Object::eBay::Item object my $attribute = $item->attributes->find(10244); print "The condition is $attribute "; # "The condition is New" if ( $attribute == 24227 ) { print "This...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (34): Object::eBay::Attribute Download

Ubercart Ajax Attribute Calculations 6.x-1.x-dev / 5.x-1.4 By default it also updates individual attribute price adjustments so that they remain relative to the updated price, but this can be turned off in the attribute admin settings.This Drupal module is an extension to the Ubercart module.InstallationUnpack in your modules folder (usually...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris


Added: August 15, 2013 | Visits: 444

Tag Attribute Finder In a nutshell, the Tag Attribute Finder allows you to select a tag and to assign it attributes. When you run the Tag Attribute Finder extension it will highlight all of the tags that have the attributes that you have selected. When you hover over the tag on the page you can see the value of the...


Platforms: Mac

License: Freeware Size: 122.88 KB Download (41): Tag Attribute Finder Download

Added: August 20, 2013 | Visits: 331

Attribute::Handlers Attribute::Handlers - Simpler definition of attribute handlers This module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (32): Attribute::Handlers Download

Added: July 21, 2013 | Visits: 355

MooseX::Attribute::Prototype MooseX::Attribute::Prototype is a Perl module that implements attribute prototyping -- the practice of borrowing an attribute from a role and optionally overriding/extending the attribute definition. This is This works very similar to Moose's native attribute cloning, but allows for additional...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (33): MooseX::Attribute::Prototype Download

Added: June 17, 2010 | Visits: 968

XML::DOM::XML_Base XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base; my $parser = XML::DOM::Parser->new(); my $xml = qq( ); # build the DOM my $dom = $parser->parse( $xml ); # get some elements my $endo = $dom->getElementsByTagName(...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): XML::DOM::XML_Base Download

Added: July 20, 2010 | Visits: 1.083

MPEG::Info MPEG::Info is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use MPEG::Info; my $video = MPEG::Info->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print $file->acodecraw; ## 80 print...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (113): MPEG::Info Download

Added: June 26, 2010 | Visits: 826

Petal Petal is a Perl Template Attribute Language - TAL for Perl! SYNOPSIS in your Perl code: use Petal; my $template = new Petal (foo.xhtml); print $template->process (bar => BAZ); in foo.xhtml < html xmlns:tal="http://purl.org/petal/1.0/" > < body tal:content="bar" >Dummy Content< /body...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (96): Petal Download

Added: August 15, 2010 | Visits: 2.223

gvrpcd GVRP stands for GARP (Generic Attribute Registration Protocol) VLAN Registration Protocol. This project is a Layer 2 network protocol, for automatic configuration of switches in a VLAN network. Each VLAN switch is configured with the VLANs it is part of. GVRP will spread this information and...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (146): gvrpcd Download

Added: September 21, 2010 | Visits: 698

XML::DOM::Attr XML::DOM::Attr is an XML attribute in XML::DOM. XML::DOM::Attr extends XML::DOM::Node. The Attr nodes built by the XML::DOM::Parser always have one child node which is a Text node containing the expanded string value (i.e. EntityReferences are always expanded.) EntityReferences may be added...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): XML::DOM::Attr Download

1 2 3 4 5 >