HRDIODB
[ class tree: HRDIODB ] [ index: HRDIODB ] [ all elements ]

Element index for package HRDIODB

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ]

a

$archive_prefix
in file conf.dist.php, global variable $archive_prefix
    Archive prefix.
add
in file mode_class.php, method mode::add()
    Adds a mode.
add
in file mcpear_class.php, method mcpear::add()
    Adds a table row.
add
in file hrdi_db_class.php, method hrdi_db::add()
    HRDI specific add function.
archive.php
procedural page archive.php
authenticate
in file user_class.php, method user::authenticate()
    Authenticates a HRDI admin.
authenticated
in file user_class.php, method user::authenticated()
    Checks if the user is authenticated.
top

c

$check_dns
in file conf.dist.php, global variable $check_dns
    User e-mail domain checking.
$csv_line_character_limit
in file conf.dist.php, global variable $csv_line_character_limit
    CSV single line character limit.
calendar_to_uars_day
in file common_class.php, method common::calendar_to_uars_day()
    Converts a calendar date string to UARS day.
clean_and_verify
in file user_class.php, method user::clean_and_verify()
    Cleans and verifies user data.
clean_get
in file search.php, function clean_get()
    Validates $_GET values.
clean_sql
in file search.php, function clean_sql()
    Check string for sql injection attacks. Every value that originates in GET and is put into a sql statement must be passed through this function for security.
common
in file common_class.php, class common
    Common class.
common_class.php
procedural page common_class.php
compose_conditions
in file search.php, function compose_conditions()
    Composes an indexed array of associative arrays for free form searching from the $_GET formatted input. See search_class::free_form for the required conditions format.
compose_query
in file search_class.php, method search::compose_query()
    Composes a SQL query.
compress
in file download_class.php, method download::compress()
    Starts file compression.
conf.dist.php
procedural page conf.dist.php
convert.php
procedural page convert.php
coverage
in file common_class.php, method common::coverage()
    Prints out table cell for specific coverage.
csv_loader
in file csv_loader_class.php, class csv_loader
    A class for loading a CSV file into the database.
csv_loader
in file csv_loader_class.php, method csv_loader::csv_loader()
    Constructor.
csv_loader_class.php
procedural page csv_loader_class.php
top

d

$data
in file uars_day_class.php, variable uars_day::$data
    The day's data.
$data
in file user_class.php, variable user::$data
    User data.
$data
in file mode_class.php, variable mode::$data
    Mode data, pulled from the database.
$day
in file uars_day_class.php, variable uars_day::$day
    UARS day instance.
$day1_ts
in file conf.dist.php, global variable $day1_ts
    UARS Day 1 time stamp.
$days
in file week_class.php, variable week::$days
    Array of uars_day objects.
$day_ts
in file uars_day_class.php, variable uars_day::$day_ts
    The day's unix time stamp.
$dow
in file week_class.php, variable week::$dow
    Day of week of the day passed in.
$download_prefix
in file conf.dist.php, global variable $download_prefix
    Archive download prefix.
$dsn
in file conf.dist.php, global variable $dsn
    Data source name.
datetime
in file hrdi_db_class.php, method hrdi_db::datetime()
    ISO 8601 date and time.
day.php
procedural page day.php
db_connect
in file mcpear_class.php, method mcpear::db_connect()
    Initializes a PEAR database connection.
db_query
in file mcpear_class.php, method mcpear::db_query()
    General database query method.
debugging.php
procedural page debugging.php
deflink
in file common_class.php, method common::deflink()
    Prints a definition link.
delete
in file mode_class.php, method mode::delete()
    Deletes a mode.
delete
in file mcpear_class.php, method mcpear::delete()
    Deletes table rows.
display_page_selector
in file search_forms.php, function display_page_selector()
    Displays the page selector.
display_search_results
in file search_forms.php, function display_search_results()
    Displays search results.
download
in file download_class.php, method download::download()
    Constructor.
download
in file download_class.php, class download
    Download class.
download.php
procedural page download.php
download_class.php
procedural page download_class.php
doy_to_timestamp
in file common_class.php, method common::doy_to_timestamp()
doy_to_uars_day
in file common_class.php, method common::doy_to_uars_day()
    Converts Day of Year to UARS day.
dump
in file debugging.php, function dump()
    Debugging print.
top

e

$email_regexp
in file user_class.php, variable user::$email_regexp
    Regular expression for e-mail verification. Taken from:
$error
in file user_class.php, variable user::$error
    Any error that gets generated.
$error
in file uars_day_class.php, variable uars_day::$error
    Any error that gets generated.
editmodes.php
procedural page editmodes.php
error
in file debugging.php, function error()
    Print an error.
top

f

$files
in file uars_day_class.php, variable uars_day::$files
    The day's files.
field_names.php
procedural page field_names.php
file.php
procedural page file.php
filetype_filter
in file search_class.php, method search::filetype_filter()
    Filters search results by file type.
file_filter_form
in file search_forms.php, function file_filter_form()
    Prints file filter form.
footer.php
procedural page footer.php
four
in file convert.php, function four()
    Fourth conversion.
