Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
poll_token_info function modules/poll/poll.tokens.inc Implements hook_token_info().
poll_update function modules/poll/poll.module Implements hook_update().
poll_update_7001 function modules/poll/poll.install 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/poll/poll.install Add timestamp field to {poll_vote}.
poll_update_7003 function modules/poll/poll.install Change the weight column to normal int.
poll_update_7004 function modules/poll/poll.install Update the database to match the schema.
poll_user_cancel function modules/poll/poll.module Implements hook_user_cancel().
poll_user_delete function modules/poll/poll.module Implements hook_user_delete().
poll_validate function modules/poll/poll.module Implements hook_validate().
poll_view function modules/poll/poll.module Implements hook_view().
poll_view_results function modules/poll/poll.module Generates a graphical representation of the results of a poll.
poll_view_voting function modules/poll/poll.module Generates the voting form for a poll.
poll_view_voting_validate function modules/poll/poll.module Validation function for processing votes
poll_vote function modules/poll/poll.module Submit handler for processing a vote.
poll_votes function modules/poll/poll.pages.inc Callback for the 'votes' tab for polls you can see other votes on
POSTGRESQL_NEXTID_LOCK constant includes/database/pgsql/database.inc The name by which to obtain a lock for retrieving the next insert id.
prefetch.inc file includes/database/prefetch.inc 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/search/search.module Matches CJK (Chinese, Japanese, Korean) letter-like characters.
PREG_CLASS_NUMBERS constant modules/search/search.module Matches all 'N' Unicode character classes (numbers)
PREG_CLASS_PUNCTUATION constant modules/search/search.module Matches all 'P' Unicode character classes (punctuation)
PREG_CLASS_UNICODE_WORD_BOUNDARY constant includes/unicode.inc Matches Unicode characters that are word boundaries.
preview.css file themes/garland/color/preview.css /* 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/bartik/color/preview.css /* ---------- 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/bartik/color/preview.html
preview.html file modules/color/preview.html
print-rtl.css file misc/print-rtl.css body {
direction: rtl;
}
th {
text-align: right;
}
print.css file misc/print.css 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/garland/print.css 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/bartik/css/print.css /* ---------- 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/update/update.module Functions to manage the update status cache.
profile-block.tpl.php file modules/profile/profile-block.tpl.php 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/profile/profile-listing.tpl.php Default theme implementation for displaying a user and their profile data
for member listing pages.
profile-wrapper.tpl.php file modules/profile/profile-wrapper.tpl.php Default theme implementation for wrapping member listings and their
profiles.
profile.admin.inc file modules/profile/profile.admin.inc Administrative page callbacks for the profile module.
profile.css file modules/profile/profile.css #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/profile/profile.info 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/profile/profile.install Install, update and uninstall functions for the profile module.
profile.module file modules/profile/profile.module Support for configurable user profiles.
profile.pages.inc file modules/profile/profile.pages.inc User page callbacks for the profile module.
profile.test file modules/profile/profile.test Tests for profile.module.
ProfileBlockTestCase class modules/profile/profile.test
ProfileBlockTestCase::$field1 property modules/profile/profile.test
ProfileBlockTestCase::$field2 property modules/profile/profile.test
ProfileBlockTestCase::$node property modules/profile/profile.test
ProfileBlockTestCase::$value1 property modules/profile/profile.test
ProfileBlockTestCase::$value2 property modules/profile/profile.test
ProfileBlockTestCase::getInfo function modules/profile/profile.test
ProfileBlockTestCase::setUp function modules/profile/profile.test Sets up a Drupal site for running functional and integration tests.
ProfileBlockTestCase::testAuthorInformationBlock function modules/profile/profile.test
ProfileCrudTestCase class modules/profile/profile.test Test profile integration with user CRUD operations.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.