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.479.639 Times

Sub Views freeware
Filter: All | Freeware | Demo
 

Sub Views

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 347

Views Union For example, you could make a view that gets all the events within a certain date range, plus all the sticky events, regardless of whether they are in the date range.It can be configured to get only a certain number of results from every sub-view.InstallationUnpack in your modules folder (usually... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): Views Union Download

Added: May 18, 2013 | Visits: 375

Privatemsg Views Integration between Privatemsg module and Views + VBO. Exposes Privatemsg data to Views, provides handlers, default views and optional Privatemsg UI based on Views.FeaturesPrivatemsg Views module provides a base: exposes data to Views, implements handlers and example view.Privatemsg Views UI... Platforms: PHP

License: Freeware Size: 20.48 KB Download (41): Privatemsg Views Download

Added: January 18, 2010 | Visits: 829

Sub::PatMat Sub::PatMat can call a version of subroutine depending on its arguments. SYNOPSIS use Sub::PatMat; # basics: sub fact : when($_[0] <= 1) { 1 } sub fact { my ($n) = @_; $n*fact($n-1) } print fact(6); # referring to things other than @_: sub mysort : when($a < $b) { -1 } sub mysort :... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Sub::PatMat Download

Added: March 14, 2010 | Visits: 1.178

Template::Manual::Views Template::Manual::Views is a template toolkit views (experimental). This section describes dynamic views: a powerful but experimental new feature in version 2.01 of the Template Toolkit. A view is effectively a collection of templates and/or variable definitions which can be passed around as... Platforms: *nix

License: Freeware Size: 778.24 KB Download (99): Template::Manual::Views Download

Added: November 16, 2010 | Visits: 790

Sub::Curry Sub::Curry is a Perl module to create curried subroutines. SYNOPSIS use Sub::Curry; use Sub::Curry qw/ :CONST curry /; # Import spice constants # and the &curry function. #my $f1 = Sub::Curry::->new(&foo, 1, 2); # Same as below. my $f1 = curry(&foo, 1, 2); my $f2 = $cb1->new(3, 4); my... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Sub::Curry Download

Added: May 18, 2010 | Visits: 1.281

Sub::Slice::Manual Sub::Slice::Manual is a Perl module with user guide for Sub::Slice. USING Sub::Slice Sub::Slice is a way of breaking down a long-running process and maintaining state across a stateless protocol. This allows the client to draw a progress bar or abort the process part-way through. The... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Sub::Slice::Manual Download

Added: October 06, 2010 | Visits: 633

Sub::Timebound Sub::Timebound is a Perl extension for timebound computations. SYNOPSIS use Sub::Timebound; sub fun { my $i = shift; if ($i =~ /7$/) { die "Simulated internal errorn"; } while ($i) { $i--; } return "All is well"; } my $x = timeboundretry(10, 3, 5, &fun, 10); ### Returns { value... Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Sub::Timebound Download

Added: June 18, 2010 | Visits: 860

Sub::Assert Sub::Assert - Design-by-contract like pre- and postconditions, etc. SYNOPSIS use Sub::Assert; sub squareroot { my $x = shift; return $x**0.5; } assert pre => $PARAM[0] >= 1, # for the sake of simplicity post => $VOID or $RETURN <= $PARAM[0], sub => squareroot, context => novoid,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Sub::Assert Download

Added: July 16, 2010 | Visits: 943

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: February 26, 2010 | Visits: 851

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Added: February 27, 2010 | Visits: 731

Sub::Regex Sub::Regex is a Perl module to create synonymous subroutines. SYNOPSIS use Sub::Regex; sub /look(s|ing)?_for/ ($){ foobar blah blah } look_for(Amanda); looks_for(Amanda); looking_for(Amanda); lOoKiNg_fOr(Amanda); Sub::Regex is a small tool for users to create a subroutine with... Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Sub::Regex Download

Added: May 10, 2013 | Visits: 372

Views Static Field 5.x-1.1 This module requires that the Views module is enabled.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Views module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Views Static Field 5.x-1.1 Download

Added: May 10, 2013 | Visits: 470

Views modify query 6.x-1.x-dev In addition, it provides a Views field that lets you display any output generated by the code in the filter. This can be very useful when developing sites. This is a skeleton module which can be used by developers to create their own modules.InstallationUnpack in your modules folder (usually... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Views modify query 6.x-1.x-dev Download

Added: May 10, 2013 | Visits: 369

Views exclude previous 6.x-1.x-dev This module is suitable for setups with multiple embedded views where a node needs to appear only once.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Views exclude previous": - Each view does not need... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Views exclude previous 6.x-1.x-dev Download

Added: May 10, 2013 | Visits: 581

Views Podcast 5.x-1.x-dev The module adds an additional view type called "Views Podcast: Podcast feed" to views. Once the view is created for your podcast, you can create a new Views Podcast from the view. It allows mapping the views fields to podcast fields and creating of custom URL path and file... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Views Podcast 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 444

Views Fusion So you can build fusioned views that display information that is stored in multiple nodes - useful for tabular views.The module makes use of node relations in order to join them together.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): Views Fusion Download

Added: May 10, 2013 | Visits: 428

Notify by Views The UID of the user being mailed can be passed as a token to views, allowing a unique set of nodes to be selected for each recipient.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x -... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Notify by Views Download

Added: May 10, 2013 | Visits: 412

Views Argument API It creates a mechanism other than the URI for modules to specify arguments in block and embedded views.Usage - You can now easily create a block that lists a different set of nodes depending on the current node's taxonomy. - You can shows an image from a photo gallery related to the active node.... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Views Argument API Download

Added: May 10, 2013 | Visits: 533

Views Filter Block This differs from the views block option which displays the view exposed filters AND a limited number of rows from views content. It themes the block using collapsible fieldsets rather than the table currently used by views, and it uses some logic to decide which fieldsets should be collapsed or... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Views Filter Block Download

Added: May 10, 2013 | Visits: 515

Views PHP Filter 5.x-1.x-dev Views can be customized without being limited to the existing filters and without having to write a new filter for functionality you may only have to use once.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Views PHP Filter 5.x-1.x-dev Download

1 2 3 4 5 >