Full index

Package indexes


a b c d e f g h i k l m n o p q r s t u v w x y z _
a
top
$AliasNbPages
$AltBody
PHPMailer::$AltBody in class.phpmailer.php
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
$answer_data
XMLQuestionImporter::$answer_data in tce_import_xml_questions.php
$answer_id
XMLQuestionImporter::$answer_id in tce_import_xml_questions.php
$attachment
PHPMailer::$attachment in class.phpmailer.php
$author
TCPDF::$author in tcpdf.php
$AutoPageBreak
AcceptPageBreak
Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value. The default implementation returns a value according to the mode selected by SetAutoPageBreak().
AddAddress
PHPMailer::AddAddress() in class.phpmailer.php
Adds a "To" address.
AddAttachment
PHPMailer::AddAttachment() in class.phpmailer.php
Adds an attachment from a path on the filesystem.
AddBCC
PHPMailer::AddBCC() in class.phpmailer.php
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
AddCC
PHPMailer::AddCC() in class.phpmailer.php
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
AddChange
phpmailerTest::AddChange() in phpmailer_test.php
Adds a change entry.
AddCustomHeader
PHPMailer::AddCustomHeader() in class.phpmailer.php
Adds a custom header.
AddEmbeddedImage
PHPMailer::AddEmbeddedImage() in class.phpmailer.php
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
AddFont
TCPDF::AddFont() in tcpdf.php
Imports a TrueType or Type1 font and makes it available. It is necessary to generate a font definition file first with the makefont.php utility. The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by FPDF_FONTPATH if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.
addHtmlLink
Output anchor link.
AddLink
TCPDF::AddLink() in tcpdf.php
Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
AddNote
phpmailerTest::AddNote() in phpmailer_test.php
Adds a simple note to the message.
AddPage
TCPDF::AddPage() in tcpdf.php
Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer. Then the page is added, the current position set to the top-left corner according to the left and top margins, and Header() is called to display the header.
AddrAppend
PHPMailer::AddrAppend() in class.phpmailer.php
Creates recipient headers.
AddReplyTo
PHPMailer::AddReplyTo() in class.phpmailer.php
Adds a "Reply-to" address.
AddrFormat
PHPMailer::AddrFormat() in class.phpmailer.php
Formats an address correctly.
AddStringAttachment
PHPMailer::AddStringAttachment() in class.phpmailer.php
Adds a string or binary attachment (non-filesystem) to the list.
addTest
TestSuite::addTest() in phpunit.php
AliasNbPages
Defines an alias for the total number of pages. It will be substituted as the document is closed.
assert
Assert::assert() in phpunit.php
Assert
Assert in phpunit.php
Class Assert
assertEquals
Assert::assertEquals() in phpunit.php
assertRegexp
Assert::assertRegexp() in phpunit.php
AttachAll
PHPMailer::AttachAll() in class.phpmailer.php
Attaches all fs, string, and binary attachments to the message.
Authenticate
SMTP::Authenticate() in class.smtp.php
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
b
top
$b
TCPDF::$b in tcpdf.php
$barcode
TCPDF::$barcode in tcpdf.php
$bcc
PHPMailer::$bcc in class.phpmailer.php
$bMargin
TCPDF::$bMargin in tcpdf.php
$Body
PHPMailer::$Body in class.phpmailer.php
Sets the Body of the message. This can be either an HTML or text body.
$boundary
PHPMailer::$boundary in class.phpmailer.php
$buffer
TCPDF::$buffer in tcpdf.php
BarcodeObject
BarcodeObject in BarcodeObject
Barcode Render Class for PHP using the GD graphics library.
BCD_C39_NARROW_BAR
BCD_C39_NARROW_BAR in BarcodeObject
narrow bar option
BCD_C39_WIDE_BAR
BCD_C39_WIDE_BAR in BarcodeObject
wide bar option
BCD_C128_BAR_1
BCD_C128_BAR_1 in BarcodeObject
set type 1 bar
BCD_C128_BAR_2
BCD_C128_BAR_2 in BarcodeObject
set type 2 bar
BCD_C128_BAR_3
BCD_C128_BAR_3 in BarcodeObject
set type 3 bar
BCD_C128_BAR_4
BCD_C128_BAR_4 in BarcodeObject
set type 4 bar
BCD_DEFAULT_BACKGROUND_COLOR
set default background color
BCD_DEFAULT_FONT
BCD_DEFAULT_FONT in BarcodeObject
set default font
BCD_DEFAULT_FOREGROUND_COLOR
set default foreground color
BCD_DEFAULT_HEIGHT
BCD_DEFAULT_HEIGHT in BarcodeObject
set default height
BCD_DEFAULT_MAR_Y1
BCD_DEFAULT_MAR_Y1 in BarcodeObject
set default margin
BCD_DEFAULT_MAR_Y2
BCD_DEFAULT_MAR_Y2 in BarcodeObject
set default margin
BCD_DEFAULT_STYLE
BCD_DEFAULT_STYLE in BarcodeObject
set default style options
BCD_DEFAULT_TEXT_OFFSET
BCD_DEFAULT_TEXT_OFFSET in BarcodeObject
set default text offset
BCD_DEFAULT_WIDTH
BCD_DEFAULT_WIDTH in BarcodeObject
set default width
BCD_DEFAULT_XRES
BCD_DEFAULT_XRES in BarcodeObject
st default horizontal resolution
BCD_I25_NARROW_BAR
BCD_I25_NARROW_BAR in BarcodeObject
narrow bar option
BCD_I25_WIDE_BAR
BCD_I25_WIDE_BAR in BarcodeObject
wide bar option
BCS_ALIGN_CENTER
BCS_ALIGN_CENTER in BarcodeObject
option: center barcode
BCS_ALIGN_LEFT
BCS_ALIGN_LEFT in BarcodeObject
option: align left
BCS_ALIGN_RIGHT
BCS_ALIGN_RIGHT in BarcodeObject
option: align right
BCS_BORDER
BCS_BORDER in BarcodeObject
option: generate barcode border
BCS_DRAW_TEXT
BCS_DRAW_TEXT in BarcodeObject
option: draw text
BCS_I25_DRAW_CHECK
BCS_I25_DRAW_CHECK in BarcodeObject
option: draw check
BCS_IMAGE_JPEG
BCS_IMAGE_JPEG in BarcodeObject
option: generate JPEG image
BCS_IMAGE_PNG
BCS_IMAGE_PNG in BarcodeObject
option: generate PNG image
BCS_REVERSE_COLOR
BCS_REVERSE_COLOR in BarcodeObject
option: reverse color
BCS_STRETCH_TEXT
BCS_STRETCH_TEXT in BarcodeObject
option: stretch text
BCS_TRANSPARENT
BCS_TRANSPARENT in BarcodeObject
option: use transparent background
BuildBody
phpmailerTest::BuildBody() in phpmailer_test.php
Build the body of the message in the appropriate format.
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
BarcodeObject
BarcodeObject in BarcodeObject
c
top
$cachefile
$cc
PHPMailer::$cc in class.phpmailer.php
$ChangeLog
phpmailerTest::$ChangeLog in phpmailer_test.php
Holds the change log.
$CharSet
PHPMailer::$CharSet in class.phpmailer.php
Sets the CharSet of the message.
$cMargin
TCPDF::$cMargin in tcpdf.php
$ColorFlag
TCPDF::$ColorFlag in tcpdf.php
$compress
TCPDF::$compress in tcpdf.php
$ConfirmReadingTo
PHPMailer::$ConfirmReadingTo in class.phpmailer.php
Sets the email address that a reading confirmation will be sent.
$ContentType
PHPMailer::$ContentType in class.phpmailer.php
Sets the Content-type of the message.
$CoreFonts
TCPDF::$CoreFonts in tcpdf.php
$creator
TCPDF::$creator in tcpdf.php
$CRLF
SMTP::$CRLF in class.smtp.php
SMTP reply line ending
$CurOrientation
$CurrentFont
TCPDF::$CurrentFont in tcpdf.php
$current_data
XMLQuestionImporter::$current_data in tce_import_xml_questions.php
$current_data
XMLUserImporter::$current_data in tce_import_xml_users.php
$current_data
$current_element
XMLUserImporter::$current_element in tce_import_xml_users.php
$current_element
XMLQuestionImporter::$current_element in tce_import_xml_questions.php
$current_key
$current_language
$CustomHeader
PHPMailer::$CustomHeader in class.phpmailer.php
C39Object
C39Object in BarcodeObject
Code 39 Barcode Render Class.
Code 39 is an alphanumeric bar code that can encode decimal number, case alphabet and some special symbols.
C128AObject
C128AObject in BarcodeObject
Code 128-A Barcode Render Class for PHP using the GD graphics library.
Code 128-A is a continuous, multilevel and include all upper case alphanumeric characters and ASCII control characters.
C128BObject
C128BObject in BarcodeObject
Code 128-B Barcode Render Class for PHP using the GD graphics library.
Code 128-B is a continuous, multilevel and full ASCII code.
C128CObject
C128CObject in BarcodeObject
Code 128-C Barcode Render Class for PHP using the GD graphics library.
Code 128-C is numeric only and provides the most efficiency.
Cell
TCPDF::Cell() in tcpdf.php
Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
CheckChanges
phpmailerTest::CheckChanges() in phpmailer_test.php
Check which default settings have been changed for the report.
ClearAddresses
PHPMailer::ClearAddresses() in class.phpmailer.php
Clears all recipients assigned in the TO array. Returns void.
ClearAllRecipients
PHPMailer::ClearAllRecipients() in class.phpmailer.php
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
ClearAttachments
PHPMailer::ClearAttachments() in class.phpmailer.php
Clears all previously set filesystem, string, and binary attachments. Returns void.
ClearBCCs
PHPMailer::ClearBCCs() in class.phpmailer.php
Clears all recipients assigned in the BCC array. Returns void.
ClearCCs
PHPMailer::ClearCCs() in class.phpmailer.php
Clears all recipients assigned in the CC array. Returns void.
ClearCustomHeaders
PHPMailer::ClearCustomHeaders() in class.phpmailer.php
Clears all custom headers. Returns void.
ClearReplyTos
PHPMailer::ClearReplyTos() in class.phpmailer.php
Clears all recipients assigned in the ReplyTo array. Returns void.
Close
TCPDF::Close() in tcpdf.php
Terminates the PDF document. It is not necessary to call this method explicitly because Output() does it automatically. If the document contains no page, AddPage() is called to prevent from getting an invalid document.
Close
SMTP::Close() in class.smtp.php
Closes the socket and cleans up the state of the class.
closedHTMLTagHandler
Process closing tags.
Connect
SMTP::Connect() in class.smtp.php
Connect to the server specified on the port specified.
Connected
SMTP::Connected() in class.smtp.php
Returns true if connected to a server otherwise false
convertColorHexToDec
Returns an associative array (keys: R,G,B) from a hex html code (e.g. #3FE5AA).
countFailures
countTestCases
countTestCases
countTests
CreateBody
PHPMailer::CreateBody() in class.phpmailer.php
Assembles the message body. Returns an empty string on failure.
CreateHeader
PHPMailer::CreateHeader() in class.phpmailer.php
Assembles message header.
C_mailer
C_mailer in tce_class_mailer.php
C_mailer - PHPMailer class extension
class.phpmailer.php
class.phpmailer.php in class.phpmailer.php
class.smtp.php
class.smtp.php in class.smtp.php
d
top
$default_table_columns
$DefOrientation
$diffs
TCPDF::$diffs in tcpdf.php
$do_debug
SMTP::$do_debug in class.smtp.php
Sets whether debugging is turned on
$DrawColor
TCPDF::$DrawColor in tcpdf.php
Data
SMTP::Data() in class.smtp.php
Issues a data command and sends the msg_data to the server
DestroyObject
Destroy the barcode image.
DrawBorder
Draws the barcode border.
DrawChar
BarcodeObject::DrawChar() in BarcodeObject
Draws the alphanumeric code.
DrawCheckChar
Draws the check-char code.
DrawCheckChar
Draws the check-char code.
DrawCheckChar
Draws the check-char code.
DrawObject
Abstract method used to draw the barcode image.
DrawObject
C128BObject::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
C128CObject::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
C128AObject::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
C39Object::DrawObject() in BarcodeObject
Draws the barcode object.
DrawObject
I25Object::DrawObject() in BarcodeObject
Draws the barcode object.
DrawSingleBar
Draws a single barcode bar.
DrawStart
C39Object::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
C128AObject::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
C128BObject::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
C128CObject::DrawStart() in BarcodeObject
Draws the start code.
DrawStart
I25Object::DrawStart() in BarcodeObject
Draws the start code.
DrawStop
C128CObject::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
C128AObject::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
C39Object::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
I25Object::DrawStop() in BarcodeObject
Draws the stop code.
DrawStop
C128BObject::DrawStop() in BarcodeObject
Draws the stop code.
DrawText
BarcodeObject::DrawText() in BarcodeObject
Draws a character string.
e
top
$encoding
TCPDF::$encoding in tcpdf.php
$Encoding
PHPMailer::$Encoding in class.phpmailer.php
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
$error
SMTP::$error in class.smtp.php
$ErrorInfo
PHPMailer::$ErrorInfo in class.phpmailer.php
Holds the most recent mailer error message.
$error_count
PHPMailer::$error_count in class.phpmailer.php
EncodeFile
PHPMailer::EncodeFile() in class.phpmailer.php
Encodes attachment in requested format. Returns an empty string on failure.
EncodeHeader
PHPMailer::EncodeHeader() in class.phpmailer.php
Encode a header string to best of Q, B, quoted or none.
EncodeQ
PHPMailer::EncodeQ() in class.phpmailer.php
Encode string to q encoding.
EncodeQP
PHPMailer::EncodeQP() in class.phpmailer.php
Encode string to quoted-printable.
EncodeString
PHPMailer::EncodeString() in class.phpmailer.php
Encodes string to requested format. Returns an empty string on failure.
EndBoundary
PHPMailer::EndBoundary() in class.phpmailer.php
Returns the end of a message boundary.
endElementHandler
XMLUserImporter::endElementHandler() in tce_import_xml_users.php
Sets the end element handler function for the XML parser parser.end_element_handler.
endElementHandler
Sets the end element handler function for the XML parser parser.end_element_handler.
endElementHandler
XMLQuestionImporter::endElementHandler() in tce_import_xml_questions.php
Sets the end element handler function for the XML parser parser.end_element_handler.
Error
TCPDF::Error() in tcpdf.php
This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
error
TestCase::error() in phpunit.php
Exception
Exception in phpunit.php
Class Exception
Exception
Exception::Exception() in phpunit.php
Expand
SMTP::Expand() in class.smtp.php
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
f
top
$fExceptions
$fExceptions
TestCase::$fExceptions in phpunit.php
$fFailedTestName
$fFailures
TestResult::$fFailures in phpunit.php
$fh
TCPDF::$fh in tcpdf.php
$fhPt
TCPDF::$fhPt in tcpdf.php
$FillColor
TCPDF::$FillColor in tcpdf.php
$fName
TestCase::$fName in phpunit.php
$FontFamily
TCPDF::$FontFamily in tcpdf.php
$FontFiles
TCPDF::$FontFiles in tcpdf.php
$fontList
TCPDF::$fontList in tcpdf.php
$fonts
TCPDF::$fonts in tcpdf.php
$FontSize
TCPDF::$FontSize in tcpdf.php
$FontSizePt
TCPDF::$FontSizePt in tcpdf.php
$FontStyle
TCPDF::$FontStyle in tcpdf.php
$footer_font
TCPDF::$footer_font in tcpdf.php
$footer_margin
$fResult
TestCase::$fResult in phpunit.php
$From
PHPMailer::$From in class.phpmailer.php
Sets the From email address for the message.
$FromName
PHPMailer::$FromName in class.phpmailer.php
Sets the From name of the message.
$fRunTests
TestResult::$fRunTests in phpunit.php
$fStop
TestResult::$fStop in phpunit.php
$fTests
TestSuite::$fTests in phpunit.php
$fw
TCPDF::$fw in tcpdf.php
$fwPt
TCPDF::$fwPt in tcpdf.php
fail
TestCase::fail() in phpunit.php
failed
TestCase::failed() in phpunit.php
failNotEquals
FixEOL
PHPMailer::FixEOL() in class.phpmailer.php
Changes every end of line from CR or LF to CRLF.
FlushObject
Flush the barcode image.
Footer
TCPDF::Footer() in tcpdf.php
This method is used to render the page footer.
FPDF_FONTPATH
FPDF_FONTPATH in tce_paths.php
full path to PDF fonts directory
F_addLogAnswers
F_addLogAnswers() in tce_functions_test.php
Add specified answers on tce_tests_logs_answer table.
F_allresults_table_header_element
F_allresults_table_header_element() in tce_show_result_allusers.php
Display table header element with order link.
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_csv_export_result_allusers
F_csv_export_result_allusers() in tce_csv_result_allusers.php
Export all test results to CSV.
F_csv_export_users
F_csv_export_users() in tce_csv_users.php
Export all users to CSV grouped by users' groups.
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_affected_rows
F_db_affected_rows() in tce_db_dal_postgresql.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_close
F_db_close() in tce_db_dal_postgresql.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_connect
F_db_connect() in tce_db_dal_postgresql.php
Open a connection to a PostgreSQL Server and select a database.
F_db_error
F_db_error() in tce_db_dal_postgresql.php
Returns the text of the error message from previous database operation
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_fetch_array
F_db_fetch_array() in tce_db_dal_postgresql.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_insert_id
F_db_insert_id() in tce_db_dal_postgresql.php
Get the ID generated from the previous INSERT operation
F_db_num_rows
F_db_num_rows() in tce_db_dal_postgresql.php
Get number of rows in result.
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_postgresql.php
Sends a query to the currently active database on the server that's associated with the specified link identifier.
NOTE: Convert MySQL RAND() function to PostgreSQL RANDOM() on ORDER BY clause of selection queries.
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_getAuthorizedUsers
F_getAuthorizedUsers() in tce_functions_authorization.php
Returns a comma separated string of ID of the users that belong to the same groups.
F_getBoolean
F_getBoolean() 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_getFirstTestUser
F_getFirstTestUser() in tce_functions_test.php
Returns the ID of the tce_tests_users table corresponding to a complete test of $test_id type.
F_getQuestionTestStat
F_getQuestionTestStat() in tce_functions_test_stats.php
Returns test data structure for selected question:
F_getTestBasicScore
F_getTestBasicScore() in tce_functions_test.php
Returns the basic score for right questions.
F_getTestData
F_getTestData() in tce_functions_test.php
Returns the test data.
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_import_csv_users
F_import_csv_users() in tce_import_xml_users.php
Import users from CSV file (tab delimited text).
F_isAuthorizedUser
F_isAuthorizedUser() in tce_functions_authorization.php
Returns true if the current user is authorized to update and delete the selected database record.
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_isValidTestUser
F_isValidTestUser() in tce_functions_test.php
Check if user is authorized to execute the specified test
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_menu_link
F_menu_link() in tce_page_menu.php
Returns a menu element link.
F_newTestLog
F_newTestLog() in tce_functions_test.php
Creates a new tce_tests_logs table entry and returns inserted ID.
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 string 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_replace_angulars
F_replace_angulars() in tce_functions_general.php
Replace angular parenthesis with html equivalents (html entities).
F_selectAnswers
F_selectAnswers() in tce_functions_test.php
Return an array containing answer_id field of selected answers.
F_select_executed_distinct_tests_sql
F_select_executed_distinct_tests_sql() in tce_functions_auth_sql.php
Returns a SQL string to select executed tests accounting for user authorizations.
F_select_executed_tests_sql
F_select_executed_tests_sql() in tce_functions_auth_sql.php
Returns a SQL string to select executed user tests accounting for user authorizations.
F_select_subjects_sql
F_select_subjects_sql() in tce_functions_auth_sql.php
Returns a SQL string to select subjects accounting for user authorizations.
F_select_tests_sql
F_select_tests_sql() in tce_functions_auth_sql.php
Returns a SQL string to select tests accounting for user authorizations.
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_navigator
F_show_page_navigator() 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_stats_table_header_element
F_stats_table_header_element() in tce_show_result_questions.php
Display table header element with order link.
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_substrHTML
F_substrHTML() in tce_functions_tcecode.php
Return a substring of XHTML code while making sure no html tags are chopped.
F_substr_utf8
F_substr_utf8() in tce_functions_general.php
Return part of a string removing remaining non-ASCII characters.
F_tcecodeToLine
F_tcecodeToLine() in tce_functions_tcecode.php
Converts tcecode text to a single XHTML string removing some eobjects.
F_tcecodeToTitle
F_tcecodeToTitle() in tce_functions_tcecode.php
Converts tcecode text to simple string for XHTML title attribute.
F_terminateUserTest
F_terminateUserTest() in tce_functions_test.php
Terminate user's test
F_testComment
F_testComment() in tce_functions_test.php
Display a textarea for user's comment.
F_testInfoLink
F_testInfoLink() in tce_functions_test.php
Returns XHTML link to open test info popup.
F_text_to_xml
F_text_to_xml() in tce_functions_general.php
Escape some special characters (< > &).
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_updateTestComment
F_updateTestComment() in tce_functions_test.php
Updates user's test comment.
F_upload_file
F_upload_file() in tce_functions_upload.php
Uploads image file to the server.
F_user_table_header_element
F_user_table_header_element() in tce_functions_user_select.php
Display table header element with order link.
F_xml_export_questions
F_xml_export_questions() in tce_xml_questions.php
Export all questions of the selected subject to XML.
F_xml_export_users
F_xml_export_users() in tce_xml_users.php
Export all users to XML grouped by users' groups.
F_xml_to_text
F_xml_to_text() in tce_functions_general.php
Unescape some special characters (< > &).
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
$group_data
XMLUserImporter::$group_data in tce_import_xml_users.php
get
get() in phpmailer_test.php
Create and run test instance.
GetBarSize
C128CObject::GetBarSize() in BarcodeObject
Returns the bar size.
GetBarSize
C128AObject::GetBarSize() in BarcodeObject
Returns the bar size.
GetBarSize
C128BObject::GetBarSize() in BarcodeObject
Returns the bar size.
GetBoundary
PHPMailer::GetBoundary() in class.phpmailer.php
Returns the start of a message boundary.
getBreakMargin
Returns the page break margin.
GetCharIndex
Returns the character index.
GetCharIndex
Returns the character index.
GetCharIndex
C39Object::GetCharIndex() in BarcodeObject
Returns the character index.
GetCharIndex
Returns the character index.
GetCheckCharValue
Returns the check-char value.
GetCheckCharValue
Returns the check-char value.
GetCheckCharValue
Returns the check-char value.
GetError
BarcodeObject::GetError() in BarcodeObject
Returns the current error message.
getExceptions
getExceptions
getFailures
GetFontHeight
Returns the font height.
GetFontWidth
Returns the font width.
getImage
BarcodeObject::getImage() in BarcodeObject
Returns the image object.
getImageButton
getImageButton() in tce_functions_tcecode_editor.php
Display one tag button
getImageScale
Returns the image scale.
getMessage
getPageHeight
Returns the page height in units.
getPageWidth
Returns the page width in units.
getPDFData
TCPDF::getPDFData() in tcpdf.php
Returns the PDF data.
getResource
Returns the resource array containing the translated word/sentences.
getScaleFactor
Returns the scale factor (number of points in user unit).
GetSize
C128BObject::GetSize() in BarcodeObject
Returns barcode size.
GetSize
I25Object::GetSize() in BarcodeObject
Returns barcode size.
GetSize
C128CObject::GetSize() in BarcodeObject
Returns barcode size.
GetSize
C39Object::GetSize() in BarcodeObject
Returns barcode size.
GetSize
C128AObject::GetSize() in BarcodeObject
Returns barcode size.
GetStringWidth
Returns the length of a string in user unit. A font must be selected.
GetStyle
BarcodeObject::GetStyle() in BarcodeObject
Returns barcode style.
getTestName
GetX
TCPDF::GetX() in tcpdf.php
Returns the abscissa of the current position.
GetY
TCPDF::GetY() in tcpdf.php
Returns the ordinate of the current position.
get_lines
SMTP::get_lines() in class.smtp.php
Read in as many lines as possible either before eof or socket timeout occurs on the operation.
guide_br.php
guide_br.php in guide_br.php
guide_en.php
guide_en.php in guide_en.php
guide_es.php
guide_es.php in guide_es.php
guide_it.php
guide_it.php in guide_it.php
guide_tr.php
guide_tr.php in guide_tr.php
h
top
$h
TCPDF::$h in tcpdf.php
$header_font
TCPDF::$header_font in tcpdf.php
$header_logo
TCPDF::$header_logo in tcpdf.php
$header_logo_width
$header_margin
$header_string
$header_title
$header_width
$Helo
PHPMailer::$Helo in class.phpmailer.php
Sets the SMTP HELO of the message (Default is $Hostname).
$helo_rply
SMTP::$helo_rply in class.smtp.php
$Host
PHPMailer::$Host in class.phpmailer.php
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
$Host
phpmailerTest::$Host in phpmailer_test.php
Holds the SMTP mail host.
$Hostname
PHPMailer::$Hostname in class.phpmailer.php
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
$hPt
TCPDF::$hPt in tcpdf.php
$HREF
TCPDF::$HREF in tcpdf.php
Header
TCPDF::Header() in tcpdf.php
This method is used to render the page header.
HeaderLine
PHPMailer::HeaderLine() in class.phpmailer.php
Returns a formatted header line.
HEAD_MAGNIFICATION
HEAD_MAGNIFICATION in tce_pdf.php
magnification factor for titles
Hello
SMTP::Hello() in class.smtp.php
Sends the HELO command to the smtp server.
Help
SMTP::Help() in class.smtp.php
Gets help information on the keyword specified. If the keyword
i
top
$i
TCPDF::$i in tcpdf.php
$images
TCPDF::$images in tcpdf.php
$imgscale
TCPDF::$imgscale in tcpdf.php
$img_rb_x
TCPDF::$img_rb_x in tcpdf.php
$img_rb_y
TCPDF::$img_rb_y in tcpdf.php
$inanswer
XMLQuestionImporter::$inanswer in tce_import_xml_questions.php
$InFooter
TCPDF::$InFooter in tcpdf.php
$internal_encoding
$issetcolor
TCPDF::$issetcolor in tcpdf.php
$issetfont
TCPDF::$issetfont in tcpdf.php
$isunicode
TCPDF::$isunicode in tcpdf.php
I25Object
I25Object in BarcodeObject
I25 Barcode Render Class for PHP using the GD graphics library.
Image
TCPDF::Image() in tcpdf.php
Puts an image in the page. The upper-left corner must be given. The dimensions can be specified in different ways:
  • explicit width and height (expressed in user unit)
  • one explicit dimension, the other being calculated automatically in order to keep the original proportions
  • no explicit dimension, in which case the image is put at 72 dpi
Supported formats are JPEG and PNG.
InlineImageExists
PHPMailer::InlineImageExists() in class.phpmailer.php
Returns true if an inline attachment is present.
IsError
PHPMailer::IsError() in class.phpmailer.php
Returns true if an error occurred.
IsHTML
PHPMailer::IsHTML() in class.phpmailer.php
Sets message type to HTML.
IsMail
PHPMailer::IsMail() in class.phpmailer.php
Sets Mailer to send message using PHP mail() function.
IsQmail
PHPMailer::IsQmail() in class.phpmailer.php
Sets Mailer to send message using the qmail MTA.
IsSendmail
PHPMailer::IsSendmail() in class.phpmailer.php
Sets Mailer to send message using the $Sendmail program.
IsSMTP
PHPMailer::IsSMTP() in class.phpmailer.php
Sets Mailer to send message using SMTP.
index.php
index.php in index.php
index.php
index.php in index.php
k
top
$k
TCPDF::$k in tcpdf.php
$keywords
TCPDF::$keywords in tcpdf.php
K_ANSWER_TEXTAREA_COLS
K_ANSWER_TEXTAREA_COLS in tce_config.php
number of columns for answer textarea
K_ANSWER_TEXTAREA_ROWS
K_ANSWER_TEXTAREA_ROWS in tce_config.php
number of rows for answer textarea
K_AUTH_ADMINISTRATOR
K_AUTH_ADMINISTRATOR in tce_auth.php
administrator level
K_AUTH_ADMIN_ANSWERS
K_AUTH_ADMIN_ANSWERS in tce_auth.php
required user's level to access "answer editor"
K_AUTH_ADMIN_INFO
K_AUTH_ADMIN_INFO in tce_auth.php
required user's level to access "TCExam information"
K_AUTH_ADMIN_ONLINE_USERS
required user's level to display online users
K_AUTH_ADMIN_QUESTIONS
K_AUTH_ADMIN_QUESTIONS in tce_auth.php
required user's level to access "question editor"
K_AUTH_ADMIN_RATING
K_AUTH_ADMIN_RATING in tce_auth.php
required user's level to manually rate free text answers
K_AUTH_ADMIN_RESULTS
K_AUTH_ADMIN_RESULTS in tce_auth.php
required user's level to display results
K_AUTH_ADMIN_SUBJECTS
K_AUTH_ADMIN_SUBJECTS in tce_auth.php
required user's level to access "subject editor"
K_AUTH_ADMIN_TCECODE
K_AUTH_ADMIN_TCECODE in tce_auth.php
required user's level to access "tcecode editor"
K_AUTH_ADMIN_TESTS
K_AUTH_ADMIN_TESTS in tce_auth.php
required user's level to access "test editor"
K_AUTH_ADMIN_UPLOAD_IMAGES
required user's level to upload images
K_AUTH_ADMIN_USERS
K_AUTH_ADMIN_USERS in tce_auth.php
required user's level to access "user editor"
K_AUTH_INDEX
K_AUTH_INDEX in tce_auth.php
required user's level to access index page
K_BLANK_IMAGE
K_BLANK_IMAGE in tce_paths.php
full path to a blank image
K_CELL_HEIGHT_RATIO
K_CELL_HEIGHT_RATIO in tce_pdf.php
height of cell repect font height
K_CLOCK_IN_UTC
K_CLOCK_IN_UTC in tce_config.php
if true display admin clock in UTC (GMT)
K_COOKIE_DOMAIN
K_COOKIE_DOMAIN in tce_config.php
cookie domain
K_COOKIE_EXPIRE
K_COOKIE_EXPIRE in tce_config.php
expiration time for cookies
K_COOKIE_PATH
K_COOKIE_PATH in tce_config.php
cookie path
K_COOKIE_SECURE
K_COOKIE_SECURE in tce_config.php
if true use secure cookies
K_DATABASE_HOST
K_DATABASE_HOST in tce_db_config.php
database Host name (eg: localhost)
K_DATABASE_NAME
K_DATABASE_NAME in tce_db_config.php
database name (tcexam)
K_DATABASE_PORT
K_DATABASE_PORT in tce_db_config.php
database port (eg: 3306 or 5432)
K_DATABASE_TYPE
K_DATABASE_TYPE in tce_db_config.php
database type (POSTGRESQL or MYSQL)
K_DATABASE_USER_NAME
K_DATABASE_USER_NAME in tce_db_config.php
database user name
K_DATABASE_USER_PASSWORD
K_DATABASE_USER_PASSWORD in tce_db_config.php
database user password
K_ENABLE_JSERRORS
K_ENABLE_JSERRORS in tce_config.php
if true display messages and errors on Javascript popup window
K_ERROR_TYPES
K_ERROR_TYPES in tce_config.php
define error reporting types for debug
K_EXTEND_TIME_MINUTES
K_EXTEND_TIME_MINUTES in tce_show_result_user.php
K_LANGUAGE
K_LANGUAGE in tce_config.php
2-letters language code
K_MAIN_PAGE
K_MAIN_PAGE in tce_config.php
main page (homepage)
K_MAX_MEMORY_LIMIT
K_MAX_MEMORY_LIMIT in tce_config.php
max memory limit
K_MAX_MEMORY_LIMIT
K_MAX_MEMORY_LIMIT in tce_config.php
max memory limit for a PHP script
K_MAX_ROWS_PER_PAGE
K_MAX_ROWS_PER_PAGE in tce_config.php
max number of rows to display in tables
K_MAX_ROWS_PER_PAGE
K_MAX_ROWS_PER_PAGE in tce_config.php
max number of rows to display in tables
K_MAX_UPLOAD_SIZE
K_MAX_UPLOAD_SIZE in tce_config.php
max size to be uploaded in bytes
K_MAX_UPLOAD_SIZE
K_MAX_UPLOAD_SIZE in tce_config.php
max file size to be uploaded [bytes]
K_PATH_CACHE
K_PATH_CACHE in tce_paths.php
full path to cache directory
K_PATH_FONTS
K_PATH_FONTS in tce_paths.php
full path to fonts directory
K_PATH_HOST
K_PATH_HOST in tce_paths.php
host URL (e.g.: "http://www.yoursite.com")
K_PATH_IMAGES
K_PATH_IMAGES in tce_paths.php
relative path to images directory
K_PATH_JSCRIPTS
K_PATH_JSCRIPTS in tce_paths.php
relative path to javascript directory
K_PATH_MAIN
K_PATH_MAIN in tce_paths.php
real full path where this program is installed (e.g: "/var/www/html/TCExam/")
K_PATH_PUBLIC_CODE
K_PATH_PUBLIC_CODE in tce_paths.php
path to public code
K_PATH_PUBLIC_CODE_REAL
K_PATH_PUBLIC_CODE_REAL in tce_paths.php
server path to public code
K_PATH_SHARED_JSCRIPTS
K_PATH_SHARED_JSCRIPTS in tce_paths.php
relative path to shared javascript directory
K_PATH_STYLE_SHEETS
K_PATH_STYLE_SHEETS in tce_paths.php
relative path to stylesheets directory
K_PATH_TCEXAM
K_PATH_TCEXAM in tce_paths.php
relative URL where this program is installed (e.g.: "/")
K_PATH_TMX_FILE
K_PATH_TMX_FILE in tce_paths.php
full path to TMX language file
K_PATH_URL_CACHE
K_PATH_URL_CACHE in tce_paths.php
url path to to cache directory
K_QUESTION_DIFFICULTY_LEVELS
number of difficulty levels for questions
K_QUESTION_LINE_MAX_LENGTH
K_QUESTION_LINE_MAX_LENGTH in tce_config.php
define max line length in chars for question navigator on test execution interface
K_RANDOM_SECURITY
K_RANDOM_SECURITY in tce_general_constants.php
string used as a seed for some security code generation please change this value and keep it secret
K_REDIRECT_LOGIN_MODE
K_REDIRECT_LOGIN_MODE in tce_config.php
various pages redirection modes after login(valid values are 1,2 and 3).
K_SECONDS_IN_DAY
K_SECONDS_IN_DAY in tce_general_constants.php
number of seconds in one day
K_SECONDS_IN_HOUR
K_SECONDS_IN_HOUR in tce_general_constants.php
number of seconds in one hour
K_SECONDS_IN_MINUTE
K_SECONDS_IN_MINUTE in tce_general_constants.php
number of seconds in one minute
K_SECONDS_IN_MONTH
K_SECONDS_IN_MONTH in tce_general_constants.php
number of seconds in one month
K_SECONDS_IN_WEEK
K_SECONDS_IN_WEEK in tce_general_constants.php
number of seconds in one week
K_SECONDS_IN_YEAR
K_SECONDS_IN_YEAR in tce_general_constants.php
number of seconds in one year
K_SELECT_SUBSTRING
K_SELECT_SUBSTRING in tce_config.php
max number of chars to display on a selection box
K_SESSION_LIFE
K_SESSION_LIFE in tce_config.php
user's session life time in seconds
K_SITE_AUTHOR
K_SITE_AUTHOR in tce_config.php
default site author
K_SITE_DESCRIPTION
K_SITE_DESCRIPTION in tce_config.php
default site description
K_SITE_ICON
K_SITE_ICON in tce_config.php
path to default html icon
K_SITE_KEYWORDS
K_SITE_KEYWORDS in tce_config.php
default keywords
K_SITE_REPLY
K_SITE_REPLY in tce_config.php
default html reply-to meta tag
K_SITE_STYLE
K_SITE_STYLE in tce_config.php
path to public CSS stylesheet
K_SITE_TITLE
K_SITE_TITLE in tce_config.php
default site name
K_SMALL_RATIO
K_SMALL_RATIO in tce_pdf.php
reduction factor for small font
K_STANDARD_PORT
K_STANDARD_PORT in tce_paths.php
standard port for http (80) or https (443)
K_TABLE_ANSWERS
K_TABLE_ANSWERS in tce_db_config.php
K_TABLE_GROUPS
K_TABLE_GROUPS 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
prefix for database tables names
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_SUBJECT_SET
K_TABLE_SUBJECT_SET 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_GROUPS
K_TABLE_TEST_GROUPS in tce_db_config.php
K_TABLE_TEST_SUBJSET
K_TABLE_TEST_SUBJSET in tce_db_config.php
K_TABLE_TEST_USER
K_TABLE_TEST_USER in tce_db_config.php
K_TABLE_USERGROUP
K_TABLE_USERGROUP 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
TCExam Author
K_TCEXAM_DESCRIPTION
K_TCEXAM_DESCRIPTION in tce_config.php
TCExam description
K_TCEXAM_HELP_STYLE
K_TCEXAM_HELP_STYLE in tce_config.php
full path to CSS stylesheet for help file
K_TCEXAM_ICON
K_TCEXAM_ICON in tce_config.php
relative path to html icon
K_TCEXAM_KEYWORDS
K_TCEXAM_KEYWORDS in tce_config.php
default html meta keywords
K_TCEXAM_REPLY_TO
K_TCEXAM_REPLY_TO in tce_config.php
reply-to meta tag
K_TCEXAM_STYLE
K_TCEXAM_STYLE in tce_config.php
full path to CSS stylesheet
K_TCEXAM_TITLE
K_TCEXAM_TITLE in tce_config.php
TCExam title
K_TCEXAM_VERSION
K_TCEXAM_VERSION in tce_config.php
TCExam version (do not change)
K_TEST_COMMENT
K_TEST_COMMENT in tce_config.php
if true allows the user to leave a comment on test
K_TEST_INFO_HEIGHT
K_TEST_INFO_HEIGHT in tce_config.php
popup window height in pixels for test info
K_TEST_INFO_WIDTH
K_TEST_INFO_WIDTH in tce_config.php
popup window width in pixels for test info
K_TIMESTAMP_FORMAT
K_TIMESTAMP_FORMAT in tce_config.php
define timestamp format using PHP notation
K_TITLE_MAGNIFICATION
K_TITLE_MAGNIFICATION in tce_pdf.php
title magnification respect main font size
K_USE_ERROR_LOG
K_USE_ERROR_LOG in tce_config.php
enable error logs (../log/tce_errors.log)
l
top
$l
TCPDF::$l in tcpdf.php
$language
C_mailer::$language in tce_class_mailer.php
language array
$language
PHPMailer::$language in class.phpmailer.php
$language
$lasth
TCPDF::$lasth in tcpdf.php
$LayoutMode
TCPDF::$LayoutMode in tcpdf.php
$LE
PHPMailer::$LE in class.phpmailer.php
$LineWidth
TCPDF::$LineWidth in tcpdf.php
$links
TCPDF::$links in tcpdf.php
$lispacer
TCPDF::$lispacer in tcpdf.php
$listcount
TCPDF::$listcount in tcpdf.php
$listordered
TCPDF::$listordered in tcpdf.php
$lMargin
TCPDF::$lMargin in tcpdf.php
Lang
C_mailer::Lang() in tce_class_mailer.php
Returns a message in the appropriate language.
Lang
PHPMailer::Lang() in class.phpmailer.php
Returns a message in the appropriate language.
Line
TCPDF::Line() in tcpdf.php
Draws a line between two points.
Link
TCPDF::Link() in tcpdf.php
Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image.
Ln
TCPDF::Ln() in tcpdf.php
Performs a line break. The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.
m
top
$Mail
phpmailerTest::$Mail in phpmailer_test.php
Holds the default phpmailer instance.
$Mailer
PHPMailer::$Mailer in class.phpmailer.php
Method to send mail: ("mail", "sendmail", or "smtp").
$mBgcolor
BarcodeObject::$mBgcolor in BarcodeObject
$mBrush
BarcodeObject::$mBrush in BarcodeObject
$mChars
BarcodeObject::$mChars in BarcodeObject
$mCharSet
BarcodeObject::$mCharSet in BarcodeObject
$mError
BarcodeObject::$mError in BarcodeObject
$message
Exception::$message in phpunit.php
$message_type
PHPMailer::$message_type in class.phpmailer.php
$mFont
BarcodeObject::$mFont in BarcodeObject
$mHeight
BarcodeObject::$mHeight in BarcodeObject
$mImg
BarcodeObject::$mImg in BarcodeObject
$mStyle
BarcodeObject::$mStyle in BarcodeObject
$mWidth
BarcodeObject::$mWidth in BarcodeObject
Mail
SMTP::Mail() in class.smtp.php
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
MailSend
PHPMailer::MailSend() in class.phpmailer.php
Sends mail using the PHP mail() function.
MultiCell
TCPDF::MultiCell() in tcpdf.php
This method allows printing text with line breaks. They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other.
Text can be aligned, centered or justified. The cell block can be framed and the background painted.
n
top
$n
TCPDF::$n in tcpdf.php
$NoteLog
phpmailerTest::$NoteLog in phpmailer_test.php
Holds the note log.
name
TestCase::name() in phpunit.php
Noop
SMTP::Noop() in class.smtp.php
Sends the command NOOP to the SMTP server.
o
top
$offsets
TCPDF::$offsets in tcpdf.php
$OrientationChanges
$original_lMargin
$original_rMargin
Open
TCPDF::Open() in tcpdf.php
This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.
openHTMLTagHandler
Process opening tags.
Output
TCPDF::Output() in tcpdf.php
Send the document to a given destination: string, local file or browser. In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced.
The method first calls Close() if necessary to terminate the document.
p
top
$page
TCPDF::$page in tcpdf.php
$PageBreakTrigger
$PageLinks
TCPDF::$PageLinks in tcpdf.php
$pages
TCPDF::$pages in tcpdf.php
$Password
PHPMailer::$Password in class.phpmailer.php
Sets SMTP password.
$PDFVersion
TCPDF::$PDFVersion in tcpdf.php
$PluginDir
PHPMailer::$PluginDir in class.phpmailer.php
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
$Port
PHPMailer::$Port in class.phpmailer.php
Sets the default SMTP server port.
$prevFillColor
$prevFontFamily
$prevFontStyle
$prevTextColor
$print_footer
$print_header
$Priority
PHPMailer::$Priority in class.phpmailer.php
Email priority (1 = High, 3 = Normal, 5 = low).
PageNo
TCPDF::PageNo() in tcpdf.php
Returns the current page number.
pdfLink
pdfLink() in tce_functions_test_stats.php
Returns an URL to open the PDF generator page.
PDF_AUTHOR
PDF_AUTHOR in tce_pdf.php
document author
PDF_CREATOR
PDF_CREATOR in tce_pdf.php
document creator
PDF_FONT_NAME_DATA
PDF_FONT_NAME_DATA in tce_pdf.php
data font name
PDF_FONT_NAME_MAIN
PDF_FONT_NAME_MAIN in tce_pdf.php
main font name
PDF_FONT_SIZE_DATA
PDF_FONT_SIZE_DATA in tce_pdf.php
data font size
PDF_FONT_SIZE_MAIN
PDF_FONT_SIZE_MAIN in tce_pdf.php
main font size
PDF_HEADER_LOGO
PDF_HEADER_LOGO in tce_pdf.php
image logo
PDF_HEADER_LOGO_WIDTH
PDF_HEADER_LOGO_WIDTH in tce_pdf.php
header logo image width [mm]
PDF_HEADER_STRING
PDF_HEADER_STRING in tce_pdf.php
header description string
PDF_HEADER_TITLE
PDF_HEADER_TITLE in tce_pdf.php
header title
PDF_IMAGE_SCALE_RATIO
PDF_IMAGE_SCALE_RATIO in tce_pdf.php
scale factor for images (number of points in user unit)
PDF_MARGIN_BOTTOM
PDF_MARGIN_BOTTOM in tce_pdf.php
bottom margin
PDF_MARGIN_FOOTER
PDF_MARGIN_FOOTER in tce_pdf.php
footer margin
PDF_MARGIN_HEADER
PDF_MARGIN_HEADER in tce_pdf.php
header margin
PDF_MARGIN_LEFT
PDF_MARGIN_LEFT in tce_pdf.php
left margin
PDF_MARGIN_RIGHT
PDF_MARGIN_RIGHT in tce_pdf.php
right margin
PDF_MARGIN_TOP
PDF_MARGIN_TOP in tce_pdf.php
top margin
PDF_PAGE_FORMAT
PDF_PAGE_FORMAT in tce_pdf.php
page format
PDF_PAGE_ORIENTATION
PDF_PAGE_ORIENTATION in tce_pdf.php
page orientation (P=portrait, L=landscape)
PDF_PRODUCER
PDF_PRODUCER in tcpdf.php
define default PDF document producer
PDF_TEXTANSWER_HEIGHT
PDF_TEXTANSWER_HEIGHT in tce_pdf.php
height of area for offline user answer
PDF_UNIT
PDF_UNIT in tce_pdf.php
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
PHPMailer
PHPMailer in class.phpmailer.php
PHPMailer - PHP email transport class
phpmailerTest
phpmailerTest::phpmailerTest() in phpmailer_test.php
Class constuctor.
phpmailerTest
phpmailerTest in phpmailer_test.php
Performs authentication tests
pixelsToMillimeters
Converts pixels to millimeters in 72 dpi.
phpmailer.lang-br.php
phpmailer.lang-br.php in phpmailer.lang-br.php
phpmailer.lang-ca.php
phpmailer.lang-ca.php in phpmailer.lang-ca.php
phpmailer.lang-cz.php
phpmailer.lang-cz.php in phpmailer.lang-cz.php
phpmailer.lang-de.php
phpmailer.lang-de.php in phpmailer.lang-de.php
phpmailer.lang-dk.php
phpmailer.lang-dk.php in phpmailer.lang-dk.php
phpmailer.lang-en.php
phpmailer.lang-en.php in phpmailer.lang-en.php
phpmailer.lang-es.php
phpmailer.lang-es.php in phpmailer.lang-es.php
phpmailer.lang-fi.php
phpmailer.lang-fi.php in phpmailer.lang-fi.php
phpmailer.lang-fo.php
phpmailer.lang-fo.php in phpmailer.lang-fo.php
phpmailer.lang-fr.php
phpmailer.lang-fr.php in phpmailer.lang-fr.php
phpmailer.lang-hu.php
phpmailer.lang-hu.php in phpmailer.lang-hu.php
phpmailer.lang-it.php
phpmailer.lang-it.php in phpmailer.lang-it.php
phpmailer.lang-ja.php
phpmailer.lang-ja.php in phpmailer.lang-ja.php
phpmailer.lang-nl.php
phpmailer.lang-nl.php in phpmailer.lang-nl.php
phpmailer.lang-no.php
phpmailer.lang-no.php in phpmailer.lang-no.php
phpmailer.lang-pl.php
phpmailer.lang-pl.php in phpmailer.lang-pl.php
phpmailer.lang-ro.php
phpmailer.lang-ro.php in phpmailer.lang-ro.php
phpmailer.lang-ru.php
phpmailer.lang-ru.php in phpmailer.lang-ru.php
phpmailer.lang-se.php
phpmailer.lang-se.php in phpmailer.lang-se.php
phpmailer.lang-tr.php
phpmailer.lang-tr.php in phpmailer.lang-tr.php
phpmailer_test.php
phpmailer_test.php in phpmailer_test.php
phpunit.php
phpunit.php in phpunit.php
q
top
$question_data
XMLQuestionImporter::$question_data in tce_import_xml_questions.php
$question_id
XMLQuestionImporter::$question_id in tce_import_xml_questions.php
Quit
SMTP::Quit() in class.smtp.php
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
r
top
$ReplyTo
PHPMailer::$ReplyTo in class.phpmailer.php
$resource
$rMargin
TCPDF::$rMargin in tcpdf.php
Recipient
SMTP::Recipient() in class.smtp.php
Sends the command RCPT to the SMTP server with the TO: argument of $to.
Rect
TCPDF::Rect() in tcpdf.php
Outputs a rectangle. It can be drawn (border only), filled (with no border) or both.
report
Reset
SMTP::Reset() in class.smtp.php
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
RFCDate
PHPMailer::RFCDate() in class.phpmailer.php
Returns the proper RFC 822 formatted date.
run
TestSuite::run() in phpunit.php
run
TestCase::run() in phpunit.php
run
TestRunner::run() in phpunit.php
run
TestResult::run() in phpunit.php
runBare
TestCase::runBare() in phpunit.php
runTest
TestCase::runTest() in phpunit.php
s
top
$segdata
$Sender
PHPMailer::$Sender in class.phpmailer.php
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
$Sendmail
PHPMailer::$Sendmail in class.phpmailer.php
Sets the path of the sendmail program.
$smtp
PHPMailer::$smtp in class.phpmailer.php
$SMTPAuth
PHPMailer::$SMTPAuth in class.phpmailer.php
Sets SMTP authentication. Utilizes the Username and Password variables.
$SMTPDebug
PHPMailer::$SMTPDebug in class.phpmailer.php
Sets SMTP class debugging on or off.
$SMTPKeepAlive
PHPMailer::$SMTPKeepAlive in class.phpmailer.php
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
$smtp_conn
SMTP::$smtp_conn in class.smtp.php
$SMTP_PORT
SMTP::$SMTP_PORT in class.smtp.php
SMTP server port
$state
TCPDF::$state in tcpdf.php
$Subject
PHPMailer::$Subject in class.phpmailer.php
Sets the Subject of the message.
$subject
TCPDF::$subject in tcpdf.php
$subject_id
XMLQuestionImporter::$subject_id in tce_import_xml_questions.php
segContentHandler
Sets the character data handler function for the XML parser parser.handler.
segContentHandler
XMLQuestionImporter::segContentHandler() in tce_import_xml_questions.php
Sets the character data handler function for the XML parser parser.handler.
segContentHandler
XMLUserImporter::segContentHandler() in tce_import_xml_users.php
Sets the character data handler function for the XML parser parser.handler.
Send
SMTP::Send() in class.smtp.php
Starts a mail transaction from the email address specified in
Send
PHPMailer::Send() in class.phpmailer.php
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
SendAndMail
SMTP::SendAndMail() in class.smtp.php
Starts a mail transaction from the email address specified in
SendHello
SMTP::SendHello() in class.smtp.php
Sends a HELO/EHLO command.
SendmailSend
PHPMailer::SendmailSend() in class.phpmailer.php
Sends mail using the $Sendmail program.
SendOrMail
SMTP::SendOrMail() in class.smtp.php
Starts a mail transaction from the email address specified in
ServerHostname
PHPMailer::ServerHostname() in class.phpmailer.php
Returns the server hostname or 'localhost.localdomain' if unknown.
ServerVar
PHPMailer::ServerVar() in class.phpmailer.php
Returns the appropriate server variable. Should work with both PHP 4.1.0+ as well as older versions. Returns an empty string if nothing is found.
SetAddress
phpmailerTest::SetAddress() in phpmailer_test.php
Adds all of the addresses
SetAuthor
TCPDF::SetAuthor() in tcpdf.php
Defines the author of the document.
SetAutoPageBreak
Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
setBarcode
TCPDF::setBarcode() in tcpdf.php
Set document barcode.
SetCompression
Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
SetCreator
TCPDF::SetCreator() in tcpdf.php
Defines the creator of the document. This is typically the name of the application that generates the PDF.
SetDisplayMode
Defines the way the document is to be displayed by the viewer. The zoom level can be set: pages can be displayed entirely on screen, occupy the full width of the window, use real size, be scaled by a specific zooming factor or use viewer default (configured in the Preferences menu of Acrobat). The page layout can be specified too: single at once, continuous display, two columns or viewer default. By default, documents use the full width mode with continuous display.
SetDrawColor
Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetError
C_mailer::SetError() in tce_class_mailer.php
Replace the default SetError
SetError
PHPMailer::SetError() in class.phpmailer.php
Adds the error message to the error container.
SetFillColor
Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetFont
TCPDF::SetFont() in tcpdf.php
Sets the font used to print character strings. It is mandatory to call this method at least once before printing text or the resulting document would not be valid.
SetFont
BarcodeObject::SetFont() in BarcodeObject
Set font type.
SetFontSize
Defines the size of the current font.
setFooterFont
Set footer font.
setFooterMargin
Set footer margin.
setHeaderData
Set header data.
setHeaderFont
Set header font.
setHeaderMargin
Set header margin.
setImageScale
Set the image scale.
SetKeywords
Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
SetLanguage
PHPMailer::SetLanguage() in class.phpmailer.php
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
setLanguageArray
Set language array.
SetLeftMargin
Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
SetLineWidth
Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
SetLink
TCPDF::SetLink() in tcpdf.php
Defines the page and position a link points to
SetMargins
TCPDF::SetMargins() in tcpdf.php
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
SetMessageType
PHPMailer::SetMessageType() in class.phpmailer.php
Sets the message type.
SetRightMargin
Defines the right margin. The method can be called before creating the first page.
setStyle
TCPDF::setStyle() in tcpdf.php
Sets font style.
SetStyle
BarcodeObject::SetStyle() in BarcodeObject
Set barcode style.
SetSubject
TCPDF::SetSubject() in tcpdf.php
Defines the subject of the document.
SetTextColor
Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
SetTitle
TCPDF::SetTitle() in tcpdf.php
Defines the title of the document.
SetTopMargin
Defines the top margin. The method can be called before creating the first page.
setUp
TestCase::setUp() in phpunit.php
setUp
phpmailerTest::setUp() in phpmailer_test.php
Run before each test is started.
SetWordWrap
PHPMailer::SetWordWrap() in class.phpmailer.php
Set the body wrapping.
SetX
TCPDF::SetX() in tcpdf.php
Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.
SetXY
TCPDF::SetXY() in tcpdf.php
Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.
SetY
TCPDF::SetY() in tcpdf.php
Moves the current abscissa back to the left margin and sets the ordinate. If the passed value is negative, it is relative to the bottom of the page.
shouldStop
SMTP
SMTP in class.smtp.php
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
SMTP
SMTP::SMTP() in class.smtp.php
Initialize the class so that the data is in a known state.
SmtpClose
PHPMailer::SmtpClose() in class.phpmailer.php
Closes the active SMTP session if one exists.
SmtpConnect
PHPMailer::SmtpConnect() in class.phpmailer.php
Initiates a connection to an SMTP server. Returns false if the operation failed.
SmtpSend
PHPMailer::SmtpSend() in class.phpmailer.php
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
startElementHandler
XMLQuestionImporter::startElementHandler() in tce_import_xml_questions.php
Sets the start element handler function for the XML parser parser.start_element_handler.
startElementHandler
Sets the start element handler function for the XML parser parser.start_element_handler.
startElementHandler
XMLUserImporter::startElementHandler() in tce_import_xml_users.php
Sets the start element handler function for the XML parser parser.start_element_handler.
stop
TestResult::stop() in phpunit.php
t
top
$tableborder
TCPDF::$tableborder in tcpdf.php
$tdalign
TCPDF::$tdalign in tcpdf.php
$tdbegin
TCPDF::$tdbegin in tcpdf.php
$tdbgcolor
TCPDF::$tdbgcolor in tcpdf.php
$tdheight
TCPDF::$tdheight in tcpdf.php
$tdwidth
TCPDF::$tdwidth in tcpdf.php
$tempfontsize
$TextColor
TCPDF::$TextColor in tcpdf.php
$Timeout
PHPMailer::$Timeout in class.phpmailer.php
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
$title
TCPDF::$title in tcpdf.php
$tMargin
TCPDF::$tMargin in tcpdf.php
$to
PHPMailer::$to in class.phpmailer.php
tcecodeEditorTagButtons
tcecodeEditorTagButtons() in tce_functions_tcecode_editor.php
Display TCExam Code EDITOR Tag Buttons
tce_csv_result_allusers.php
tce_csv_result_allusers.php in tce_csv_result_allusers.php
tce_csv_users.php
tce_csv_users.php in tce_csv_users.php
tce_edit_answer.php
tce_edit_answer.php in tce_edit_answer.php
tce_edit_group.php
tce_edit_group.php in tce_edit_group.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_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_email_results.php
tce_email_results.php in tce_email_results.php
tce_functions_auth_sql.php
tce_functions_auth_sql.php in tce_functions_auth_sql.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_import_xml_questions.php
tce_import_xml_questions.php in tce_import_xml_questions.php
tce_import_xml_users.php
tce_import_xml_users.php in tce_import_xml_users.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_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_xml_questions.php
tce_xml_questions.php in tce_xml_questions.php
tce_xml_users.php
tce_xml_users.php in tce_xml_users.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_class_mailer.php
tce_class_mailer.php in tce_class_mailer.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
tcpdf.php
tcpdf.php in tcpdf.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_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
TCPDF
TCPDF in tcpdf.php
This is a PHP5 class for generating PDF files on-the-fly without requiring external extensions.
tearDown
phpmailerTest::tearDown() in phpmailer_test.php
Run after each test is completed.
tearDown
TestCase::tearDown() in phpunit.php
TestCase
TestCase::TestCase() in phpunit.php
TestCase
TestCase in phpunit.php
Class testCase
TestFailure
TestFailure
TestFailure in phpunit.php
Class testFailure
TestResult
TestResult
TestResult in phpunit.php
Class testResult
TestRunner
TestRunner in phpunit.php
Class TestRunner
TestSuite
TestSuite::TestSuite() in phpunit.php
TestSuite
TestSuite in phpunit.php
Class TestSuite
test_AltBody
phpmailerTest::test_AltBody() in phpmailer_test.php
Simple multipart/alternative test.
test_AltBody_Attachment
Simple HTML and attachment test
test_DenialOfServiceAttack
Tests this denial of service attack:
test_Embedded_Image
An embedded attachment test.
test_Error
phpmailerTest::test_Error() in phpmailer_test.php
test_Html
phpmailerTest::test_Html() in phpmailer_test.php
Try a plain message.
test_HTML_Attachment
Simple HTML and attachment test
test_Low_Priority
Try a plain message.
test_MultipleSend
test_Multiple_Plain_FileAttachment
Simple plain file attachment test.
test_Multi_Embedded_Image
An embedded attachment test.
test_Plain_StringAttachment
Simple plain string attachment test.
test_Quoted_Printable
Plain quoted-printable message.
test_SmtpKeepAlive
test_WordWrap
phpmailerTest::test_WordWrap() in phpmailer_test.php
Try a plain message.
Text
TCPDF::Text() in tcpdf.php
Prints a character string. The origin is on the left of the first charcter, on the baseline. This method allows to place a string precisely on the page, but it is usually easier to use Cell(), MultiCell() or Write() which are the standard methods to print text.
TextLine
PHPMailer::TextLine() in class.phpmailer.php
Returns a formatted mail line.
TextTestResult
TextTestResult
TextTestResult in phpunit.php
Class TextTestResult
TMXResourceBundle
TMXResourceBundle in tce_tmx.php
This PHP Class reads resource text data directly from a TMX (XML) file.
trace
trace() in phpunit.php
Turn
SMTP::Turn() in class.smtp.php
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
u
top
$u
TCPDF::$u in tcpdf.php
$underline
TCPDF::$underline in tcpdf.php
$Username
PHPMailer::$Username in class.phpmailer.php
Sets SMTP username.
$user_data
XMLUserImporter::$user_data in tce_import_xml_users.php
$user_id
XMLUserImporter::$user_id in tce_import_xml_users.php
unhtmlentities
unhtmlentities() in tce_functions_general.php
Reverse function for htmlentities.
unhtmlentities
Reverse function for htmlentities.
UTF8StringToArray
Converts UTF-8 strings to codepoints array.
UTF8ToUTF16BE
Converts UTF-8 strings to UTF16-BE.
v
top
$Version
PHPMailer::$Version in class.phpmailer.php
Holds PHPMailer version.
Verify
SMTP::Verify() in class.smtp.php
Verifies that the name is recognized by the server.
w
top
$w
TCPDF::$w in tcpdf.php
$WordWrap
PHPMailer::$WordWrap in class.phpmailer.php
Sets word wrapping on the body of the message to a given number of characters.
$wPt
TCPDF::$wPt in tcpdf.php
$ws
TCPDF::$ws in tcpdf.php
WrapText
PHPMailer::WrapText() in class.phpmailer.php
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
Write
TCPDF::Write() in tcpdf.php
This method prints text from the current position. When the right margin is reached (or the \n character is met) a line break occurs and text continues from the left margin. Upon method exit, the current position is left just at the end of the text. It is possible to put a link on the text.
writeBarcode
Print Barcode.
writeHTML
TCPDF::writeHTML() in tcpdf.php
Allows to preserve some HTML formatting.
writeHTMLCell
Prints a cell (rectangular area) with optional borders, background color and html text string. The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
x
top
$x
TCPDF::$x in tcpdf.php
$xmlfile
XMLUserImporter::$xmlfile in tce_import_xml_users.php
$xmlfile
XMLQuestionImporter::$xmlfile in tce_import_xml_questions.php
XMLQuestionImporter
XMLQuestionImporter in tce_import_xml_questions.php
This PHP Class imports question data directly from a XML file.
XMLUserImporter
XMLUserImporter in tce_import_xml_users.php
This PHP Class imports users and groups data directly from a XML file.
y
top
$y
TCPDF::$y in tcpdf.php
z
top
$ZoomMode
TCPDF::$ZoomMode in tcpdf.php
_
top
_begindoc
TCPDF::_begindoc() in tcpdf.php
Start document
_beginpage
TCPDF::_beginpage() in tcpdf.php
_beginpage
_createResult
_dochecks
TCPDF::_dochecks() in tcpdf.php
Check for locale-related bug
_dounderline
Underline text
_enddoc
TCPDF::_enddoc() in tcpdf.php
_enddoc
_endpage
TCPDF::_endpage() in tcpdf.php
End of page contents
_endTest
TestResult::_endTest() in phpunit.php
_endTest
_escape
TCPDF::_escape() in tcpdf.php
Add \ before \, ( and )
_escapetext
Format a text string
_freadint
TCPDF::_freadint() in tcpdf.php
Read a 4-byte integer from file
_getfontpath
Return fonts path
_newobj
TCPDF::_newobj() in tcpdf.php
Begin a new object
_out
TCPDF::_out() in tcpdf.php
Add a line to the document
_parsejpg
TCPDF::_parsejpg() in tcpdf.php
Extract info from a JPEG file
_parsepng
TCPDF::_parsepng() in tcpdf.php
Extract info from a PNG file
_putcatalog
_putcatalog
_putfonts
TCPDF::_putfonts() in tcpdf.php
Adds fonts
_putheader
TCPDF::_putheader() in tcpdf.php
_putheader
_putimages
TCPDF::_putimages() in tcpdf.php
_putimages
_putinfo
TCPDF::_putinfo() in tcpdf.php
_putinfo
_putpages
TCPDF::_putpages() in tcpdf.php
_putpages
_putresourcedict
_putresourcedict
_putresources
_putresources
_putstream
TCPDF::_putstream() in tcpdf.php
_puttrailer
_puttrailer
_puttruetypeunicode
Adds unicode fonts.
_putxobjectdict
_putxobjectdict
_startTest
_startTest
_textstring
Format a text string
__construct
XMLQuestionImporter::__construct() in tce_import_xml_questions.php
Class constructor.
__construct
I25Object::__construct() in BarcodeObject
Class Constructor.
__construct
This is the class constructor.
__construct
Class constructor.
__construct
XMLUserImporter::__construct() in tce_import_xml_users.php
Class constructor.
__construct
C39Object::__construct() in BarcodeObject
Class Constructor.
__construct
Class Constructor.
__construct
Class Constructor.
__construct
Class Constructor.
__construct
Class Constructor.
__destruct
XMLUserImporter::__destruct() in tce_import_xml_users.php
Class destructor;
__destruct
Class destructor; resets $resource array.
__destruct
XMLQuestionImporter::__destruct() in tce_import_xml_questions.php
Class destructor;
__destruct
TCPDF::__destruct() in tcpdf.php
Default destructor.
__destructor
Class Destructor.
a b c d e f g h i k l m n o p q r s t u v w x y z _