7 calls to drupal_set_message() in Coder 6
- coder_format_file in scripts/
coder_format/ coder_format.inc - Reads, backups, processes and writes the source code from and to a file.
- coder_format_recursive in scripts/
coder_format/ coder_format.inc - Recursively process .module and .inc files in directory with coder_format_file().
- coder_page_form in ./
coder.module - Implementation of hook_form().
- file_check_directory in scripts/
coder_format/ coder_format.php - Check that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
- file_copy in scripts/
coder_format/ coder_format.php - Copies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy().
- file_destination in scripts/
coder_format/ coder_format.php - Determines the destination path for a file depending on how replacement of existing files should be handled.
- file_move in scripts/
coder_format/ coder_format.php - Moves a file to a new location.