-
_action_row
-
Display multiple selection row
-
_action_row
-
Display multiple selection row
-
_close
-
Close a graph and create file on file system
-
_close_bar_graph
-
Close a GD graph and create GIF file in TMP directory
-
_display_hr_graph_bar
-
Display graphical bar graph for heart rate distribution (whole week)
-
_display_laps_header_columns
-
Display header row for columns for laps
-
_display_laps_header_col_groups
-
Display header row for group of columns for laps
-
_draw_altitude_lines
-
Draw altitude horizontals and labels
-
_draw_axis
-
Draw graph title and X axis
-
_draw_axis
-
Draw graph title and all axis
-
_draw_axis
-
Draw graph title and all axis
-
_draw_cadence_lines
-
Draw cadence horizontals and labels
-
_draw_curve
-
Draw curve for a type of data
-
_draw_distance_labels
-
Draw distance labels and associated vertical lines on X axis
-
_draw_hr_lines
-
Draw heart rate horizontals and labels
-
_draw_speed_lines
-
Draw speed horizontals and labels
-
_draw_time_labels
-
Draw time labels and associated vertical lines on X axis
-
_draw_x_axis
-
Draw X axis
-
_gen_navigation_bar
-
Display navigation bar
-
_get_color_for_value
-
Get RGB color for a value between min and max
-
_get_exercises_hr_stats
-
Get heart rate statistics for exercises within a period
-
_get_file_strings
-
Get localized strings common to all types of files and return file size
-
_get_file_strings
-
Get localized strings common to all types of files and return file size
-
_get_max_speed
-
Get maximum average speed for a given distance or duration
-
_insert_lap
-
Insert one lap row into plw_lap SQL table
-
_merge_laps
-
Merge several laps to one lap
-
_open
-
Open a new graph (GD image)
-
_parse_block_dayinfo_get
-
Parse <dayinfo> block in PDD file
-
_parse_block_exerciseinfo_get
-
Parse <exerciseinfo> block in PDD file
-
_parse_block_get
-
Parse a block from a Polar file (buffered)
-
_parse_block_hrdata_get
-
Parse <hrdata> block in HRM file
-
_parse_block_hrzones_get
-
Parse <hrzones> block in HRM file
-
_parse_block_intnotes_get
-
Parse <intnotes> block in HRM file
-
_parse_block_inttimes_get
-
Parse <inttimes> block in HRM file
-
_parse_block_note_get
-
Parse <note> block in HRM file
-
_parse_block_params_get
-
Parse <params> block in HRM file
-
_parse_block_personinfo_get
-
Parse <personinfo> block in PPD file
-
_parse_block_personsports_get
-
Parse <personsports> block in PPD file
-
_parse_block_trip_get
-
Parse <trip> block in HRM file
-
_parse_hrm_file
-
Parse Polar HRM file to get all HR data (keep last HRM parsed in session)
-
_parse_note
-
Parse note to extract contest distance or interval training expression
-
_set_ratio_position
-
Compute ratio and curve position from input configuration
-
_sort_cum_cmp
-
Callback comparison function to sort cumulated laps by 'delta' value
-
_sport_name_to_index
-
-
_table_header
-
Display table header or footer
-
_table_header
-
Display table header or footer
-
$dataPath
-
User data path from web server root (without trailing /)
-
date_add_days
-
Add a number of days to a date
-
db_insert
-
Insert day information into database
-
db_insert
-
Insert person information into database
-
db_insert
-
Insert exercise into database
-
DEF_MAX_HR
-
Default maximum heart rate if not in user files / database
-
DEF_REST_HR
-
Default rest heart rate if not in user files / database
-
delete_day_info
-
Delete day info from database (by user ID and day)
-
delete_exercise_by_day_rank
-
Delete exercise and all related data from database by user ID, day, and rank
-
delete_exercise_by_id
-
Delete exercise and all related data from database by exercise ID
-
DIR_REMOVE_ALL
-
Recursive delete mode : Remove all
-
DIR_REMOVE_FILE
-
Recursive delete mode : Remove only files (keep directory structure intact)
-
DIR_REMOVE_SUBDIR
-
Recursive delete mode : Remove all except root directory
-
dir_size_recursive
-
Get total size of files in a directory (recursively or not)
-
display_html
-
Display online exercises and day info summary between 2 dates in HTML array
-
display_html
-
Display exercise HTML output
-
display_table
-
Display HTML table / form to load data files into database
-
display_table
-
Display HTML table / form to copy uploaded files
-
$geometry
-
Default geometry for graphs (width, height, margins)
-
$GLOBALS['all_lang']
-
Available languages for display, comma separated list.
-
$GLOBALS['browser_default_width']
-
Default browser width (if cannot be obtained through 'browser_width' cookie) Value must be >= 600 and <= 2000.
-
$GLOBALS['calendar_hr_bar_max_width']
-
Maximum width in pixels for heart rate bar in calendar (longest duration).
-
$GLOBALS['calendar_week_fwd_nb']
-
Number of weeks to go forward (>>) / backward () in calendar.
-
$GLOBALS['calendar_week_nb']
-
Number of weeks displayed in calendar. Value must be >= 1.
-
$GLOBALS['data_dir']
-
Data directory to store users data files. Must end with '/'.
-
$GLOBALS['def_lang']
-
Default language for display (stored in $_SESSIONS['lang'])
-
$GLOBALS['fs_block_size']
-
File system block size (used to measure data files disk space) Value must be >= 1 and <= 65536.
-
$GLOBALS['garbage_collect_proba']
-
Garbage collector probility (percent) to del files from tmp and upload dirs.
-
$GLOBALS['graph_col']
-
Graph colors used for curves, labels, ... for HR, speed, ...
-
$GLOBALS['home_exe_stats_max_sport']
-
Maximum number of sports displayed in global statistics on home page If = 0, only total will be displed.
-
$GLOBALS['home_exe_stats_show']
-
Flag to show or not exercises global statistics on home page
-
$GLOBALS['home_global_counters']
-
Flag to show or not global counters (members and exercises) on home page
-
$GLOBALS['home_max_exe_age']
-
Do not display exercises older than <home_max_exe_age> days in home page Value must be >= 1.
-
$GLOBALS['home_max_exe_nb']
-
Maximum number of exercises displayed in home page (most recent ones).
-
$GLOBALS['home_max_member_nb']
-
Maximum number of public members displayed in home page (most recent ones).
-
$GLOBALS['home_max_member_reg_age']
-
Do not display members older than <home_max_member_reg_age> days in home page Value must be >= 1.
-
$GLOBALS['home_min_exe_duration']
-
Do not display exercises having duration < <home_min_exe_duration> minutes in home page. Value must be >= 0 and <= 180.
-
$GLOBALS['home_min_member_exe_nb']
-
Do not display members having less than <home_min_member_exe_nb> online exes in home page. Value must be >= 0 and <= 100.
-
$GLOBALS['hr_col']
-
Heart rate colors for some particuliar HR pct values.
-
$GLOBALS['import_max_note_length']
-
Maximum number of characters for notes in import tables (truncate if larger).
-
$GLOBALS['noreply_from']
-
Sender of email for user registration / change password.
-
$GLOBALS['polar_monitor']
-
List of Polar monitors to match "heart rate monitor type" value in HRM file
-
$GLOBALS['session_gc_maxlifetime']
-
PHP session timeout in seconds Value must be >= 180 and <= 86400.
-
$GLOBALS['site_name']
-
Site name used in emails and page titles
-
$GLOBALS['site_url']
-
Site base url used in emails
-
$GLOBALS['tmp_dir']
-
Temporary directory to store generated files (graphics). Must end with '/'.
-
$GLOBALS['tmp_files_duration']
-
Cleanup files in $GLOBALS['tmp_dir'] which are older than $GLOBALS['tmp_files_duration'] seconds.
-
$GLOBALS['upload_dir']
-
Upload directory to store files uploaded by users before they are moved to data directory. Must end with '/'.
-
$GLOBALS['upload_files_duration']
-
Cleanup files in $GLOBALS['upload_dir'] which are older than $GLOBALS['upload_files_duration'] seconds.
-
$GLOBALS['webmaster_email']
-
Webmaster email used as contact in HTML footer
-
generate_auto_laps
-
Generate laps array from detailed HR data for every time or distance step, or for each slope change
-
generate_interval_training
-
Generate laps array from Polar laps and interval training expression
-
gen_cadence_stride_gauss
-
Generate image thumbnail file to show cadence and stride distribution (gauss-like) for one or more exercise(s) (gif format)
-
gen_files_status
-
Generate array of uploaded files with status and some data
-
gen_files_vs_db_status
-
Generate array of data files vs database with status and some data
-
gen_graph
-
Generate image file for exercise graph (jpeg format)
-
gen_hr_speed_gauss
-
Generate image thumbnail file to show heart rate and speed distribution (gauss-like) for one or more exercise(s) (gif format)
-
gen_lap_speed_hr
-
Generate image thumbnail file to show average speed, heart rate, and optionally altitude for a exercise (gif format)
-
get_available_years
-
Generate array of data files vs database with status and some data
-
get_browser_language
-
Get language from browser language string (take preferred language)
-
get_days
-
Get online exercises and day info summary between 2 dates
-
get_days_hr_info
-
Get day heart rate information within period
-
get_day_info
-
Get day information data for a user
-
get_exercises_by_sport
-
Get exercises summary + sum / avg / max by sport within a period
-
get_exercises_stats
-
Get global statistics about online exercises
-
get_exercise_info
-
Get exercise information
-
get_exercise_laps
-
Get all laps in an exercise
-
get_exercise_stats
-
Get statistics for an exercise
-
get_gd_hr_color
-
Get RGB color for a given heart rate value
-
get_global_stats
-
Get global statistics about active members / online exercises
-
get_interval_training
-
Get interval training elements in an exercise
-
get_last_exercises_summary
-
Get last exercises of all public (and active) users.
-
get_last_members_summary
-
Get last active and public members
-
get_read_rights
-
Get read rights on one user booknote for another user (or anonymous reader)
-
get_sports
-
-
get_stats_for_period
-
Get statistics for all exercises within a period
-
get_user_hr_limits
-
Get user rest and maximum heart rate from database
-
get_user_info
-
Get user information data
-
get_user_preferences
-
Get user preferences
-
get_week_limits
-
Get first and last days of a period matching weeks
-
GRAVI_CST
-
Gravitational constant (m/s-2), to compute optential energy
-
GROUND_CST_ENERGY
-
Constant (c/speed) to compute ground friction in cal / meter, sport specific
-
$publish_rights
-
Publish rights in ('public','public-but-desc')
-
PolarAutoLap.class.php
-
-
PolarCalendar.class.php
-
-
PolarDbQuery.class.php
-
-
PolarExeGraph.class.php
-
-
PolarExercise.class.php
-
-
PolarFile.class.php
-
-
PolarGraph.class.php
-
-
PolarHrm.class.php
-
-
PolarLoader.class.php
-
-
PolarPdd.class.php
-
-
PolarPpd.class.php
-
-
PolarSport.class.php
-
-
PolarThumbGraph.class.php
-
-
PolarUpload.class.php
-
-
polar_monitors.php
-
-
PACKAGE_FULLNAME
-
Package full name (name version)
-
PACKAGE_FULLNAME_SVN
-
Package full name + SVN release (name version SVN-release)
-
PACKAGE_NAME
-
Package name (as displayed)
-
PACKAGE_VERSION
-
Package version
-
parse
-
Parse Polar PPD file (person information, including sports)
-
parse
-
Parse Polar HRM file (parameters, note, lap times and notes, HR data)
-
parse
-
Parse Polar PDD file (day information, including some exercise data)
-
PHYSIO_CST_POWER
-
Constant to compute physiological energy = F(HR) in Kcal (all sports)
-
PHYSIO_CST_REST
-
Constant to compute body energy (energy consumed at resting HR, all sports)
-
plw_session_start
-
Session start
-
PolarAutoLap
-
Class to automatize laps generation for distance steps and interval training
-
PolarAutoLap
-
Class constructor
-
PolarCalendar
-
Class constructor
-
PolarCalendar
-
Class to handle Calendar (browsing with day info / exercises summary)
-
PolarDbQuery
-
Class constructor
-
PolarDbQuery
-
Class to query / update database to get various data
-
PolarExeGraph
-
Class constructor
-
PolarExeGraph
-
Class to generate exercise graphs (HR, speed, cadence, altitude, ...)
-
PolarExercise
-
Class to handle exercises (display details, graphs, laps, statistics, ...).)
-
PolarExercise
-
Class constructor
-
PolarFile
-
Common Class for all Polar files (ppd, pdd, hrm)
-
PolarFile
-
Class constructor
-
PolarGraph
-
Root class to generate graphs (GD based)
-
PolarGraph
-
Class constructor
-
PolarHrm
-
Class constructor
-
PolarHrm
-
Class to parse Polar HRM file and insert / update data to database
-
PolarLoader
-
Class to load data files from user data directory to database
-
PolarLoader
-
Class constructor
-
PolarPdd
-
Class to parse Polar PDD file and insert / update data to database
-
PolarPdd
-
Class constructor
-
PolarPpd
-
Class to parse Polar PPD file and insert / update data to database
-
PolarPpd
-
Class constructor
-
PolarSport
-
Class constructor
-
PolarSport
-
Class to get sports of a user
-
PolarThumbGraph
-
Class constructor
-
PolarThumbGraph
-
Class to generate small graphs (HR, speed, cadence distribution, laps)
-
PolarUpload
-
Class to process files after upload by jupload applet
-
PolarUpload
-
Class constructor
-
POT_DOWN_USED_CST_ENERGY
-
Fraction of potential energy which is reused while descending, sport specific