<?php

/**
 * Every implementation of hook_field_formatter_info() in contrib.
 * Feb 15 2011
 * HTML version: http://drop.rtk0.net/all_hook_field_formatter_info.html
 * Text version: http://drop.rtk0.net/all_hook_field_formatter_info.txt
 */


// contributions/Attic/aef_image_field.inc:HEAD
/* N/A */

// contributions/modules/AudioRecordingField/AudioRecordingField.module:HEAD
function AudioRecordingField_field_formatter_info() {
  return array(
    
'listenup_player' => array(
      
'label' => t('ListenUp player'),
      
'field types' => array('AudioRecordingField'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'link_to_file' => array(
      
'label' => t('Link to file'),
      
'field types' => array('AudioRecordingField'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/AudioRecordingField/AudioRecordingField.module:DRUPAL-6--1
function AudioRecordingField_field_formatter_info() {
  return array(
    
'listenup_player' => array(
      
'label' => t('ListenUp player'),
      
'field types' => array('AudioRecordingField'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'link_to_file' => array(
      
'label' => t('Link to file'),
      
'field types' => array('AudioRecordingField'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/aclfield/aclfield.module:HEAD
function aclfield_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('aclfield'),
    ),
  );


// contributions/modules/acrobat_connect/acrobat_connect_field.module:HEAD
function acrobat_connect_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Link to the room'),
      
'field types' => array('acrobat_connect_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Room number'),
      
'field types' => array('acrobat_connect_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/ad_gallery/Attic/ad_gallery.module:HEAD
/* N/A */

// contributions/modules/ad_gallery/Attic/ad_gallery.module:DRUPAL-6--1
function ad_gallery_field_formatter_info() {
  return array(
    
'ad_gallery_default' => array(
      
'label' => t('AD Gallery'),
      
'field types' => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MULTIPLE,
      
'description' => t('Display image fields in an AD Gallery.'),
    ),
  );


// contributions/modules/addresses/Attic/addresses_cck.module:HEAD
/* N/A */

// contributions/modules/addresses/Attic/addresses_node_cck.module:HEAD
/* N/A */

// contributions/modules/addresses/addresses_cck/addresses_cck.module:HEAD
function addresses_cck_field_formatter_info() {
  
$default = array(
    
'arguments'       => array('element'),
    
'multiple values' => CONTENT_HANDLE_CORE,
    
'field types'     => array('addresses_cck'),
  );
  
$formatters = array(
    
'default' => array(
      
'label'           => t('Default'),
      
'arguments'       => array('element'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'field types'     => array('addresses_cck'),
    ),
    
'single_line' => array(
      
'label'           => t('Single Line'),
      
'arguments'       => array('element'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'field types'     => array('addresses_cck'),
    ),
  );

  
$afields module_invoke_all('addressesfieldapi''fields');
  foreach (
$afields as $ftype => $field) {
    if (!empty(
$field['theme'])) {
      foreach (
$field['theme'] as $theme => $description) {
        
$formatters['addresses_field_'$theme] = $default;
        
$formatters['addresses_field_'$theme]['label'] = $description;
      }
    }
  }

  return 
$formatters;


// contributions/modules/addresses/addresses_cck/addresses_cck.module:DRUPAL-6--2
/* N/A */

// contributions/modules/addressfield/addressfield.module:HEAD
function addressfield_field_formatter_info() {
  return array(
    
'addressfield_default' => array(
      
'label' => t('Default'),
      
'field types' => array('addressfield'),
    ),
  );


// contributions/modules/addthis/addthis.module:HEAD
function addthis_field_formatter_info() {
  return array(
    
'addthis_default' => array(
      
'label' => t('Default'),
      
'field types' => array('addthis''addthis_long''addthis_with_summary'),
    ),
  );


// contributions/modules/addthis/addthis.module:DRUPAL-5--2
/* N/A */

// contributions/modules/addthis/addthis.module:DRUPAL-6--1
/* N/A */

// contributions/modules/addthis/addthis.module:DRUPAL-6--2
/* N/A */

// contributions/modules/addthis/addthis.module:DRUPAL-6--3
/* N/A */

// contributions/modules/addthis/addthis.module:DRUPAL-7--2
/* N/A */

// contributions/modules/addthis/at_cck_field/Attic/at_cck_field.module:HEAD
/* N/A */

// contributions/modules/addthis/at_cck_field/Attic/at_cck_field.module:DRUPAL-6--3
/* N/A */

// contributions/modules/advimage/advimage.module:HEAD
function advimage_field_formatter_info(){
  return array(
    
'advimage_advgallery_teaser' => array(
      
'label' => t('Advimage teaser: Show image gallery teaser'),
      
'field types' => array('nodereference'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
    ),
    
'advimage_advgallery_full' => array(
      
'label' => t('Advimage full: Show image gallery instead of all'),
      
'field types' => array('nodereference'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
    ),
  );


// contributions/modules/aef_easy_view/aef_easy_view_field.inc:HEAD
function aef_easy_view_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('viewinstancereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/aef_image/aef_image_field.inc:HEAD
function aef_image_field_formatter_info() {
  
$result = array(
    
'default' => array(
      
'label' => t('Default: Image with title, legend and credits'),
      
'field types' => array('aef_image'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'imageonly' => array(
      
'label' => t('Image only'),
      
'field types' => array('aef_image'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );

  
//Custom imagecache formatters selected in the admin panel
  
foreach(variable_get('aef_image_generated_imagecache_formatters', array()) as $imagecache_preset)
  {
    
$result['default_' $imagecache_preset] = array(
      
'label' => t('Image with title, legend and credits (!preset preset)', array('!preset' => $imagecache_preset)),
      
'field types' => array('aef_image'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    );
    
$result['imageonly_' $imagecache_preset] = array(
      
'label' => t('Image only (!preset preset)', array('!preset' => $imagecache_preset)),
      
'field types' => array('aef_image'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    );
  }
  return 
$result;


// contributions/modules/aef_multimedia_element/aef_multimedia_element.module:HEAD
function aef_multimedia_element_field_formatter_info() {
    
$module_path drupal_get_path('module','aef_multimedia_element');
    
$formatters = array(
        
'multimedia_element_embedded' => array(
            
'label' => t('Multimedia element: Fixed width to embedd'),
            
'field types' => array('nodereference'),
            
'description' => t('Displays the multimedia element in a compact manner.'),
      
'suitability callback' => 'aef_ct_is_formatter_suitable',
      
'suitability callback arguments' => array('type' => 'element_multimedia'),
        ),
        
'multimedia_element_wide' => array(
            
'label' => t('Multimedia element: Default full width'),
            
'field types' => array('nodereference'),
            
'description' => t('Displays the multimedia element using all the available width.'),
      
'suitability callback' => 'aef_ct_is_formatter_suitable',
      
'suitability callback arguments' => array('type' => 'element_multimedia'),
        ),
        
'multimedia_element_wide_2' => array(
            
'label' => t('Multimedia element: Full width 2'),
            
'field types' => array('nodereference'),
            
'description' => t('Displays the multimedia element using all the available width.'),
      
'suitability callback' => 'aef_ct_is_formatter_suitable',
      
'suitability callback arguments' => array('type' => 'element_multimedia'),
        ),
    );
    return 
$formatters;


// contributions/modules/aef_nodeselect/aef_nodeselect.module:HEAD
function aef_nodeselect_field_formatter_info() {
    
$formatters = array(
        
'aef_nodeselect_preview' => array(
            
'label' => t('Global: Search result entry for nodeselect'),
            
'field types' => array('nodereference'),
            
'description' => t('Preview for search results.'),
        ),
    );
    return 
$formatters;


// contributions/modules/aef_table/aef_table_field.inc:HEAD
function aef_table_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default: HTML table'),
      
'field types' => array('aef_table'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/alfresco/alfresco_field/Attic/alfresco_field.module:HEAD
/* N/A */

// contributions/modules/alfresco/alfresco_field/Attic/alfresco_field.module:DRUPAL-6--1
function alfresco_field_field_formatter_info() {
  return array(
    
// The machine name of the formatter.
    
'default' => array(
      
// The human-readable label shown on the Display
      // fields screen.
      
'label' => t('Default'),
      
// An array of the field types this formatter
      // can be used on.
      
'field types' => array('alfresco_field'),
      
// CONTENT_HANDLE_CORE:   CCK will pass the formatter
      // a single value.
      // CONTENT_HANDLE_MODULE: CCK will pass the formatter
      // an array of all the values. None of CCK's core
      // formatters use multiple values, that is an option
      // available to other modules that want it.
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('alfresco_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/am/assetfield/Attic/assetfield.module:HEAD
/* N/A */

// contributions/modules/amazon/Attic/asin.module:HEAD
/* N/A */

// contributions/modules/amazon/Attic/asin.module:DRUPAL-6--1
/* N/A */

// contributions/modules/amazon/Attic/asin.module:DRUPAL-6--2
function asin_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/amazon/asin/asin.module:HEAD
function asin_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Thumbnail with title'),
      
'field types' => array('asin'),
      
'multiple values' => FIELD_BEHAVIOR_DEFAULT,
    ),
    
'details' => array(
      
'label' => t('Thumbnail with details'),
      
'field types' => array('asin'),
      
'multiple values' => FIELD_BEHAVIOR_DEFAULT,
    ),
    
'thumbnail' => array(
      
'label' => t('Thumbnail image'),
      
'field types' => array('asin'),
      
'multiple values' => FIELD_BEHAVIOR_DEFAULT,
    ),
    
'medium' => array(
      
'label' => t('Medium image'),
      
'field types' => array('asin'),
      
'multiple values' => FIELD_BEHAVIOR_DEFAULT,
    ),
    
'large' => array(
      
'label' => t('Large image'),
      
'field types' => array('asin'),
      
'multiple values' => FIELD_BEHAVIOR_DEFAULT,
    ),
    
'inline' => array(
      
'label' => t('Link to item'),
      
'field types' => array('asin'),
      
'multiple values' => FIELD_BEHAVIOR_DEFAULT,
    ),
  );


// contributions/modules/amazon/asin/asin.module:DRUPAL-6--1
function asin_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Small image and basic info'),
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'details' => array(
      
'label' => t('Small image and full info'),
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'thumbnail' => array(
      
'label' => t('Large image'),
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'inline' => array(
      
'label' => t('Title as link'),
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/amazon/asin/asin.module:DRUPAL-6--2
function asin_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'inline' => array(
      
'label' => 'Title only',
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'thumbnail' => array(
      
'label' => 'Product thumbnail',
      
'field types' => array('asin'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/annotation/annotation_image/annotation_image.module:HEAD
function annotation_image_field_formatter_info() {
  
$formatters = array(
    
'annotation_image' => array(
      
'label' => t('Image with annotations'),
      
'field types' => array('image''filefield'),
      
'suitability callback' => 'annotation_image_handles_file',
      
'css' => array(drupal_get_path('module','annotation_image') .'/tag.css'),
      
'description' => t('Display a picture and its annotations.'),
    ),
  );

  return 
$formatters;


// contributions/modules/annotationfield/annotationfield.module:HEAD
function annotationfield_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Annotated Field',
      
'field types' => array('annotation_field'),
    ),
    
'fragment' => array(
      
'label' => 'Annotated Fragment',
      
'field types' => array('annotation_field'),
    ),
    
'full' => array(
      
'label' => 'Annotated Node (all fields)',
      
'field types' => array('annotation_field'),
    ),
    
'noderef_link' => array(
      
'label' => 'Link to annotated node',
      
'field types' => array('annotation_field''nodereference'),
    ),
    
'noderef_nolink' => array(
      
'label' => "Annotated node's title (no link)",
      
'field types' => array('annotation_field''nodereference'),
    ),
  );


// contributions/modules/arphp/modules/arphp_date/arphp_date.module:HEAD
function arphp_date_field_formatter_info() {
  
$formatters = array();

  
$result db_query('SELECT * FROM {arphp_date_formatter} WHERE status > 0');
  while (
$formatter db_fetch_object($result)) {
    
$formatters[$formatter->machine_name] = array(
      
'label' => $formatter->label,
      
'field types' => array('date''datestamp'),
    );
  }

  return 
$formatters;


// contributions/modules/arphp/modules/arphp_date/arphp_date.module:DRUPAL-6--1
function arphp_date_field_formatter_info() {
  
$formatters = array();

  
$result db_query('SELECT * FROM {arphp_date_formatter} WHERE status > 0');
  while (
$formatter db_fetch_object($result)) {
    
$formatters[$formatter->machine_name] = array(
      
'label' => $formatter->label,
      
'field types' => array('date''datestamp'),
    );
  }

  return 
$formatters;


// contributions/modules/asin/Attic/asin.module:HEAD
/* N/A */

// contributions/modules/asin/Attic/asin.module:DRUPAL-5
function asin_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Cover & publishing info'),
      
'field types' => array('asin'),
    ),
    
'cover' => array(
      
'label' => t('Cover image'),
      
'field types' => array('asin'),
    ),
    
'cover_small' => array(
      
'label' => t('Cover image (small)'),
      
'field types' => array('asin'),
    ),
    
'cover_large' => array(
      
'label' => t('Cover image (large)'),
      
'field types' => array('asin'),
    ),
    
'tagline' => array(
      
'label' => t('Publishing info only'),
      
'field types' => array('asin'),
    ),
  );


// contributions/modules/asset/inc/modules/Attic/asset_content.inc:HEAD
/* N/A */

// contributions/modules/asset/inc/modules/Attic/asset_content.inc:DRUPAL-6--1
function asset_field_formatter_info() {
    return array(
        
'default' => array(
            
'label' => 'Default',
            
'field types' => array('asset'),
            
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    );


// contributions/modules/asset/modules/asset_content.inc:HEAD
function asset_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('asset'),
    ),
    
'icon' => array(
      
'label' => t('Asset Icon'),
      
'field types' => array('asset'),
    ),
  );

  
$asset_formatters asset_get_formatters();
  foreach(
$asset_formatters as $key => $formatter){
    
$formatters[$key] = array(
      
'label' => $formatter->name,
        
'field types' => array('asset'),
    );  
  }
  
  return 
$formatters;


// contributions/modules/asset/modules/asset_content.inc:DRUPAL-5
function asset_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('asset'),
    ),
  );


// contributions/modules/asset/modules/asset_content.inc:DRUPAL-5--2
function asset_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('asset'),
    ),
    
'icon' => array(
      
'label' => t('Asset Icon'),
      
'field types' => array('asset'),
    ),
  );

  
$asset_formatters asset_get_formatters();
  foreach (
$asset_formatters as $key => $formatter) {
    
$formatters[$key] = array(
      
'label' => $formatter->name,
      
'field types' => array('asset'),
    );  
  }
  
  return 
$formatters;


// contributions/modules/asset/modules/asset_content.inc:DRUPAL-6--1
function asset_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('asset'),
    ),
  );


// contributions/modules/asset_api/aapi_cck/aapi_cck.module:HEAD
function aapi_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('text'),
    ),
  );


// contributions/modules/assetfield/assetfield.module:HEAD
function assetfield_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('assetfield'),
    ),
  );
  if (
module_exists('imagecache')) {
    
$rules _imagecache_get_presets();
    foreach (
$rules as $ruleid => $rulename) {
      
$formatters['imagecache_' $rulename] = array(
        
'label' => $rulename,
        
'field types' => array('assetfield'),
      );
    }
  }
  return 
$formatters;


// contributions/modules/assetfield/assetfield.module:DRUPAL-5
function assetfield_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('assetfield'),
    ),
  );
  if (
module_exists('imagecache')) {
    
$rules _imagecache_get_presets();
    foreach (
$rules as $ruleid => $rulename) {
      
$formatters['imagecache_' $rulename] = array(
        
'label' => $rulename,
        
'field types' => array('assetfield'),
      );
    }
  }
  return 
$formatters;


// contributions/modules/assetfield/assetfield.module:DRUPAL-6--1
function assetfield_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('assetfield'),
    ),
  );
  if (
module_exists('imagecache')) {
    
$rules _imagecache_get_presets();
    foreach (
$rules as $ruleid => $rulename) {
      
$formatters['imagecache_' $rulename] = array(
        
'label' => $rulename,
        
'field types' => array('assetfield'),
      );
    }
  }
  return 
$formatters;


// contributions/modules/attribute/attribute.module:HEAD
function attribute_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('attribute'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/attribute/attribute.module:DRUPAL-6--1
function attribute_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('attribute'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/audio/contrib/attach/audio_attach.module:HEAD
function audio_attach_field_formatter_info() {
  return array(
    
'audio_attach' => array(
      
'label' => t('Attached audio'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
    ),
  );


// contributions/modules/audio/contrib/attach/audio_attach.module:DRUPAL-4-7
/* N/A */

// contributions/modules/audio/contrib/attach/audio_attach.module:DRUPAL-5--2
/* N/A */

// contributions/modules/audiofield/Attic/audio.field.inc:HEAD
/* N/A */

// contributions/modules/audiofield/Attic/audio.field.inc:DRUPAL-7--1
function audiofield_field_formatter_info() {
  
$formatters = array(
    
'audiofield_embedded' => array(
      
'label' => t('Audio'),
      
'field types' => array('filefield'),
      
'description' => t('Displays audio embedded in a web page.'),
    ),
  );

  return 
$formatters;


// contributions/modules/audiofield/audiofield.module:HEAD
function audiofield_field_formatter_info() {
  
$formatters = array(
    
'audiofield_embedded' => array(
      
'label' => t('Audio'),
      
'field types' => array('filefield'),
      
'description' => t('Displays audio embedded in a web page.'),
    ),
  );

  return 
$formatters;


// contributions/modules/audiofield/audiofield.module:DRUPAL-7--1
/* N/A */

// contributions/modules/audiosoxfield/audiosoxfield.module:HEAD
function audiosoxfield_field_formatter_info() {
  
$formatters = array(
          
'audiosoxfield_embedded' => array(
                  
'label' => t('audiosoxfield embedded'),
                  
'field types' => array('filefield'),
                  
'description' => t('Displays video embedded in a web page.'),
          ),
  );

  return 
$formatters;


// contributions/modules/audiosoxfield/audiosoxfield.module:DRUPAL-6--1
function audiosoxfield_field_formatter_info() {
  
$formatters = array(
          
'audiosoxfield_embedded' => array(
                  
'label' => t('audiosoxfield embedded'),
                  
'field types' => array('filefield'),
                  
'description' => t('Displays video embedded in a web page.'),
          ),
  );

  return 
$formatters;


// contributions/modules/autocreate/autocreate.module:HEAD
function autocreate_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Title (link)',
      
'field types' => array('autocreate'),
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('autocreate'),
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('autocreate'),
    ),
  );


// contributions/modules/autocreate/autocreate.module:DRUPAL-5
function autocreate_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Title (link)',
      
'field types' => array('autocreate'),
    ),
  );


// contributions/modules/autocreate/autocreate.module:DRUPAL-5--2
function autocreate_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Title (link)',
      
'field types' => array('autocreate'),
    ),
  );


// contributions/modules/autocreate/autocreate.module:DRUPAL-6--1
function autocreate_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Title (link)',
      
'field types' => array('autocreate'),
    ),
  );


// contributions/modules/autocreate/autocreate.module:DRUPAL-6--2
function autocreate_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Title (link)',
      
'field types' => array('autocreate'),
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('autocreate'),
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('autocreate'),
    ),
  );


// contributions/modules/autonode/autonode.module:HEAD
function autonode_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('autonode'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('autonode'),
    ),
  );


// contributions/modules/autonode/autonode.module:DRUPAL-5
function autonode_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('autonode'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('autonode'),
    ),
  );


// contributions/modules/awesomerelationship/awesomerelationship.field.inc:HEAD
function awesomerelationship_field_formatter_info() {
  return array(
    
'awesomerelationship_default' => array(
      
'label' => t('Default'),
      
'field types' => array('awesomerelationship'),
    ),
  );


// contributions/modules/awesomerelationship/awesomerelationship.module:HEAD
/* N/A */

// contributions/modules/awesomerelationship/awesomerelationship.module:DRUPAL-7--1
function awesomerelationship_field_formatter_info() {
  return array(
    
'awesomerelationship_default' => array(
      
'label' => t('Default'),
      
'field types' => array('awesomerelationship'),
    ),
  );


// contributions/modules/backgroundfield/backgroundfield.module:HEAD
function backgroundfield_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Background Field'),
      
'field types' => array('backgroundfield'),
      
'multiple values' => CONTENT_HANDLE_CORE
    
),
  );


// contributions/modules/backgroundfield/backgroundfield.module:DRUPAL-6--1
function backgroundfield_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Background Field'),
      
'field types' => array('backgroundfield'),
      
'multiple values' => CONTENT_HANDLE_CORE
    
),
  );


// contributions/modules/banking/banking.module:HEAD
function banking_field_formatter_info() {
  return array(
    
'default' => array(
      
'label'           => t('Default'),
      
'field types'     => array('banking_bic''banking_iban'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/barcode/Attic/barcodefield.module:HEAD
/* N/A */

// contributions/modules/barcode/Attic/barcodefield.module:DRUPAL-6--2
function barcode_field_formatter_info() {
  
$formats = array(
    
'default' => array(
      
'label' => t('Barcode Image'),
      
'field types' => array('barcode''title'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Barcode Text'),
      
'field types' => array('barcode''title'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );
  return 
$formats;


// contributions/modules/barcode/Attic/barcodefield.module:DRUPAL-7--2
/* N/A */

// contributions/modules/barcode/barcode.module:HEAD
function barcode_field_formatter_info() {
  
$formats = array(
    
'default' => array(
      
'label' => t('Barcode Image'),
      
'field types' => array('barcode','title'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Barcode Text'),
      
'field types' => array('barcode','title'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );
  return 
$formats;


// contributions/modules/barcode/barcode.module:DRUPAL-6--1
function barcode_field_formatter_info() {
  
$formats = array(
    
'default' => array(
      
'label' => t('Barcode Image'),
      
'field types' => array('barcode','title'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Barcode Text'),
      
'field types' => array('barcode','title'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );
  return 
$formats;


// contributions/modules/barcode/barcode.module:DRUPAL-6--2
/* N/A */

// contributions/modules/barcode/barcode.module:DRUPAL-7--2
function barcode_field_formatter_info() {
  return array( 
    
'default' => array(
      
'label' => t('Barcode Image'),
      
'field types' => array('barcode'),
    ),
    
'plain' => array(
      
'label' => t('Barcode Text'),
      
'field types' => array('barcode'),
    ),
  );


// contributions/modules/bd_video/includes/modules/content.inc:HEAD
function bd_video_field_formatter_info() {

  return array(
    
'default' => array(
      
'label' => 'Inline player',
      
'field types' => array('bd_video'),
    ),
    
'preview_image_link' => array(
      
'label' => 'Preview image - link to node',
      
'field types' => array('bd_video'),
    )
  );


// contributions/modules/bd_video/includes/modules/content.inc:DRUPAL-6--1
function bd_video_field_formatter_info() {

  return array(
    
'default' => array(
      
'label' => 'Inline player',
      
'field types' => array('bd_video'),
    ),
    
'preview_image_link' => array(
      
'label' => 'Preview image - link to node',
      
'field types' => array('bd_video'),
    )
  );


// contributions/modules/bible_field/bible_field.module:HEAD
function bible_field_field_formatter_info() {
  return array(
    
'default' => array(
       
'label' => t('Bible reference display'),
       
'field types' => array('bible_field'),
    ),
  );


// contributions/modules/bible_field/bible_field.module:DRUPAL-6--1
function bible_field_field_formatter_info() {
  return array(
    
'default' => array(
       
'label' => t('Bible reference display'),
       
'field types' => array('bible_field'),
    ),
  );


// contributions/modules/bible_reference/bible_reference.module:HEAD
function bible_reference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('bible_reference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('bible_reference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'full' => array(
      
'label' => t('Full Reference'),
      
'field types' => array('bible_reference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/bittorrent/bt_torrent/bt_torrent.module:HEAD
function bt_torrent_field_formatter_info() {
  
$module_path drupal_get_path('module''bt_torrent');
  
$formatters = array(
    
'default' => array(
      
'label' => t('BitTorrent'),
      
'field types' => array('torrent'),
      
'css' => array($module_path .'/bt_torrent.css'),
      
'description' => t('Link to the torrent and list its contents.'),
    ),
  );
  return 
$formatters;


// contributions/modules/bittorrent/bt_torrent/bt_torrent.module:DRUPAL-6--9
function bt_torrent_field_formatter_info() {
  
$module_path drupal_get_path('module''bt_torrent');
  
$formatters = array(
    
'torrent_content' => array(
      
'label' => t('BitTorrent'),
      
'field types' => array('filefield'),
      
'css' => array($module_path .'/bt_torrent.css'),
      
'description' => t('Link to the torrent and list its contents.'),
    ),
  );
  return 
$formatters;


// contributions/modules/block2field/block2field.module:HEAD
function block2field_field_formatter_info() {
  return array(
    
'block2field' => array(
      
'label' => t('Block2Field'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/blockreference/blockreference.module:HEAD
function blockreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('blockreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/blockreference/blockreference.module:DRUPAL-6--1
function blockreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('blockreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'without_title' => array(
      
'label' => t('Normal, without title'),
      
'field types' => array('blockreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain (info)'),
      
'field types' => array('blockreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'title' => array(
      
'label' => t('Title only'),
      
'field types' => array('blockreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),

  );


// contributions/modules/blockreference/blockreference.module:DRUPAL-7--1
function blockreference_field_formatter_info() {
  
$ret = array(
    
'blockreference_default' => array(
      
'label'       => t('Default (title and content)'),
      
'description' => t('Display the title and content of a block.'),
      
'field types' => array('blockreference'),
    ),
    
'blockreference_without_title' => array(
      
'label'       => t('Content only'),
      
'description' => t('Display the content of a block.  Do not display the title.'),
      
'field types' => array('blockreference'),
    ),
    
'blockreference_title' => array(
      
'label'       => t('Title only'),
      
'description' => t('Display the title of a block.  Do not display the content.'),
      
'field types' => array('blockreference'),
    ),
    
'blockreference_plain' => array(
      
'label'       => t('Info'),
      
'description' => t('Display the info text of a block.'),
      
'field types' => array('blockreference'),
    ),
  );
  return 
$ret;


// contributions/modules/bodybuilder/Attic/bodypart.module:HEAD
/* N/A */

// contributions/modules/bodybuilder/Attic/bodypart.module:DRUPAL-5
function bodypart_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('bodypart'),
    ),
  );


// contributions/modules/boolean/boolean.module:HEAD
function boolean_field_formatter_info() {
  return array(
    
'number_boolean' => array(
      
'label' => t('Default'),
      
'field types' => array('number_boolean'),
      
'settings' =>  array(
        
'prefix_suffix' => TRUE,
      ),
    ),
  );


// contributions/modules/bounty/bounty.module:HEAD
function bounty_field_formatter_info() {

    return array(
        
'default' => array(
            
'label' => 'Default',
            
'field types' => array('bounty'),
        ),
        
'teaser' => array(
            
'label' => 'Teaser',
            
'field types' => array('bounty'),
        )
    );


// contributions/modules/bounty/bounty.module:DRUPAL-5
function bounty_field_formatter_info() {

    return array(
        
'default' => array(
            
'label' => 'Default',
            
'field types' => array('bounty'),
        ),
        
'teaser' => array(
            
'label' => 'Teaser',
            
'field types' => array('bounty'),
        )
    );


// contributions/modules/bounty/bounty.module:DRUPAL-6--1
function bounty_field_formatter_info() {

    return array(
        
'default' => array(
            
'label' => 'Default',
            
'field types' => array('bounty'),
        ),
        
'teaser' => array(
            
'label' => 'Teaser',
            
'field types' => array('bounty'),
        )
    );


// contributions/modules/brazilian_ids/brazilianids_cck.inc:HEAD
function brazilianids_field_formatter_info() {
  return array(
    
'default' => array(
      
'label'       => 'Default',
      
'field types' => array(
        
'brazilianids_cpf',
        
'brazilianids_cnpj',
        
'brazilianids_cpfcnpj'),
    ),
  );


// contributions/modules/brazilian_ids/brazilianids_cck.inc:DRUPAL-6--1
function brazilianids_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array(
        
'brazilianids_cpf',
        
'brazilianids_cnpj',
        
'brazilianids_cpfcnpj'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array(
        
'brazilianids_cpf',
        
'brazilianids_cnpj',
        
'brazilianids_cpfcnpj'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/brightcove/brightcove_cck/Attic/brightcove_cck.module:HEAD
/* N/A */

// contributions/modules/brightcove/brightcove_cck/Attic/brightcove_cck.module:DRUPAL-6--1
function brightcove_cck_field_formatter_info() {
  
$formatters = array(
      
'default' => array(
        
'label' => t('Standard video player'),
        
'field types' => array('brightcove_video'),
        
'multiple values' => CONTENT_HANDLE_CORE,
        ),
      );
  
$formatters['node_link_videoStillURL'] = array(
      
'label' => t('Default still image linked to node'),
      
'field types' => array('brightcove_video'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      );
  
$formatters['node_link_thumbnailURL'] = array(
      
'label' => t('Default thumbnail linked to node'),
      
'field types' => array('brightcove_video'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      );
  
$formatters['node_image_videoStillURL'] = array(
      
'label' => t('Default still image'),
      
'field types' => array('brightcove_video'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      );
  
$formatters['node_image_thumbnailURL'] = array(
      
'label' => t('Default thumbnail'),
      
'field types' => array('brightcove_video'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      );

  if (
module_exists('lightbox2')) {
    
$formatters['lightbox2_player_videoStillURL'] = array(
        
'label' => t('Default still image -> Lightbox2 player'),
        
'field types' => array('brightcove_video'),
        
'multiple values' => CONTENT_HANDLE_CORE,
        );

    
$formatters['lightbox2_player_thumbnailURL'] = array(
        
'label' => t('Default thumbnail -> Lightbox2 player'),
        
'field types' => array('brightcove_video'),
        
'multiple values' => CONTENT_HANDLE_CORE,
        );
  }
  if (
module_exists('imagecache')) {
    
$presets imagecache_presets();
    foreach(
$presets as $preset_id => $preset) {
      if (
module_exists('lightbox2')) {
        
$formatters['lightbox2_imagecache_' $preset['presetname'] . '__thumbnailURL'] = array(
            
'label' => t('Imagecache @preset thumbnail -> Lightbox2 player', array('@preset' => $preset['presetname'])),
            
'field types' => array('brightcove_video'),
            
'multiple values' => CONTENT_HANDLE_CORE,
            );
        
$formatters['lightbox2_imagecache_' $preset['presetname'] . '__videoStillURL'] = array(
            
'label' => t('Imagecache @preset still image -> Lightbox2 player', array('@preset' => $preset['presetname'])),
            
'field types' => array('brightcove_video'),
            
'multiple values' => CONTENT_HANDLE_CORE,
            );
      }
      
$formatters['node_link_imagecache_' $preset['presetname'] . '__videoStillURL'] = array(
          
'label' => t('Imagecache @preset still image linked to node', array('@preset' => $preset['presetname'])),
          
'field types' => array('brightcove_video'),
          
'multiple values' => CONTENT_HANDLE_CORE,
          );
      
$formatters['node_link_imagecache_' $preset['presetname'] . '__thumbnailURL'] = array(
          
'label' => t('Imagecache @preset thumbnail linked to node', array('@preset' => $preset['presetname'])),
          
'field types' => array('brightcove_video'),
          
'multiple values' => CONTENT_HANDLE_CORE,
          );
      
$formatters['node_image_imagecache_' $preset['presetname'] . '__videoStillURL'] = array(
          
'label' => t('Imagecache @preset still image', array('@preset' => $preset['presetname'])),
          
'field types' => array('brightcove_video'),
          
'multiple values' => CONTENT_HANDLE_CORE,
          );
      
$formatters['node_image_imagecache_' $preset['presetname'] . '__thumbnailURL'] = array(
          
'label' => t('Imagecache @preset thumbnail', array('@preset' => $preset['presetname'])),
          
'field types' => array('brightcove_video'),
          
'multiple values' => CONTENT_HANDLE_CORE,
          );

    }
  }
  return 
$formatters;


// contributions/modules/buildmodes/buildmodes.module:HEAD
function buildmodes_field_formatter_info() {
  
$modes buildmodes_list_modes(TRUE);
  
$info = array();
  foreach (
$modes as $mode => $value) {
    
$info['buildmodes_'$mode] = array(
      
'label' => $value['title'] .' build mode',
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    );
  }
  return 
$info;


// contributions/modules/buildmodes/buildmodes.module:DRUPAL-6--1
function buildmodes_field_formatter_info() {
  
$modes buildmodes_list_modes(TRUE);
  
$info = array();
  foreach (
$modes as $mode => $value) {
    
$info['buildmodes_'$mode] = array(
      
'label' => $value['title'] .' build mode',
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    );
  }
  return 
$info;


// contributions/modules/button_field/button_field.module:HEAD
function button_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('button_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/button_field/button_field.module:DRUPAL-6--1
function button_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('button_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  ); 
// end return


// contributions/modules/buzzthis/Attic/buzzthis.field.inc:HEAD
/* N/A */

// contributions/modules/buzzthis/Attic/buzzthis.field.inc:DRUPAL-7--2
function buzzthis_field_formatter_info() {
  return array(
    
'buzzthis_formatter_normal' => array(
      
'label' => t('Normal Counter+Icon'),
      
'field types' => array('buzzbutton'),
    ),
    
'buzzthis_formatter_small' => array(
      
'label' => t('Small Counter+icon'),
      
'field types' => array('buzzbutton'),
    ),
  );


// contributions/modules/camera_field/camera_field.module:HEAD
function camera_field_field_formatter_info() {
    return array(
    
'camfield' => array(
      
'label' => t('Camera Field'),
      
'field types' => array('camera_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );
  


// contributions/modules/canvas_field/canvas_field.module:HEAD
function canvas_field_field_formatter_info() {
  return array(
            
'default' => array(
                    
'label' => t('Default'),
                    
'field types' => array('canvas_field'),
                    
'multiple values' => CONTENT_HANDLE_CORE,
  ),
            
'plain' => array(
                    
'label' => t('Plain URL'),
                    
'field types' => array('canvas_field'),
                    
'multiple values' => CONTENT_HANDLE_CORE,
  ),
            
'link' => array(
                    
'label' => t('Link to Image'),
                    
'field types' => array('canvas_field'),
                    
'multiple values' => CONTENT_HANDLE_CORE,
  ),
  );


// contributions/modules/canvas_field/canvas_field.module:DRUPAL-7--1
/* N/A */

// contributions/modules/casetracker_duedate/casetracker_duedate.module:HEAD
function casetracker_duedate_field_formatter_info() {
  return array(
    
'cck_date_only_long' => array('label' => t('CCK Date Only - Long'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'cck_date_only_short' => array('label' => t('CCK Date Only - Short'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'cck_date_only_from_now_long' => array('label' => t('CCK Date Only - Days From Now (long)'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'cck_date_only_from_now_short' => array('label' => t('CCK Date Only - Days From Now (short)'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
  );


// contributions/modules/cck.pre-rename/Attic/date.module:HEAD
/* N/A */

// contributions/modules/cck.pre-rename/Attic/date.module:DRUPAL-5
/* N/A */

// contributions/modules/cck.pre-rename/Attic/field.php:HEAD
/* N/A */

// contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-4-7
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-5
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck.pre-rename/Attic/field.php:HEAD
/* N/A */

// contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-4-7
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-5
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck.pre-rename/examples/example_field.php:HEAD
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck.pre-rename/examples/simple_field.php:HEAD
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck.pre-rename/nodereference.module:HEAD
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title (link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Title (no link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck.pre-rename/nodereference.module:DRUPAL-4-7
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Title (link)',
      
'field types' => array('nodereference'),
    ),
    
'plain' => array(
      
'label' => 'Title (no link)',
      
'field types' => array('nodereference'),
    ),
    
'full' => array(
      
'label' => 'Full node',
      
'field types' => array('nodereference'),
    ),
    
'teaser' => array(
      
'label' => 'Teaser',
      
'field types' => array('nodereference'),
    ),
  );


// contributions/modules/cck.pre-rename/nodereference.module:DRUPAL-5
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title (link)'),
      
'field types' => array('nodereference'),
    ),
    
'plain' => array(
      
'label' => t('Title (no link)'),
      
'field types' => array('nodereference'),
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('nodereference'),
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('nodereference'),
    ),
  );


// contributions/modules/cck.pre-rename/number.module:HEAD
function number_field_formatter_info() {

  return array(
    
'default' => array('label' => '9999',            'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_0'    => array('label' => '9,999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_1'    => array('label' => '9,999.9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'us_2'    => array('label' => '9,999.99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_0'    => array('label' => '9.999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'be_1'    => array('label' => '9.999,9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_2'    => array('label' => '9.999,99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_0'    => array('label' => '9 999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'fr_1'    => array('label' => '9 999, 9',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_2'    => array('label' => '9 999, 99',       'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
  );


// contributions/modules/cck.pre-rename/number.module:DRUPAL-4-7
function number_field_formatter_info() {

  return array(
    
'default' => array('label' => '9999',             'field types' => array('number_integer''number_decimal')),
    
'us_0'    => array('label' => '9,999',            'field types' => array('number_integer''number_decimal')),
    
'us_1'    => array('label' => '9,999.9',          'field types' => array('number_decimal')),
    
'us_2'    => array('label' => '9,999.99',         'field types' => array('number_decimal')),
    
'be_0'    => array('label' => '9.999',            'field types' => array('number_integer''number_decimal')),
    
'be_1'    => array('label' => '9.999,9',          'field types' => array('number_decimal')),
    
'be_2'    => array('label' => '9.999,99',         'field types' => array('number_decimal')),
    
'fr_0'    => array('label' => '9 999',            'field types' => array('number_integer''number_decimal')),
    
'fr_1'    => array('label' => '9 999, 9',         'field types' => array('number_decimal')),
    
'fr_2'    => array('label' => '9 999, 99',        'field types' => array('number_decimal')),
    
'unformatted' => array('label' => 'unformatted',  'field types' => array('number_integer''number_decimal')),
  );


// contributions/modules/cck.pre-rename/number.module:DRUPAL-5
function number_field_formatter_info() {

  return array(
    
'default' => array('label' => '9999',               'field types' => array('number_integer''number_decimal')),
    
'us_0'    => array('label' => '9,999',              'field types' => array('number_integer''number_decimal')),
    
'us_1'    => array('label' => '9,999.9',            'field types' => array('number_decimal')),
    
'us_2'    => array('label' => '9,999.99',           'field types' => array('number_decimal')),
    
'be_0'    => array('label' => '9.999',              'field types' => array('number_integer''number_decimal')),
    
'be_1'    => array('label' => '9.999,9',            'field types' => array('number_decimal')),
    
'be_2'    => array('label' => '9.999,99',           'field types' => array('number_decimal')),
    
'fr_0'    => array('label' => '9 999',              'field types' => array('number_integer''number_decimal')),
    
'fr_1'    => array('label' => '9 999, 9',           'field types' => array('number_decimal')),
    
'fr_2'    => array('label' => '9 999, 99',          'field types' => array('number_decimal')),
    
'unformatted' => array('label' => t('unformatted'), 'field types' => array('number_integer''number_decimal')),
  );


// contributions/modules/cck.pre-rename/text.module:HEAD
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck.pre-rename/text.module:DRUPAL-4-7
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck.pre-rename/text.module:DRUPAL-5
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck.pre-rename/userreference.module:HEAD
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck.pre-rename/userreference.module:DRUPAL-4-7
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('userreference'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('userreference'),
    ),
  );


// contributions/modules/cck.pre-rename/userreference.module:DRUPAL-5
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('userreference'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('userreference'),
    ),
  );


// contributions/modules/cck/Attic/date.module:HEAD
/* N/A */

// contributions/modules/cck/Attic/date.module:DRUPAL-5
/* N/A */

// contributions/modules/cck/Attic/field.php:HEAD
/* N/A */

// contributions/modules/cck/Attic/field.php:DRUPAL-4-7
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck/Attic/field.php:DRUPAL-5
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck/Attic/field.php:HEAD
/* N/A */

// contributions/modules/cck/Attic/field.php:DRUPAL-4-7
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck/Attic/field.php:DRUPAL-5
function hook_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck/Attic/nodereference.module:HEAD
/* N/A */

// contributions/modules/cck/Attic/nodereference.module:DRUPAL-4-7
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Title (link)',
      
'field types' => array('nodereference'),
    ),
    
'plain' => array(
      
'label' => 'Title (no link)',
      
'field types' => array('nodereference'),
    ),
    
'full' => array(
      
'label' => 'Full node',
      
'field types' => array('nodereference'),
    ),
    
'teaser' => array(
      
'label' => 'Teaser',
      
'field types' => array('nodereference'),
    ),
  );


// contributions/modules/cck/Attic/nodereference.module:DRUPAL-5
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title (link)'),
      
'field types' => array('nodereference'),
    ),
    
'plain' => array(
      
'label' => t('Title (no link)'),
      
'field types' => array('nodereference'),
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('nodereference'),
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('nodereference'),
    ),
  );


// contributions/modules/cck/Attic/number.module:HEAD
/* N/A */

// contributions/modules/cck/Attic/number.module:DRUPAL-4-7
function number_field_formatter_info() {

  return array(
    
'default' => array('label' => '9999',             'field types' => array('number_integer''number_decimal')),
    
'us_0'    => array('label' => '9,999',            'field types' => array('number_integer''number_decimal')),
    
'us_1'    => array('label' => '9,999.9',          'field types' => array('number_decimal')),
    
'us_2'    => array('label' => '9,999.99',         'field types' => array('number_decimal')),
    
'be_0'    => array('label' => '9.999',            'field types' => array('number_integer''number_decimal')),
    
'be_1'    => array('label' => '9.999,9',          'field types' => array('number_decimal')),
    
'be_2'    => array('label' => '9.999,99',         'field types' => array('number_decimal')),
    
'fr_0'    => array('label' => '9 999',            'field types' => array('number_integer''number_decimal')),
    
'fr_1'    => array('label' => '9 999, 9',         'field types' => array('number_decimal')),
    
'fr_2'    => array('label' => '9 999, 99',        'field types' => array('number_decimal')),
    
'unformatted' => array('label' => 'unformatted',  'field types' => array('number_integer''number_decimal')),
  );


// contributions/modules/cck/Attic/number.module:DRUPAL-5
function number_field_formatter_info() {

  return array(
    
'default' => array('label' => '9999',               'field types' => array('number_integer''number_decimal')),
    
'us_0'    => array('label' => '9,999',              'field types' => array('number_integer''number_decimal')),
    
'us_1'    => array('label' => '9,999.9',            'field types' => array('number_decimal')),
    
'us_2'    => array('label' => '9,999.99',           'field types' => array('number_decimal')),
    
'be_0'    => array('label' => '9.999',              'field types' => array('number_integer''number_decimal')),
    
'be_1'    => array('label' => '9.999,9',            'field types' => array('number_decimal')),
    
'be_2'    => array('label' => '9.999,99',           'field types' => array('number_decimal')),
    
'fr_0'    => array('label' => '9 999',              'field types' => array('number_integer''number_decimal')),
    
'fr_1'    => array('label' => '9 999, 9',           'field types' => array('number_decimal')),
    
'fr_2'    => array('label' => '9 999, 99',          'field types' => array('number_decimal')),
    
'unformatted' => array('label' => t('unformatted'), 'field types' => array('number_integer''number_decimal')),
  );


// contributions/modules/cck/Attic/text.module:HEAD
/* N/A */

// contributions/modules/cck/Attic/text.module:DRUPAL-4-7
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck/Attic/text.module:DRUPAL-5
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cck/Attic/userreference.module:HEAD
/* N/A */

// contributions/modules/cck/Attic/userreference.module:DRUPAL-4-7
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('userreference'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('userreference'),
    ),
  );


// contributions/modules/cck/Attic/userreference.module:DRUPAL-5
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('userreference'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('userreference'),
    ),
  );


// contributions/modules/cck/examples/Attic/example_field.php:HEAD
/* N/A */

// contributions/modules/cck/examples/Attic/example_field.php:DRUPAL-6--1
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/examples/Attic/example_field.php:DRUPAL-6--2
/* N/A */

// contributions/modules/cck/examples/Attic/simple_field.php:HEAD
/* N/A */

// contributions/modules/cck/examples/Attic/simple_field.php:DRUPAL-6--1
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/examples/Attic/simple_field.php:DRUPAL-6--2
/* N/A */

// contributions/modules/cck/fields/modules/text/Attic/text.module:HEAD
/* N/A */

// contributions/modules/cck/modules/node_reference/Attic/node_reference.module:HEAD
/* N/A */

// contributions/modules/cck/modules/nodereference/Attic/nodereference.module:HEAD
/* N/A */

// contributions/modules/cck/modules/nodereference/Attic/nodereference.module:DRUPAL-6--1
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title (link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Title (no link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/nodereference/Attic/nodereference.module:DRUPAL-6--2
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title (link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Title (no link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/nodereference/Attic/nodereference.module:DRUPAL-6--3
function nodereference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title (link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Title (no link)'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'full' => array(
      
'label' => t('Full node'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'teaser' => array(
      
'label' => t('Teaser'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/number/Attic/number.module:HEAD
/* N/A */

// contributions/modules/cck/modules/number/Attic/number.module:DRUPAL-6--1
function number_field_formatter_info() {

  return array(
    
'default' => array('label' => '9999',            'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_0'    => array('label' => '9,999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_1'    => array('label' => '9,999.9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'us_2'    => array('label' => '9,999.99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_0'    => array('label' => '9.999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'be_1'    => array('label' => '9.999,9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_2'    => array('label' => '9.999,99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_0'    => array('label' => '9 999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'fr_1'    => array('label' => '9 999, 9',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_2'    => array('label' => '9 999, 99',       'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
  );


// contributions/modules/cck/modules/number/Attic/number.module:DRUPAL-6--2
function number_field_formatter_info() {
  return array(
    
'default' => array('label' => '9999',            'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_0'    => array('label' => '9,999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_1'    => array('label' => '9,999.9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'us_2'    => array('label' => '9,999.99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_0'    => array('label' => '9.999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'be_1'    => array('label' => '9.999,9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_2'    => array('label' => '9.999,99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_0'    => array('label' => '9 999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'fr_1'    => array('label' => '9 999, 9',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_2'    => array('label' => '9 999, 99',       'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
  );


// contributions/modules/cck/modules/number/Attic/number.module:DRUPAL-6--3
function number_field_formatter_info() {
  return array(
    
'default' => array('label' => '9999',            'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_0'    => array('label' => '9,999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'us_1'    => array('label' => '9,999.9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'us_2'    => array('label' => '9,999.99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_0'    => array('label' => '9.999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'be_1'    => array('label' => '9.999,9',         'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'be_2'    => array('label' => '9.999,99',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_0'    => array('label' => '9 999',           'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
    
'fr_1'    => array('label' => '9 999, 9',        'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'fr_2'    => array('label' => '9 999, 99',       'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_decimal''number_float')),
    
'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE'field types' => array('number_integer''number_decimal''number_float')),
  );


// contributions/modules/cck/modules/text/Attic/text.module:HEAD
/* N/A */

// contributions/modules/cck/modules/text/Attic/text.module:DRUPAL-6--1
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/text/Attic/text.module:DRUPAL-6--2
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/text/Attic/text.module:DRUPAL-6--3
function text_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'trimmed' => array(
      
'label' => t('Trimmed'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/user_reference/Attic/user_reference.module:HEAD
/* N/A */

// contributions/modules/cck/modules/userreference/Attic/userreference.module:HEAD
/* N/A */

// contributions/modules/cck/modules/userreference/Attic/userreference.module:DRUPAL-6--1
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/userreference/Attic/userreference.module:DRUPAL-6--2
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck/modules/userreference/Attic/userreference.module:DRUPAL-6--3
function userreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_address/cck_address.module:HEAD
function cck_address_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_address'),
    ),
  );


// contributions/modules/cck_address/cck_address.module:DRUPAL-5
function cck_address_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_address'),
    ),
  );


// contributions/modules/cck_address/cck_address.module:DRUPAL-5--2
function cck_address_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_address'),
    ),
  );


// contributions/modules/cck_author/cck_author.module:HEAD
function cck_author_field_formatter_info() {
  return array(
    
'cck_author_field_template' => array(
    
'label' => 'Author field template',
      
'field types' => array('userreference'),
  ),
  );


// contributions/modules/cck_author/cck_author.module:DRUPAL-5
function cck_author_field_formatter_info() {
  return array(
    
'cck_author_field_template' => array(
    
'label' => 'Author field template',
      
'field types' => array('userreference'),
  ),
  );


// contributions/modules/cck_button/cck_button.module:HEAD
function cck_button_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Button representation',
      
'field types' => array('cck_button'),
    ),
  );


// contributions/modules/cck_country/cck_country.module:HEAD
function cck_country_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => 'Country name',
      
'field types' => array('cck_country'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'code2' => array(
      
'label' => '2-digit country code',
      
'field types' => array('cck_country'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'code3' => array(
      
'label' => '3-digit country code',
      
'field types' => array('cck_country'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );

  if (
module_exists('countryicons')) {
    foreach (
countryicons_get_iconsets() as $iconsets) {
      
$formatters[$iconsets['name'] . '_image'] = array(
        
'label' => t('countryicons @iconset image', array('@iconset' => $iconsets['name'])),
        
'field types' => array('cck_country'),
        
'multiple values' => CONTENT_HANDLE_CORE,
      );
      
$formatters[$iconsets['name'] . '_sprite'] = array(
        
'label' => t('countryicons @iconset sprite', array('@iconset' => $iconsets['name'])),
        
'field types' => array('cck_country'),
        
'multiple values' => CONTENT_HANDLE_CORE,
      );
    }
  }

  return 
$formatters;


// contributions/modules/cck_country/cck_country.module:DRUPAL-6--1
function cck_country_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => 'Country name',
      
'field types' => array('cck_country'),
    ),
    
'code2' => array(
      
'label' => '2-digit country code',
      
'field types' => array('cck_country'),
    ),
    
'code3' => array(
      
'label' => '3-digit country code',
      
'field types' => array('cck_country'),
    ),
  );

  if (
module_exists('countryicons')) {
    foreach (
countryicons_get_iconsets() as $iconsets) {
      
$formatters[$iconsets['name'] . '_image'] = array(
        
'label' => t('countryicons @iconset image', array('@iconset' => $iconsets['name'])),
        
'field types' => array('cck_country'),
      );
      
$formatters[$iconsets['name'] . '_sprite'] = array(
        
'label' => t('countryicons @iconset sprite', array('@iconset' => $iconsets['name'])),
        
'field types' => array('cck_country'),
      );
    }
  }

  return 
$formatters;


// contributions/modules/cck_definition_list/cck_definition_list.module:HEAD
function cck_definition_list_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('definition_list'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_download_dropdown/cck_download_dropdown.module:HEAD
function cck_download_dropdown_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_download_dropdown'),
    ),
  );


// contributions/modules/cck_download_dropdown/cck_download_dropdown.module:DRUPAL-5
function cck_download_dropdown_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_download_dropdown'),
    ),
  );


// contributions/modules/cck_extras/Attic/cck_extras.module:HEAD
/* N/A */

// contributions/modules/cck_extras/Attic/cck_extras.module:DRUPAL-5
function cck_extras_field_formatter_info() {
  return array(
    
'textarea' => array(
      
'label' => 'Selectable textarea',
      
'field types' => array('text'),
      
'module' => 'cck_extras',
    ),
    
'code' => array(
      
'label' => 'Sample PHP Code',
      
'field types' => array('text'),
      
'module' => 'cck_extras',
    ),
    
'redirect' => array(
      
'label' => 'Link redirection',
      
'field types' => array('link'),
      
'module' => 'cck_extras',
    ),
    
'1pixelout' => array(
      
'label' => t('1 Pixel Out player'),
      
'field types' => array('file_audio'),
      
'module' => 'cck_extras',
    ),
    
'button' => array(
      
'label' => t('Button player'),
      
'field types' => array('file_audio'),
      
'module' => 'cck_extras',
    ),
    
'link_snappr_tiny' => array(
      
'label' => t('Preview image (tiny)'),
      
'field types' => array('link'),
      
'module' => 'cck_extras',
    ),
    
'link_snappr_small' => array(
      
'label' => t('Preview image (small)'),
      
'field types' => array('link'),
      
'module' => 'cck_extras',
    ),
  );


// contributions/modules/cck_flashcard/cck_flashcard.module:HEAD
function cck_flashcard_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('cck_flashcard'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('cck_flashcard'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('cck_flashcard'),
    ),
  );


// contributions/modules/cck_flashcard/cck_flashcard.module:DRUPAL-5
function cck_flashcard_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('cck_flashcard'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('cck_flashcard'),
    ),
    
'trimmed' => array(
      
'label' => 'Trimmed',
      
'field types' => array('cck_flashcard'),
    ),
  );


// contributions/modules/cck_formatters/filefieldflash/Attic/filefieldflash.module:HEAD
/* N/A */

// contributions/modules/cck_formatters/filefieldflash/Attic/filefieldflash.module:DRUPAL-5
function filefieldflash_field_formatter_info() {
  return array(
    
'flash_or_image' => array(
      
'label' => t('As Flash (SWF file)'),
      
'field types' => array('file'),
    ),
  );


// contributions/modules/cck_formatters/filefieldflash/Attic/filefieldflash.module:DRUPAL-6--1
function filefieldflash_field_formatter_info() {
  return array(
    
'flash_or_image' => array(
      
'label' => t('As Flash (SWF file)'),
      
'field types' => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:HEAD
function filefieldkml_field_formatter_info() {
  return array(
    
'kml_google' => array(
      
'label' => t('As Google Map (KML file)'),
      
'field types' => array('file'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-5
function filefieldkml_field_formatter_info() {
  return array(
    
'kml_google' => array(
      
'label' => t('As Google Map (KML file)'),
      
'field types' => array('file'),
    ),
  );


// contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-6--1
function filefieldkml_field_formatter_info() {
  return array(
    
'kml_google' => array(
      
'label' => t('As Google Map (KML file)'),
      
'field types' => array('file'),
    ),
  );


// contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:HEAD
function filefieldkml_field_formatter_info() {
  return array(
    
'kml_google' => array(
      
'label' => t('As Google Map (KML file)'),
      
'field types' => array('file'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-5
function filefieldkml_field_formatter_info() {
  return array(
    
'kml_google' => array(
      
'label' => t('As Google Map (KML file)'),
      
'field types' => array('file'),
    ),
  );


// contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-6--1
function filefieldkml_field_formatter_info() {
  return array(
    
'kml_google' => array(
      
'label' => t('As Google Map (KML file)'),
      
'field types' => array('file'),
    ),
  );


// contributions/modules/cck_formatters/textcommaformatter/textcommaformatter.module:HEAD
function textcommaformatter_field_formatter_info() {
  return array(
    
'text_comma' => array(
      
'label' => t('Comma-separated'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
    ),
  );


// contributions/modules/cck_formatters/textcommaformatter/textcommaformatter.module:DRUPAL-6--1
/* N/A */

// contributions/modules/cck_fullname/cck_fullname.module:HEAD
function cck_fullname_field_formatter_info() {
  return array(
    
'default' => array(
       
'label' => t('Default'),
       
'field types' => array('cck_fullname'),
    ),
    
'lno' => array(
       
'label' => t('Last name only'),
       
'field types' => array('cck_fullname'),
    ),
    
'fno' => array(
       
'label' => t('First name only'),
       
'field types' => array('cck_fullname'),
    ),
    
'lnfs' => array(
       
'label' => t('Last, first short'),
       
'field types' => array('cck_fullname'),
    ),
    
'lnfl' => array(
       
'label' => t('Last, first long'),
       
'field types' => array('cck_fullname'),
    ),
  );


// contributions/modules/cck_fullname/cck_fullname.module:DRUPAL-5
function cck_fullname_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default, prefix first middle last suffix'),
      
'field types' => array('cck_fullname'),
    ),
    
'last_name_only' => array(
      
'label' => t('Last name only'),
      
'field types' => array('cck_fullname'),
    ),
    
'first_name_only' => array(
      
'label' => t('First name only'),
      
'field types' => array('cck_fullname'),
    ),
    
'last_name_first' => array(
      
'label' => t('Last, first middle'),
      
'field types' => array('cck_fullname'),
    ),
  );


// contributions/modules/cck_fullname/cck_fullname.module:DRUPAL-6--1
function cck_fullname_field_formatter_info() {
  return array(
    
'default' => array(
       
'label' => t('Default'),
       
'field types' => array('cck_fullname'),
    ),
    
'lno' => array(
       
'label' => t('Last name only'),
       
'field types' => array('cck_fullname'),
    ),
    
'fno' => array(
       
'label' => t('First name only'),
       
'field types' => array('cck_fullname'),
    ),
    
'lnfs' => array(
       
'label' => t('Last, first short'),
       
'field types' => array('cck_fullname'),
    ),
    
'lnfl' => array(
       
'label' => t('Last, first long'),
       
'field types' => array('cck_fullname'),
    ),
  );


// contributions/modules/cck_gmapaddress/cck_gmapaddress.module:HEAD
function cck_gmapaddress_field_formatter_info() {
  return array(
    
'address' => array(
      
'label' => t('Address'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'longitude' => array(
      
'label' => t('Longitude'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'latitude' => array(
      
'label' => t('Latitude'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'lonlat' => array(
      
'label' => t('Longitude and Latitude'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'accuracy' => array(
      
'label' => t('Accuracy'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'gmap_simple' => array(
      
'label' => t('GMap - Single'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'gmap_all' => array(//Only processed by delta = 0
      
'label' => t('GMap - All addresses in one'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'route_single' => array(//Only processed by delta = 0
      
'label' => t('Route Link - Single'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'route_all' => array(
      
'label' => t('Route Link - All addresses in one'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
/**'gmap_route' => array(
      'label' => t('GMap Route'),
      'field types' => array('cck_gmapaddress'),
    ),
    'gmap_route_user' => array(  //Options to come: to first, to last, to every place, from user over first and others to last, $user->field mit lonlat or addresse
      'label' => t('GMap User-Route'),
      'field types' => array('cck_gmapaddress'),
    ),    */
  
);


// contributions/modules/cck_gmapaddress/cck_gmapaddress.module:DRUPAL-5
function cck_gmapaddress_field_formatter_info() {
  return array(
    
'address' => array(
      
'label' => t('Address'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'longitude' => array(
      
'label' => t('Longitude'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'latitude' => array(
      
'label' => t('Latitude'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'lonlat' => array(
      
'label' => t('Longitude and Latitude'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'accuracy' => array(
      
'label' => t('Accuracy'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'gmap_simple' => array(
      
'label' => t('GMap - Single'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'gmap_all' => array(//Only processed by delta = 0
      
'label' => t('GMap - All addresses in one'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'route_single' => array(//Only processed by delta = 0
      
'label' => t('Route Link - Single'),
      
'field types' => array('cck_gmapaddress'),
    ),
    
'route_all' => array(
      
'label' => t('Route Link - All addresses in one'),
      
'field types' => array('cck_gmapaddress'),
    ),
  
/**'gmap_route' => array(
      'label' => t('GMap Route'),
      'field types' => array('cck_gmapaddress'),
    ),
  'gmap_route_user' => array(  //Options to come: to first, to last, to every place, from user over first and others to last, $user->field mit lonlat or addresse
      'label' => t('GMap User-Route'),
      'field types' => array('cck_gmapaddress'),
    ),  */
  
);


// contributions/modules/cck_hhmmss/cck_hhmmss.module:HEAD
function cck_hhmmss_field_formatter_info() {
  return array(
    
'raw' => array(
      
'label' => t('cck_hhmmss: As Entered'),
      
'field types' => array('cck_hhmmss'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'clean' => array(
      
'label' => t('cck_hhmmss: Clean (no dashes)'),
      
'field types' => array('cck_hhmmss'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_hhmmss/cck_hhmmss.module:DRUPAL-6--1
function cck_hhmmss_field_formatter_info() {
  return array(
    
'formatted' => array(
      
'label' => t('hh:mm:ss: As Entered'),
      
'field types' => array('cck_hhmmss'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'seconds' => array(
      
'label' => t('total seconds: As stored'),
      
'field types' => array('cck_hhmmss'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_inputs/modules/cck_inputs_checkbox/checkbox_formatter.inc:HEAD
function cck_inputs_checkbox_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_inputs_checkbox'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_inputs/modules/cck_inputs_checkbox/checkbox_formatter.inc:DRUPAL-6--1
function cck_inputs_checkbox_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_inputs_checkbox'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_inputs/modules/cck_inputs_form/form_formatter.inc:HEAD
/* N/A */

// contributions/modules/cck_inputs/modules/cck_inputs_form/form_formatter.inc:DRUPAL-6--1
/* N/A */

// contributions/modules/cck_inputs/modules/cck_inputs_hidden/Attic/hidden_formatter.inc:HEAD
/* N/A */

// contributions/modules/cck_inputs/modules/cck_inputs_hidden/Attic/hidden_formatter.inc:DRUPAL-6--1
function cck_inputs_hidden_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_inputs_hidden'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_inputs/modules/cck_inputs_textfield/Attic/textfield_formatter.inc:HEAD
/* N/A */

// contributions/modules/cck_inputs/modules/cck_inputs_textfield/Attic/textfield_formatter.inc:DRUPAL-6--1
function cck_inputs_textfield_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cck_inputs_textfield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_ipaddr/cck_ipaddr.module:HEAD
function cck_ipaddr_field_formatter_info() {
  return array(
    
'ipaddr' => array(
      
'label' => 'IP address',
      
'field types' => array('cck_ipaddr'),
    ),
  );


// contributions/modules/cck_ipaddr/cck_ipaddr.module:DRUPAL-5
function cck_ipaddr_field_formatter_info() {
  return array(
    
'ipaddr' => array(
      
'label' => 'IP address',
      
'field types' => array('cck_ipaddr'),
    ),
  );


// contributions/modules/cck_latlon/cck_latlon.module:HEAD
function cck_latlon_field_formatter_info() {
  
$array = array(
    
'latlon' => array(
      
'label' => 'Default, as pairs',
      
'field types' => array('cck_latlon'),
    ),
    
'just_lat' => array(
      
'label' => 'Just Latitude',
      
'field types' => array('cck_latlon'),
    ),
    
'just_lon' => array(
      
'label' => 'Just Longitude',
      
'field types' => array('cck_latlon'),
    ),
  );
  return 
$array;


// contributions/modules/cck_link_to_map/cck_link_to_map.module:HEAD
function cck_link_to_map_field_formatter_info() {
    return array(
    
'default' => array(
    
'label' => 'Default',
    
'field types' => array('cck_link_to_map'),
    
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    );


// contributions/modules/cck_link_to_map/cck_link_to_map.module:DRUPAL-5
function cck_link_to_map_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('cck_link_to_map'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('cck_link_to_map'),
    ),
    
'link' => array(
      
'label' => 'Link to Map',
      
'field types' => array('cck_link_to_map'),
    ),
  );


// contributions/modules/cck_link_to_map/cck_link_to_map.module:DRUPAL-6--2
function cck_link_to_map_field_formatter_info() {
    return array(
    
'default' => array(
    
'label' => 'Default',
    
'field types' => array('cck_link_to_map'),
    
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    );


// contributions/modules/cck_list/Attic/cck_list.module:HEAD
/* N/A */

// contributions/modules/cck_list/Attic/cck_list.module:DRUPAL-6--1
function cck_list_field_formatter_info() {
  return array(
    
'list_ordered' => array(
      
'label' => t('Ordered List'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'field types' => array('list'),
    ),
    
'list_unordered' => array(
      
'label' => t('Unordered List'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'field types' => array('list'),
    ),
  );


// contributions/modules/cck_map/cck_map.module:HEAD
function cck_map_field_formatter_info() {
  return array(
      
'map_location' => array(
      
'label' => 'Default map output',
      
'field types' => array('map_location'),
    ),
  );


// contributions/modules/cck_multimage/cck_multimage.module:HEAD
function cck_multimage_field_formatter_info() {
  
$formatters = array(
    
'cck_multimage' => array(
      
'label' => 'CCK Multimage',
      
'field types' => array('image''nodereference'),
    ),
  );
  return 
$formatters;


// contributions/modules/cck_multimage/cck_multimage.module:DRUPAL-5
function cck_multimage_field_formatter_info() {
  
$formatters = array(
    
'cck_multimage' => array(
      
'label' => 'CCK Multimage',
      
'field types' => array('image''nodereference'),
    ),
  );
  return 
$formatters;


// contributions/modules/cck_multiple_formatter/cck_multiple_formatter.module:HEAD
function cck_multiple_formatter_field_formatter_info() {
  static 
$firsttime TRUE;

  
//Avoid recursion
  
if ($firsttime) {
    
$firsttime FALSE;
  }
  else {
    return array();
  }

  
$disabled_field_types variable_get('cck_multiple_formatter_field_types_disable', array(''));
  
$content_type_info _content_type_info();
  
$formatters = array();
  foreach (
$content_type_info['field types'] as $type => $field_type) {
    if (!isset(
$disabled_field_types[$type])) $disabled_field_types[$type] = FALSE;
    if (!
$disabled_field_types[$type]) {
      foreach (
$field_type['formatters'] as $id => $formatter) {
        if (!isset(
$formatter['multiple values']) || $formatter['multiple values'] == CONTENT_HANDLE_CORE) {
          
$new_id 'ul||'$formatter['module'] .'||'$id;
          
$formatter['module'] = 'cck_multiple_formatter';
          
$formatter['multiple values'] = CONTENT_HANDLE_MODULE;
          
$formatter['label'] = t('Unordered list') .': '$formatter['label'];
          
$formatters[$new_id] = $formatter;
        }
      }
    }
  }
  return 
$formatters;


// contributions/modules/cck_multiple_formatter/cck_multiple_formatter.module:DRUPAL-6--1
function cck_multiple_formatter_field_formatter_info() {
  static 
$firsttime TRUE;

  
//Avoid recursion
  
if ($firsttime) {
    
$firsttime FALSE;
  }
  else {
    return array();
  }

  
$disabled_field_types variable_get('cck_multiple_formatter_field_types_disable', array(''));
  
$content_type_info _content_type_info();
  
$formatters = array();
  foreach (
$content_type_info['field types'] as $type => $field_type) {
    if (!isset(
$disabled_field_types[$type])) $disabled_field_types[$type] = FALSE;
    if (!
$disabled_field_types[$type]) {
      foreach (
$field_type['formatters'] as $id => $formatter) {
        if (!isset(
$formatter['multiple values']) || $formatter['multiple values'] == CONTENT_HANDLE_CORE) {
          
$new_id 'ul||'$formatter['module'] .'||'$id;
          
$formatter['module'] = 'cck_multiple_formatter';
          
$formatter['multiple values'] = CONTENT_HANDLE_MODULE;
          
$formatter['label'] = t('Unordered list') .': '$formatter['label'];
          
$formatters[$new_id] = $formatter;
        }
      }
    }
  }

  
//reset firsttime so if hook_field_formatter_info are called twice in an execution run everything works
  
$firsttime TRUE;

  return 
$formatters;


// contributions/modules/cck_nodemenu/cck_nodemenu.module:HEAD
function cck_nodemenu_field_formatter_info() {
  return array(
    
'cck_nodemenu' => array(
      
'label' => t('Custom Node Menu'),
      
'field types' => array('text','computed'),
    ),
    
'cck_nodemenu_single' => array(
      
'label' => t('Custom Node Menu - Single Item'),
      
'field types' => array('text','computed'),
    ),
  );


// contributions/modules/cck_nodemenu/cck_nodemenu.module:DRUPAL-5
function cck_nodemenu_field_formatter_info() {
  return array(
    
'cck_nodemenu' => array(
      
'label' => t('Custom Node Menu'),
      
'field types' => array('text','computed'),
    ),
    
'cck_nodemenu_single' => array(
      
'label' => t('Custom Node Menu - Single Item'),
      
'field types' => array('text','computed'),
    ),
  );


// contributions/modules/cck_pager/cck_pager.module:HEAD
function cck_pager_field_formatter_info() {
  return 
_cck_pager_get_formatters();


// contributions/modules/cck_pager/cck_pager.module:DRUPAL-6--1
function cck_pager_field_formatter_info() {
  return 
_cck_pager_get_formatters();


// contributions/modules/cck_pager/cck_pager.module:DRUPAL-6--2
/* N/A */

// contributions/modules/cck_phone/cck_phone.module:HEAD
function cck_phone_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Global phone number (default)',
      
'field types' => array('phone_number'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'local' => array(
      
'label' => 'Local phone number',
      
'field types' => array('phone_number'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_phone/cck_phone.module:DRUPAL-6--1
function cck_phone_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Global phone number (default)',
      
'field types' => array('phone_number'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'local' => array(
      
'label' => 'Local phone number',
      
'field types' => array('phone_number'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_phone/cck_phone.module:DRUPAL-7--1
function cck_phone_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Global phone number (default)',
      
'field types' => array('phone_number'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'local' => array(
      
'label' => 'Local phone number',
      
'field types' => array('phone_number'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_redirection/cck_redirection.module:HEAD
function cck_redirection_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Suppress'),
      
'field types' => array('cck_redirection'),
    ),
    
'link' => array(
      
'label' => t('Show as Link'),
      
'field types' => array('cck_redirection'),
    ),
    
'plain' => array(
      
'label' => t('Show as Plain Text'),
      
'field types' => array('cck_redirection'),
    ),
  ); 


// contributions/modules/cck_redirection/cck_redirection.module:DRUPAL-5
function cck_redirection_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default: Suppress'),
      
'field types' => array('cck_redirection'),
    ),
    
'link' => array(
      
'label' => t('Show as Link'),
      
'field types' => array('cck_redirection'),
    ),
    
'plain' => array(
      
'label' => t('Show as Plain Text'),
      
'field types' => array('cck_redirection'),
    ),
  ); 


// contributions/modules/cck_redirection/cck_redirection.module:DRUPAL-6--1
function cck_redirection_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Suppress'),
      
'field types' => array('cck_redirection'),
    ),
    
'link' => array(
      
'label' => t('Show as Link'),
      
'field types' => array('cck_redirection'),
    ),
    
'plain' => array(
      
'label' => t('Show as Plain Text'),
      
'field types' => array('cck_redirection'),
    ),
  ); 


// contributions/modules/cck_redirection/cck_redirection.module:DRUPAL-6--6
function cck_redirection_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Suppress'),
      
'field types' => array('cck_redirection'),
    ),
    
'link' => array(
      
'label' => t('Show as Link'),
      
'field types' => array('cck_redirection'),
    ),
    
'plain' => array(
      
'label' => t('Show as Plain Text'),
      
'field types' => array('cck_redirection'),
    ),
  ); 


// contributions/modules/cck_scorm/SCORM.module:HEAD
function SCORM_field_formatter_info() {
  
$formatters = array(
    
'SCORM_embedded' => array(
      
'label' => t('SCORM embedded'),
      
'field types' => array('filefield'),
      
'description' => t('Displays SCORM content embedded in a web page.'),
    ),
  );
 
//TODO: Popup theme. No need for this anymore? Popup is handled by player.
 /*
if (module_exists('popups')) {
    $formatters['SCORM_popup'] = array(
      'label' => t('SCORM popup'),
      'field types' => array('filefield'),
      'description' => t('Displays SCORM content in a popup window.'),
    );
  }
  */
  
return $formatters;


// contributions/modules/cck_slideshow/cck_slideshow.module:HEAD
function cck_slideshow_field_formatter_info() {
  
$formatters = array(
    
'cck_slideshow' => array(
      
'label' => 'CCK Slideshow',
      
'field types' => array('image''nodereference'),
    ),
  );
  return 
$formatters;


// contributions/modules/cck_slideshow/cck_slideshow.module:DRUPAL-5
function cck_slideshow_field_formatter_info() {
  
$formatters = array(
    
'cck_slideshow' => array(
      
'label' => 'CCK Slideshow',
      
'field types' => array('image''nodereference'),
    ),
  );
  return 
$formatters;


// contributions/modules/cck_table/cck_table.module:HEAD
function cck_table_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('tablefield'),
    ),
  );


// contributions/modules/cck_table/cck_table.module:DRUPAL-5
function cck_table_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('tablefield'),
    ),
  );


// contributions/modules/cck_table/cck_table.module:DRUPAL-6--1
function cck_table_field_formatter_info() {
  return array(
    
'first_row_header' => array(
      
'label' => t('First Row will be the table header'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'field types' => array('table'),
    ),
    
'without_header' => array(
      
'label' => t('Without a table header'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'field types' => array('table'),
    ),
  );


// contributions/modules/cck_taxonomy/cck_taxonomy.module:HEAD
function cck_taxonomy_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('cck_taxonomy'),
    ),
  );


// contributions/modules/cck_taxonomy/cck_taxonomy.module:DRUPAL-5
function cck_taxonomy_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('cck_taxonomy'),
    ),
  );


// contributions/modules/cck_taxonomy_ssu/cck_taxonomy_ssu.module:HEAD
function cck_taxonomy_ssu_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('cck_taxonomy_ssu'),
    ),
  );


// contributions/modules/cck_taxonomy_ssu/cck_taxonomy_ssu.module:DRUPAL-5
function cck_taxonomy_ssu_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('cck_taxonomy_ssu'),
    ),
  );


// contributions/modules/cck_text_validated/Attic/text_validated.module:HEAD
/* N/A */

// contributions/modules/cck_text_validated/Attic/text_validated.module:HEAD
/* N/A */

// contributions/modules/cck_time/cck_time.module:HEAD
/* N/A */

// contributions/modules/cck_time/cck_time.module:DRUPAL-5
/* N/A */

// contributions/modules/cck_time/cck_time.module:DRUPAL-6--1
function cck_time_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Time'),
      
'field types' => array('cck_time'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cck_vcard/cck_vcard.module:HEAD
function cck_vcard_field_formatter_info() {
  return array(
    
// The machine name of the formatter.
    
'default' => array(
      
// The human-readable label shown on the Display 
      // fields screen.
      
'label' => t('Default'),
      
// An array of the field types this formatter 
      // can be used on.
      
'field types' => array('cck_vcard_show'),
      
// CONTENT_HANDLE_CORE:   CCK will pass the formatter
      // a single value.
      // CONTENT_HANDLE_MODULE: CCK will pass the formatter
      // an array of all the values. None of CCK's core 
      // formatters use multiple values, that is an option
      // available to other modules that want it.
      
'multiple values' => CONTENT_HANDLE_MODULE,
    ),
  );


// contributions/modules/cck_vcard/cck_vcard.module:DRUPAL-6--1
/* N/A */

// contributions/modules/cckpassword/cckpassword.module:HEAD
function cckpassword_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('None'),
      
'field types' => array('cckpassword'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain'),
      
'field types' => array('cckpassword'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/cdn2/cdn2_field.inc:HEAD
/* N/A */

// contributions/modules/cdn2/cdn2_field.inc:DRUPAL-5--2
function cdn2_field_formatter_info() {
  
$formatters = array();
  
$formatters['Default'] = array(
    
'label' => t('Default Player (See CDN2 Settings)'),
    
'field types' => array('cdn2'),
  );
  return 
$formatters;


// contributions/modules/cdn2/cdn2_field.inc:DRUPAL-6--1
function cdn2_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('cdn2'),
      
'multiple values' => CONTENT_HANDLE_CORE
    
),
    
'thumbnail' => array(
      
'label' => t('Thumbnail'),
      
'field types' => array('cdn2'),
      
'multiple values' => CONTENT_HANDLE_CORE
    
),
    
'thumbnail_linked' => array(
      
'label' => t('Thumbnail linked to node'),
      
'field types' => array('cdn2'),
      
'multiple values' => CONTENT_HANDLE_CORE
    
),
  );


// contributions/modules/chessboard/chessboard.module:HEAD
/* N/A */

// contributions/modules/chessboard/chessboard.module:DRUPAL-4-7
/* N/A */

// contributions/modules/chessboard/chessboard.module:DRUPAL-5
/* N/A */

// contributions/modules/chessboard/chessboard.module:DRUPAL-5--2
/* N/A */

// contributions/modules/chessboard/chessboard.module:DRUPAL-6--1
/* N/A */

// contributions/modules/chessboard/chessboard.module:DRUPAL-6--2
/* N/A */

// contributions/modules/chessboard/chessboard.module:DRUPAL-7--1
/* N/A */

// contributions/modules/chessboard/chessboard.module:MAIN
/* N/A */

// contributions/modules/chords/chords_field/chords_field.module:HEAD
function chords_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('chords_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/chords/chords_field/chords_field.module:HEAD
function chords_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('chords_field'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/civinode/civinode_cck.module:HEAD
function civinode_cck_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('civicrm_contact''civicrm_group'),
    ),
    
'link' => array(
      
'label' => t('Link'),
      
'field types' => array('civicrm_contact'),
    ),
    
'profiled' => array(
      
'label' => t('Contact Profile'),
      
'field types' => array('civicrm_contact'),
    ),
  );
  return 
$formatters;


// contributions/modules/civinode/civinode_cck.module:DRUPAL-4-7
function civinode_cck_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('civicrm_contact''civicrm_group'),
    ),
    
'profiled' => array(
      
'label' => t('Contact Profile'),
      
'field types' => array('civicrm_contact'),
    ),
  );
  return 
$formatters;


// contributions/modules/civinode/civinode_cck.module:DRUPAL-5
function civinode_cck_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('civicrm_contact''civicrm_group'),
    ),
    
'profiled' => array(
      
'label' => t('Contact Profile'),
      
'field types' => array('civicrm_contact'),
    ),
  );
  return 
$formatters;


// contributions/modules/civinode/contrib/civicrmdata/civicrmdata.module:HEAD
function civicrmdata_field_formatter_info() {

  
//get all civi types
  
$types = array();
  foreach (
civicrmdata_field_info() as $fields => $val) {
        
$types[] = $fields;
  }

  
//make the default view for all of them
  
return array(
    
'civiformat' => array(
      
'label' => 'CiviField',
      
'field types' => $types,
    ),
  );


// contributions/modules/civinode/contrib/civicrmdata/civicrmdata.module:DRUPAL-4-7
/* N/A */

// contributions/modules/civinode/contrib/civicrmdata/civicrmdata.module:DRUPAL-5
/* N/A */

// contributions/modules/cjunction/cjunction.module:HEAD
function cjunction_field_formatter_info() {
  return array(
    
'cj_image_url' => array(
      
'label' => t('Show the remote image'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cjunction/cjunction.module:DRUPAL-7--1
function cjunction_field_formatter_info() {
  return array(
    
'cj_image_url' => array(
      
'label' => t('Show the remote image'),
      
'field types' => array('text'),
    ),
  );


// contributions/modules/cloud_zoom/cloud_zoom.module:HEAD
function cloud_zoom_field_formatter_info() {
  
$formatters = array();

  
// Load the rules and build a "grid" of a->b settings.
  
$rules image_styles();
  foreach (
$rules as $outer_preset_id => $outer_preset_info) {
    foreach (
$rules as $inner_preset_id => $inner_preset_info) {
      
$formatters['image__cloud_zoom__'$outer_preset_id .'__'$inner_preset_id] = array(
        
'label' => t('Cloud Zoom: !outer -> !inner', array('!outer' => $outer_preset_id'!inner' => $inner_preset_id)),
        
'field types' => array('image'),
      );
    }
  }

  return 
$formatters;


// contributions/modules/cloud_zoom/cloud_zoom.module:DRUPAL-6--1
function cloud_zoom_field_formatter_info() {
  
$formatters = array();

  
$settings cloud_zoom_get_settings();

  foreach (
$settings as $key => $values) {
    
$formatters['imagefield__cloud_zoom__'$key] = array(
      
'label' => t('Cloud Zoom: !presetname', array('!presetname' => $key)),
      
'field types' => array('filefield'),
    );
  }

  return 
$formatters;


// contributions/modules/cloud_zoom/cloud_zoom.module:DRUPAL-7--1
function cloud_zoom_field_formatter_info() {
  
$formatters = array();

  
// Load the rules and build a "grid" of a->b settings.
  
$rules image_styles();
  foreach (
$rules as $outer_preset_id => $outer_preset_info) {
    foreach (
$rules as $inner_preset_id => $inner_preset_info) {
      
$formatters['image__cloud_zoom__'$outer_preset_id .'__'$inner_preset_id] = array(
        
'label' => t('Cloud Zoom: !outer -> !inner', array('!outer' => $outer_preset_id'!inner' => $inner_preset_id)),
        
'field types' => array('image'),
      );
    }
  }

  return 
$formatters;


// contributions/modules/club/club_board/club_board_member.module:HEAD
function club_board_member_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('club_board_member'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/club/club_board/club_board_member.module:DRUPAL-6--1
function club_board_member_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('club_board_member'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/club/club_person/club_person.module:HEAD
function club_person_field_formatter_info() {
  return array(
    
'nationality' => array(
      
'label' => t('Flag icons'),
      
'field types' => array('text'),
    ),
    
'portrait' => array(
      
'label' => t('Portrait'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
    ),
    
'public' => array(
      
'label' => t('Lock icon'),
      
'field types' => array('number_integer'),
    ),
    
'gender_icon' => array(
      
'label' => t('Gender icon'),
      
'field types' => array('text'),
    ),
    
'active_member_icon' => array(
      
'label' => t('Active member icon'),
      
'field types' => array('number_integer'),
    ),
    
'passive_member_icon' => array(
      
'label' => t('Passive member icon'),
      
'field types' => array('number_integer'),
    ),
    
'honorary_member_icon' => array(
      
'label' => t('Honorary member icon'),
      
'field types' => array('number_integer'),
    ),
  );


// contributions/modules/club/club_person/club_person.module:DRUPAL-6--1
function club_person_field_formatter_info() {
  return array(
    
'nationality' => array(
      
'label' => t('Flag icons'),
      
'field types' => array('text'),
    ),
    
'portrait' => array(
      
'label' => t('Portrait'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
    ),
    
'public' => array(
      
'label' => t('Lock icon'),
      
'field types' => array('number_integer'),
    ),
    
'gender_icon' => array(
      
'label' => t('Gender icon'),
      
'field types' => array('text'),
    ),
    
'active_member_icon' => array(
      
'label' => t('Active member icon'),
      
'field types' => array('number_integer'),
    ),
    
'passive_member_icon' => array(
      
'label' => t('Passive member icon'),
      
'field types' => array('number_integer'),
    ),
    
'honorary_member_icon' => array(
      
'label' => t('Honorary member icon'),
      
'field types' => array('number_integer'),
    ),
  );


// contributions/modules/cmis/cmis_field/Attic/cmis_field.module:HEAD
/* N/A */

// contributions/modules/cmis/cmis_field/Attic/cmis_field.module:DRUPAL-6--3
function cmis_field_field_formatter_info() {
  return array( 
    
'default' => array( 
       
'label' => t('CMIS browser'),
       
'field types' => array('cmis_field')
    )
  );


// contributions/modules/cmis_alfresco/cmis_alfresco_field/cmis_alfresco_field.module:HEAD
function cmis_alfresco_field_field_formatter_info() {
  return array( 
    
'default' => array( 
       
'label' => t('Alfresco browser'),
       
'field types' => array('alfresco_cmis_field')
    )
  );


// contributions/modules/cmis_alfresco/cmis_alfresco_field/cmis_alfresco_field.module:DRUPAL-6--2
function cmis_alfresco_field_field_formatter_info() {
  return array( 
    
'default' => array( 
       
'label' => t('Alfresco browser'),
       
'field types' => array('alfresco_cmis_field')
    )
  );


// contributions/modules/cmis_alfresco/cmis_alfresco_field/cmis_alfresco_field.module:DRUPAL-6--3
function cmis_alfresco_field_field_formatter_info() {
  return array( 
    
'default' => array( 
       
'label' => t('Alfresco browser'),
       
'field types' => array('alfresco_cmis_field')
    )
  );


// contributions/modules/cod_support/cod_base/cod_base.module:HEAD
function cod_base_field_formatter_info() {
  return array(
    
'user_full_name' => array(
      
'label' => t("Full name (First Last) of the user(s)"),
      
'field types' => array('userreference'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
    ),
  );
}

// contributions/modules/colorbox/colorbox.module:HEAD
function colorbox_field_formatter_info() {
  
$formatters = array();
  if (
module_exists('image')) {
    foreach (
image_styles() as $style) {
      
$formatters['colorbox__' $style['name']] = array(
        
'label' => t('Colorbox: @preset image', array('@preset' => $style['name'])),
        
'field types' => array('image''file'),
      );
    }
  }

  return 
$formatters;



// contributions/modules/colorbox/colorbox.module:DRUPAL-6--1
function colorbox_field_formatter_info() {
  
$formatters = array();
  if (
module_exists('imagefield') && module_exists('imagecache')) {
    foreach (
imagecache_presets() as $preset) {
      
$formatters[$preset['presetname'] .'__colorbox'] = array(
        
'label' => t('Colorbox: @preset image', array('@preset' => $preset['presetname'])),
        
'field types' => array('image''filefield'),
      );
    }
  }

  return 
$formatters;



// contributions/modules/colorbox/colorbox.module:DRUPAL-7--1
function colorbox_field_formatter_info() {
  return array(
    
'colorbox' => array(
      
'label' => t('Colorbox'),
      
'field types' => array('image'),
      
'settings' => array('colorbox_node_style' => '''colorbox_image_style' => ''),
    ),
  );


// contributions/modules/colorpicker/colorpicker_cck.module:HEAD
function colorpicker_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Colorpicker field',
      
'field types' => array('colorpicker'),
    )
  );


// contributions/modules/colorpicker/colorpicker_cck.module:DRUPAL-5
function colorpicker_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Colorpicker field',
      
'field types' => array('colorpicker'),
    )
  );


// contributions/modules/colorpicker/colorpicker_cck.module:DRUPAL-6--1
function colorpicker_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('colorpicker_cck_textfield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'markup' => array(
      
'label' => t('Markup'),
      
'field types' => array('colorpicker_cck_textfield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/colorpicker/colorpicker_cck.module:DRUPAL-6--2
function colorpicker_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('colorpicker_cck_textfield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'markup' => array(
      
'label' => t('Markup'),
      
'field types' => array('colorpicker_cck_textfield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/combofield/combo.module:HEAD
function combo_field_formatter_info() {
  return array(
    
'combo_default' => array(
      
'label' => t('Combo Field'),
      
'field types' => array('combo'),
    ),
  );


// contributions/modules/comicview/comicview.module:HEAD
function comicview_field_formatter_info() {
  
$formatters = array(
    
'paginated' => array(
      
'label' => 'Comic Paginated',
      
'field types' => array('image'),
    ),
  );
  
  if (
module_exists('imagefield') && module_exists('imagecache')) {
    
$rules = array();
    if (
function_exists('imagecache_presets')) {
      
$presets imagecache_presets();
      foreach (
$presets as $preset_id => $preset_info) {
        
$rules[$preset_id] = $preset_info['presetname'];
      }
    }
    else {
      
$rules _imagecache_get_presets();
    }
    
    foreach (
$rules as $ruleid => $view_rule) {
      
$formatters['paginated]['.$view_rule] = array(
        
'label' => 'Comic Paginated ('.$view_rule.')',
        
'field types' => array('image'),
      );
    }
  }
  
  return 
$formatters;


// contributions/modules/comicview/comicview.module:DRUPAL-5
function comicview_field_formatter_info() {
  
$formatters = array(
    
'paginated' => array(
      
'label' => 'Comic Paginated',
      
'field types' => array('image'),
    ),
  );
  
  if (
module_exists('imagefield') && module_exists('imagecache')) {
    
$rules = array();
    if (
function_exists('imagecache_presets')) {
      
$presets imagecache_presets();
      foreach (
$presets as $preset_id => $preset_info) {
        
$rules[$preset_id] = $preset_info['presetname'];
      }
    }
    else {
      
$rules _imagecache_get_presets();
    }
    
    foreach (
$rules as $ruleid => $view_rule) {
      
$formatters['paginated]['.$view_rule] = array(
        
'label' => 'Comic Paginated ('.$view_rule.')',
        
'field types' => array('image'),
      );
    }
  }
  
  return 
$formatters;


// contributions/modules/commentreference/commentreference.module:HEAD
function commentreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('commentreference'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('commentreference'),
    ),
  );


// contributions/modules/commentreference/commentreference.module:DRUPAL-5
function commentreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('commentreference'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('commentreference'),
    ),
  );


// contributions/modules/commentreference/commentreference.module:DRUPAL-6--1
function commentreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title (link)'),
      
'field types' => array('commentreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Title (no link)'),
      
'field types' => array('commentreference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/commentreference/commentreference.module:DRUPAL-7--1
function commentreference_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('commentreference'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('commentreference'),
    ),
  );


// contributions/modules/commerce/modules/cart/commerce_cart.module:HEAD
function commerce_cart_field_formatter_info() {
  return array(
    
'commerce_cart_add_to_cart_form' => array(
      
'label' => t('Add to Cart form'),
      
'description' => t('Display an Add to Cart form for the referenced product.'),
      
'field types' => array('commerce_product_reference'),
      
'settings' => array(
        
'show_quantity' => FALSE,
        
'default_quantity' => 1,
      ),
    ),
  );


// contributions/modules/commerce/modules/customer/commerce_customer.module:HEAD
function commerce_customer_field_formatter_info() {
  return array(
    
'commerce_customer_profile_reference_display' => array(
      
'label' => t('Customer profile display'),
      
'description' => t('Display the customer profile.'),
      
'field types' => array('commerce_customer_profile_reference'),
    ),
  );


// contributions/modules/commerce/modules/line_item/commerce_line_item.module:HEAD
function commerce_line_item_field_formatter_info() {
  return array(
    
'commerce_line_item_reference_view' => array(
      
'label' => t('Line item View'),
      
'description' => t('Display the line items via a default View.'),
      
'field types' => array('commerce_line_item_reference'),
      
'settings' => array(
        
'view' => 'commerce_line_item_table|default',
      ),
    ),
  );


// contributions/modules/commerce/modules/price/commerce_price.module:HEAD
function commerce_price_field_formatter_info() {
  return array(
    
'commerce_price_raw_amount' => array(
      
'label' => t('Raw amount'),
      
'field types' => array('commerce_price'),
      
'settings' => array(
        
'calculation' => FALSE,
      ),
    ),
    
'commerce_price_formatted_amount' => array(
      
'label' => t('Formatted amount'),
      
'field types' => array('commerce_price'),
      
'settings' => array(
        
'calculation' => FALSE,
      ),
    ),
  );


// contributions/modules/commerce/modules/product_reference/commerce_product_reference.module:HEAD
function commerce_product_reference_field_formatter_info() {
  return array(
    
'commerce_product_reference_sku_link' => array(
      
'label' => t('SKU (link)'),
      
'description' => t('Display the SKU of the referenced product as a link to the node page.'),
      
'field types' => array('commerce_product_reference'),
    ),
    
'commerce_product_reference_sku_plain' => array(
      
'label' => t('SKU (no link)'),
      
'description' => t('Display the SKU of the referenced product as plain text.'),
      
'field types' => array('commerce_product_reference'),
    ),
    
'commerce_product_reference_title_link' => array(
      
'label' => t('Title (link)'),
      
'description' => t('Display the title of the referenced product as a link to the node page.'),
      
'field types' => array('commerce_product_reference'),
    ),
    
'commerce_product_reference_title_plain' => array(
      
'label' => t('Title (no link)'),
      
'description' => t('Display the title of the referenced product as plain text.'),
      
'field types' => array('commerce_product_reference'),
    ),
  );


// contributions/modules/compass_rose/compass_rose.module:HEAD
function compass_rose_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('compass_rose'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/compass_rose/compass_rose.module:DRUPAL-7--1
function compass_rose_field_formatter_info() {
  return array(
    
'compass_rose_default' => array(
      
'label' => t('Default compass rose'),
      
'field types' => array('orientation'),
    ),
  );


// contributions/modules/computed_field/computed_field.module:HEAD
function computed_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Raw text'),
      
'field types' => array('computed'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('computed'),
    ),
    
'markup' => array(
      
'label' => t('Markup'),
      
'field types' => array('computed'),
    ),
    
'computed_value' => array(
      
'label' => t('Computed Value'),
      
'field types' => array('computed'),
    ),
  );


// contributions/modules/computed_field/computed_field.module:DRUPAL-4-7
function computed_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Raw text'),
      
'field types' => array('computed'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('computed'),
    ),
    
'markup' => array(
      
'label' => t('Markup'),
      
'field types' => array('computed'),
    ),
  );


// contributions/modules/computed_field/computed_field.module:DRUPAL-6--1
function computed_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Raw text'),
      
'field types' => array('computed'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('computed'),
    ),
    
'markup' => array(
      
'label' => t('Markup'),
      
'field types' => array('computed'),
    ),
    
'computed_value' => array(
      
'label' => t('Computed Value'),
      
'field types' => array('computed'),
    ),
  );


// contributions/modules/computed_field/computed_field.module:DRUPAL-7--1
function computed_field_field_formatter_info() {
  return array(
    
'computed_field_default' => array(
      
'label' => t('Default'),
      
'field types' => array('computed'),
    ),
    
'computed_field_plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('computed'),
    ),
    
'computed_field_markup' => array(
      
'label' => t('Filtered markup'),
      
'field types' => array('computed'),
    ),
    
'computed_field_computed_value' => array(
      
'label' => t('Raw computed value'),
      
'field types' => array('computed'),
    ),
  );


// contributions/modules/content_levels/content_levels_cck.inc:HEAD
function content_levels_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('content_levels'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('content_levels'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/content_profile/Attic/content_profile.module:HEAD
/* N/A */

// contributions/modules/content_profile/Attic/content_profile.module:DRUPAL-6--1
function content_profile_field_formatter_info() {
  
$formatters = array();
  if (
module_exists('imagecache')) {
    foreach (
imagecache_presets() as $preset) {
      
$formatters[$preset['presetname'] .'_userlink'] = array(
        
'label' => t('@preset image linked to user profile', array('@preset' => $preset['presetname'])),
        
'field types' => array('image''filefield'),
      );
    }
  }
  return 
$formatters;


// contributions/modules/content_taxonomy/content_taxonomy.module:HEAD
function content_taxonomy_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'As Text',
      
'field types' => array('content_taxonomy'),
    ),
    
'link' => array(
      
'label' => 'As Link',
      
'field types' => array('content_taxonomy'),
    ),
  );


// contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-4-7
function content_taxonomy_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'As Text',
      
'field types' => array('content_taxonomy'),
    ),
    
'link' => array(
      
'label' => 'As Link',
      
'field types' => array('content_taxonomy'),
    ),
  );


// contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-5
function content_taxonomy_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'As Text',
      
'field types' => array('content_taxonomy'),
    ),
    
'link' => array(
      
'label' => 'As Link',
      
'field types' => array('content_taxonomy'),
    ),
  );


// contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-6--1
function content_taxonomy_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('As Text'),
      
'field types' => array('content_taxonomy'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'link' => array(
      
'label' => t('As Link'),
      
'field types' => array('content_taxonomy'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-7--1
/* N/A */

// contributions/modules/content_taxonomy_term_list/content_taxonomy_term_list.module:HEAD
function content_taxonomy_term_list_field_formatter_info() {
  
$items = array();

  foreach (array(
'text''link') as $type) {
    foreach (array(
'inline''block') as $style) {
      
$items[$type .'__'$style] = array(
        
'label' => t('As !style !type', array('!style' => $style'!type' => $type)),
        
'field types' => array('content_taxonomy_term_list'),
        
'multiple values' => CONTENT_HANDLE_MODULE,
      );
    }
  }

  return 
$items;


// contributions/modules/content_taxonomy_term_list/content_taxonomy_term_list.module:DRUPAL-6--1
function content_taxonomy_term_list_field_formatter_info() {
  
$items = array();

  foreach (array(
'text''link') as $type) {
    foreach (array(
'inline''block') as $style) {
      
$items[$type .'__'$style] = array(
        
'label' => t('As !style !type', array('!style' => $style'!type' => $type)),
        
'field types' => array('content_taxonomy_term_list'),
        
'multiple values' => CONTENT_HANDLE_MODULE,
      );
    }
  }

  return 
$items;


// contributions/modules/countries/countries.module:HEAD
function countries_field_formatter_info() {
  
$formatters = array(
    
'country_default' => array(
      
'label' => t('Default'),
      
'field types' => array('country'),
    ),
    
'country_official' => array(
      
'label' => t('Official name'),
      
'field types' => array('country'),
    ),
    
'country_alpha_2' => array(
      
'label' => t('ISO alpha-2 code'),
      
'field types' => array('country'),
    ),
    
'country_alpha_3' => array(
      
'label' => t('ISO alpha-3 code'),
      
'field types' => array('country'),
    ),
    
'country_number' => array(
      
'label' => t('ISO numeric-3 code'),
      
'field types' => array('country'),
    ),
  );

  
// Third party module integration. Use "country_{$module}_data1_data2" format.
  
if (module_exists('countryicons')) {
    foreach (
countryicons_get_iconsets() as $iconsets) {
      
$formatter implode('_', array('country''countryicons''image'$iconsets['name']));
      
$formatters[$formatter] = array(
        
'label' => t('Country icon image ' $iconsets['name']),
        
'field types' => array('country'),
      );

      
$formatter implode('_', array('country''countryicons''sprite'$iconsets['name']));
      
$formatters[$formatter] = array(
        
'label' => t('Country icon sprite ' $iconsets['name']),
        
'field types' => array('country'),
      );
    }
  }

  return 
$formatters;


// contributions/modules/covert_fields/covert_fields.formatter.inc:HEAD
function covert_fields_field_formatter_info() {
  return array(
    
CF_FORMATTER_NAME => array(
      
'label'       => t('Covert field display output'),
      
'field types' => array(
        
'text',
        
'nodereference',
      ),
    ),
  );


// contributions/modules/craqbox/craqbox.module:HEAD
function craqbox_field_formatter_info() {
  
$formatter = array();
  if (
module_exists('imagefield') && module_exists('imagecache')) {
    
$rules _imagecache_get_presets();
    foreach (
$rules as $ruleid => $rulename) {
      
$formatters['craqbox]['$rulename] = array(
        
'label' => 'craqbox: '$rulename,
        
'field types' => array('image'),
      );
    }
  }

  return 
$formatters;


// contributions/modules/craqbox/craqbox.module:DRUPAL-5
function craqbox_field_formatter_info() {
  
$formatter = array();
  if (
module_exists('imagefield') && module_exists('imagecache')) {
    
$rules _imagecache_get_presets();
    foreach (
$rules as $ruleid => $rulename) {
      
$formatters['craqbox]['$rulename] = array(
        
'label' => 'craqbox: '$rulename,
        
'field types' => array('image'),
      );
    }
  }

  return 
$formatters;


// contributions/modules/ctools/includes/fields.inc:HEAD
function ctools_fields_get_field_formatter_info($fields) {
  
$info = array();
  foreach (
$fields as $field) {
    
$field_info module_invoke($field['module'], 'field_formatter_info');
    if (
$field_info) {
      
$info += $field_info;
    }
  }
  
drupal_alter('field_formatter_info'$info);
  return 
$info;
}

// contributions/modules/ctr_field/ctr_field.module:HEAD
function ctr_field_field_formatter_info() {
  return array(
    
'field_ctr_simple_rating' => array(
      
'label' => t('Simple CTR rating formatter'),
      
'field types' => array('ctr_field'),
      
'settings' => array(
        
'make_link' => TRUE,
      ),
    ),
  );


// contributions/modules/ctr_field/ctr_field.module:DRUPAL-7--1
function ctr_field_field_formatter_info() {
  return array(
    
'field_ctr_simple_rating' => array(
      
'label' => t('Simple CTR rating formatter'),
      
'field types' => array('ctr_field'),
      
'settings' => array(
        
'make_link' => TRUE,
        
'new_window' => FALSE,
      ),
    ),
  );


// contributions/modules/currency_cck/currency_cck.module:HEAD
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('currency_cck'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('currency_cck'),
    ),
  );


// contributions/modules/currency_cck/currency_cck.module:DRUPAL-4-7
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('currency_cck'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('currency_cck'),
    ),
  );


// contributions/modules/currency_cck/currency_cck.module:DRUPAL-5
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('currency_cck'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('currency_cck'),
    ),
  );


// contributions/modules/currency_cck/currency_cck.module:DRUPAL-6--1
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Name and code',
      
'field types' => array('currency_cck'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => 'Name only',
      
'field types' => array('currency_cck'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'full' => array(
      
'label' => 'Code only',
      
'field types' => array('currency_cck'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    )
  );


// contributions/modules/currency_cck/currency_cck.module:HEAD
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('currency_cck'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('currency_cck'),
    ),
  );


// contributions/modules/currency_cck/currency_cck.module:DRUPAL-4-7
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('currency_cck'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('currency_cck'),
    ),
  );


// contributions/modules/currency_cck/currency_cck.module:DRUPAL-5
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('currency_cck'),
    ),
    
'plain' => array(
      
'label' => 'Plain text',
      
'field types' => array('currency_cck'),
    ),
  );


// contributions/modules/currency_cck/currency_cck.module:DRUPAL-6--1
function currency_cck_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Name and code',
      
'field types' => array('currency_cck'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => 'Name only',
      
'field types' => array('currency_cck'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'full' => array(
      
'label' => 'Code only',
      
'field types' => array('currency_cck'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    )
  );


// contributions/modules/custom_formatters/custom_formatters.module:HEAD
function custom_formatters_field_formatter_info() {
  
$formatters = array();

  foreach (
custom_formatters_formatters() as $formatter) {
    
$formatters[$formatter->name] = array(
      
'label' => t('Custom: !label', array('!label' => $formatter->label)),
      
'description' => t($formatter->description),
      
'field types' => unserialize($formatter->field_types),
    );
  }

  return 
$formatters;


// contributions/modules/custom_formatters/custom_formatters.module:DRUPAL-6--1
function custom_formatters_field_formatter_info() {
  
$formatters = array();

  foreach (
custom_formatters_formatters() as $formatter) {
    if (
$formatter->status) {
      
$formatters['custom_formatters_' $formatter->name] = array(
        
'label' => t('Custom: !label', array('!label' => $formatter->label)),
        
'description' => t($formatter->description),
        
'field types' => unserialize($formatter->field_types),
        
'multiple values' => $formatter->multiple CONTENT_HANDLE_MODULE CONTENT_HANDLE_CORE,
      );
    }
  }

  return 
$formatters;


// contributions/modules/custom_formatters/custom_formatters_export.tpl.php:HEAD
/* N/A */

// contributions/modules/custom_formatters/custom_formatters_export.tpl.php:DRUPAL-6--1
/* N/A */

// contributions/modules/custom_formatters/templates/Attic/custom_formatters_export_module.tpl.php:HEAD
/* N/A */

// contributions/modules/custom_formatters/templates/Attic/custom_formatters_export_module.tpl.php:DRUPAL-6--1
/* N/A */

// contributions/modules/custom_map/custom_map.module:HEAD
function custom_map_field_formatter_info() {
  
$formatters = array(
    
'default' => array(
      
'label' => t('Original map, with marker'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'field types' => array('custom_map')
    ),
  );

  if (
module_exists('imagecache')) {
    
// Add imagecache presets.
    
foreach (imagecache_presets() as $preset) {
      
$formatters['custom_map_imagecache_' $preset['presetname']] = array(
        
'label' => t('@preset image', array('@preset' => $preset['presetname'])),
        
'field types' => array('custom_map'),
        
'multiple values' => CONTENT_HANDLE_MODULE,
      );
    }
  }

  return 
$formatters;


// contributions/modules/cyoa/cyoa.module:HEAD
function cyoa_field_formatter_info() {
  return array(
    
'cyoas' => array(
      
'label' => t('Start [cyoa]'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'cyoac' => array(
      
'label' => t('Continue [cyoa]'),
      
'field types' => array('nodereference'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/d2c/d2c_core/d2c_core_field.inc:HEAD
function d2c_core_field_formatter_info() {
  return array(
    
'd2c_core_code_simple_field_formatter' => array(
      
'label' => t('QR code'),
      
'field types' => array('d2c_core_code'),
    ),
  );


// contributions/modules/date/date.field.inc:HEAD
function date_field_formatter_info() {
  
$formatters = array(
    
'date_default' => array(
      
'label' => t('Default'),
      
'field types' => array('date''datestamp''datetime'),
      
'settings' => array(
        
'format_type' => 'long',
        
'show_repeat_rule' => 'show',
        
'multiple_number' => '',
        
'multiple_from' => '',
        
'multiple_to' => '',
        
'fromto' => 'both',
      ),
    ),
    
'format_interval' => array(
      
'label' => t('As Time Ago'),
      
'field types' => array('date''datestamp''datetime'),
      
'settings' => array(
        
'interval' => 2,
      ),
    ),
  );
  
$formats _system_date_format_types_build();
  foreach (
$formats as $format => $value) {
    
$formatters['date_' $format] = $formatters['date_default'];
    
$formatters['date_' $format]['format_type'] = $format;
    
$formatters['date_' $format]['label'] = $value['title'];
  }
  return 
$formatters;


// contributions/modules/date/date.module:HEAD
/* N/A */

// contributions/modules/date/date.module:DRUPAL-4-7
function date_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('date''datestamp'),
    ),
    
'long' => array(
      
'label' => t('Long'),
      
'field types' => array('date''datestamp'),
    ),
    
'medium' => array(
      
'label' => t('Medium'),
      
'field types' => array('date''datestamp'),
    ),
    
'short' => array(
      
'label' => t('Short'),
      
'field types' => array('date''datestamp'),
    ),
    
'iso' => array(
      
'label' => t('ISO'),
      
'field types' => array('date''datestamp'),
    ),
    
'timestamp' => array(
      
'label' => t('Timestamp'),
      
'field types' => array('date''datestamp'),
    ),
    
'feed' => array(
      
'label' => t('Feed'),
      
'field types' => array('date''datestamp'),
    ),
    
'ical' => array(
      
'label' => t('iCal'),
      
'field types' => array('date''datestamp'),
    ),
    
'format_interval' => array(
      
'label' => t('As Time Ago'),
      
'field types' => array('date''datestamp'),
    ),
  );


// contributions/modules/date/date.module:DRUPAL-5
function date_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('date''datestamp'),
    ),
    
'long' => array(
      
'label' => t('Long'),
      
'field types' => array('date''datestamp'),
    ),
    
'medium' => array(
      
'label' => t('Medium'),
      
'field types' => array('date''datestamp'),
    ),
    
'short' => array(
      
'label' => t('Short'),
      
'field types' => array('date''datestamp'),
    ),
    
'iso' => array(
      
'label' => t('ISO'),
      
'field types' => array('date''datestamp'),
    ),
    
'timestamp' => array(
      
'label' => t('Timestamp'),
      
'field types' => array('date''datestamp'),
    ),
    
'feed' => array(
      
'label' => t('Feed'),
      
'field types' => array('date''datestamp'),
    ),
    
'ical' => array(
      
'label' => t('iCal'),
      
'field types' => array('date''datestamp'),
    ),
    
'format_interval' => array(
      
'label' => t('As Time Ago'),
      
'field types' => array('date''datestamp'),
    ),
  );


// contributions/modules/date/date/Attic/date.field.inc:HEAD
/* N/A */

// contributions/modules/date/date/Attic/date.module:HEAD
/* N/A */

// contributions/modules/date/date/Attic/date.module:DRUPAL-5--2
function date_field_formatter_info() {
  return array(
    
'default' => array('label' => t('Default'),
      
'field types' => array('date''datestamp')),
    
'long' => array('label' => t('Long'),
      
'field types' => array('date''datestamp')),
    
'medium' => array('label' => t('Medium'),
      
'field types' => array('date''datestamp')),
    
'short' => array('label' => t('Short'),
      
'field types' => array('date''datestamp')),
    
'iso' => array('label' => t('ISO'),
      
'field types' => array('date''datestamp')),
    
'timestamp' => array('label' => t('Timestamp'),
      
'field types' => array('date''datestamp')),
    
'feed' => array('label' => t('Feed'),
      
'field types' => array('date''datestamp')),
    
'ical' => array('label' => t('iCal'),
      
'field types' => array('date''datestamp')),
    
'format_interval' => array('label' => t('As Time Ago'),
      
'field types' => array('date''datestamp')),
  );


// contributions/modules/date/date/Attic/date.module:DRUPAL-6--1
function date_field_formatter_info() {
  return array(
    
'default' => array('label' => t('Default'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'long' => array('label' => t('Long'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'medium' => array('label' => t('Medium'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'short' => array('label' => t('Short'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'iso' => array('label' => t('ISO'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'timestamp' => array('label' => t('Timestamp'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'feed' => array('label' => t('Feed'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'ical' => array('label' => t('iCal'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'format_interval' => array('label' => t('As Time Ago'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
  );


// contributions/modules/date/date/Attic/date.module:DRUPAL-6--2
function date_field_formatter_info() {
  
$formatters = array(
    
'default' => array('label' => t('Default'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
    
'format_interval' => array('label' => t('As Time Ago'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_CORE),
  );

  
$format_types date_get_format_types(''TRUE);
  if (!empty(
$format_types)) {
    foreach (
$format_types as $type => $type_info) {
      
$formatters[$type] = array(
        
'label' => $type_info['title'],
        
'field types' => array('date''datestamp''datetime'),
        
'multiple values' => CONTENT_HANDLE_CORE,
      );
    }
  }

  return 
$formatters;


// contributions/modules/date_picker_formatter/date_picker_formatter.module:HEAD
function date_picker_formatter_field_formatter_info() {
  
$formatters = array(
    
'date_picker_formatter' => array('label' => t('date_picker_formatter'),
      
'field types' => array(
        
'date',
        
'datestamp',
        
'datetime'
      
),
      
'multiple values' => CONTENT_HANDLE_MODULE
    
),
  );
  return 
$formatters;


// contributions/modules/date_picker_formatter/date_picker_formatter.module:DRUPAL-6--1
function date_picker_formatter_field_formatter_info() {
  
$formatters = array(
    
'date_picker_formatter' => array('label' => t('date_picker_formatter'),
      
'field types' => array(
        
'date',
        
'datestamp',
        
'datetime'
      
),
      
'multiple values' => CONTENT_HANDLE_MODULE
    
),
  );
  return 
$formatters;


// contributions/modules/date_picker_formatter/date_picker_formatter.module:DRUPAL-6--2
function date_picker_formatter_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Date picker formatter'),
      
'field types' => array('date''datestamp''datetime'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description' => t('Allow users to vote for each date/time set (using VotingAPI)'),  
    ),
  );


// contributions/modules/derivative/derivative.module:HEAD
function derivative_field_formatter_info() {
  
$formatters = array();
  
$derivatives derivative_derivatives();
  foreach(
$derivatives as $derivative) {
    
$formatters['derivative_'$derivative->did .'_media_default']  = array(
      
'label' => 'Derivative: '$derivative->name,
      
'field types' => array('file'),
    );
    
$formatters['derivative_'$derivative->did .'_thumb_default'] = array(
      
'label' => 'Derivative: '$derivative->name .'(thumbnail)',
      
'field types' => array('file'),
    );
    
$formatters['derivative_'$derivative->did .'_thumb_nodelink'] = array(
      
'label' => 'Derivative: '$derivative->name .'(thumbnail) linked to node',
      
'field types' => array('file'),
    );


  }
  return 
$formatters;


// contributions/modules/deviantart_embed/deviantart_embed.module:HEAD
function deviantart_embed_field_formatter_info() {
  
$types = array('deviantart_embed', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/document_cloud/Attic/document_cloud.module:HEAD
/* N/A */

// contributions/modules/document_cloud/Attic/document_cloud.module:DRUPAL-6--1
function document_cloud_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Title and thumbnail as link (default)'),
      
'field types' => array('document_cloud_doc'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'just_title' => array(
      
'label' => t('Title as link'),
      
'field types' => array('document_cloud_doc'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/download_count/download_count.module:HEAD
function download_count_field_formatter_info() {
  return array(
    
'download_count' => array(
      
'label' => t('Generic files with download count'),
      
'field types' => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'description' => t('Displays all kinds of files with an icon and a linked file description with download count information.'),
  ));


// contributions/modules/download_count/download_count.module:DRUPAL-5
/* N/A */

// contributions/modules/download_count/download_count.module:DRUPAL-6--1
/* N/A */

// contributions/modules/download_count/download_count.module:DRUPAL-6--2
function download_count_field_formatter_info() {
  return array(
    
'download_count' => array(
      
'label' => t('Generic files with download count'),
      
'field types' => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'description' => t('Displays all kinds of files with an icon and a linked file description with download count information.'),
  ));


// contributions/modules/download_count/download_count.module:DRUPAL-7--2
function download_count_field_formatter_info() {
  return array(
    
'download_count' => array(
      
'label' => t('Generic files with download count'),
      
'field types' => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'description' => t('Displays all kinds of files with an icon and a linked file description with download count information.'),
    ),
  );


// contributions/modules/download_file/download_file.module:HEAD
function download_file_field_formatter_info() {
  return array(
    
'direct_download' => array(
      
'label'           => t('Direct download file'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file.')
    ),
    
'direct_download_icon' => array(
      
'label'           => t('Direct download file with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file with the type icon.')
    ),
    
'direct_download_accessible' => array(
      
'label'           => t('Direct download file accessible'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file.')
    ),
    
'direct_download_accessible_icon' => array(
      
'label'           => t('Direct download file accessible with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file with the type icon.')
    )
  );


// contributions/modules/download_file/download_file.module:DRUPAL-6--1
function download_file_field_formatter_info() {
  
$formatters = array(
    
'direct_download' => array(
      
'label'           => t('Direct download file'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file.')
    ),
    
'direct_download_icon' => array(
      
'label'           => t('Direct download file with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file with the type icon.')
    ),
    
'direct_download_accessible' => array(
      
'label'           => t('Direct download file accessible'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file.')
    ),
    
'direct_download_accessible_icon' => array(
      
'label'           => t('Direct download file accessible with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file with the type icon.')
    )
  );
  
  
// ImageCache support
  
if (module_exists('imagecache') && module_exists('imagefield')) {
    foreach (
imagecache_presets() as $preset) {
      
$formatters[$preset['presetname'] . '_imagelink_direct_download'] = array(
        
'label'           => t('Direct download file with thumbnail @preset', array('@preset' => $preset['presetname'])),
        
'field types'     => array('image''filefield'),
        
'multiple values' => CONTENT_HANDLE_MODULE,
        
'description'     => t('Displays a link with a thumbnail to direct download the image.')
      );
      
$formatters[$preset['presetname'] . '_accessiblelink_direct_download'] = array(
        
'label'           => t('Direct download file accessible with thumbnail @preset', array('@preset' => $preset['presetname'])),
        
'field types'     => array('image''filefield'),
        
'multiple values' => CONTENT_HANDLE_MODULE,
        
'description'     => t('Displays a link accessible with a thumbnail to direct download the image.')
      );
    }
  }
  
  return 
$formatters;


// contributions/modules/download_file/download_file.module:DRUPAL-7--1
function download_file_field_formatter_info() {  
  
$formatters = array(
    
'direct_download' => array(
      
'label'         => t('Direct download file'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link to direct download the file.')
    ),
    
'direct_download_icon' => array(
      
'label'         => t('Direct download file with the type icon'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link to direct download the file with the type icon.')
    ),
    
'direct_download_accessible' => array(
      
'label'         => t('Direct download file accessible'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link accessible to direct download the file.')
    ),
    
'direct_download_accessible_icon' => array(
      
'label'         => t('Direct download file accessible with the type icon'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link accessible to direct download the file with the type icon.')
    )
/* @todo Thumbnail formatter,
    'direct_download_thumbnail_image' => array(
      'label'       => t('Direct download with thumbnail image'),
      'field types' => array('image'),
      'description' => t('Displays a link with a thumbnail to direct download the image.'),
      'settings'    => array('image_style' => '', 'image_link' => ''),
    )*/
  
);

  return 
$formatters;


// contributions/modules/download_file/download_file.module:HEAD
function download_file_field_formatter_info() {
  return array(
    
'direct_download' => array(
      
'label'           => t('Direct download file'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file.')
    ),
    
'direct_download_icon' => array(
      
'label'           => t('Direct download file with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file with the type icon.')
    ),
    
'direct_download_accessible' => array(
      
'label'           => t('Direct download file accessible'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file.')
    ),
    
'direct_download_accessible_icon' => array(
      
'label'           => t('Direct download file accessible with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' =>  CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file with the type icon.')
    )
  );


// contributions/modules/download_file/download_file.module:DRUPAL-6--1
function download_file_field_formatter_info() {
  
$formatters = array(
    
'direct_download' => array(
      
'label'           => t('Direct download file'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file.')
    ),
    
'direct_download_icon' => array(
      
'label'           => t('Direct download file with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link to direct download the file with the type icon.')
    ),
    
'direct_download_accessible' => array(
      
'label'           => t('Direct download file accessible'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file.')
    ),
    
'direct_download_accessible_icon' => array(
      
'label'           => t('Direct download file accessible with the type icon'),
      
'field types'     => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description'     => t('Displays a link accessible to direct download the file with the type icon.')
    )
  );
  
  
// ImageCache support
  
if (module_exists('imagecache') && module_exists('imagefield')) {
    foreach (
imagecache_presets() as $preset) {
      
$formatters[$preset['presetname'] . '_imagelink_direct_download'] = array(
        
'label'           => t('Direct download file with thumbnail @preset', array('@preset' => $preset['presetname'])),
        
'field types'     => array('image''filefield'),
        
'multiple values' => CONTENT_HANDLE_MODULE,
        
'description'     => t('Displays a link with a thumbnail to direct download the image.')
      );
      
$formatters[$preset['presetname'] . '_accessiblelink_direct_download'] = array(
        
'label'           => t('Direct download file accessible with thumbnail @preset', array('@preset' => $preset['presetname'])),
        
'field types'     => array('image''filefield'),
        
'multiple values' => CONTENT_HANDLE_MODULE,
        
'description'     => t('Displays a link accessible with a thumbnail to direct download the image.')
      );
    }
  }
  
  return 
$formatters;


// contributions/modules/download_file/download_file.module:DRUPAL-7--1
function download_file_field_formatter_info() {  
  
$formatters = array(
    
'direct_download' => array(
      
'label'         => t('Direct download file'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link to direct download the file.')
    ),
    
'direct_download_icon' => array(
      
'label'         => t('Direct download file with the type icon'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link to direct download the file with the type icon.')
    ),
    
'direct_download_accessible' => array(
      
'label'         => t('Direct download file accessible'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link accessible to direct download the file.')
    ),
    
'direct_download_accessible_icon' => array(
      
'label'         => t('Direct download file accessible with the type icon'),
      
'field types'   => array('file''image'),
      
'description'   => t('Displays a link accessible to direct download the file with the type icon.')
    )
/* @todo Thumbnail formatter,
    'direct_download_thumbnail_image' => array(
      'label'       => t('Direct download with thumbnail image'),
      'field types' => array('image'),
      'description' => t('Displays a link with a thumbnail to direct download the image.'),
      'settings'    => array('image_style' => '', 'image_link' => ''),
    )*/
  
);

  return 
$formatters;


// contributions/modules/drealty/drealty.module:HEAD
function drealty_field_formatter_info() {
  return array(
    
'lookup' => array(
      
'label' => t('drealty Lookup'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/drush_make_ui/drush_make_ui.module:HEAD
/* N/A */

// contributions/modules/drush_make_ui/drush_make_ui.module:DRUPAL-6--1
function drush_make_ui_field_formatter_info() {
  return array(
    
'makefile' => array(
      
'label' => t('Makefile'),
      
'field types' => array('update_feed_cck'),
      
'multiple values' => CONTENT_HANDLE_MODULE,
      
'description' => t('Displays modules in a table with the shortname, server, api and version'),
    ),
    
'drush_make_api' => array(
      
'label' => t('Drush make API (for makefile)'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'description' => t('Displays modules in a table with the shortname, server, api and version'),
    ),
    
'core_api' => array(
      
'label' => t('Core API (for makefile)'),
      
'field types' => array('text'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'description' => t('Displays modules in a table with the shortname, server, api and version'),
    ),    
  );


// contributions/modules/duration/duration.module:HEAD
function duration_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('List of metrics ("2 months, 15 days, ...")'),
      
'field types' => array('duration'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'hms' => array(
      
'label' => t('HMS ("3h20m45s")'),
      
'field types' => array('duration'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'colons' => array(
      
'label' => t('Time with colons ("3:20:45")'),
      
'field types' => array('duration'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/dynamic_formatters/dynamic_formatters.module:HEAD
function dynamic_formatters_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('dynamic_formatters_reference'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('dynamic_formatters_reference'),
    ),
  );


// contributions/modules/dynamic_formatters/dynamic_formatters.module:DRUPAL-6--1
function dynamic_formatters_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('dynamic_formatters_preset'),
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('dynamic_formatters_preset'),
    ),
  );


// contributions/modules/dynamicfield/Attic/phptext.module:HEAD
/* N/A */

// contributions/modules/dynamicfield/Attic/phptext.module:DRUPAL-6--1
function phptext_field_formatter_info() {
  return array(
        
'default' => array(
      
'label' => t('Default'),
      
'field types' => array('phptext'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/dyntextfield/dyntextfield.module:HEAD
function dyntextfield_field_formatter_info() {
  return array(
    
// The machine name of the formatter.
    
'default' => array(
      
// The human-readable label shown on the Display
      // fields screen.
      
'label' => t('Default'),
      
// An array of the field types this formatter
      // can be used on.
      
'field types' => array('dyntextfield'),
      
// CONTENT_HANDLE_CORE:   CCK will pass the formatter
      // a single value.
      // CONTENT_HANDLE_MODULE: CCK will pass the formatter
      // an array of all the values. None of CCK's core
      // formatters use multiple values, that is an option
      // available to other modules that want it.
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('dyntextfield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/dyntextfield/dyntextfield.module:DRUPAL-6--1
function dyntextfield_field_formatter_info() {
  return array(
    
// The machine name of the formatter.
    
'default' => array(
      
// The human-readable label shown on the Display
      // fields screen.
      
'label' => t('Default'),
      
// An array of the field types this formatter
      // can be used on.
      
'field types' => array('dyntextfield'),
      
// CONTENT_HANDLE_CORE:   CCK will pass the formatter
      // a single value.
      // CONTENT_HANDLE_MODULE: CCK will pass the formatter
      // an array of all the values. None of CCK's core
      // formatters use multiple values, that is an option
      // available to other modules that want it.
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Plain text'),
      
'field types' => array('dyntextfield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/ebay/ebay_field/ebay_field.module:HEAD
function ebay_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Small image and basic info'),
      
'field types' => array('ebay_item'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ), 
  
'detail' => array(
    
'label' => t('Small image and detail info'),
    
'field types' => array('ebay_item'),
    
'multiple values' => CONTENT_HANDLE_CORE
  
),
  
'graphic' => array(
    
'label' => t('Small image linked to product, no info'),
    
'field types' => array('ebay_item'),
    
'multiple values' => CONTENT_HANDLE_CORE
  
),
  
'graphic_large' => array(
    
'label' => t('Large image linked to product, no info'),
    
'field types' => array('ebay_item'),
    
'multiple values' => CONTENT_HANDLE_CORE  
  
),
  
'grand' => array(
    
'label' => t('Full page view'),
    
'field types' => array('ebay_item'),
    
'multiple values' => CONTENT_HANDLE 
  
),
  
'strict' => array(
    
'label' => t('Strictly details'),
    
'field types' => array('ebay_item'),
    
'multiple values' => CONTENT_HANDLE_CORE
  
)
  );


// contributions/modules/editablefields/editablefields.module:HEAD
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-5
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-5--2
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-5--3
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-6--1
function editablefields_field_formatter_info() {
  return array(
    
'editable' => array(
      
'label' => t('Editable'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'clicktoedit' => array(
      
'label' => t('Click to Edit'),
      
'field types' => array_keys(_content_field_types()),
      ),
    );


// contributions/modules/editablefields/editablefields.module:DRUPAL-6--2
function editablefields_field_formatter_info() {
  return array(
    
'editable' => array(
      
'label' => t('Editable (Ajax)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'editable_html' => array(
      
'label' => t('Editable (HTML)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'clicktoedit' => array(
      
'label' => t('Click to Edit'),
      
'field types' => array_keys(_content_field_types()),
      ),
    );


// contributions/modules/editablefields/editablefields.module:DRUPAL-6--3
function editablefields_field_formatter_info() {
  return array(
    
'editable' => array(
      
'label' => t('Editable (Ajax)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'editable_html' => array(
      
'label' => t('Editable (HTML)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'clicktoedit' => array(
      
'label' => t('Click to Edit'),
      
'field types' => array_keys(_content_field_types()),
      ),
    );


// contributions/modules/editablefields/editablefields.module:HEAD
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-5
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-5--2
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-5--3
function editablefields_field_formatter_info()
{
  return array(
    
'editable' => array(
      
'label' => 'Editable',
      
'field types' => array_keys(_content_field_types()),
      ));


// contributions/modules/editablefields/editablefields.module:DRUPAL-6--1
function editablefields_field_formatter_info() {
  return array(
    
'editable' => array(
      
'label' => t('Editable'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'clicktoedit' => array(
      
'label' => t('Click to Edit'),
      
'field types' => array_keys(_content_field_types()),
      ),
    );


// contributions/modules/editablefields/editablefields.module:DRUPAL-6--2
function editablefields_field_formatter_info() {
  return array(
    
'editable' => array(
      
'label' => t('Editable (Ajax)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'editable_html' => array(
      
'label' => t('Editable (HTML)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'clicktoedit' => array(
      
'label' => t('Click to Edit'),
      
'field types' => array_keys(_content_field_types()),
      ),
    );


// contributions/modules/editablefields/editablefields.module:DRUPAL-6--3
function editablefields_field_formatter_info() {
  return array(
    
'editable' => array(
      
'label' => t('Editable (Ajax)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'editable_html' => array(
      
'label' => t('Editable (HTML)'),
      
'field types' => array_keys(_content_field_types()),
      ),
    
'clicktoedit' => array(
      
'label' => t('Click to Edit'),
      
'field types' => array_keys(_content_field_types()),
      ),
    );


// contributions/modules/education_field/Attic/education_field.module:HEAD
/* N/A */

// contributions/modules/education_field/Attic/education_field.module:DRUPAL-5
function education_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('education'),
    ),
  );


// contributions/modules/education_field/Attic/education_field.module:DRUPAL-6--1
function education_field_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default',
      
'field types' => array('education'),
    ),
  );


// contributions/modules/email/email.module:HEAD
function email_field_formatter_info() {
  return array(
    
'email-link' => array(
      
'label' => 'Email-Link',
      
'field types' => array('email'),
    ),
    
'email-invisi' => array(
      
'label' => 'Email-Invisimail',
      
'field types' => array('email'),
    ),
  );


// contributions/modules/email/email.module:DRUPAL-4-7
function email_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => 'Default Email-Link',
      
'field types' => array('email'),
    ),
    
'invisi' => array(
      
'label' => 'Email-Invisimail',
      
'field types' => array('email'),
    ),
    
'contact' => array(
      
'label' => 'Email-Contact Form',
      
'field types' => array('email'),
    ),
  );


// contributions/modules/email/email.module:DRUPAL-5
function email_field_formatter_info() {
  
$formats = array(
    
'default' => array(
      
'label' => 'Default Email-Link',
      
'field types' => array('email'),
    ),
    
'contact' => array(
      
'label' => 'Email-Contact Form',
      
'field types' => array('email'),
    ),
  );
  
  if (
module_exists('invisimail')) {
    
$formats['invisi'] = array(
      
'label' => 'Email-Invisimail',
      
'field types' => array('email'),
    );
  }
  return 
$formats;


// contributions/modules/email/email.module:DRUPAL-6--1
function email_field_formatter_info() {
  
$formats = array(
    
'default' => array(
      
'label' => t('Default email link'),
      
'field types' => array('email'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'contact' => array(
      
'label' => t('Email contact form'),
      
'field types' => array('email'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'plain' => array(
      
'label' => t('Email plain text'),
      
'field types' => array('email'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );
  if (
module_exists('spamspan')) {
    
$formats += array(
      
'spamspan' => array(
        
'label' => t('Email SpamSpan'),
        
'field types' => array('email'),
        
'multiple values' => CONTENT_HANDLE_CORE,
      ),
    );
  }
  return 
$formats;


// contributions/modules/email/email.module:DRUPAL-6--2
function email_field_formatter_info() {
  
$formats = array(
    
'default' => array(
      
'label' => 'Default Email-Link',
      
'field types' => array('email'),
    ),
    
'contact' => array(
      
'label' => 'Email-Contact Form',
      
'field types' => array('email'),
    ),
  );
  
  if (
module_exists('invisimail')) {
    
$formats['invisi'] = array(
      
'label' => 'Email-Invisimail',
      
'field types' => array('email'),
    );
  }
  return 
$formats;


// contributions/modules/email/email.module:DRUPAL-7--1
function email_field_formatter_info() {
  
$formats = array(
    
'email_default' => array(
      
'label' => t('Default email link'),
      
'description' => t('Display the email address as a mailto link.'),
      
'field types' => array('email'),
    ),
    
'email_contact' => array(
      
'label' => t('Email contact form'),
      
'description' => t('Display a contact form.'),
      
'field types' => array('email'),
    ),
    
'email_plain' => array(
      
'label' => t('Email plain text'),
      
'description' => t('Display the email address as plain text.'),
      
'field types' => array('email'),
    ),
  );
  if (
module_exists('spamspan')) {
    
$formats += array(
      
'email_spamspan' => array(
        
'label' => t('Email SpamSpan'),
        
'field types' => array('email'),
      ),
    );
  }
  return 
$formats;


// contributions/modules/email_filefield/email_filefield.module:HEAD
function email_filefield_field_formatter_info() {
  return array(
    
'email_form' => array(
      
'label' => t('Link with popup email form'),
      
'field types' => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'description' => t(
        
'Displays a link that, when clicked, pops up a email this file form on'
        
' the page via thickbox.'
      
),  
    ),  
  );


// contributions/modules/email_filefield/email_filefield.module:DRUPAL-6--1
function email_filefield_field_formatter_info() {
  return array(
    
'email_form' => array(
      
'label' => t('Link with popup email form'),
      
'field types' => array('filefield'),
      
'multiple values' => CONTENT_HANDLE_CORE,
      
'description' => t(
        
'Displays a link that, when clicked, pops up a email this file form on'
        
' the page via thickbox.'
      
),  
    ),  
  );


// contributions/modules/embed_gmap/embed_gmap.module:HEAD
function embed_gmap_field_formatter_info() {

  return array(
    
'default' => array('label' => 'Medium map''field types' => array('embed_gmap')),
    
'small' => array('label' => 'Small map''field types' => array('embed_gmap')),
    
'large' => array('label' => 'Large map''field types' => array('embed_gmap')),
  );


// contributions/modules/embed_gmap/embed_gmap.module:DRUPAL-5
function embed_gmap_field_formatter_info() {

  return array(
    
'default' => array('label' => 'Medium map''field types' => array('embed_gmap')),
    
'small' => array('label' => 'Small map''field types' => array('embed_gmap')),
    
'large' => array('label' => 'Large map''field types' => array('embed_gmap')),
  );


// contributions/modules/embed_gmap/embed_gmap.module:DRUPAL-6--1
function embed_gmap_field_formatter_info() {
  return array(
    
'default' => array(
      
'label' => t('Medium map'),
      
'field types' => array('embed_gmap'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'small' => array(
      
'label' => t('Small map'),
      
'field types' => array('embed_gmap'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
    
'large' => array(
      
'label' => t('Large map'),
      
'field types' => array('embed_gmap'),
      
'multiple values' => CONTENT_HANDLE_CORE,
    ),
  );


// contributions/modules/embeddable/Attic/embeddable.module:HEAD
/* N/A */

// contributions/modules/embeddable/Attic/embeddable.module:DRUPAL-7--1
/* N/A */

// contributions/modules/embeddable/Attic/field_collection.module:HEAD
/* N/A */

// contributions/modules/embeddable/Attic/field_collection.module:DRUPAL-7--1
function field_collection_field_formatter_info() {
  return array(
    
'field_collection_list' => array(
      
'label' => t('List field_collections'),
      
'field types' => array('field_collection'),
      
'settings' =>  array(
        
'edit' => t('Edit'),
        
'delete' => t('Delete'),
        
'add' => t('Add'),
      ),
    ),
  );


// contributions/modules/emfield/contrib/emaudio/emaudio.module:HEAD
function emaudio_field_formatter_info() {
  
$types = array('emaudio', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'audio_audio' => array(
      
'label' => t('Full Size Audio Player'),
      
'field types' => $types,
    ),
    
'emaudio_preview' => array(
      
'label' => t('Preview Size Audio Player'),
      
'field types' => $types,
    ),
    
'emaudio_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'emaudio_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-5
function emaudio_field_formatter_info() {
  
$types = array('emaudio', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'audio_audio' => array(
      
'label' => t('Full Size Audio Player'),
      
'field types' => $types,
    ),
    
'emaudio_preview' => array(
      
'label' => t('Preview Size Audio Player'),
      
'field types' => $types,
    ),
    
'emaudio_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'emaudio_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-6--1
function emaudio_field_formatter_info() {
  
$types = array('emaudio', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'audio_audio' => array(
      
'label' => t('Full Size Audio Player'),
      
'field types' => $types,
    ),
    
'audio_preview' => array(
      
'label' => t('Preview Size Audio Player'),
      
'field types' => $types,
    ),
    
'audio_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'audio_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
  );

  return 
$formats;


// contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-6--2
function emaudio_field_formatter_info() {
  
$types = array('emaudio', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'audio_audio' => array(
      
'label' => t('Full Size Audio Player'),
      
'field types' => $types,
    ),
    
'audio_preview' => array(
      
'label' => t('Preview Size Audio Player'),
      
'field types' => $types,
    ),
    
'audio_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'audio_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
  );

  return 
$formats;


// contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-6--3
function emaudio_field_formatter_info() {
  
$types = array('emaudio', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'audio_audio' => array(
      
'label' => t('Full Size Audio Player'),
      
'field types' => $types,
    ),
    
'audio_preview' => array(
      
'label' => t('Preview Size Audio Player'),
      
'field types' => $types,
    ),
    
'audio_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'audio_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
  );

  return 
$formats;


// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:HEAD
/* N/A */

// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--1
function emimage_field_formatter_info() {
  
$types = array('emimage', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'image_full' => array(
      
'label' => t('Full Size Image'),
      
'field types' => $types,
    ),
    
'image_preview' => array(
      
'label' => t('Preview Size Image'),
      
'field types' => $types,
    ),
    
'image_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'image_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--2
function emimage_field_formatter_info() {
  
$types = array('emimage', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'image_full' => array(
      
'label' => t('Full Size Image'),
      
'field types' => $types,
    ),
    
'image_preview' => array(
      
'label' => t('Preview Size Image'),
      
'field types' => $types,
    ),
    
'image_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'image_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
    
'image_link' => array(
      
'label' => t('Link to Image'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--3
function emimage_field_formatter_info() {
  
$types = array('emimage', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'image_full' => array(
      
'label' => t('Full Size Image'),
      
'field types' => $types,
    ),
    
'image_preview' => array(
      
'label' => t('Preview Size Image'),
      
'field types' => $types,
    ),
    
'image_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'image_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
    
'image_link' => array(
      
'label' => t('Link to Image'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:HEAD
/* N/A */

// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--1
function emimage_field_formatter_info() {
  
$types = array('emimage', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'image_full' => array(
      
'label' => t('Full Size Image'),
      
'field types' => $types,
    ),
    
'image_preview' => array(
      
'label' => t('Preview Size Image'),
      
'field types' => $types,
    ),
    
'image_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'image_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--2
function emimage_field_formatter_info() {
  
$types = array('emimage', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'image_full' => array(
      
'label' => t('Full Size Image'),
      
'field types' => $types,
    ),
    
'image_preview' => array(
      
'label' => t('Preview Size Image'),
      
'field types' => $types,
    ),
    
'image_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'image_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
    
'image_link' => array(
      
'label' => t('Link to Image'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--3
function emimage_field_formatter_info() {
  
$types = array('emimage', );
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'image_full' => array(
      
'label' => t('Full Size Image'),
      
'field types' => $types,
    ),
    
'image_preview' => array(
      
'label' => t('Preview Size Image'),
      
'field types' => $types,
    ),
    
'image_thumbnail' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'image_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
    
'image_link' => array(
      
'label' => t('Link to Image'),
      
'field types' => $types,
    ),
  );
  return 
$formats;


// contributions/modules/emfield/contrib/emthumb/emthumb.module:HEAD
/* N/A */

// contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-5
/* N/A */

// contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-6--1
function emthumb_field_formatter_info() {
  
$formatters = array();
  if (!
module_exists('imagecache')) {
    return 
$formatters;
  }
  
$field_types = array('emvideo''emimage''emaudio');
  foreach (
imagecache_presets() as $preset) {
    
$formatters[$preset['presetname'] .'_default'] = array(
      
'label' => t('@preset image', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_linked'] = array(
      
'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_imagelink'] = array(
      
'label' => t('@preset image linked to original image', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_path'] = array(
      
'label' => t('@preset file path', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_url'] = array(
      
'label' => t('@preset URL', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_providerlink'] = array(
      
'label' => t('@preset image linked to provider', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_full'] = array(
      
'label' => t('@preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_preview'] = array(
      
'label' => t('@preset image -> Preview Size Media', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
// Add thickbox formatter if thickbox module exists.
    
if (module_exists('thickbox')) {
      
$formatters[$preset['presetname'] .'_thickbox'] = array(
        
'label' => t('Thickbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
        );
    }
    if (
module_exists('lightbox2')) {
      
$formatters[$preset['presetname'] .'_lightbox2'] = array(
        
'label' => t('Lightbox2: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
      );
    }
    if (
module_exists('shadowbox')) {
      
$formatters[$preset['presetname'] .'_shadowbox'] = array(
        
'label' => t('Shadowbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
      );
    }
  }
  return 
$formatters;
}

// contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-6--2
function emthumb_field_formatter_info() {
  
$formatters = array();
  if (!
module_exists('imagecache')) {
    return 
$formatters;
  }
  
$field_types = array('emvideo''emimage''emaudio');
  foreach (
imagecache_presets() as $preset) {
    
$formatters[$preset['presetname'] .'_default'] = array(
      
'label' => t('@preset image', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_linked'] = array(
      
'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_imagelink'] = array(
      
'label' => t('@preset image linked to original image', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_path'] = array(
      
'label' => t('@preset file path', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_url'] = array(
      
'label' => t('@preset URL', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_providerlink'] = array(
      
'label' => t('@preset image linked to provider', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_full'] = array(
      
'label' => t('@preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_preview'] = array(
      
'label' => t('@preset image -> Preview Size Media', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
// Add colorbox formatter if colorbox module exists.
    
if (module_exists('colorbox')) {
      
$formatters[$preset['presetname'] .'_colorbox'] = array(
        
'label' => t('Colorbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
        );
    }
    
// Add thickbox formatter if thickbox module exists.
    
if (module_exists('thickbox')) {
      
$formatters[$preset['presetname'] .'_thickbox'] = array(
        
'label' => t('Thickbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
        );
    }
    if (
module_exists('lightbox2')) {
      
$formatters[$preset['presetname'] .'_lightbox2'] = array(
        
'label' => t('Lightbox2: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
      );
    }
    if (
module_exists('shadowbox')) {
      
$formatters[$preset['presetname'] .'_shadowbox'] = array(
        
'label' => t('Shadowbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
      );
    }
  }
  return 
$formatters;
}

// contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-6--3
function emthumb_field_formatter_info() {
  
$formatters = array();
  if (!
module_exists('imagecache')) {
    return 
$formatters;
  }
  
$field_types = array('emvideo''emimage''emaudio');
  foreach (
imagecache_presets() as $preset) {
    
$formatters[$preset['presetname'] .'_default'] = array(
      
'label' => t('@preset image', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_linked'] = array(
      
'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_imagelink'] = array(
      
'label' => t('@preset image linked to original image', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_path'] = array(
      
'label' => t('@preset file path', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_url'] = array(
      
'label' => t('@preset URL', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_providerlink'] = array(
      
'label' => t('@preset image linked to provider', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_full'] = array(
      
'label' => t('@preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
$formatters[$preset['presetname'] .'_preview'] = array(
      
'label' => t('@preset image -> Preview Size Media', array('@preset' => $preset['presetname'])),
      
'field types' => $field_types,
    );
    
// Add thickbox formatter if thickbox module exists.
    
if (module_exists('thickbox')) {
      
$formatters[$preset['presetname'] .'_thickbox'] = array(
        
'label' => t('Thickbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
        );
    }
    if (
module_exists('lightbox2')) {
      
$formatters[$preset['presetname'] .'_lightbox2'] = array(
        
'label' => t('Lightbox2: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
      );
    }
    if (
module_exists('shadowbox')) {
      
$formatters[$preset['presetname'] .'_shadowbox'] = array(
        
'label' => t('Shadowbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])),
        
'field types' => $field_types,
      );
    }
  }
  return 
$formatters;
}

// contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:HEAD
/* N/A */

// contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:DRUPAL-6--1
function emvideo_field_formatter_info() {
  
$types = array('emvideo');
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'video_video' => array(
      
'label' => t('Full Size Video'),
      
'field types' => $types,
    ),
    
'video_preview' => array(
      
'label' => t('Preview Video'),
      
'field types' => $types,
    ),
    
'video_thumbnail_no_link' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'video_thumbnail' => array(
      
'label' => t('Image Thumbnail (linked to node)'),
      
'field types' => $types,
    ),
    
'video_thumbnail_provider_link' => array(
      
'label' => t('Image Thumbnail (linked to original video)'),
      
'field types' => $types,
    ),
    
'video_link' => array(
      
'label' => t('Link to original video'),
      
'field types' => $types,
    ),
    
'video_url' => array(
      
'label' => t('URL to original video'),
      
'field types' => $types,
    ),
    
'video_duration' => array(
      
'label' => t('Video duration'),
      
'field types' => $types,
    ),
    
'video_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
    
'video_replace' => array(
      
'label' => t('Thumbnail -> Full Size Video inline replacement'),
      
'field types' => $types,
    ),
    
'video_replace_preview' => array(
      
'label' => t('Thumbnail -> Preview Size Video inline replacement'),
      
'field types' => $types,
    ),
  );

  
// Add thickbox formatter if thickbox module exists.
  
if (module_exists('thickbox')) {
    
$formats['thickbox'] = array(
      
'label' => t('Thickbox: Image Thumbnail -> Full Size Video'),
      
'field types' => $types,
      );
  }
  if (
module_exists('lightbox2')) {
    
$formats['lightbox2'] = array(
      
'label' => t('Lightbox2: Image Thumbnail -> Full Size Video'),
      
'field types' => $types,
    );
  }
  if (
module_exists('shadowbox')) {
    
$formats['shadowbox'] = array(
      
'label' => t('Shadowbox: Image Thumbnail -> Full Size Video'),
      
'field types' => $types,
    );
  }

  return 
$formats;


// contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:DRUPAL-6--2
function emvideo_field_formatter_info() {
  
$types = array('emvideo');
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'video_video' => array(
      
'label' => t('Full Size Video'),
      
'field types' => $types,
    ),
    
'video_preview' => array(
      
'label' => t('Preview Video'),
      
'field types' => $types,
    ),
    
'video_thumbnail_no_link' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'video_thumbnail' => array(
      
'label' => t('Image Thumbnail (linked to node)'),
      
'field types' => $types,
    ),
    
'video_thumbnail_provider_link' => array(
      
'label' => t('Image Thumbnail (linked to original video)'),
      
'field types' => $types,
    ),
    
'video_thumbnail_path' => array(
      
'label' => t('Image Thumbnail (path to thumbnail)'),
      
'field types' => $types,
    ),
    
'video_thumbnail_url' => array(
      
'label' => t('Image Thumbnail (absolute url to thumbnail)'),
      
'field types' => $types,
    ),
    
'video_link' => array(
      
'label' => t('Link to original video'),
      
'field types' => $types,
    ),
    
'video_url' => array(
      
'label' => t('URL to original video'),
      
'field types' => $types,
    ),
    
'video_duration' => array(
      
'label' => t('Video duration'),
      
'field types' => $types,
    ),
    
'video_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
    
'video_replace' => array(
      
'label' => t('Thumbnail -> Full Size Video inline replacement'),
      
'field types' => $types,
    ),
    
'video_replace_preview' => array(
      
'label' => t('Thumbnail -> Preview Size Video inline replacement'),
      
'field types' => $types,
    ),
  );

  
// Add colorbox formatter if colorbox module exists.
  
if (module_exists('colorbox')) {
    
$formats['colorbox'] = array(
      
'label' => t('Colorbox: Image Thumbnail -> Full Size Video'),
      
'field types' => $types,
    );
  }

  
// Add thickbox formatter if thickbox module exists.
  
if (module_exists('thickbox')) {
    
$formats['thickbox'] = array(
      
'label' => t('Thickbox: Image Thumbnail -> Full Size Video'),
      
'field types' => $types,
      );
  }
  if (
module_exists('lightbox2')) {
    
$formats['lightbox2'] = array(
      
'label' => t('Lightbox2: Image Thumbnail -> Full Size Video'),
      
'field types' => $types,
    );
  }
  if (
module_exists('shadowbox')) {
    
$formats['shadowbox'] = array(
      
'label' => t('Shadowbox: Image Thumbnail -> Full Size Video'),
      
'field types' => $types,
    );
  }

  return 
$formats;


// contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:DRUPAL-6--3
function emvideo_field_formatter_info() {
  
$types = array('emvideo');
  
$formats = array(
    
'default' => array(
      
'label' => t('Default'),
      
'field types' => $types,
    ),
    
'video_video' => array(
      
'label' => t('Full Size Video'),
      
'field types' => $types,
    ),
    
'video_preview' => array(
      
'label' => t('Preview Video'),
      
'field types' => $types,
    ),
    
'video_thumbnail_no_link' => array(
      
'label' => t('Image Thumbnail'),
      
'field types' => $types,
    ),
    
'video_thumbnail' => array(
      
'label' => t('Image Thumbnail (linked to node)'),
      
'field types' => $types,
    ),
    
'video_thumbnail_provider_link' => array(
      
'label' => t('Image Thumbnail (linked to original video)'),
      
'field types' => $types,
    ),
    
'video_thumbnail_path' => array(
      
'label' => t('Image Thumbnail (path to thumbnail)'),
      
'field types' => $types,
    ),
    
'video_thumbnail_url' => array(
      
'label' => t('Image Thumbnail (absolute url to thumbnail)'),
      
'field types' => $types,
    ),
    
'video_link' => array(
      
'label' => t('Link to original video'),
      
'field types' => $types,
    ),
    
'video_url' => array(
      
'label' => t('URL to original video'),
      
'field types' => $types,
    ),
    
'video_duration' => array(
      
'label' => t('Video duration'),
      
'field types' => $types,
    ),
    
'video_embed' => array(
      
'label' => t('Embed Code'),
      
'field types' => $types,
    ),
    
'video_replace' => array(
      
'label' => t('Thumbnail -> Full Size Video inline replacement'),
      
'field types' => $types,
    ),
    
'video_replace_preview' => array(
      
'label' => t('Thumbnail -> Preview Size Video inline replacement'),
      
'field types' => $types,
    ),
  );

  
// Add thickbox formatter if thickbox module exists.
  
if (module_exists('thickbox')) {
    
$formats['thickbox'] = array(
      
'label' => t('Thickbox: Image Thumbnail -> Full Siz