[ Index ]
 

Code source de Drupal 5.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/modules/system/ -> system.module (sommaire)

(pas de description)

Poids: 2376 lignes (95 kb)
Inclus ou requis:0 fois
Référencé: 1 fois
Nécessite: 1 fichier
 includes/install.inc

Définit 64 fonctions

  system_help()
  system_perm()
  system_elements()
  system_menu()
  system_user()
  system_main_admin_page()
  system_admin_menu_block()
  system_admin_menu_block_page()
  system_admin_compact_page()
  system_admin_theme_settings()
  system_admin_theme_submit()
  system_theme_select_form()
  theme_system_theme_select_form()
  _system_zonelist()
  system_site_information_settings()
  system_clean_url_settings()
  system_error_reporting_settings()
  system_performance_settings()
  system_file_system_settings()
  system_image_toolkit_settings()
  system_rss_feeds_settings()
  system_date_time_settings()
  system_site_maintenance_settings()
  system_check_directory()
  system_get_files_database()
  system_theme_data()
  system_region_list()
  system_default_region()
  system_initialize_theme_blocks()
  system_settings_form()
  system_theme_settings_submit()
  system_settings_form_submit()
  system_themes()
  theme_system_themes()
  system_themes_submit()
  system_modules()
  system_modules_disable()
  system_modules_confirm_form()
  system_module_build_dependencies()
  system_modules_submit()
  theme_system_modules()
  system_modules_uninstall()
  system_modules_uninstall_confirm_form()
  theme_system_modules_uninstall()
  system_modules_uninstall_validate()
  system_modules_uninstall_submit()
  system_run_cron()
  system_php()
  _system_sql()
  system_sql()
  system_status()
  _system_sort_requirements()
  theme_status_report()
  system_settings_overview()
  system_theme_settings()
  system_node_type()
  confirm_form()
  system_admin_compact_mode()
  theme_admin_page()
  theme_admin_block()
  theme_admin_block_content()
  system_admin_by_module()
  system_get_module_admin_tasks()
  theme_system_admin_by_module()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

system_help($section)   X-Ref
Implementation of hook_help().


system_perm()   X-Ref
Implementation of hook_perm().


system_elements()   X-Ref
Implementation of hook_elements().


system_menu($may_cache)   X-Ref
Implementation of hook_menu().


system_user($type, $edit, &$user, $category = NULL)   X-Ref
Implementation of hook_user().

Allows users to individually set their theme and time zone.

system_main_admin_page($arg = NULL)   X-Ref
Provide the administration overview page.


system_admin_menu_block($block)   X-Ref
Provide a single block on the administration overview page.


system_admin_menu_block_page()   X-Ref
Provide a single block from the administration menu as a page.
This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much information there might be
hidden, so we supply the contents of the block.


system_admin_compact_page($mode = 'off')   X-Ref
Pas de description

system_admin_theme_settings()   X-Ref
This function allows selection of the theme to show in administration sections.


system_admin_theme_submit($form_id, $form_values)   X-Ref
Pas de description

system_theme_select_form($description = '', $default_value = '', $weight = 0)   X-Ref
Pas de description

theme_system_theme_select_form($form)   X-Ref
Pas de description

_system_zonelist()   X-Ref
Pas de description

system_site_information_settings()   X-Ref
Pas de description

system_clean_url_settings()   X-Ref
Pas de description

system_error_reporting_settings()   X-Ref
Pas de description

system_performance_settings()   X-Ref
Pas de description

system_file_system_settings()   X-Ref
Pas de description

system_image_toolkit_settings()   X-Ref
Pas de description

system_rss_feeds_settings()   X-Ref
Pas de description

system_date_time_settings()   X-Ref
Pas de description

system_site_maintenance_settings()   X-Ref
Pas de description

system_check_directory($form_element)   X-Ref
Checks the existence of the directory specified in $form_element. This
function is called from the system_settings form to check both the
file_directory_path and file_directory_temp directories. If validation
fails, the form element is flagged with an error from within the
file_check_directory function.

param: $form_element

system_get_files_database(&$files, $type)   X-Ref
Retrieves the current status of an array of files in the system table.


system_theme_data()   X-Ref
Collect data about all currently available themes


system_region_list($theme_key)   X-Ref
Get a list of available regions from a specified theme.

