API.txt |
API.txt |
|
Overview
========
In many cases, it's useful to allow users to define patterns or large
chunks of text that contain programmatically derived values. For example,
form email messages addressed to a given user, or url path aliases
containing the… |
jquery.treeTable.css |
jquery.treeTable.css |
|
/* jQuery TreeTable Core 2.0 stylesheet
*
* This file contains styles that are used to display the tree table. Each tree
* table is assigned the +treeTable+ class.
* ========================================================================= */
/*… |
README.txt |
README.txt |
|
Description
===========
Token module provides a centralized API for text substitution. Unless
you're installing another Drupal module that requires it, this software
is probably unnecessary.
For more information on tokens see… |
token.api.php |
token.api.php |
|
Hooks provided by the token module. |
token.css |
token.css |
|
.token-tree {
font-size: 0.85em;
margin-left: 19px;
}
.token-tree td, .token-tree th {
padding-top: 0;
padding-bottom: 0;
}
.token-group {
font-weight: bold;
}
.js .token-group {
font-weight: normal;
}
/* Prevent the token columns from… |
token.info |
token.info |
|
name = Token
description = Provides a shared API for replacement of textual placeholders with actual data.
core = 6.x |
token.install |
token.install |
|
The install and update code for the token module. |
token.module |
token.module |
|
The Token API module. |
token.pages.inc |
token.pages.inc |
|
User page callbacks for the token module. |
token.rules.inc |
token.rules.inc |
|
Rules integration for the token module. |
token.test |
token.test |
|
Tests for the token module. |
tokenSTARTER.info |
tokenSTARTER.info |
|
name = TokenSTARTER
description = Provides additional tokens and a base on which to build your own tokens.
dependencies[] = token
core = 6.x |
tokenSTARTER.module |
tokenSTARTER.module |
|
The Token API module. |
token_actions.info |
token_actions.info |
|
name = Token actions
description = Provides enhanced versions of core Drupal actions using the Token module.
dependencies[] = token
core = 6.x |
token_actions.module |
token_actions.module |
|
The Token Actions module. |
token_actions.test |
token_actions.test |
|
Tests for the token_actions module. |
token_comment.inc |
token_comment.inc |
|
Implementations of token module hooks for the core comment module. |
token_node.inc |
token_node.inc |
|
Implementations of token module hooks for the core node and book modules. |
token_taxonomy.inc |
token_taxonomy.inc |
|
Implementations of token module hooks for the core taxonomy module. |
token_test.info |
tests/token_test.info |
|
name = Token Test
description = Testing module for token functionality.
package = Testing
core = 6.x
files[] = token_test.module
hidden = TRUE |
token_test.module |
tests/token_test.module |
|
|
token_user.inc |
token_user.inc |
|
Implementations of token module hooks for the core user module. |