free_form
in file search_class.php, method search::free_form()
    Free form search.
free_search_forms
in file search_forms.php, function free_search_forms()
    Takes a hrdi_db class instance and prints the HTML forms for the free form searches.
top

g

generate_offline.php
procedural page generate_offline.php
generate_password
in file user_class.php, method user::generate_password()
    Generates a random password.
get_archive_file_path
in file download_class.php, method download::get_archive_file_path()
    Gets the archive file path.
get_column
in file mcpear_class.php, method mcpear::get_column()
    Retrieves a column of data.
get_description
in file mode_class.php, method mode::get_description()
    Returns a Pid description.
get_download_file_path
in file download_class.php, method download::get_download_file_path()
    Gets the downloadable file path.
get_download_info
in file download_class.php, method download::get_download_info()
    Retrieves file download information.
get_error
in file download_class.php, method download::get_error()
    Returns the archive creation error.
get_error_file_path
in file download_class.php, method download::get_error_file_path()
    Gets the error file path.
get_field_names
in file mcpear_class.php, method mcpear::get_field_names()
    Retrieves an array of field names.
get_file_size
in file download_class.php, method download::get_file_size()
    Gets the size of the downloadable file.
get_line
in file csv_loader_class.php, method csv_loader::get_line()
    Reads one csv line into an array.
get_list
in file mcpear_class.php, method mcpear::get_list()
    Retrieves a list of data.
get_md5_sum
in file download_class.php, method download::get_md5_sum()
    Gets the md5 sum of the downloadable file.
get_one
in file mcpear_class.php, method mcpear::get_one()
    Retrieves a single value.
get_row
in file mcpear_class.php, method mcpear::get_row()
    Retrieves a row of data.
get_table
in file mcpear_class.php, method mcpear::get_table()
    Returns table contents.
get_temp_file_path
in file download_class.php, method download::get_temp_file_path()
    Gets the temporary file path.
get_temp_file_size
in file download_class.php, method download::get_temp_file_size()
    Gets the current size of the archive being created.
get_total
in file mcpear_class.php, method mcpear::get_total()
    Returns table row count.
get_user_id
in file user_class.php, method user::get_user_id()
    Getter for the user id.
get_value
in file common_class.php, method common::get_value()
    Returns value for key in first or second array.
get_var
in file session_class.php, method session::get_var()
    Gets a session variable.
go_to_last_page
in file session_class.php, method session::go_to_last_page()
    Return to last visited page.
top

h

$hdb
in file uars_day_class.php, variable uars_day::$hdb
    HRDI database instance.
$hdb
in file mode_class.php, variable mode::$hdb
    HRDI database instance.
$hdb
in file week_class.php, variable week::$hdb
    The hrdi_db class instance.
$hrdi_admin
in file conf.dist.php, global variable $hrdi_admin
    HRDI admin e-mail.
header.php
procedural page header.php
hrdi_db
in file hrdi_db_class.php, class hrdi_db
    HRDI database class.
hrdi_db_class.php
procedural page hrdi_db_class.php
human_size
in file common_class.php, method common::human_size()
    Returns the "human readable" form of a file size.
top

i

$internal_fields
in file mode_class.php, variable mode::$internal_fields
    Internal fields which must be present during submission verification.
index.php
procedural page index.php
inline_error
in file debugging.php, function inline_error()
is_admin
in file user_class.php, method user::is_admin()
    Checks if the user is an admin.
is_available
in file download_class.php, method download::is_available()
    Check if file is available for download.
is_compressing
in file download_class.php, method download::is_compressing()
    Check file compression status.
is_error
in file download_class.php, method download::is_error()
    Checks for an archive creation error.
is_selected_operator
in file search_forms.php, function is_selected_operator()
    Checks if the operator is selected.
top

l

$links
in file uars_day_class.php, variable uars_day::$links
    The day's links
load_csv_line
in file csv_loader_class.php, method csv_loader::load_csv_line()
    Parses one line of a CSV file.
login.php
procedural page login.php
logout
in file user_class.php, method user::logout()
    Logs the user out.
logout.php
procedural page logout.php
top

m

$mail_from
in file conf.dist.php, global variable $mail_from
    'From' mail address.
$mail_message
in file conf.dist.php, global variable $mail_message
    E-mail message.
$mail_subject
in file conf.dist.php, global variable $mail_subject
    E-mail subject.
$max_archive_size
in file conf.dist.php, global variable $max_archive_size
    Archive size.
$modes
in file uars_day_class.php, variable uars_day::$modes
    The day's modes.
make_history
in file hrdi_db_class.php, method hrdi_db::make_history()
    Creates a history entry.
mcpear
in file mcpear_class.php, method mcpear::mcpear()
    Constructor.
mcpear
in file mcpear_class.php, class mcpear
    A PEAR DB based class for interacting with a SQL database.
mcpear_class.php
procedural page mcpear_class.php
mode
in file mode_class.php, class mode
    UARS Day mode.
mode
in file mode_class.php, method mode::mode()
    Constructor.
