|
openid.inc |
drupal-7.x/modules/openid/openid.inc |
|
OpenID utility functions. |
|
openid.info |
drupal-7.x/modules/openid/openid.info |
|
name = OpenID
description = "Allows users to log into your site using OpenID."
version = VERSION
package = Core
core = 7.x
files[] = openid.test |
|
openid.install |
drupal-7.x/modules/openid/openid.install |
|
Install, update and uninstall functions for the openid module. |
|
openid.module |
drupal-7.x/modules/openid/openid.module |
|
Implement OpenID Relying Party support for Drupal |
|
openid.pages.inc |
drupal-7.x/modules/openid/openid.pages.inc |
|
User page callbacks for the openid module. |
|
openid.test |
drupal-7.x/modules/openid/openid.test |
|
Tests for openid.module. |
|
openid_test.info |
drupal-7.x/modules/openid/tests/openid_test.info |
|
name = OpenID dummy provider
description = "OpenID provider used for testing."
package = Testing
version = VERSION
core = 7.x
dependencies[] = openid
hidden = TRUE |
|
openid_test.install |
drupal-7.x/modules/openid/tests/openid_test.install |
|
Install, update and uninstall functions for the openid_test module. |
|
openid_test.module |
drupal-7.x/modules/openid/tests/openid_test.module |
|
Dummy OpenID Provider used with SimpleTest. |
|
options.api.php |
drupal-7.x/modules/field/modules/options/options.api.php |
|
Hooks provided by the Options module. |
|
options.info |
drupal-7.x/modules/field/modules/options/options.info |
|
name = Options
description = Defines selection, check box and radio button widgets for text and numeric fields.
package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = options.test |
|
options.module |
drupal-7.x/modules/field/modules/options/options.module |
|
Defines selection, check box and radio button widgets for text and numeric fields. |
|
options.test |
drupal-7.x/modules/field/modules/options/options.test |
|
Tests for options.module. |
|
overlay-child-rtl.css |
drupal-7.x/modules/overlay/overlay-child-rtl.css |
|
RTL styling for Overlay child pages. |
|
overlay-child.css |
drupal-7.x/modules/overlay/overlay-child.css |
|
Basic styling for the Overlay child pages. |
|
overlay-parent.css |
drupal-7.x/modules/overlay/overlay-parent.css |
|
Basic styling for the Overlay module. |
|
overlay.api.php |
drupal-7.x/modules/overlay/overlay.api.php |
|
Hooks provided by Overlay module. |
|
overlay.info |
drupal-7.x/modules/overlay/overlay.info |
|
name = Overlay
description = Displays the Drupal administration interface in an overlay.
package = Core
version = VERSION
core = 7.x |
|
overlay.install |
drupal-7.x/modules/overlay/overlay.install |
|
Install, update, and uninstall functions for the Overlay module. |
|
overlay.module |
drupal-7.x/modules/overlay/overlay.module |
|
Displays the Drupal administration interface in an overlay. |
|
overlay.tpl.php |
drupal-7.x/modules/overlay/overlay.tpl.php |
|
Default theme implementation to display a page in the overlay. |
|
page.tpl.php |
drupal-7.x/modules/system/page.tpl.php |
|
Default theme implementation to display a single Drupal page. |
|
page.tpl.php |
drupal-7.x/themes/bartik/templates/page.tpl.php |
|
Bartik's theme implementation to display a single Drupal page. |
|
page.tpl.php |
drupal-7.x/themes/garland/page.tpl.php |
|
|
|
page.tpl.php |
drupal-7.x/themes/seven/page.tpl.php |
|
|
|
page.tpl.php |
drupal-7.x/modules/block/tests/themes/block_test_theme/page.tpl.php |
|
Custom theme implementation to display a single Drupal page without
sidebars. The sidebars are hidden by regions_hidden for this theme, so
the default page.tpl.php will not work without throwing exceptions. |
|
pager.inc |
drupal-7.x/includes/pager.inc |
|
Functions to aid in presenting database results as a set of pages. |
|
pager.test |
drupal-7.x/modules/simpletest/tests/pager.test |
|
Tests for pager functionality. |
|
password-hash.sh |
drupal-7.x/scripts/password-hash.sh |
|
#!/usr/bin/php
<?php
/**
* Drupal hash script - to generate a hash from a plaintext password
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
* @param… |
|
password.inc |
drupal-7.x/includes/password.inc |
|
Secure password hashing functions for user authentication. |
|
password.test |
drupal-7.x/modules/simpletest/tests/password.test |
|
Provides unit tests for password.inc. |
|
path.admin.inc |
drupal-7.x/modules/path/path.admin.inc |
|
Administrative page callbacks for the path module. |
|
path.api.php |
drupal-7.x/modules/path/path.api.php |
|
Hooks provided by the Path module. |
|
path.inc |
drupal-7.x/includes/path.inc |
|
Functions to handle paths in Drupal, including path aliasing. |
|
path.info |
drupal-7.x/modules/path/path.info |
|
name = Path
description = Allows users to rename URLs.
package = Core
version = VERSION
core = 7.x
files[] = path.test
configure = admin/config/search/path |
|
path.module |
drupal-7.x/modules/path/path.module |
|
Enables users to rename URLs. |
|
path.test |
drupal-7.x/modules/simpletest/tests/path.test |
|
Tests for path.inc. |
|
path.test |
drupal-7.x/modules/path/path.test |
|
Tests for the Path module. |
|
path_test.info |
drupal-7.x/modules/simpletest/tests/path_test.info |
|
name = "Hook path tests"
description = "Support module for path hook testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
path_test.module |
drupal-7.x/modules/simpletest/tests/path_test.module |
|
Helper module for the path tests. |
|
php-1.txt |
drupal-7.x/modules/simpletest/files/php-1.txt |
|
<?php
print 'SimpleTest PHP was executed!';
?> |
|
php-2.php |
drupal-7.x/modules/simpletest/files/php-2.php |
|
|
|
php.info |
drupal-7.x/modules/php/php.info |
|
name = PHP filter
description = Allows embedded PHP code/snippets to be evaluated.
package = Core
version = VERSION
core = 7.x
files[] = php.test |
|
php.install |
drupal-7.x/modules/php/php.install |
|
Install, update and uninstall functions for the php module. |
|
php.module |
drupal-7.x/modules/php/php.module |
|
Additional filter for PHP input. |
|
php.test |
drupal-7.x/modules/php/php.test |
|
Tests for php.module. |
|
phptemplate.engine |
drupal-7.x/themes/engines/phptemplate/phptemplate.engine |
|
Handles integration of PHP templates with the Drupal theme system. |
|
poll-bar--block.tpl.php |
drupal-7.x/modules/poll/poll-bar--block.tpl.php |
|
Default theme implementation to display the bar for a single choice in a
poll. |
|
poll-bar.tpl.php |
drupal-7.x/modules/poll/poll-bar.tpl.php |
|
Default theme implementation to display the bar for a single choice in a
poll. |
|
poll-results--block.tpl.php |
drupal-7.x/modules/poll/poll-results--block.tpl.php |
|
Default theme implementation to display the poll results in a block. |