[TCExam] element index
Package indexes
TCPDF
PHPMailer
com.tecnick.tcpdf
All elements
c
e
f
g
i
k
l
p
r
s
t
u
_
_
top
__construct
TMXResourceBundle::__construct() in tce_tmx.php
Class constructor.
__destruct
TMXResourceBundle::__destruct() in tce_tmx.php
Class deconstructor.
c
top
$current_data
TMXResourceBundle::$current_data in tce_tmx.php
$current_key
TMXResourceBundle::$current_key in tce_tmx.php
$current_language
TMXResourceBundle::$current_language in tce_tmx.php
CP_EXT
CP_EXT in tce_extension.inc
database congiguration file for php extension
e
top
endElementHandler
TMXResourceBundle::endElementHandler() in tce_tmx.php
Sets the end element handler function for the XML parser parser.end_element_handler
.
f
top
FPDF_FONTPATH
FPDF_FONTPATH in tce_paths.php
F_checkTestStatus
F_checkTestStatus() in tce_functions_test.php
Check and returns specific test status for the specified user.
F_check_fields_format
F_check_fields_format() in tce_functions_form.php
Check fields format using regular expression comparisons. Returns a string containing a list of wrong fields (comma separated).
F_check_form_fields
F_check_form_fields() in tce_functions_form.php
Check Form Fields.
F_check_required_fields
F_check_required_fields() in tce_functions_form.php
Check Required Form Fields. Returns a string containing a list of missing fields (comma separated).
F_check_unique
F_check_unique() in tce_functions_general.php
Check if specified fields are unique on table.
F_close_button
F_close_button() in tce_functions_form.php
Returns XHTML code string to display a window close button
F_compact_string
F_compact_string() in tce_functions_general.php
Remove the following characters:
F_count_rows
F_count_rows() in tce_functions_general.php
Count rows of the given table.
F_createTest
F_createTest() in tce_functions_test.php
Create user's test and returns TRUE on success.
F_db_affected_rows
F_db_affected_rows() in tce_db_dal_mysql.php
Returns number of rows (tuples) affected by the last INSERT, UPDATE or DELETE query associated with link_identifier.
F_db_close
F_db_close() in tce_db_dal_mysql.php
Closes the non-persistent connection to a database associated with the given connection resource.
F_db_connect
F_db_connect() in tce_db_dal_mysql.php
Open a connection to a MySQL Server and select a database.
F_db_error
F_db_error() in tce_db_dal_mysql.php
Returns the text of the error message from previous database operation
F_db_fetch_array
F_db_fetch_array() in tce_db_dal_mysql.php
Fetch a result row as an associative and numeric array.
F_db_insert_id
F_db_insert_id() in tce_db_dal_mysql.php
Get the ID generated from the previous INSERT operation
F_db_num_rows
F_db_num_rows() in tce_db_dal_mysql.php
Get number of rows in result.
F_db_query
F_db_query() in tce_db_dal_mysql.php
Sends a query to the currently active database on the server that's associated with the specified link identifier. NOTE: Convert PostgreSQL RANDOM() function to MySQL RAND() on ORDER BY clause of selection queries.
F_decode_form_fields
F_decode_form_fields() in tce_functions_form.php
Returns an array containing form fields.
F_decode_tcecode
F_decode_tcecode() in tce_functions_tcecode.php
Returns XHTML code from text marked-up with TCExam Code Tags
F_display_db_error
F_display_db_error() in tce_functions_errmsg.php
Print the database error message.
F_empty_to_null
F_empty_to_null() in tce_functions_general.php
Prepare field value for SQL query. Returns the quoted string if not empty, NULL otherwise.
F_error_handler
F_error_handler() in tce_functions_errmsg.php
Custom PHP error handler function.
F_executeTest
F_executeTest() in tce_functions_test.php
Returns true if the current user is authorized to execute the selected test. Generates the test if it's not already generated.
F_generic_button
F_generic_button() in tce_functions_form.php
Returns XHTML code string to display generic Form Button.
F_generic_submit_button
F_generic_submit_button() in tce_functions_form.php
Returns XHTML code string to display generic Form Submit Button.
F_getAnswerScore
F_getAnswerScore() in tce_functions_test.php
Returns the score associated to the selected answer for the specified test.
F_getQuestionTestStat
F_getQuestionTestStat() in tce_functions_test_stats.php
Returns test data structure for selected question:
F_getTestDuration
F_getTestDuration() in tce_functions_test.php
Returns the test duration time in seconds.
F_getTestName
F_getTestName() in tce_functions_test.php
Returns the test name.
F_getTestStartTime
F_getTestStartTime() in tce_functions_test.php
Returns the user's test start time in seconds since UNIX epoch (1970-01-01 00:00:00).
F_getUserTests
F_getUserTests() in tce_functions_test.php
Returns an XHTML unordered list of user's enabled tests.
F_getUserTestStat
F_getUserTestStat() in tce_functions_test_stats.php
Returns test data structure for selected user:
F_get_boolean
F_get_boolean() in tce_functions_general.php
Returns boolean value from string. This function is needed to get the right boolean value from boolean field returned by PostgreSQL query.
F_isRightTestlogUser
F_isRightTestlogUser() in tce_functions_test.php
Checks if the current user is the right testlog_id owner. This function is used for security reasons.
F_isValidIP
F_isValidIP() in tce_functions_test.php
Check if user's IP is valid over test IP range
F_list_online_users
F_list_online_users() in tce_functions_users_online.php
Display online users.
F_lockUserTest
F_lockUserTest() in tce_functions_test_stats.php
Lock the user's test.
F_loginForm
F_loginForm() in tce_functions_authorization.php
Returns XHTML / CSS formatted string for login form.
F_login_form
F_login_form() in tce_functions_authorization.php
Display login page. NOTE: This function calls exit() after execution.
F_logout_form
F_logout_form() in tce_functions_authorization.php
Display logout form.
F_logout_page
F_logout_page() in tce_functions_authorization.php
Display logout page. NOTE: This function calls exit() after execution.
F_objects_callback
F_objects_callback() in tce_functions_tcecode.php
Callback function for preg_replace_callback.
F_objects_replacement
F_objects_replacement() in tce_functions_tcecode.php
Returns the xhtml code needed to display the object by MIME type.
F_printTestInfo
F_printTestInfo() in tce_functions_test.php
Returns an XHTML content containing specified test information.
F_print_error
F_print_error() in tce_functions_errmsg.php
Handle error/warning/system messages.
F_questionForm
F_questionForm() in tce_functions_test.php
Returns a formatted XHTML form code to handle the specified question.
F_questionsMenu
F_questionsMenu() in tce_functions_test.php
Return a formatted XHTML ordered list containing test questions menu.
F_read_file_size
F_read_file_size() in tce_functions_upload.php
returns the file size in bytes
F_remove_tcecode
F_remove_tcecode() in tce_functions_tcecode.php
Returns specified string without tcecode mark-up tags
F_select_user
F_select_user() in tce_functions_user_select.php
Display user selection for using F_show_select_user function.
F_send_report_emails
F_send_report_emails() in tce_functions_email_reports.php
Sends email test reports to users.
F_session_close
F_session_close() in tce_functions_session.php
Close session. Call garbage collector function to remove expired sessions.
F_session_destroy
F_session_destroy() in tce_functions_session.php
Deletes the specific session.
F_session_gc
F_session_gc() in tce_functions_session.php
Garbage collector. Deletes expired sessions. NOTE: while time() function returns a 32 bit integer, it works fine until year 2038.
F_session_open
F_session_open() in tce_functions_session.php
Open session.
F_session_read
F_session_read() in tce_functions_session.php
Get session data.
F_session_string_to_array
F_session_string_to_array() in tce_functions_session.php
Convert encoded session string data to array.
F_session_write
F_session_write() in tce_functions_session.php
Insert or Update session.
F_show_online_users
F_show_online_users() in tce_functions_users_online.php
Display online users form using F_list_online_users function.
F_show_page_index
F_show_page_index() in tce_functions_page.php
Display Pages navigation index.
F_show_select_questions
F_show_select_questions() in tce_show_all_questions.php
Display question selection XHTML table.
F_show_select_user
F_show_select_user() in tce_functions_user_select.php
Display user selection XHTML table.
F_stripslashes_formfields
F_stripslashes_formfields() in tce_functions_form.php
Strip slashes from posted form fields.
F_submit_button
F_submit_button() in tce_functions_form.php
Returns XHTML code string to display Form Submit Button.
F_substr_utf8
F_substr_utf8() in tce_functions_general.php
Return part of a string removing remaining non-ASCII characters.
F_tcecode_button
F_tcecode_button() in tce_functions_form.php
Returns XHTML code string to display a Form Button to open TCExam code editor.
F_tcecode_to_title
F_tcecode_to_title() in tce_functions_test.php
Returns tcecode text to simple string for XHTML title attribute.
F_testInfoLink
F_testInfoLink() in tce_functions_test.php
Returns XHTML link to open test info popup.
F_twoColRow
F_twoColRow() in tce_functions_test.php
Return a formatted XHTML row to display 2 columns data.
F_updateQuestionLog
F_updateQuestionLog() in tce_functions_test.php
Updates question log data (register user's answers).
F_upload_file
F_upload_file() in tce_functions_upload.php
Uploads image file to the server.
F_zero_to_null
F_zero_to_null() in tce_functions_general.php
Prepare field value for SQL query. Returns the num if different from zero, NULL otherwise.
g
top
getResource
TMXResourceBundle::getResource() in tce_tmx.php
Returns the resource array containing the translated word/sentences.
guide_en.php
guide_en.php in guide_en.php
guide_it.php
guide_it.php in guide_it.php
i
top
index.php
index.php in index.php
index.php
index.php in index.php
k
top
K_ANSWER_TEXTAREA_COLS
K_ANSWER_TEXTAREA_COLS in tce_config.php
K_ANSWER_TEXTAREA_ROWS
K_ANSWER_TEXTAREA_ROWS in tce_config.php
K_AUTH_ADMIN_ANSWERS
K_AUTH_ADMIN_ANSWERS in tce_auth.php
K_AUTH_ADMIN_INFO
K_AUTH_ADMIN_INFO in tce_auth.php
K_AUTH_ADMIN_ONLINE_USERS
K_AUTH_ADMIN_ONLINE_USERS in tce_auth.php
K_AUTH_ADMIN_QUESTIONS
K_AUTH_ADMIN_QUESTIONS in tce_auth.php
K_AUTH_ADMIN_RATING
K_AUTH_ADMIN_RATING in tce_auth.php
K_AUTH_ADMIN_RESULTS
K_AUTH_ADMIN_RESULTS in tce_auth.php
K_AUTH_ADMIN_SUBJECTS
K_AUTH_ADMIN_SUBJECTS in tce_auth.php
K_AUTH_ADMIN_TCECODE
K_AUTH_ADMIN_TCECODE in tce_auth.php
K_AUTH_ADMIN_TESTS
K_AUTH_ADMIN_TESTS in tce_auth.php
K_AUTH_ADMIN_UPLOAD_IMAGES
K_AUTH_ADMIN_UPLOAD_IMAGES in tce_auth.php
K_AUTH_ADMIN_USERS
K_AUTH_ADMIN_USERS in tce_auth.php
congiguration file: define access levels for each admin page
K_BLANK_IMAGE
K_BLANK_IMAGE in tce_paths.php
K_CLOCK_IN_UTC
K_CLOCK_IN_UTC in tce_config.php
K_COOKIE_DOMAIN
K_COOKIE_DOMAIN in tce_config.php
K_COOKIE_EXPIRE
K_COOKIE_EXPIRE in tce_config.php
K_COOKIE_PATH
K_COOKIE_PATH in tce_config.php
K_COOKIE_SECURE
K_COOKIE_SECURE in tce_config.php
K_DATABASE_HOST
K_DATABASE_HOST in tce_db_config.php
K_DATABASE_NAME
K_DATABASE_NAME in tce_db_config.php
K_DATABASE_PORT
K_DATABASE_PORT in tce_db_config.php
K_DATABASE_TYPE
K_DATABASE_TYPE in tce_db_config.php
Database congiguration file.
K_DATABASE_USER_NAME
K_DATABASE_USER_NAME in tce_db_config.php
K_DATABASE_USER_PASSWORD
K_DATABASE_USER_PASSWORD in tce_db_config.php
K_ENABLE_JSERRORS
K_ENABLE_JSERRORS in tce_config.php
K_ENABLE_NO_ASWER
K_ENABLE_NO_ASWER in tce_config.php
K_ENABLE_RESULTS_TO_USERS
K_ENABLE_RESULTS_TO_USERS in tce_config.php
K_ERROR_TYPES
K_ERROR_TYPES in tce_config.php
K_LANGUAGE
K_LANGUAGE in tce_config.php
K_MAIN_PAGE
K_MAIN_PAGE in tce_config.php
K_MAX_EXECUTION_TIME
K_MAX_EXECUTION_TIME in tce_config.php
K_MAX_MEMORY_LIMIT
K_MAX_MEMORY_LIMIT in tce_config.php
K_MAX_ROWS_PER_PAGE
K_MAX_ROWS_PER_PAGE in tce_config.php
K_MAX_UPLOAD_SIZE
K_MAX_UPLOAD_SIZE in tce_config.php
K_MENU_SCROLLING
K_MENU_SCROLLING in tce_config.php
K_PATH_CACHE
K_PATH_CACHE in tce_paths.php
K_PATH_FONTS
K_PATH_FONTS in tce_paths.php
K_PATH_HOST
K_PATH_HOST in tce_paths.php
Configuration file for files and directories paths.
K_PATH_IMAGES
K_PATH_IMAGES in tce_paths.php
K_PATH_JAVA
K_PATH_JAVA in tce_paths.php
K_PATH_JSCRIPTS
K_PATH_JSCRIPTS in tce_paths.php
K_PATH_MAIN
K_PATH_MAIN in tce_paths.php
K_PATH_PUBLIC_CODE
K_PATH_PUBLIC_CODE in tce_paths.php
K_PATH_PUBLIC_CODE_REAL
K_PATH_PUBLIC_CODE_REAL in tce_paths.php
K_PATH_SHARED_JAVA
K_PATH_SHARED_JAVA in tce_paths.php
K_PATH_SHARED_JSCRIPTS
K_PATH_SHARED_JSCRIPTS in tce_paths.php
K_PATH_STYLE_SHEETS
K_PATH_STYLE_SHEETS in tce_paths.php
K_PATH_TCEXAM
K_PATH_TCEXAM in tce_paths.php
K_PATH_TMX_FILE
K_PATH_TMX_FILE in tce_paths.php
K_PATH_URL_CACHE
K_PATH_URL_CACHE in tce_paths.php
K_RANDOM_SECURITY
K_RANDOM_SECURITY in tce_general_constants.php
K_REDIRECT_LOGIN_MODE
K_REDIRECT_LOGIN_MODE in tce_config.php
K_SECONDS_IN_DAY
K_SECONDS_IN_DAY in tce_general_constants.php
K_SECONDS_IN_HOUR
K_SECONDS_IN_HOUR in tce_general_constants.php
K_SECONDS_IN_MINUTE
K_SECONDS_IN_MINUTE in tce_general_constants.php
Configuration file for general constants.
K_SECONDS_IN_MONTH
K_SECONDS_IN_MONTH in tce_general_constants.php
K_SECONDS_IN_WEEK
K_SECONDS_IN_WEEK in tce_general_constants.php
K_SECONDS_IN_YEAR
K_SECONDS_IN_YEAR in tce_general_constants.php
K_SELECT_SUBSTRING
K_SELECT_SUBSTRING in tce_config.php
K_SESSION_LIFE
K_SESSION_LIFE in tce_config.php
K_SITE_AUTHOR
K_SITE_AUTHOR in tce_config.php
K_SITE_DESCRIPTION
K_SITE_DESCRIPTION in tce_config.php
K_SITE_ICON
K_SITE_ICON in tce_config.php
K_SITE_KEYWORDS
K_SITE_KEYWORDS in tce_config.php
K_SITE_REPLY
K_SITE_REPLY in tce_config.php
K_SITE_STYLE
K_SITE_STYLE in tce_config.php
K_SITE_TITLE
K_SITE_TITLE in tce_config.php
K_STANDARD_PORT
K_STANDARD_PORT in tce_paths.php
K_TABLE_ANSWERS
K_TABLE_ANSWERS in tce_db_config.php
K_TABLE_LOG_ANSWER
K_TABLE_LOG_ANSWER in tce_db_config.php
K_TABLE_PREFIX
K_TABLE_PREFIX in tce_db_config.php
K_TABLE_QUESTIONS
K_TABLE_QUESTIONS in tce_db_config.php
K_TABLE_SESSIONS
K_TABLE_SESSIONS in tce_db_config.php
K_TABLE_SUBJECTS
K_TABLE_SUBJECTS in tce_db_config.php
K_TABLE_TESTS
K_TABLE_TESTS in tce_db_config.php
K_TABLE_TESTS_LOGS
K_TABLE_TESTS_LOGS in tce_db_config.php
K_TABLE_TEST_SUBJECTS
K_TABLE_TEST_SUBJECTS in tce_db_config.php
K_TABLE_TEST_USER
K_TABLE_TEST_USER in tce_db_config.php
K_TABLE_USERS
K_TABLE_USERS in tce_db_config.php
K_TCEXAM_AUTHOR
K_TCEXAM_AUTHOR in tce_config.php
K_TCEXAM_DESCRIPTION
K_TCEXAM_DESCRIPTION in tce_config.php
K_TCEXAM_HELP_STYLE
K_TCEXAM_HELP_STYLE in tce_config.php
K_TCEXAM_ICON
K_TCEXAM_ICON in tce_config.php
K_TCEXAM_KEYWORDS
K_TCEXAM_KEYWORDS in tce_config.php
K_TCEXAM_REPLY_TO
K_TCEXAM_REPLY_TO in tce_config.php
K_TCEXAM_STYLE
K_TCEXAM_STYLE in tce_config.php
K_TCEXAM_TITLE
K_TCEXAM_TITLE in tce_config.php
K_TCEXAM_VERSION
K_TCEXAM_VERSION in tce_config.php
Shared configuration file.
K_TEST_INFO_HEIGHT
K_TEST_INFO_HEIGHT in tce_config.php
K_TEST_INFO_WIDTH
K_TEST_INFO_WIDTH in tce_config.php
K_TIMESTAMP_FORMAT
K_TIMESTAMP_FORMAT in tce_config.php
K_USE_ERROR_LOG
K_USE_ERROR_LOG in tce_config.php
l
top
$language
TMXResourceBundle::$language in tce_tmx.php
p
top
pdfLinkEvent
pdfLinkEvent() in tce_functions_test_stats.php
Returns a javascript function call to open the PDF generator page.
PDF_AUTHOR
PDF_AUTHOR in tce_pdf.php
PDF_FONT_NAME_DATA
PDF_FONT_NAME_DATA in tce_pdf.php
PDF_FONT_NAME_MAIN
PDF_FONT_NAME_MAIN in tce_pdf.php
PDF_FONT_SIZE_DATA
PDF_FONT_SIZE_DATA in tce_pdf.php
PDF_FONT_SIZE_MAIN
PDF_FONT_SIZE_MAIN in tce_pdf.php
PDF_HEADER_LOGO
PDF_HEADER_LOGO in tce_pdf.php
PDF_HEADER_LOGO_WIDTH
PDF_HEADER_LOGO_WIDTH in tce_pdf.php
PDF_HEADER_STRING
PDF_HEADER_STRING in tce_pdf.php
PDF_HEADER_TITLE
PDF_HEADER_TITLE in tce_pdf.php
PDF_IMAGE_SCALE_RATIO
PDF_IMAGE_SCALE_RATIO in tce_pdf.php
PDF_MARGIN_BOTTOM
PDF_MARGIN_BOTTOM in tce_pdf.php
PDF_MARGIN_FOOTER
PDF_MARGIN_FOOTER in tce_pdf.php
PDF_MARGIN_HEADER
PDF_MARGIN_HEADER in tce_pdf.php
PDF_MARGIN_LEFT
PDF_MARGIN_LEFT in tce_pdf.php
PDF_MARGIN_RIGHT
PDF_MARGIN_RIGHT in tce_pdf.php
PDF_MARGIN_TOP
PDF_MARGIN_TOP in tce_pdf.php
PDF_PAGE_FORMAT
PDF_PAGE_FORMAT in tce_pdf.php
Configuration file for pdf documents.
PDF_PAGE_ORIENTATION
PDF_PAGE_ORIENTATION in tce_pdf.php
PDF_TEXTANSWER_HEIGHT
PDF_TEXTANSWER_HEIGHT in tce_pdf.php
PDF_UNIT
PDF_UNIT in tce_pdf.php
r
top
$resource
TMXResourceBundle::$resource in tce_tmx.php
s
top
$segdata
TMXResourceBundle::$segdata in tce_tmx.php
segContentHandler
TMXResourceBundle::segContentHandler() in tce_tmx.php
Sets the character data handler function for the XML parser parser.handler
.
startElementHandler
TMXResourceBundle::startElementHandler() in tce_tmx.php
Sets the start element handler function for the XML parser parser.start_element_handler
.
t
top
tce_edit_answer.php
tce_edit_answer.php in tce_edit_answer.php
tce_edit_question.php
tce_edit_question.php in tce_edit_question.php
tce_edit_rating.php
tce_edit_rating.php in tce_edit_rating.php
tce_edit_subject.php
tce_edit_subject.php in tce_edit_subject.php
tce_edit_tcecode.php
tce_edit_tcecode.php in tce_edit_tcecode.php
tce_edit_test.php
tce_edit_test.php in tce_edit_test.php
tce_edit_user.php
tce_edit_user.php in tce_edit_user.php
tce_functions_email_reports.php
tce_functions_email_reports.php in tce_functions_email_reports.php
tce_functions_tcecode_editor.php
tce_functions_tcecode_editor.php in tce_functions_tcecode_editor.php
tce_functions_upload.php
tce_functions_upload.php in tce_functions_upload.php
tce_functions_users_online.php
tce_functions_users_online.php in tce_functions_users_online.php
tce_functions_user_select.php
tce_functions_user_select.php in tce_functions_user_select.php
tce_logout.php
tce_logout.php in tce_logout.php
tce_page_footer.php
tce_page_footer.php in tce_page_footer.php
tce_page_footer_popup.php
tce_page_footer_popup.php in tce_page_footer_popup.php
tce_page_guide.php
tce_page_guide.php in tce_page_guide.php
tce_page_header.php
tce_page_header.php in tce_page_header.php
tce_page_header_popup.php
tce_page_header_popup.php in tce_page_header_popup.php
tce_page_info.php
tce_page_info.php in tce_page_info.php
tce_page_menu.php
tce_page_menu.php in tce_page_menu.php
tce_pdf_all_questions.php
tce_pdf_all_questions.php in tce_pdf_all_questions.php
tce_pdf_results.php
tce_pdf_results.php in tce_pdf_results.php
tce_pdf_testgen.php
tce_pdf_testgen.php in tce_pdf_testgen.php
tce_popup_email_results.php
tce_popup_email_results.php in tce_popup_email_results.php
tce_popup_test_info.php
tce_popup_test_info.php in tce_popup_test_info.php
tce_preview_tcecode.php
tce_preview_tcecode.php in tce_preview_tcecode.php
tce_select_users.php
tce_select_users.php in tce_select_users.php
tce_show_all_questions.php
tce_show_all_questions.php in tce_show_all_questions.php
tce_show_online_users.php
tce_show_online_users.php in tce_show_online_users.php
tce_show_result_allusers.php
tce_show_result_allusers.php in tce_show_result_allusers.php
tce_show_result_questions.php
tce_show_result_questions.php in tce_show_result_questions.php
tce_show_result_user.php
tce_show_result_user.php in tce_show_result_user.php
tce_xhtml_header.php
tce_xhtml_header.php in tce_xhtml_header.php
tce_auth.php
tce_auth.php in tce_auth.php
tce_config.php
tce_config.php in tce_config.php
tce_login.php
tce_login.php in tce_login.php
tce_logout.php
tce_logout.php in tce_logout.php
tce_page_footer.php
tce_page_footer.php in tce_page_footer.php
tce_page_footer_popup.php
tce_page_footer_popup.php in tce_page_footer_popup.php
tce_page_header.php
tce_page_header.php in tce_page_header.php
tce_page_header_popup.php
tce_page_header_popup.php in tce_page_header_popup.php
tce_popup_test_info.php
tce_popup_test_info.php in tce_popup_test_info.php
tce_test_execute.php
tce_test_execute.php in tce_test_execute.php
tce_test_results.php
tce_test_results.php in tce_test_results.php
tce_xhtml_header.php
tce_xhtml_header.php in tce_xhtml_header.php
tce_config.php
tce_config.php in tce_config.php
tce_authorization.php
tce_authorization.php in tce_authorization.php
tce_db_connect.php
tce_db_connect.php in tce_db_connect.php
tce_db_dal_mysql.php
tce_db_dal_mysql.php in tce_db_dal_mysql.php
tce_db_dal.php
tce_db_dal.php in tce_db_dal.php
tce_db_dal_postgresql.php
tce_db_dal_postgresql.php in tce_db_dal_postgresql.php
tce_functions_authorization.php
tce_functions_authorization.php in tce_functions_authorization.php
tce_functions_errmsg.php
tce_functions_errmsg.php in tce_functions_errmsg.php
tce_functions_form.php
tce_functions_form.php in tce_functions_form.php
tce_functions_general.php
tce_functions_general.php in tce_functions_general.php
tce_functions_page.php
tce_functions_page.php in tce_functions_page.php
tce_functions_session.php
tce_functions_session.php in tce_functions_session.php
tce_functions_tcecode.php
tce_functions_tcecode.php in tce_functions_tcecode.php
tce_functions_test.php
tce_functions_test.php in tce_functions_test.php
tce_functions_test_stats.php
tce_functions_test_stats.php in tce_functions_test_stats.php
tce_page_timer.php
tce_page_timer.php in tce_page_timer.php
tce_page_userbar.php
tce_page_userbar.php in tce_page_userbar.php
tce_tmx.php
tce_tmx.php in tce_tmx.php
tce_config.php
tce_config.php in tce_config.php
tce_db_config.php
tce_db_config.php in tce_db_config.php
tce_email_config.php
tce_email_config.php in tce_email_config.php
tce_extension.inc
tce_extension.inc in tce_extension.inc
tce_general_constants.php
tce_general_constants.php in tce_general_constants.php
tce_mime.php
tce_mime.php in tce_mime.php
tce_paths.php
tce_paths.php in tce_paths.php
tce_pdf.php
tce_pdf.php in tce_pdf.php
tcecodeEditor
tcecodeEditor() in tce_functions_tcecode_editor.php
Display TCExam Code EDITOR (editor for special mark-up code used to add some text formatting)
TMXResourceBundle
TMXResourceBundle in tce_tmx.php
<p>This PHP Class reads resource text data directly from a TMX (XML) file.
u
top
unhtmlentities
unhtmlentities() in tce_functions_general.php
Reverse function for htmlentities.
c
e
f
g
i
k
l
p
r
s
t
u
_
Wyszukiwarka
Podobne podstrony:
option extended valid elementsChristmas elementaryelementsidentify?sign elements?84AB82Elementy wymagan organizacyjnezdeformowane elementyPA3 podstawowe elementy liniowe [tryb zgodności]Elementy struktury organizacyjnej i zarządzanie projektowaniem organizacjielementarz liczba 10 ALee Smith Fifth Element42 cząstki elementarneElementy składowe i struktura robotów cz 1Dr Janusz Maciaszek Elementy Logiki [do egzaminu]Elementy składowe i struktura robotów cz 2więcej podobnych podstron