mode_class.php
procedural page mode_class.php
top

n

$newest
in file week_class.php, variable week::$newest
    Newest UARS day in the database.
$newest
in file uars_day_class.php, variable uars_day::$newest
    Newest UARS day in the database.
$numeric_fields
in file mode_class.php, variable mode::$numeric_fields
    Fields which must contain valid numbers during submission verification.
next_id
in file mcpear_class.php, method mcpear::next_id()
    Returns next insert id.
top

o

$offline_prefix
in file conf.dist.php, global variable $offline_prefix
    Offline file prefix.
offline
in file common_class.php, method common::offline()
    Returns the run mode of the script.
offline_header.php
procedural page offline_header.php
one
in file convert.php, function one()
    First conversion.
top

p

$pass_length
in file conf.dist.php, global variable $pass_length
    Random password length.
$pids
in file mode_class.php, variable mode::$pids
    List of valid pids.
parse_file
in file csv_loader_class.php, method csv_loader::parse_file()
    Parses the file.
passreset.php
procedural page passreset.php
pid_day_coverage
in file search_class.php, method search::pid_day_coverage()
    Builds Pid day coverage search query.
pid_day_coverage_form
in file search_forms.php, function pid_day_coverage_form()
    Displays day coverage form.
pid_form
in file search_forms.php, function pid_form()
    Displays pid search form.
predefined_search_forms
in file search_forms.php, function predefined_search_forms()
    Prints predefined search forms.
prepare
in file download_class.php, method download::prepare()
    Prepares the download object instance.
print_file_info
in file csv_loader_class.php, method csv_loader::print_file_info()
    Prints file information.
print_select_options
in file common_class.php, method common::print_select_options()
    Print select dropdown options.
push_to_db
in file csv_loader_class.php, method csv_loader::push_to_db()
    Pushes information to the database.
top

r

redirect
in file common_class.php, method common::redirect()
    Performs an HTTP header redirect.
register
in file user_class.php, method user::register()
    Registers a new user.
reset_password
in file user_class.php, method user::reset_password()
    Resets a user's password.
top

s

save
in file uars_day_class.php, method uars_day::save()
    Save updated UARS Day data.
search
in file search_class.php, method search::search()
    Constructor.
search
in file search_class.php, class search
    Search class.
search.php
procedural page search.php
search_class.php
procedural page search_class.php
search_forms.php
procedural page search_forms.php
session
in file session_class.php, method session::session()
    Constructor.
session
in file session_class.php, class session
    HRDI session class.
session_class.php
procedural page session_class.php
set_db
in file csv_loader_class.php, method csv_loader::set_db()
    Sets the database object.
set_fields
in file csv_loader_class.php, method csv_loader::set_fields()
    Sets field.
set_file
in file csv_loader_class.php, method csv_loader::set_file()
    Creates a file handle.
set_table
in file csv_loader_class.php, method csv_loader::set_table()
    Sets table name.
set_table_keys
in file csv_loader_class.php, method csv_loader::set_table_keys()
    Sets the table / key array.
set_var
in file session_class.php, method session::set_var()
    Sets a session variable.
top

t

$table_keys
in file conf.dist.php, global variable $table_keys
    Table keys.
$temp_prefix
in file conf.dist.php, global variable $temp_prefix
    Temporary archive prefix.
three
in file convert.php, function three()
    Third conversion.
timestamp_to_datetime
in file common_class.php, method common::timestamp_to_datetime()
two
in file convert.php, function two()
    Second conversion.
top

u

uars_day
in file uars_day_class.php, method uars_day::uars_day()
    Constructor.
uars_day
in file uars_day_class.php, class uars_day
    UARS day class.
uars_day_class.php
procedural page uars_day_class.php
uars_day_to_timestamp
in file common_class.php, method common::uars_day_to_timestamp()
unset_var
in file session_class.php, method session::unset_var()
    Unsets a session variable.
update
in file user_class.php, method user::update()
    Updates the current user's data.
update
in file mcpear_class.php, method mcpear::update()
    Updates table rows.
update
in file hrdi_db_class.php, method hrdi_db::update()
    HRDI specific update function.
update
in file mode_class.php, method mode::update()
    Updates a mode.
upload_csv.php
procedural page upload_csv.php
user
in file user_class.php, method user::user()
    Constructor.
user
in file user_class.php, class user
    HRDI user class.
user.php
procedural page user.php
user_class.php
procedural page user_class.php
top

v

verify
in file mcpear_class.php, method mcpear::verify()
    Returns the result or prints an error.
verify
in file mode_class.php, method mode::verify()
    Verifies mode data.
verify_email
in file user_class.php, method user::verify_email()
    Checks validity of an e-mail.
top

w

week
in file week_class.php, class week
    The week class.
week
in file week_class.php, method week::week()
    Constructor.
week.php
procedural page week.php
week_class.php
procedural page week_class.php
write_error_file
in file archive.php, function write_error_file()
    Writes an error to a file.
top

Documentation generated on Tue, 23 Jan 2007 22:57:42 -0500 by phpDocumentor 1.3.0RC6