[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

(no description)

Author: Stefan M. Kudwien (http://drupal.org/user/48898)
File Size: 147 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  transliteration_menu()
  transliteration_form_system_file_system_settings_alter()
  transliteration_clean_filename()
  transliteration_get()
  transliteration_init()

Functions
Functions that are not part of a class:

transliteration_menu()   X-Ref
Implements hook_menu().


transliteration_form_system_file_system_settings_alter(&$form, &$form_state)   X-Ref
Implements hook_form_FORM_ID_alter().

Add transliteration settings to the file system configuration form.

transliteration_clean_filename($filename, $source_langcode = NULL)   X-Ref
Transliterate and sanitize a file name.

The resulting file name has white space replaced with underscores, consists
of only US-ASCII characters, and is converted to lowercase (if configured).

param: $filename
param: $source_langcode
return:

transliteration_get($text, $unknown = '?', $source_langcode = NULL)   X-Ref
Transliterate text.

Takes an input string in any language and character set, and tries to
represent it in US-ASCII characters by conveying, in Roman letters, the
pronunciation expressed by the text in some other writing system.

param: $text
param: $unknown
param: $source_langcode
return:

transliteration_init()   X-Ref
Implementation of hook_init().

Sanitize file names during upload.



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