Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| poll_token_info | function | modules/ |
Implements hook_token_info(). |
| poll_update | function | modules/ |
Implements hook_update(). |
| poll_update_7001 | function | modules/ |
Use the poll_choice primary key to record votes in poll_votes rather than the choice order. Rename chorder to weight. |
| poll_update_7002 | function | modules/ |
Add timestamp field to {poll_vote}. |
| poll_update_7003 | function | modules/ |
Change the weight column to normal int. |
| poll_update_7004 | function | modules/ |
Update the database to match the schema. |
| poll_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
| poll_user_delete | function | modules/ |
Implements hook_user_delete(). |
| poll_validate | function | modules/ |
Implements hook_validate(). |
| poll_view | function | modules/ |
Implements hook_view(). |
| poll_view_results | function | modules/ |
Generates a graphical representation of the results of a poll. |
| poll_view_voting | function | modules/ |
Generates the voting form for a poll. |
| poll_view_voting_validate | function | modules/ |
Validation function for processing votes |
| poll_vote | function | modules/ |
Submit handler for processing a vote. |
| poll_votes | function | modules/ |
Callback for the 'votes' tab for polls you can see other votes on |
| POSTGRESQL_NEXTID_LOCK | constant | includes/ |
The name by which to obtain a lock for retrieving the next insert id. |
| prefetch.inc | file | includes/ |
Database interface code for engines that need complete control over their result sets. For example, SQLite will prefix some column names by the name of the table. We post-process the data, by renaming the column names using the same convention as… |
| PREG_CLASS_CJK | constant | modules/ |
Matches CJK (Chinese, Japanese, Korean) letter-like characters. |
| PREG_CLASS_NUMBERS | constant | modules/ |
Matches all 'N' Unicode character classes (numbers) |
| PREG_CLASS_PUNCTUATION | constant | modules/ |
Matches all 'P' Unicode character classes (punctuation) |
| PREG_CLASS_UNICODE_WORD_BOUNDARY | constant | includes/ |
Matches Unicode characters that are word boundaries. |
| preview.css | file | themes/ |
/* Positioning */ #preview { overflow: hidden; max-width: 100%; } #preview, #preview #img { width: 600px; height: 371px; } #preview #gradient-0 { position: absolute; left: 0; right: 0; top: 19px; height: 120px; z-index:… |
| preview.css | file | themes/ |
/* ---------- Color form ----------- */ #color_scheme_form #palette .form-item { width: 25em; } #color_scheme_form #palette .form-item label { width: 15em; } /* ---------- Preview Styles ----------- */ html.js #preview { clear: both; float:… |
| preview.html | file | themes/ |
|
| preview.html | file | modules/ |
|
| print-rtl.css | file | misc/ |
body { direction: rtl; } th { text-align: right; } |
| print.css | file | misc/ |
body { margin: 1em; background-color: #fff; } th { text-align: left; /* LTR */ color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { padding: 5px; } #menu { … |
| print.css | file | themes/ |
body, input, textarea, select { color: #000; background: none; font-family: Verdana, sans-serif; font-size: 11pt; } ul.main-menu, ul.secondary-menu, #header-region, .sidebar { display:… |
| print.css | file | themes/ |
/* ---------- General Layout ---------- */ body, input, textarea, select { color: #000; background: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width:… |
| Private update status cache system | group | modules/ |
Functions to manage the update status cache. |
| profile-block.tpl.php | file | modules/ |
Default theme implementation for displaying a users profile within a block. It only shows in relation to a node displayed as a full page. |
| profile-listing.tpl.php | file | modules/ |
Default theme implementation for displaying a user and their profile data for member listing pages. |
| profile-wrapper.tpl.php | file | modules/ |
Default theme implementation for wrapping member listings and their profiles. |
| profile.admin.inc | file | modules/ |
Administrative page callbacks for the profile module. |
| profile.css | file | modules/ |
#profile-fields td.category { font-weight: bold; } #profile-fields tr.category-message { color: #999; } #profile-fields tr.category-populated { display: none; } |
| profile.info | file | modules/ |
name = Profile description = Supports configurable user profiles. package = Core version = VERSION core = 7.x files[] = profile.test configure = admin/config/people/profile ; The Profile module is deprecated, and included in Drupal 7 for legacy ;… |
| profile.install | file | modules/ |
Install, update and uninstall functions for the profile module. |
| profile.module | file | modules/ |
Support for configurable user profiles. |
| profile.pages.inc | file | modules/ |
User page callbacks for the profile module. |
| profile.test | file | modules/ |
Tests for profile.module. |
| ProfileBlockTestCase | class | modules/ |
|
| ProfileBlockTestCase::$field1 | property | modules/ |
|
| ProfileBlockTestCase::$field2 | property | modules/ |
|
| ProfileBlockTestCase::$node | property | modules/ |
|
| ProfileBlockTestCase::$value1 | property | modules/ |
|
| ProfileBlockTestCase::$value2 | property | modules/ |
|
| ProfileBlockTestCase::getInfo | function | modules/ |
|
| ProfileBlockTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ProfileBlockTestCase::testAuthorInformationBlock | function | modules/ |
|
| ProfileCrudTestCase | class | modules/ |
Test profile integration with user CRUD operations. |
Pagination
- Previous page
- Page 154
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.