param: $theme_key
return:

system_default_region($theme)   X-Ref
Get the name of the default region for a given theme.

param: $theme
return:

system_initialize_theme_blocks($theme)   X-Ref
Assign an initial, default set of blocks for a theme.

This function is called the first time a new theme is enabled. The new theme
gets a copy of the default theme's blocks, with the difference that if a
particular region isn't available in the new theme, the block is assigned
to the new theme's default region.

param: $theme

system_settings_form($form)   X-Ref
Add default buttons to a form and set its prefix


system_theme_settings_submit($form_id, $form_values)   X-Ref
Pas de description

system_settings_form_submit($form_id, $form_values)   X-Ref
Execute the system_settings_form.

If you want node type configure style handling of your checkboxes,
add an array_filter value to your form.


system_themes()   X-Ref
Menu callback; displays a listing of all themes.


theme_system_themes($form)   X-Ref
Pas de description

system_themes_submit($form_id, $form_values)   X-Ref
Pas de description

system_modules($form_values = NULL)   X-Ref
Menu callback; provides module enable/disable interface.

Modules can be enabled or disabled and set for throttling if the throttle module is enabled.
The list of modules gets populated by module.info files, which contain each module's name,
description and dependencies.
return:

system_modules_disable($form, $edit, $disabled)   X-Ref
Form process callback function to disable check boxes.


system_modules_confirm_form($modules, $form_values = array()   X-Ref
Pas de description

system_module_build_dependencies($modules, $form_values)   X-Ref
Pas de description

system_modules_submit($form_id, $form_values)   X-Ref
Submit callback; handles modules form submission.


theme_system_modules($form)   X-Ref
Theme call back for the modules form.


system_modules_uninstall($form_values = NULL)   X-Ref
Builds a form of currently disabled modules.

param:
return:

system_modules_uninstall_confirm_form($form_values)   X-Ref
Confirm uninstall of selected modules.

param:
return:

theme_system_modules_uninstall($form)   X-Ref
Themes a table of currently disabled modules.

param:
return:

system_modules_uninstall_validate($form_id, $form_values)   X-Ref
Validates the submitted uninstall form.

param:
param:

system_modules_uninstall_submit($form_id, $form_values)   X-Ref
Processes the submitted uninstall form.

param:
param:

system_run_cron()   X-Ref
Menu callback: run cron manually.


system_php()   X-Ref
Menu callback: return information about PHP.


_system_sql($data, $keys)   X-Ref
Pas de description

system_sql()   X-Ref
Menu callback: return information about PHP.


system_status($check = FALSE)   X-Ref
Menu callback: displays the site status report. Can also be used as a pure check.

param: $check

_system_sort_requirements($a, $b)   X-Ref
Helper function to sort requirements.


theme_status_report(&$requirements)   X-Ref
Theme status report


system_settings_overview()   X-Ref
Menu callback; displays a module's settings page.


system_theme_settings($key = '')   X-Ref
Menu callback; display theme configuration for entire site and individual themes.


system_node_type($op, $info)   X-Ref
Implementation of hook_node_type().

Updates theme settings after a node type change.

confirm_form($form, $question, $path, $description = NULL, $yes = NULL, $no = NULL, $name = 'confirm')   X-Ref
Output a confirmation form

This function returns a complete form for confirming an action. A link is
offered to go back to the item that is being changed in case the user
changes his/her mind.

If the submit handler for this form is invoked, the user successfully
confirmed the action. You should never directly inspect $_POST to see if an
action was confirmed.

param: $form
param: $question
param: $path
param: $description
param: $yes
param: $no
param: $name
return:

system_admin_compact_mode()   X-Ref
Determine if a user is in compact mode.


theme_admin_page($blocks)   X-Ref
This function formats an administrative page for viewing.

param: $blocks

theme_admin_block($block)   X-Ref
This function formats an administrative block for display.

param: $block

theme_admin_block_content($content)   X-Ref
This function formats the content of an administrative block.

param: $block

system_admin_by_module()   X-Ref
Menu callback; prints a listing of admin tasks for each installed module.


system_get_module_admin_tasks($module)   X-Ref
Pas de description

theme_system_admin_by_module($menu_items)   X-Ref
Theme output of the dashboard page.




Généré le : Fri Nov 30 16:20:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics