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

Path Alias freeware
Filter: All | Freeware | Demo
 

Path Alias

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

Path Access It provides the means to restrict pages based on their path alias - meaning you can lock out certain user role groups from whole sections of a site using wildcards.Installation - Unpack 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 (54): Path Access Download

Added: January 17, 2013 | Visits: 478

Menu Trails 6.x- / 5.x-1.x-dev A token is exposed to pathauto (and other token-aware modules) allowing for the menu trail to be used in automatic path alias creation.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Menu Trails": - Menu... Platforms: BSD Solaris

License: Freeware Download (50): Menu Trails 6.x- / 5.x-1.x-dev Download

Added: March 20, 2013 | Visits: 426

Menu Trails 6.x- / 5.x-1.x-dev A token is exposed to pathauto (and other token-aware modules) allowing for the menu trail to be used in automatic path alias creation.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Menu Trails": - Menu... Platforms: BSD Solaris

License: Freeware Download (54): Menu Trails 6.x- / 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 307

URLify The alias is generated from the title of the node.The URLify module has support for language maps. Language maps work by replacing characters in other languages with similar ones in English. There is support for Latin, Greek, Turkish, Russian, Ukranian, Czech and Polish maps.Installation -... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): URLify Download

Added: May 10, 2013 | Visits: 463

me aliases 5.x- This means logged in users no longer have to know/remember their uid, and it makes it easier to link to user-specific pages from a site help page (without resorting to using php to put $user->uid in the link).Site administrators can specify any number of aliases containing the fragment 'me'.The... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): me aliases 5.x- Download

Added: May 10, 2013 | Visits: 432

me aliases 5.x- This means logged in users no longer have to know/remember their uid, and it makes it easier to link to user-specific pages from a site help page (without resorting to using php to put $user->uid in the link).Site administrators can specify any number of aliases containing the fragment 'me'.The... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): me aliases 5.x- Download

Added: May 10, 2013 | Visits: 453

me aliases 5.x- This means logged in users no longer have to know/remember their uid, and it makes it easier to link to user-specific pages from a site help page (without resorting to using php to put $user->uid in the link).Site administrators can specify any number of aliases containing the fragment 'me'.The... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): me aliases 5.x- Download

Added: May 10, 2013 | Visits: 533

Image Map 5.x-0.x-dev It automatically converts "node/$nid" paths into aliased paths.InstallationUnpack 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 (56): Image Map 5.x-0.x-dev Download

Added: June 07, 2013 | Visits: 724

Smart menus Smart tabs The Smart menus, Smart tabs duo of modules make everyone's Drupal experience just that little bit more convenient. The two modules give menus and tabs a memory, so that when you revisit a page, your previous tab or menu choice is already pre-selected for you. Not only will this save you numerous... Platforms: PHP

License: Freeware Size: 20.48 KB Download (47): Smart menus Smart tabs Download

Added: April 18, 2013 | Visits: 402

Extended path aliases * Have you ever wondered why, after defining an alias like about-us for, say, node/123, your pages are still riddled with those ugly machine-generated tabs and links like /node/123/edit, node/123/revisions etc.? * Likewise for /user links: did you expect to see /anne-marie/track but got... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Extended path aliases Download

Added: July 16, 2006 | Visits: 3.473

Relative Path Relative Path is a simple utility for displaying relative path between two selected directories. Platforms: Windows

License: Freeware Size: 2.58 MB Download (513): Relative Path Download

Added: September 08, 2010 | Visits: 1.770

Copy file or directory path Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities... Platforms: *nix

License: Freeware Download (115): Copy file or directory path Download

Added: July 15, 2010 | Visits: 1.433

Radio Shortest Path First Radio Shortest Path First (RSPF) is a routing protocol for wireless networks. This particular implementation is written for Linux and conforms to version 2.2 of the protocol specification. There are many reasons why our networks are complicated, but one significant thing is that you can no longer... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Radio Shortest Path First Download

Added: May 27, 2010 | Visits: 908

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: March 21, 2010 | Visits: 1.101

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: May 11, 2010 | Visits: 945

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand... Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Env::Path Download

Added: June 12, 2010 | Visits: 1.725

PATH programming language PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize the two-dimensional way that PATH programs are... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PATH programming language Download

Added: August 15, 2010 | Visits: 1.380

Snow Path Formation Simulator Snow Path Formation Simulator is a program that models the process of people forming very distinct, and yet not always altogether logical looking, paths in the snow as they walk across open spaces. The evolving condition of the snow is displayed graphically. This project may eventually mature... Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Snow Path Formation Simulator Download

Added: November 27, 2010 | Visits: 1.015

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont... Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): File::Path Download

Released: November 24, 2011  |  Added: November 30, 2011 | Visits: 1.468

Alias Runner Apocalypse Alias Runner Apocalypse is great 3D car racing game. It™s you versus the world! Drive your apocalypse car as long as you can, avoiding the pursuers. Keep your fuel topped up otherwise you™ll stop in your tracks and be at the mercy of the drivers. Drive skillfully and carefully! Hitting other... Platforms: Windows

License: Freeware Size: 8.17 MB Download (198): Alias Runner Apocalypse Download

1 2 3 4 5 >