[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/diff/ -> diff.module (summary)

(no description)

File Size: 332 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 13 functions

  diff_help()
  diff_menu()
  diff_menu_alter()
  diff_node_revision_access()
  diff_block()
  diff_nodeapi()
  diff_form_alter()
  diff_node_form_build_preview_changes()
  diff_theme()
  diff_get_rows()
  diff_get_inline()
  diff_inline_form()
  diff_inline_form_submit()

Functions
Functions that are not part of a class:

diff_help($path, $arg)   X-Ref
Implementation of hook_help().


diff_menu()   X-Ref
Implementation of hook_menu().


diff_menu_alter(&$callbacks)   X-Ref
Implementation of hook_menu_alter().


diff_node_revision_access($node, $op = 'view')   X-Ref
Access callback for the node revisions page.


diff_block($op = 'list', $delta = 0, $edit = array()   X-Ref
Implementation of hook_block().


diff_nodeapi(&$node, $op, $teaser, $page)   X-Ref
Implementation of hook_nodeapi().


diff_form_alter(&$form, $form_state, $form_id)   X-Ref
Implementation of hook_form_alter().


diff_node_form_build_preview_changes($form, &$form_state)   X-Ref
Callback if 'View changes' is pressed.


diff_theme()   X-Ref
Implementation of hook_theme().


diff_get_rows($a, $b, $show_header = FALSE)   X-Ref
Render a diff of two strings to a $rows array suitable for use with
theme('table') or theme('diff_table').

param: string $a
param: string $b
param: boolean $show_header
return:

diff_get_inline($a, $b)   X-Ref
Render a diff of two strings into HTML markup indicating additions, changes
and deletions.

param: string $a
param: string $b
return:

diff_inline_form($form_state, $node, $revisions)   X-Ref
Form builder: Inline diff controls.


diff_inline_form_submit(&$form, &$form_state)   X-Ref
Form submission handler for diff_inline_form() for JS-disabled clients.




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7