Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ y ]
[ z ]
[ _ ]
a
- $AliasNbPages
- in file tcpdf.php, variable TCPDF::$AliasNbPages
- $AltBody
- in file class.phpmailer.php, variable PHPMailer::$AltBody
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.
- $attachment
- in file class.phpmailer.php, variable PHPMailer::$attachment
- $author
- in file tcpdf.php, variable TCPDF::$author
- $AutoPageBreak
- in file tcpdf.php, variable TCPDF::$AutoPageBreak
- AcceptPageBreak
- in file tcpdf.php, method TCPDF::AcceptPageBreak()
Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.
- AddAddress
- in file class.phpmailer.php, method PHPMailer::AddAddress()
Adds a "To" address.
- addAnswer
- in file tce_import_custom.php, method CustomQuestionImporter::addAnswer()
Add a new answer if not exist.
- addAnswer
- in file tce_class_import_xml.php, method XMLQuestionImporter::addAnswer()
Add a new answer if not exist.
- AddAttachment
- in file class.phpmailer.php, method PHPMailer::AddAttachment()
Adds an attachment from a path on the filesystem.
- AddBCC
- in file class.phpmailer.php, method PHPMailer::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCC
- in file class.phpmailer.php, method PHPMailer::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddChange
- in file phpmailer_test.php, method phpmailerTest::AddChange()
Adds a change entry.
- AddCustomHeader
- in file class.phpmailer.php, method PHPMailer::AddCustomHeader()
Adds a custom header.
- AddEmbeddedImage
- in file class.phpmailer.php, method PHPMailer::AddEmbeddedImage()
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".
- addExtGState
- in file tcpdf.php, method TCPDF::addExtGState()
- AddFont
- in file tcpdf.php, method TCPDF::AddFont()
Imports a TrueType, Type1, core, or CID0 font and makes it available.
- addHtmlLink
- in file tcpdf.php, method TCPDF::addHtmlLink()
Output anchor link.
- addHTMLVertSpace
- in file tcpdf.php, method TCPDF::addHTMLVertSpace()
Add vertical spaces if needed.
- AddLink
- in file tcpdf.php, method TCPDF::AddLink()
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().
- addModule
- in file tce_import_custom.php, method CustomQuestionImporter::addModule()
Add a new module if not exist.
- addModule
- in file tce_class_import_xml.php, method XMLQuestionImporter::addModule()
Add a new module if not exist.
- AddNote
- in file phpmailer_test.php, method phpmailerTest::AddNote()
Adds a simple note to the message.
- AddPage
- in file tcpdf.php, method TCPDF::AddPage()
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.
- addQuestion
- in file tce_class_import_xml.php, method XMLQuestionImporter::addQuestion()
Add a new question if not exist.
- addQuestion
- in file tce_import_custom.php, method CustomQuestionImporter::addQuestion()
Add a new question if not exist.
- AddrAppend
- in file class.phpmailer.php, method PHPMailer::AddrAppend()
Creates recipient headers.
- AddReplyTo
- in file class.phpmailer.php, method PHPMailer::AddReplyTo()
Adds a "Reply-to" address.
- AddrFormat
- in file class.phpmailer.php, method PHPMailer::AddrFormat()
Formats an address correctly.
- AddSpotColor
- in file tcpdf.php, method TCPDF::AddSpotColor()
Defines a new spot color.
- AddStringAttachment
- in file class.phpmailer.php, method PHPMailer::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list.
- addSubject
- in file tce_import_custom.php, method CustomQuestionImporter::addSubject()
Add a new subject if not exist.
- addSubject
- in file tce_class_import_xml.php, method XMLQuestionImporter::addSubject()
Add a new subject if not exist.
- addTest
- in file phpunit.php, method TestSuite::addTest()
- AliasNbPages
- in file tcpdf.php, method TCPDF::AliasNbPages()
Defines an alias for the total number of pages. It will be substituted as the document is closed.
- Annotation
- in file tcpdf.php, method TCPDF::Annotation()
Puts a markup annotation on a rectangular area of the page.
- arrUTF8ToUTF16BE
- in file tcpdf.php, method TCPDF::arrUTF8ToUTF16BE()
Converts array of UTF-8 characters to UTF16-BE string.
- assert
- in file phpunit.php, method Assert::assert()
- Assert
- in file phpunit.php, class Assert
Class Assert
- assertEquals
- in file phpunit.php, method Assert::assertEquals()
- assertRegexp
- in file phpunit.php, method Assert::assertRegexp()
- AttachAll
- in file class.phpmailer.php, method PHPMailer::AttachAll()
Attaches all fs, string, and binary attachments to the message.
- Authenticate
- in file class.smtp.php, method SMTP::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
top
b
- $barcode
- in file tcpdf.php, variable TCPDF::$barcode
- $barcode_array
- in file barcodes.php, variable TCPDFBarcode::$barcode_array
- $bcc
- in file class.phpmailer.php, variable PHPMailer::$bcc
- $bgcolor
- in file tcpdf.php, variable TCPDF::$bgcolor
- $bMargin
- in file tcpdf.php, variable TCPDF::$bMargin
- $Body
- in file class.phpmailer.php, variable PHPMailer::$Body
Sets the Body of the message. This can be either an HTML or text body.
- $booklet
- in file tcpdf.php, variable TCPDF::$booklet
Booklet mode for double-sided pages
- $boolval
- in file tce_import_custom.php, variable CustomQuestionImporter::$boolval
- $boolval
- in file tce_class_import_xml.php, variable XMLQuestionImporter::$boolval
- $boundary
- in file class.phpmailer.php, variable PHPMailer::$boundary
- $buffer
- in file tcpdf.php, variable TCPDF::$buffer
- barcode_c128
- in file barcodes.php, method TCPDFBarcode::barcode_c128()
C128 barcodes.
- barcode_codabar
- in file barcodes.php, method TCPDFBarcode::barcode_codabar()
CODABAR barcodes.
- barcode_code39
- in file barcodes.php, method TCPDFBarcode::barcode_code39()
CODE 39
- barcode_ean13
- in file barcodes.php, method TCPDFBarcode::barcode_ean13()
EAN13 and UPC-A barcodes.
- barcode_i25
- in file barcodes.php, method TCPDFBarcode::barcode_i25()
Interleaved 2 of 5 barcodes.
- barcode_postnet
- in file barcodes.php, method TCPDFBarcode::barcode_postnet()
POSTNET barcodes.
- Bookmark
- in file tcpdf.php, method TCPDF::Bookmark()
- BuildBody
- in file phpmailer_test.php, method phpmailerTest::BuildBody()
Build the body of the message in the appropriate format.
- Button
- in file tcpdf.php, method TCPDF::Button()
- barcodes.php
- procedural page barcodes.php
top
c
- $cachefile
- in file tce_tmx.php, variable TMXResourceBundle::$cachefile
- $cc
- in file class.phpmailer.php, variable PHPMailer::$cc
- $cell_height_ratio
- in file tcpdf.php, variable TCPDF::$cell_height_ratio
Default cell height ratio.
- $ChangeLog
- in file phpmailer_test.php, variable phpmailerTest::$ChangeLog
Holds the change log.
- $CharSet
- in file class.phpmailer.php, variable PHPMailer::$CharSet
Sets the CharSet of the message.
- $cMargin
- in file tcpdf.php, variable TCPDF::$cMargin
- $ColorFlag
- in file tcpdf.php, variable TCPDF::$ColorFlag
- $compress
- in file tcpdf.php, variable TCPDF::$compress
- $ConfirmReadingTo
- in file class.phpmailer.php, variable PHPMailer::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $ContentType
- in file class.phpmailer.php, variable PHPMailer::$ContentType
Sets the Content-type of the message.
- $convert_path
- in file tce_latexrender.php, variable LatexRender::$convert_path
- $CoreFonts
- in file tcpdf.php, variable TCPDF::$CoreFonts
- $creator
- in file tcpdf.php, variable TCPDF::$creator
- $CRLF
- in file class.smtp.php, variable SMTP::$CRLF
SMTP reply line ending
- $CurOrientation
- in file tcpdf.php, variable TCPDF::$CurOrientation
- $CurrentFont
- in file tcpdf.php, variable TCPDF::$CurrentFont
- $current_data
- in file tce_class_import_xml.php, variable XMLQuestionImporter::$current_data
- $current_data
- in file tce_tmx.php, variable TMXResourceBundle::$current_data
- $current_data
- in file tce_import_xml_users.php, variable XMLUserImporter::$current_data
- $current_data
- in file tce_import_custom.php, variable CustomQuestionImporter::$current_data
- $current_element
- in file tce_import_xml_users.php, variable XMLUserImporter::$current_element
- $current_element
- in file tce_class_import_xml.php, variable XMLQuestionImporter::$current_element
- $current_element
- in file tce_import_custom.php, variable CustomQuestionImporter::$current_element
- $current_key
- in file tce_tmx.php, variable TMXResourceBundle::$current_key
- $current_language
- in file tce_tmx.php, variable TMXResourceBundle::$current_language
- $currpagegroup
- in file tcpdf.php, variable TCPDF::$currpagegroup
Contains the alias of the current page group
- $CustomHeader
- in file class.phpmailer.php, variable PHPMailer::$CustomHeader
- $customlistindent
- in file tcpdf.php, variable TCPDF::$customlistindent
- Cell
- in file tcpdf.php, method TCPDF::Cell()
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.
- CheckBox
- in file tcpdf.php, method TCPDF::CheckBox()
- CheckChanges
- in file phpmailer_test.php, method phpmailerTest::CheckChanges()
Check which default settings have been changed for the report.
- checkImageDimensions
- in file tce_latexrender.php, method LatexRender::checkImageDimensions()
Check the dimensions of a picture file using 'identify' of the ImageMagick tools.
- checkPageBreak
- in file tcpdf.php, method TCPDF::checkPageBreak()
Add page if needed.
- checksum_code39
- in file barcodes.php, method TCPDFBarcode::checksum_code39()
Calculate CODE 39 checksum (modulo 43).
- Circle
- in file tcpdf.php, method TCPDF::Circle()
Draws a circle.
- cleanTemporaryDirectory
- in file tce_latexrender.php, method LatexRender::cleanTemporaryDirectory()
Removes temporary files.
- ClearAddresses
- in file class.phpmailer.php, method PHPMailer::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void.
- ClearAllRecipients
- in file class.phpmailer.php, method PHPMailer::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
- ClearAttachments
- in file class.phpmailer.php, method PHPMailer::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void.
- ClearBCCs
- in file class.phpmailer.php, method PHPMailer::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void.
- ClearCCs
- in file class.phpmailer.php, method PHPMailer::ClearCCs()
Clears all recipients assigned in the CC array. Returns void.
- ClearCustomHeaders
- in file class.phpmailer.php, method PHPMailer::ClearCustomHeaders()
Clears all custom headers. Returns void.
- ClearReplyTos
- in file class.phpmailer.php, method PHPMailer::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void.
- Clip
- in file tcpdf.php, method TCPDF::Clip()
Set a rectangular clipping area.
- Close
- in file class.smtp.php, method SMTP::Close()
Closes the socket and cleans up the state of the class.
- Close
- in file tcpdf.php, method TCPDF::Close()
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.
- closeHTMLTagHandler
- in file tcpdf.php, method TCPDF::closeHTMLTagHandler()
Process closing tags.
- ComboBox
- in file tcpdf.php, method TCPDF::ComboBox()
- Connect
- in file class.smtp.php, method SMTP::Connect()
Connect to the server specified on the port specified.
- Connected
- in file class.smtp.php, method SMTP::Connected()
Returns true if connected to a server otherwise false
- convertHTMLColorToDec
- in file tcpdf.php, method TCPDF::convertHTMLColorToDec()
Returns an associative array (keys: R,G,B) from an html color name or a six-digit or three-digit hexadecimal color representation (i.e. #3FE5AA or #7FF).
- CoonsPatchMesh
- in file tcpdf.php, method TCPDF::CoonsPatchMesh()
Paints a coons patch mesh.
- countFailures
- in file phpunit.php, method TestResult::countFailures()
- countTestCases
- in file phpunit.php, method TestCase::countTestCases()
- countTestCases
- in file phpunit.php, method TestSuite::countTestCases()
- countTests
- in file phpunit.php, method TestResult::countTests()
- CreateBody
- in file class.phpmailer.php, method PHPMailer::CreateBody()
Assembles the message body. Returns an empty string on failure.
- CreateHeader
- in file class.phpmailer.php, method PHPMailer::CreateHeader()
Assembles message header.
- Curve
- in file tcpdf.php, method TCPDF::Curve()
Draws a Bezier curve.
- CustomQuestionImporter
- in file tce_import_custom.php, class CustomQuestionImporter
This PHP Class imports question data directly from a custom file.
- C_mailer
- in file tce_class_mailer.php, class C_mailer
C_mailer - PHPMailer class extension
- class.phpmailer.php
- procedural page class.phpmailer.php
- class.smtp.php
- procedural page class.smtp.php
top
top
e
- $encoding
- in file tcpdf.php, variable TCPDF::$encoding
- $Encoding
- in file class.phpmailer.php, variable PHPMailer::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $encrypted
- in file tcpdf.php, variable TCPDF::$encrypted
Indicates whether document is protected
- $encryption_key
- in file tcpdf.php, variable TCPDF::$encryption_key
RC4 encryption key
- $enc_obj_id
- in file tcpdf.php, variable TCPDF::$enc_obj_id
encryption object id
- $endlinex
- in file tcpdf.php, variable TCPDF::$endlinex
End position of the latest inserted line
- $epsmarker
- in file tcpdf.php, variable TCPDF::$epsmarker
String used to mark the beginning and end of EPS image blocks
- $error
- in file class.smtp.php, variable SMTP::$error
- $errorcode
- in file tce_latexrender.php, variable LatexRender::$errorcode
- $ErrorInfo
- in file class.phpmailer.php, variable PHPMailer::$ErrorInfo
Holds the most recent mailer error message.
- $error_count
- in file class.phpmailer.php, variable PHPMailer::$error_count
- $extgstates
- in file tcpdf.php, variable TCPDF::$extgstates
Array of transparency objects and parameters.
- Ellipse
- in file tcpdf.php, method TCPDF::Ellipse()
Draws an ellipse.
- EncodeFile
- in file class.phpmailer.php, method PHPMailer::EncodeFile()
Encodes attachment in requested format. Returns an empty string on failure.
- EncodeHeader
- in file class.phpmailer.php, method PHPMailer::EncodeHeader()
Encode a header string to best of Q, B, quoted or none.
- EncodeQ
- in file class.phpmailer.php, method PHPMailer::EncodeQ()
Encode string to q encoding.
- EncodeQP
- in file class.phpmailer.php, method PHPMailer::EncodeQP()
Encode string to quoted-printable.
- EncodeString
- in file class.phpmailer.php, method PHPMailer::EncodeString()
Encodes string to requested format. Returns an empty string on failure.
- encode_code39_ext
- in file barcodes.php, method TCPDFBarcode::encode_code39_ext()
Encode a string to be used for CODE 39 Extended mode.
- EndBoundary
- in file class.phpmailer.php, method PHPMailer::EndBoundary()
Returns the end of a message boundary.
- endElementHandler
- in file tce_class_import_xml.php, method XMLQuestionImporter::endElementHandler()
Sets the end element handler function for the XML parser parser.end_element_handler.
- endElementHandler
- in file tce_import_custom.php, method CustomQuestionImporter::endElementHandler()
Sets the end element handler function for the XML parser parser.end_element_handler.
- endElementHandler
- in file tce_import_xml_users.php, method XMLUserImporter::endElementHandler()
Sets the end element handler function for the XML parser parser.end_element_handler.
- endElementHandler
- in file tce_tmx.php, method TMXResourceBundle::endElementHandler()
Sets the end element handler function for the XML parser parser.end_element_handler.
- endPage
- in file tcpdf.php, method TCPDF::endPage()
Terminate the current page
- Error
- in file tcpdf.php, method TCPDF::Error()
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
- in file phpunit.php, method TestCase::error()
- Exception
- in file phpunit.php, method Exception::Exception()
- Exception
- in file phpunit.php, class Exception
Class Exception
- Expand
- in file class.smtp.php, method SMTP::Expand()
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.
top
f
- $feps
- in file tcpdf.php, variable TCPDF::$feps
Epsilon value used for float calculations
- $fExceptions
- in file phpunit.php, variable TestCase::$fExceptions
- $fExceptions
- in file phpunit.php, variable TestFailure::$fExceptions
- $fFailedTestName
- in file phpunit.php, variable TestFailure::$fFailedTestName
- $fFailures
- in file phpunit.php, variable TestResult::$fFailures
- $fgcolor
- in file tcpdf.php, variable TCPDF::$fgcolor
- $fhPt
- in file tcpdf.php, variable TCPDF::$fhPt
- $FillColor
- in file tcpdf.php, variable TCPDF::$FillColor
- $fName
- in file phpunit.php, variable TestCase::$fName
- $FontAscent
- in file tcpdf.php, variable TCPDF::$FontAscent
- $FontDescent
- in file tcpdf.php, variable TCPDF::$FontDescent
- $FontFamily
- in file tcpdf.php, variable TCPDF::$FontFamily
- $FontFiles
- in file tcpdf.php, variable TCPDF::$FontFiles
- $fontlist
- in file tcpdf.php, variable TCPDF::$fontlist
- $fonts
- in file tcpdf.php, variable TCPDF::$fonts
- $FontSize
- in file tcpdf.php, variable TCPDF::$FontSize
- $FontSizePt
- in file tcpdf.php, variable TCPDF::$FontSizePt
- $FontStyle
- in file tcpdf.php, variable TCPDF::$FontStyle
- $font_size
- in file tce_latexrender.php, variable LatexRender::$font_size
- $footerlen
- in file tcpdf.php, variable TCPDF::$footerlen
Array used to store footer lenght of each page.
- $footerpos
- in file tcpdf.php, variable TCPDF::$footerpos
Array used to store footer positions of each page.
- $footer_font
- in file tcpdf.php, variable TCPDF::$footer_font
- $footer_margin
- in file tcpdf.php, variable TCPDF::$footer_margin
- $formula_density
- in file tce_latexrender.php, variable LatexRender::$formula_density
- $fResult
- in file phpunit.php, variable TestCase::$fResult
- $From
- in file class.phpmailer.php, variable PHPMailer::$From
Sets the From email address for the message.
- $FromName
- in file class.phpmailer.php, variable PHPMailer::$FromName
Sets the From name of the message.
- $fRunTests
- in file phpunit.php, variable TestResult::$fRunTests
- $fStop
- in file phpunit.php, variable TestResult::$fStop
- $fTests
- in file phpunit.php, variable TestSuite::$fTests
- $fwPt
- in file tcpdf.php, variable TCPDF::$fwPt
- fail
- in file phpunit.php, method TestCase::fail()
- failed
- in file phpunit.php, method TestCase::failed()
- failNotEquals
- in file phpunit.php, method Assert::failNotEquals()
- FixEOL
- in file class.phpmailer.php, method PHPMailer::FixEOL()
Changes every end of line from CR or LF to CRLF.
- Footer
- in file tcpdf.php, method TCPDF::Footer()
This method is used to render the page footer.
- formatPageNumber
- in file tcpdf.php, method TCPDF::formatPageNumber()
Format the page numbers.
- F_addLogAnswers
- in file tce_functions_test.php, function F_addLogAnswers()
Add specified answers on tce_tests_logs_answer table.
- F_addQuestionAnswers
- in file tce_functions_test.php, function F_addQuestionAnswers()
Add answers to selected question.
- F_allresults_table_header_element
- in file tce_show_result_allusers.php, function F_allresults_table_header_element()
Display table header element with order link.
- F_altLogin
- in file tce_altauth.php, function F_altLogin()
Alternate Login.
- F_checkTestStatus
- in file tce_functions_test.php, function F_checkTestStatus()
Check and returns specific test status for the specified user.
- F_check_fields_format
- in file tce_functions_form.php, function F_check_fields_format()
Check fields format using regular expression comparisons. Returns a string containing a list of wrong fields (comma separated).
- F_check_form_fields
- in file tce_functions_form.php, function F_check_form_fields()
Check Form Fields.
- F_check_required_fields
- in file tce_functions_form.php, function F_check_required_fields()
Check Required Form Fields. Returns a string containing a list of missing fields (comma separated).
- F_check_unique
- in file tce_functions_general.php, function F_check_unique()
Check if specified fields are unique on table.
- F_close_button
- in file tce_functions_form.php, function F_close_button()
Returns XHTML code string to display a window close button
- F_compact_string
- in file tce_functions_general.php, function F_compact_string()
Remove the following characters:
- F_count_rows
- in file tce_functions_general.php, function F_count_rows()
Count rows of the given table.
- F_createTest
- in file tce_functions_test.php, function F_createTest()
Create user's test and returns TRUE on success.
- F_csv_export_result_allusers
- in file tce_csv_result_allusers.php, function F_csv_export_result_allusers()
Export all test results to CSV.
- F_csv_export_users
- in file tce_csv_users.php, function F_csv_export_users()
Export all users to CSV grouped by users' groups.
- F_db_affected_rows
- in file tce_db_dal_postgresql.php, function F_db_affected_rows()
Returns number of rows (tuples) affected by the last INSERT, UPDATE or DELETE query associated with link_identifier.
- F_db_affected_rows
- in file tce_db_dal_mysql.php, function F_db_affected_rows()
Returns number of rows (tuples) affected by the last INSERT, UPDATE or DELETE query associated with link_identifier.
- F_db_close
- in file tce_db_dal_postgresql.php, function F_db_close()
Closes the non-persistent connection to a database associated with the given connection resource.
- F_db_close
- in file tce_db_dal_mysql.php, function F_db_close()
Closes the non-persistent connection to a database associated with the given connection resource.
- F_db_connect
- in file tce_db_dal_mysql.php, function F_db_connect()
Open a connection to a MySQL Server and select a database.
- F_db_connect
- in file tce_db_dal_postgresql.php, function F_db_connect()
Open a connection to a PostgreSQL Server and select a database.
- F_db_error
- in file tce_db_dal_postgresql.php, function F_db_error()
Returns the text of the error message from previous database operation
- F_db_error
- in file tce_db_dal_mysql.php, function F_db_error()
Returns the text of the error message from previous database operation
- F_db_fetch_array
- in file tce_db_dal_mysql.php, function F_db_fetch_array()
Fetch a result row as an associative and numeric array.
- F_db_fetch_array
- in file tce_db_dal_postgresql.php, function F_db_fetch_array()
Fetch a result row as an associative and numeric array.
- F_db_insert_id
- in file tce_db_dal_mysql.php, function F_db_insert_id()
Get the ID generated from the previous INSERT operation
- F_db_insert_id
- in file tce_db_dal_postgresql.php, function F_db_insert_id()
Get the ID generated from the previous INSERT operation
- F_db_num_rows
- in file tce_db_dal_mysql.php, function F_db_num_rows()
Get number of rows in result.
- F_db_num_rows
- in file tce_db_dal_postgresql.php, function F_db_num_rows()
Get number of rows in result.
- F_db_query
- in file tce_db_dal_mysql.php, function F_db_query()
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_db_query
- in file tce_db_dal_postgresql.php, function F_db_query()
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_decode_form_fields
- in file tce_functions_form.php, function F_decode_form_fields()
Returns an array containing form fields.
- F_decode_tcecode
- in file tce_functions_tcecode.php, function F_decode_tcecode()
Returns XHTML code from text marked-up with TCExam Code Tags
- F_display_db_error
- in file tce_functions_errmsg.php, function F_display_db_error()
Print the database error message.
- F_empty_to_null
- in file tce_functions_general.php, function F_empty_to_null()
Prepare field value for SQL query. Returns the quoted string if not empty, NULL otherwise.
- F_error_handler
- in file tce_functions_errmsg.php, function F_error_handler()
Custom PHP error handler function.
- F_escape_sql
- in file tce_db_dal_mysql.php, function F_escape_sql()
Escape a string for insertion into a SQL text field (avoiding SQL injection).
- F_escape_sql
- in file tce_db_dal_postgresql.php, function F_escape_sql()
Escape a string for insertion into a SQL text field (avoiding SQL injection).
- F_executeTest
- in file tce_functions_test.php, function F_executeTest()
Returns true if the current user is authorized to execute the selected test. Generates the test if it's not already generated.
- F_getAuthorizedUsers
- in file tce_functions_authorization.php, function F_getAuthorizedUsers()
Returns a comma separated string of ID of the users that belong to the same groups.
- F_getBoolean
- in file tce_functions_general.php, function F_getBoolean()
Returns boolean value from string. This function is needed to get the right boolean value from boolean field returned by PostgreSQL query.
- F_getFirstTestUser
- in file tce_functions_test.php, function F_getFirstTestUser()
Returns the ID of the tce_tests_users table corresponding to a complete test of $test_id type.
- F_getQuestionTestStat
- in file tce_functions_test_stats.php, function F_getQuestionTestStat()
Returns test data structure for selected question:
- F_getTestData
- in file tce_functions_test.php, function F_getTestData()
Returns the test data.
- F_getTestDuration
- in file tce_functions_test.php, function F_getTestDuration()
Returns the test duration time in seconds.
- F_getTestName
- in file tce_functions_test.php, function F_getTestName()
Returns the test name.
- F_getTestStartTime
- in file tce_functions_test.php, function F_getTestStartTime()
Returns the user's test start time in seconds since UNIX epoch (1970-01-01 00:00:00).
- F_getUserTests
- in file tce_functions_test.php, function F_getUserTests()
Returns an XHTML unordered list of user's enabled tests.
- F_getUserTestStat
- in file tce_functions_test_stats.php, function F_getUserTestStat()
Returns test data structure for selected user:
- F_get_user_groups
- in file tce_functions_user_select.php, function F_get_user_groups()
Returns an array containing user's groups IDs
- F_html_color_picker
- in file tce_colorpicker.php, function F_html_color_picker()
Display Color Picker
- F_html_to_text
- in file tce_functions_html2txt.php, function F_html_to_text()
Convert HTML code to Text string.
- F_import_csv_users
- in file tce_import_xml_users.php, function F_import_csv_users()
Import users from CSV file (tab delimited text).
- F_isAuthorizedUser
- in file tce_functions_authorization.php, function F_isAuthorizedUser()
Returns true if the current user is authorized to update and delete the selected database record.
- F_isRightTestlogUser
- in file tce_functions_test.php, function F_isRightTestlogUser()
Checks if the current user is the right testlog_id owner. This function is used for security reasons.
- F_isValidIP
- in file tce_functions_test.php, function F_isValidIP()
Check if user's IP is valid over test IP range
- F_isValidTestUser
- in file tce_functions_test.php, function F_isValidTestUser()
Check if user is authorized to execute the specified test
- F_latex_callback
- in file tce_functions_tcecode.php, function F_latex_callback()
Callback function for preg_replace_callback (LaTeX replacement).
- F_list_online_users
- in file tce_functions_users_online.php, function F_list_online_users()
Display online users.
- F_lockUserTest
- in file tce_functions_test_stats.php, function F_lockUserTest()
Lock the user's test.
- F_loginForm
- in file tce_functions_authorization.php, function F_loginForm()
Returns XHTML / CSS formatted string for login form.
- F_login_form
- in file tce_functions_authorization.php, function F_login_form()
Display login page.
- F_logout_form
- in file tce_functions_authorization.php, function F_logout_form()
Display logout form.
- F_logout_page
- in file tce_functions_authorization.php, function F_logout_page()
Display logout page.
- F_menu_link
- in file tce_page_menu.php, function F_menu_link()
Returns a menu element link.
- F_newTestLog
- in file tce_functions_test.php, function F_newTestLog()
Creates a new tce_tests_logs table entry and returns inserted ID.
- F_objects_callback
- in file tce_functions_tcecode.php, function F_objects_callback()
Callback function for preg_replace_callback.
- F_objects_replacement
- in file tce_functions_tcecode.php, function F_objects_replacement()
Returns the xhtml code needed to display the object by MIME type.
- F_printTestInfo
- in file tce_functions_test.php, function F_printTestInfo()
Returns an XHTML string containing specified test information.
- F_print_error
- in file tce_functions_errmsg.php, function F_print_error()
Handle error/warning/system messages.
- F_questionForm
- in file tce_functions_test.php, function F_questionForm()
Returns a formatted XHTML form code to handle the specified question.
- F_questionsMenu
- in file tce_functions_test.php, function F_questionsMenu()
Return a formatted XHTML ordered list containing test questions menu.
- F_question_copy
- in file tce_functions_questions.php, function F_question_copy()
Copy selected question to another topic
- F_question_delete
- in file tce_functions_questions.php, function F_question_delete()
Delete selected question (or disable it if used)
- F_question_get_data
- in file tce_functions_questions.php, function F_question_get_data()
Get question data
- F_question_get_position
- in file tce_functions_questions.php, function F_question_get_position()
Get question position
- F_question_set_enabled
- in file tce_functions_questions.php, function F_question_set_enabled()
Enable/Disable selected question
- F_read_file_size
- in file tce_functions_upload.php, function F_read_file_size()
returns the file size in bytes
- F_remove_tcecode
- in file tce_functions_tcecode.php, function F_remove_tcecode()
Returns specified string without tcecode mark-up tags
- F_replace_angulars
- in file tce_functions_general.php, function F_replace_angulars()
Replace angular parenthesis with html equivalents (html entities).
- F_selectAnswers
- in file tce_functions_test.php, function F_selectAnswers()
Return an array containing answer_id field of selected answers.
- F_select_executed_distinct_tests_sql
- in file tce_functions_auth_sql.php, function F_select_executed_distinct_tests_sql()
Returns a SQL string to select executed tests accounting for user authorizations.
- F_select_executed_tests_sql
- in file tce_functions_auth_sql.php, function F_select_executed_tests_sql()
Returns a SQL string to select executed user tests accounting for user authorizations.
- F_select_module_subjects_sql
- in file tce_functions_auth_sql.php, function F_select_module_subjects_sql()
Returns a SQL string to select modules and subjects accounting for user authorizations.
- F_select_subjects_sql
- in file tce_functions_auth_sql.php, function F_select_subjects_sql()
Returns a SQL string to select subjects accounting for user authorizations.
- F_select_tests_sql
- in file tce_functions_auth_sql.php, function F_select_tests_sql()
Returns a SQL string to select tests accounting for user authorizations.
- F_select_user
- in file tce_functions_user_select.php, function F_select_user()
Display user selection for using F_show_select_user function.
- F_send_report_emails
- in file tce_functions_email_reports.php, function F_send_report_emails()
Sends email test reports to users.
- F_send_user_reg_email
- in file tce_functions_user_registration.php, function F_send_user_reg_email()
Send a registration verification email to user.
- F_session_close
- in file tce_functions_session.php, function F_session_close()
Close session. Call garbage collector function to remove expired sessions.
- F_session_destroy
- in file tce_functions_session.php, function F_session_destroy()
Deletes the specific session.
- F_session_gc
- in file tce_functions_session.php, function F_session_gc()
Garbage collector. Deletes expired sessions. NOTE: while time() function returns a 32 bit integer, it works fine until year 2038.
- F_session_open
- in file tce_functions_session.php, function F_session_open()
Open session.
- F_session_read
- in file tce_functions_session.php, function F_session_read()
Get session data.
- F_session_string_to_array
- in file tce_functions_session.php, function F_session_string_to_array()
Convert encoded session string data to array.
- F_session_write
- in file tce_functions_session.php, function F_session_write()
Insert or Update session.
- F_show_online_users
- in file tce_functions_users_online.php, function F_show_online_users()
Display online users form using F_list_online_users function.
- F_show_page_navigator
- in file tce_functions_page.php, function F_show_page_navigator()
Display Pages navigation index.
- F_show_select_questions
- in file tce_show_all_questions.php, function F_show_select_questions()
Display a list of selected questions.
- F_show_select_user
- in file tce_functions_user_select.php, function F_show_select_user()
Display user selection XHTML table.
- F_stats_table_header_element
- in file tce_show_result_questions.php, function F_stats_table_header_element()
Display table header element with order link.
- F_stripslashes_formfields
- in file tce_functions_form.php, function F_stripslashes_formfields()
Strip slashes from posted form fields.
- F_submit_button
- in file tce_functions_form.php, function F_submit_button()
Returns XHTML code string to display Form Submit Button.
- F_substrHTML
- in file tce_functions_tcecode.php, function F_substrHTML()
Return a substring of XHTML code while making sure no html tags are chopped.
- F_substr_utf8
- in file tce_functions_general.php, function F_substr_utf8()
Return part of a string removing remaining non-ASCII characters.
- F_tcecodeToLine
- in file tce_functions_tcecode.php, function F_tcecodeToLine()
Converts tcecode text to a single XHTML string removing some objects.
- F_tcecodeToTitle
- in file tce_functions_tcecode.php, function F_tcecodeToTitle()
Converts tcecode text to simple string for XHTML title attribute.
- F_terminateUserTest
- in file tce_functions_test.php, function F_terminateUserTest()
Terminate user's test
- F_testComment
- in file tce_functions_test.php, function F_testComment()
Display a textarea for user's comment.
- F_testInfoLink
- in file tce_functions_test.php, function F_testInfoLink()
Returns XHTML link to open test info popup.
- F_text_to_xml
- in file tce_functions_general.php, function F_text_to_xml()
Escape some special characters (< > &).
- F_twoColRow
- in file tce_functions_test.php, function F_twoColRow()
Return a formatted XHTML row to display 2 columns data.
- F_updateQuestionLog
- in file tce_functions_test.php, function F_updateQuestionLog()
Updates question log data (register user's answers).
- F_updateTestComment
- in file tce_functions_test.php, function F_updateTestComment()
Updates user's test comment.
- F_upload_file
- in file tce_functions_upload.php, function F_upload_file()
Uploads image file to the server.
- F_user_group_select
- in file tce_functions_user_select.php, function F_user_group_select()
Display select box for user groups
- F_user_table_header_element
- in file tce_functions_user_select.php, function F_user_table_header_element()
Display table header element with order link.
- F_xml_export_questions
- in file tce_xml_questions.php, function F_xml_export_questions()
Export all questions of the selected subject to XML.
- F_xml_export_users
- in file tce_xml_users.php, function F_xml_export_users()
Export all users to XML grouped by users' groups.
- F_xml_to_text
- in file tce_functions_general.php, function F_xml_to_text()
Unescape some special characters (< > &).
- F_zero_to_null
- in file tce_functions_general.php, function F_zero_to_null()
Prepare field value for SQL query. Returns the num if different from zero, NULL otherwise.
top
g
- $gradients
- in file tcpdf.php, variable TCPDF::$gradients
Array for storing gradient information.
- $group_data
- in file tce_import_xml_users.php, variable XMLUserImporter::$group_data
- get
- in file phpmailer_test.php, function get()
Create and run test instance.
- GetAbsX
- in file tcpdf.php, method TCPDF::GetAbsX()
Returns the absolute X value of current position.
- getAliasNbPages
- in file tcpdf.php, method TCPDF::getAliasNbPages()
Returns the string alias used for the total number of pages.
- GetArrStringWidth
- in file tcpdf.php, method TCPDF::GetArrStringWidth()
Returns the string length of an array of chars in user unit. A font must be selected.
- getBarcode
- in file tcpdf.php, method TCPDF::getBarcode()
Get current barcode.
- getBarcodeArray
- in file barcodes.php, method TCPDFBarcode::getBarcodeArray()
Return an array representations of barcode.
- GetBoundary
- in file class.phpmailer.php, method PHPMailer::GetBoundary()
Returns the start of a message boundary.
- getBreakMargin
- in file tcpdf.php, method TCPDF::getBreakMargin()
Returns the page break margin.
- getCellCode
- in file tcpdf.php, method TCPDF::getCellCode()
Returns the PDF string code to print 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.
- getCellHeightRatio
- in file tcpdf.php, method TCPDF::getCellHeightRatio()
- GetCharWidth
- in file tcpdf.php, method TCPDF::GetCharWidth()
Returns the length of the char in user unit for the current font.
- getErrorCode
- in file tce_latexrender.php, method LatexRender::getErrorCode()
Returns the error code
- getExceptions
- in file phpunit.php, method TestCase::getExceptions()
- getExceptions
- in file phpunit.php, method TestFailure::getExceptions()
- getFailures
- in file phpunit.php, method TestResult::getFailures()
- getFilename
- in file tce_latexrender.php, method LatexRender::getFilename()
Wraps a minimalistic LaTeX document around the formula and returns a string containing the whole document as string.
- getFontFamily
- in file tcpdf.php, method TCPDF::getFontFamily()
Returns the current font family name.
- getFontSize
- in file tcpdf.php, method TCPDF::getFontSize()
Returns the current font size.
- getFontSizePt
- in file tcpdf.php, method TCPDF::getFontSizePt()
Returns the current font size in points unit.
- getFontsList
- in file tcpdf.php, method TCPDF::getFontsList()
Fill the list of available fonts ($this->fontlist).
- getFontStyle
- in file tcpdf.php, method TCPDF::getFontStyle()
Returns the current font style.
- getFooterFont
- in file tcpdf.php, method TCPDF::getFooterFont()
Get Footer font.
- getFooterMargin
- in file tcpdf.php, method TCPDF::getFooterMargin()
Returns footer margin in user units.
- getFormulaURL
- in file tce_latexrender.php, method LatexRender::getFormulaURL()
Tries to match the LaTeX Formula given as argument against the formula cache. If the picture has not been rendered before, it'll try to render the formula and drop it in the picture cache directory.
- getGDgamma
- in file tcpdf.php, method TCPDF::getGDgamma()
Correct the gamma value to be used with GD library
- getGraphicVars
- in file tcpdf.php, method TCPDF::getGraphicVars()
Returns current graphic variables as array.
- getGroupPageNo
- in file tcpdf.php, method TCPDF::getGroupPageNo()
- getGroupPageNoFormatted
- in file tcpdf.php, method TCPDF::getGroupPageNoFormatted()
Returns the current group page number formatted as a string.
- getHeaderData
- in file tcpdf.php, method TCPDF::getHeaderData()
Returns header data:
- getHeaderFont
- in file tcpdf.php, method TCPDF::getHeaderFont()
Get header font.
- getHeaderMargin
- in file tcpdf.php, method TCPDF::getHeaderMargin()
Returns header margin in user units.
- getHtmlDomArray
- in file tcpdf.php, method TCPDF::getHtmlDomArray()
Returns the HTML DOM array.
- getImageButton
- in file tce_functions_tcecode_editor.php, function getImageButton()
Display one tag button
- getImageHeight
- in file tce_latexrender.php, method LatexRender::getImageHeight()
Returns Image height
- getImageRBX
- in file tcpdf.php, method TCPDF::getImageRBX()
Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image
- getImageRBY
- in file tcpdf.php, method TCPDF::getImageRBY()
Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image
- getImageScale
- in file tcpdf.php, method TCPDF::getImageScale()
Returns the image scale.
- getImageWidth
- in file tce_latexrender.php, method LatexRender::getImageWidth()
Returns Image width
- getLastH
- in file tcpdf.php, method TCPDF::getLastH()
Get the last cell height.
- GetLineWidth
- in file tcpdf.php, method TCPDF::GetLineWidth()
Returns the current the line width.
- getMargins
- in file tcpdf.php, method TCPDF::getMargins()
Returns an array containing current margins:
- getMessage
- in file phpunit.php, method Exception::getMessage()
- GetNumChars
- in file tcpdf.php, method TCPDF::GetNumChars()
Returns the numbero of characters in a string.
- getNumPages
- in file tcpdf.php, method TCPDF::getNumPages()
Get the total number of insered pages.
- getOriginalMargins
- in file tcpdf.php, method TCPDF::getOriginalMargins()
Returns an array containing original margins:
- getPage
- in file tcpdf.php, method TCPDF::getPage()
Get current document page number.
- getPageGroupAlias
- in file tcpdf.php, method TCPDF::getPageGroupAlias()
- getPageHeight
- in file tcpdf.php, method TCPDF::getPageHeight()
Returns the page height in units.
- getPageWidth
- in file tcpdf.php, method TCPDF::getPageWidth()
Returns the page width in units.
- getPDFData
- in file tcpdf.php, method TCPDF::getPDFData()
Returns the PDF data.
- getRemainingWidth
- in file tcpdf.php, method TCPDF::getRemainingWidth()
Returns the remaining width between the current position and margins.
- getResource
- in file tce_tmx.php, method TMXResourceBundle::getResource()
Returns the resource array containing the translated word/sentences.
- getRTL
- in file tcpdf.php, method TCPDF::getRTL()
Return the RTL status
- getScaleFactor
- in file tcpdf.php, method TCPDF::getScaleFactor()
Returns the scale factor (number of points in user unit).
- GetStringWidth
- in file tcpdf.php, method TCPDF::GetStringWidth()
Returns the length of a string in user unit. A font must be selected.
- getTestName
- in file phpunit.php, method TestFailure::getTestName()
- GetX
- in file tcpdf.php, method TCPDF::GetX()
Returns the relative X value of current position.
- GetY
- in file tcpdf.php, method TCPDF::GetY()
Returns the ordinate of the current position.
- get_lines
- in file class.smtp.php, method SMTP::get_lines()
Read in as many lines as possible either before eof or socket timeout occurs on the operation.
- Gradient
- in file tcpdf.php, method TCPDF::Gradient()
Output gradient.
top
h
- $h
- in file tcpdf.php, variable TCPDF::$h
- $header_font
- in file tcpdf.php, variable TCPDF::$header_font
- $header_logo
- in file tcpdf.php, variable TCPDF::$header_logo
- $header_logo_width
- in file tcpdf.php, variable TCPDF::$header_logo_width
- $header_margin
- in file tcpdf.php, variable TCPDF::$header_margin
- $header_string
- in file tcpdf.php, variable TCPDF::$header_string
- $header_title
- in file tcpdf.php, variable TCPDF::$header_title
- $height_limit
- in file tce_latexrender.php, variable LatexRender::$height_limit
- $Helo
- in file class.phpmailer.php, variable PHPMailer::$Helo
Sets the SMTP HELO of the message (Default is $Hostname).
- $helo_rply
- in file class.smtp.php, variable SMTP::$helo_rply
- $Host
- in file phpmailer_test.php, variable phpmailerTest::$Host
Holds the SMTP mail host.
- $Host
- in file class.phpmailer.php, variable PHPMailer::$Host
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").
- $Hostname
- in file class.phpmailer.php, variable PHPMailer::$Hostname
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
- in file tcpdf.php, variable TCPDF::$hPt
- $HREF
- in file tcpdf.php, variable TCPDF::$HREF
- $htmlvspace
- in file tcpdf.php, variable TCPDF::$htmlvspace
Count the latest inserted vertical spaces on HTML
- Header
- in file tcpdf.php, method TCPDF::Header()
This method is used to render the page header.
- HeaderLine
- in file class.phpmailer.php, method PHPMailer::HeaderLine()
Returns a formatted header line.
- HEAD_MAGNIFICATION
- in file tce_pdf.php, constant HEAD_MAGNIFICATION
magnification factor for titles
- Hello
- in file class.smtp.php, method SMTP::Hello()
Sends the HELO command to the smtp server.
- Help
- in file class.smtp.php, method SMTP::Help()
Gets help information on the keyword specified. If the keyword
- htmlcolors.php
- procedural page htmlcolors.php
top
i
- $identify_path
- in file tce_latexrender.php, variable LatexRender::$identify_path
- $images
- in file tcpdf.php, variable TCPDF::$images
- $image_format
- in file tce_latexrender.php, variable LatexRender::$image_format
- $imgscale
- in file tcpdf.php, variable TCPDF::$imgscale
- $img_height
- in file tce_latexrender.php, variable LatexRender::$img_height
- $img_prefix
- in file tce_latexrender.php, variable LatexRender::$img_prefix
- $img_rb_x
- in file tcpdf.php, variable TCPDF::$img_rb_x
- $img_rb_y
- in file tcpdf.php, variable TCPDF::$img_rb_y
- $img_width
- in file tce_latexrender.php, variable LatexRender::$img_width
- $InFooter
- in file tcpdf.php, variable TCPDF::$InFooter
- $internal_encoding
- in file tcpdf.php, variable TCPDF::$internal_encoding
- $intmrk
- in file tcpdf.php, variable TCPDF::$intmrk
Array used to store positions inside the pages buffer.
- $isunicode
- in file tcpdf.php, variable TCPDF::$isunicode
- index.php
- procedural page index.php
- Image
- in file tcpdf.php, method TCPDF::Image()
Puts an image in the page.
- ImageEps
- in file tcpdf.php, method TCPDF::ImageEps()
Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files.
- ImagePngAlpha
- in file tcpdf.php, method TCPDF::ImagePngAlpha()
Extract info from a PNG image with alpha channel using the GD library.
- IncludeJS
- in file tcpdf.php, method TCPDF::IncludeJS()
- InlineImageExists
- in file class.phpmailer.php, method PHPMailer::InlineImageExists()
Returns true if an inline attachment is present.
- IsError
- in file class.phpmailer.php, method PHPMailer::IsError()
Returns true if an error occurred.
- IsHTML
- in file class.phpmailer.php, method PHPMailer::IsHTML()
Sets message type to HTML.
- IsMail
- in file class.phpmailer.php, method PHPMailer::IsMail()
Sets Mailer to send message using PHP mail() function.
- IsQmail
- in file class.phpmailer.php, method PHPMailer::IsQmail()
Sets Mailer to send message using the qmail MTA.
- IsSendmail
- in file class.phpmailer.php, method PHPMailer::IsSendmail()
Sets Mailer to send message using the $Sendmail program.
- IsSMTP
- in file class.phpmailer.php, method PHPMailer::IsSMTP()
Sets Mailer to send message using SMTP.
- index.php
- procedural page index.php
top
top
k
- $k
- in file tcpdf.php, variable TCPDF::$k
- $keywords
- in file tcpdf.php, variable TCPDF::$keywords
- K_ANSWER_TEXTAREA_COLS
- in file tce_config.php, constant K_ANSWER_TEXTAREA_COLS
Number of columns for answer textarea.
- K_ANSWER_TEXTAREA_ROWS
- in file tce_config.php, constant K_ANSWER_TEXTAREA_ROWS
Number of rows for answer textarea.
- K_AUTH_ADMINISTRATOR
- in file tce_auth.php, constant K_AUTH_ADMINISTRATOR
administrator level
- K_AUTH_ADMIN_ANSWERS
- in file tce_auth.php, constant K_AUTH_ADMIN_ANSWERS
required user's level to access "answer editor"
- K_AUTH_ADMIN_INFO
- in file tce_auth.php, constant K_AUTH_ADMIN_INFO
required user's level to access "TCExam information"
- K_AUTH_ADMIN_MODULES
- in file tce_auth.php, constant K_AUTH_ADMIN_MODULES
required user's level to access "module editor"
- K_AUTH_ADMIN_ONLINE_USERS
- in file tce_auth.php, constant K_AUTH_ADMIN_ONLINE_USERS
required user's level to display online users
- K_AUTH_ADMIN_QUESTIONS
- in file tce_auth.php, constant K_AUTH_ADMIN_QUESTIONS
required user's level to access "question editor"
- K_AUTH_ADMIN_RATING
- in file tce_auth.php, constant K_AUTH_ADMIN_RATING
required user's level to manually rate free text answers
- K_AUTH_ADMIN_RESULTS
- in file tce_auth.php, constant K_AUTH_ADMIN_RESULTS
required user's level to display results
- K_AUTH_ADMIN_SUBJECTS
- in file tce_auth.php, constant K_AUTH_ADMIN_SUBJECTS
required user's level to access "subject editor"
- K_AUTH_ADMIN_TCECODE
- in file tce_auth.php, constant K_AUTH_ADMIN_TCECODE
required user's level to access "tcecode editor"
- K_AUTH_ADMIN_TESTS
- in file tce_auth.php, constant K_AUTH_ADMIN_TESTS
required user's level to access "test editor"
- K_AUTH_ADMIN_UPLOAD_IMAGES
- in file tce_auth.php, constant K_AUTH_ADMIN_UPLOAD_IMAGES
required user's level to upload images
- K_AUTH_ADMIN_USERS
- in file tce_auth.php, constant K_AUTH_ADMIN_USERS
required user's level to access "user editor"
- K_AUTH_INDEX
- in file tce_auth.php, constant K_AUTH_INDEX
required user's level to access index page
- K_AVAILABLE_LANGUAGES
- in file tce_config.php, constant K_AVAILABLE_LANGUAGES
Defines a serialized array of available languages.
- K_BLANK_IMAGE
- in file tce_paths.php, constant K_BLANK_IMAGE
full path to a blank image
- K_CELL_HEIGHT_RATIO
- in file tce_pdf.php, constant K_CELL_HEIGHT_RATIO
height of cell repect font height
- K_CLOCK_IN_UTC
- in file tce_config.php, constant K_CLOCK_IN_UTC
if true display admin clock in UTC (GMT)
- K_COOKIE_DOMAIN
- in file tce_config.php, constant K_COOKIE_DOMAIN
Cookie domain.
- K_COOKIE_EXPIRE
- in file tce_config.php, constant K_COOKIE_EXPIRE
Expiration time for cookies.
- K_COOKIE_PATH
- in file tce_config.php, constant K_COOKIE_PATH
Cookie path.
- K_COOKIE_SECURE
- in file tce_config.php, constant K_COOKIE_SECURE
If true use secure cookies.
- K_DATABASE_HOST
- in file tce_db_config.php, constant K_DATABASE_HOST
database Host name (eg: localhost)
- K_DATABASE_NAME
- in file tce_db_config.php, constant K_DATABASE_NAME
database name (TCExam)
- K_DATABASE_PORT
- in file tce_db_config.php, constant K_DATABASE_PORT
database port (eg: 3306 or 5432)
- K_DATABASE_TYPE
- in file tce_db_config.php, constant K_DATABASE_TYPE
database type (POSTGRESQL or MYSQL)
- K_DATABASE_USER_NAME
- in file tce_db_config.php, constant K_DATABASE_USER_NAME
database user name
- K_DATABASE_USER_PASSWORD
- in file tce_db_config.php, constant K_DATABASE_USER_PASSWORD
database user password
- K_DISPLAY_PDFTEXT_BUTTON
- in file tce_config.php, constant K_DISPLAY_PDFTEXT_BUTTON
if true display an additional button to print only the TEXT answers on all users' results
- K_ENABLE_CUSTOM_EXPORT
- in file tce_config.php, constant K_ENABLE_CUSTOM_EXPORT
name of the button to export results in custom format (file: admin/code/tce_export_custom.php)
- K_ENABLE_CUSTOM_IMPORT
- in file tce_config.php, constant K_ENABLE_CUSTOM_IMPORT
name of the option to import questions using a custom format (file: admin/code/tce_import_custom.php)
- K_ENABLE_JSERRORS
- in file tce_config.php, constant K_ENABLE_JSERRORS
If true display messages and errors on Javascript popup window.
- K_ERROR_TYPES
- in file tce_config.php, constant K_ERROR_TYPES
Define error reporting types for debug.
- K_EXTEND_TIME_MINUTES
- in file tce_config.php, constant K_EXTEND_TIME_MINUTES
Default minutes used to extend test duration.
- K_KEY_SECURITY
- in file tce_general_constants.php, constant K_KEY_SECURITY
string used for security feature, do not alter
- K_LANGUAGE
- in file tce_config.php, constant K_LANGUAGE
2-letters code for default language.
- K_LANGUAGE_SELECTOR
- in file tce_config.php, constant K_LANGUAGE_SELECTOR
If true, display a language selector.
- K_LATEX_CLASS
- in file tce_latex.php, constant K_LATEX_CLASS
LaTeX class (article).
- K_LATEX_FONT_SIZE
- in file tce_latex.php, constant K_LATEX_FONT_SIZE
Font size (10).
- K_LATEX_FORMULA_DENSITY
- in file tce_latex.php, constant K_LATEX_FORMULA_DENSITY
Formula density used by ImageMagick (120).
- K_LATEX_IMG_FORMAT
- in file tce_latex.php, constant K_LATEX_IMG_FORMAT
Image format (png).
- K_LATEX_IMG_PREFIX
- in file tce_latex.php, constant K_LATEX_IMG_PREFIX
Filename prefix for chached images (latex_).
- K_LATEX_MAX_HEIGHT
- in file tce_latex.php, constant K_LATEX_MAX_HEIGHT
Image height limit in pixels (500).
- K_LATEX_MAX_LENGHT
- in file tce_latex.php, constant K_LATEX_MAX_LENGHT
Size limit for input string (500).
- K_LATEX_MAX_WIDTH
- in file tce_latex.php, constant K_LATEX_MAX_WIDTH
Image width limit in pixels (500).
- K_LATEX_PATH_CONVERT
- in file tce_latex.php, constant K_LATEX_PATH_CONVERT
Path to ImageMagick convert (/usr/bin/convert).
- K_LATEX_PATH_DVIPS
- in file tce_latex.php, constant K_LATEX_PATH_DVIPS
Path to DVIPS (/usr/bin/dvips).
- K_LATEX_PATH_IDENTIFY
- in file tce_latex.php, constant K_LATEX_PATH_IDENTIFY
Path to ImageMagick identify (/usr/bin/identify).
- K_LATEX_PATH_LATEX
- in file tce_latex.php, constant K_LATEX_PATH_LATEX
Path to LATEX (/usr/bin/latex).
- K_LATEX_PATH_PICTURE
- in file tce_latex.php, constant K_LATEX_PATH_PICTURE
Absolute path to images directory.
- K_LATEX_PATH_PICTURE_HTTPD
- in file tce_latex.php, constant K_LATEX_PATH_PICTURE_HTTPD
relative path to images directory.
- K_LATEX_TMP_DIR
- in file tce_latex.php, constant K_LATEX_TMP_DIR
Path to temporary directory.
- K_LDAP_BASE_DN
- in file tce_ldap.php, constant K_LDAP_BASE_DN
The base DN for the directory.
- K_LDAP_ENABLED
- in file tce_ldap.php, constant K_LDAP_ENABLED
If true enable LDAP
- K_LDAP_FILTER
- in file tce_ldap.php, constant K_LDAP_FILTER
The search filter can be simple or advanced, using boolean operators in the format described in the LDAP documentation.
- K_LDAP_HOST
- in file tce_ldap.php, constant K_LDAP_HOST
LDAP hostname.
- K_LDAP_PORT
- in file tce_ldap.php, constant K_LDAP_PORT
The port to connect to. Not used when using URLs.
- K_LDAP_PROTOCOL_VERSION
- in file tce_ldap.php, constant K_LDAP_PROTOCOL_VERSION
LDAP protocol version.
- K_LDAP_USER_GROUP_ID
- in file tce_ldap.php, constant K_LDAP_USER_GROUP_ID
Default user group ID This is the TCExam group id to which the ldap accounts belongs.
- K_LDAP_USER_LEVEL
- in file tce_ldap.php, constant K_LDAP_USER_LEVEL
Default user level
- K_LDAP_UTF8
- in file tce_ldap.php, constant K_LDAP_UTF8
Set to true if LDAP uses UTF-8 encoding.
- K_LRE
- in file unicode_data.php, constant K_LRE
Left-to-Right Embedding
- K_LRM
- in file unicode_data.php, constant K_LRM
Left-to-Right Mark
- K_LRO
- in file unicode_data.php, constant K_LRO
Left-to-Right Override
- K_MAIN_PAGE
- in file tce_config.php, constant K_MAIN_PAGE
main page (homepage)
- K_MAX_MEMORY_LIMIT
- in file tce_config.php, constant K_MAX_MEMORY_LIMIT
max memory limit
- K_MAX_MEMORY_LIMIT
- in file tce_config.php, constant K_MAX_MEMORY_LIMIT
max memory limit for a PHP script
- K_MAX_ROWS_PER_PAGE
- in file tce_config.php, constant K_MAX_ROWS_PER_PAGE
max number of rows to display in tables
- K_MAX_ROWS_PER_PAGE
- in file tce_config.php, constant K_MAX_ROWS_PER_PAGE
max number of rows to display in tables
- K_MAX_UPLOAD_SIZE
- in file tce_config.php, constant K_MAX_UPLOAD_SIZE
max file size to be uploaded [bytes]
- K_MAX_UPLOAD_SIZE
- in file tce_config.php, constant K_MAX_UPLOAD_SIZE
max size to be uploaded in bytes
- K_PATH_CACHE
- in file tce_paths.php, constant K_PATH_CACHE
full path to cache directory
- K_PATH_FONTS
- in file tce_paths.php, constant K_PATH_FONTS
full path to fonts directory
- K_PATH_HOST
- in file tce_paths.php, constant K_PATH_HOST
host URL (e.g.: "http://www.yoursite.com")
- K_PATH_IMAGES
- in file tce_paths.php, constant K_PATH_IMAGES
relative path to images directory
- K_PATH_JSCRIPTS
- in file tce_paths.php, constant K_PATH_JSCRIPTS
relative path to javascript directory
- K_PATH_MAIN
- in file tce_paths.php, constant K_PATH_MAIN
real full path where this program is installed (e.g: "/var/www/html/TCExam/")
- K_PATH_PUBLIC_CODE
- in file tce_paths.php, constant K_PATH_PUBLIC_CODE
path to public code
- K_PATH_PUBLIC_CODE_REAL
- in file tce_paths.php, constant K_PATH_PUBLIC_CODE_REAL
server path to public code
- K_PATH_SHARED_JSCRIPTS
- in file tce_paths.php, constant K_PATH_SHARED_JSCRIPTS
relative path to shared javascript directory
- K_PATH_STYLE_SHEETS
- in file tce_paths.php, constant K_PATH_STYLE_SHEETS
relative path to stylesheets directory
- K_PATH_TCEXAM
- in file tce_paths.php, constant K_PATH_TCEXAM
relative URL where this program is installed (e.g.: "/")
- K_PATH_TMX_FILE
- in file tce_paths.php, constant K_PATH_TMX_FILE
full path to TMX language file
- K_PATH_URL
- in file tce_paths.php, constant K_PATH_URL
Constant used on TCPDF library
- K_PATH_URL_CACHE
- in file tce_paths.php, constant K_PATH_URL_CACHE
url path to to cache directory
- K_PDF
- in file unicode_data.php, constant K_PDF
Pop Directional Format
- K_QUESTION_DIFFICULTY_LEVELS
- in file tce_config.php, constant K_QUESTION_DIFFICULTY_LEVELS
Number of difficulty levels for questions.
- K_QUESTION_LINE_MAX_LENGTH
- in file tce_config.php, constant K_QUESTION_LINE_MAX_LENGTH
Define max line length in chars for question navigator on test execution interface.
- K_RADIUS_ACCOUNTING_PORT
- in file tce_radius.php, constant K_RADIUS_ACCOUNTING_PORT
Radius accounting port (e.g.: 1813).
- K_RADIUS_AUTHENTICATION_PORT
- in file tce_radius.php, constant K_RADIUS_AUTHENTICATION_PORT
Radius authentication port (e.g.: 1812).
- K_RADIUS_ENABLED
- in file tce_radius.php, constant K_RADIUS_ENABLED
If true enable RADIUS
- K_RADIUS_SERVER_IP
- in file tce_radius.php, constant K_RADIUS_SERVER_IP
IP address of the radius server (e.g.: "127.0.0.1").
- K_RADIUS_SHARED_SECRET
- in file tce_radius.php, constant K_RADIUS_SHARED_SECRET
Shared secret with the radius server.
- K_RADIUS_SUFFIX
- in file tce_radius.php, constant K_RADIUS_SUFFIX
Radius domain name suffix (e.g.: "@mydomain.com").
- K_RADIUS_UDP_TIMEOUT
- in file tce_radius.php, constant K_RADIUS_UDP_TIMEOUT
Radius UDP timeout (e.g.: 5).
- K_RADIUS_USER_GROUP_ID
- in file tce_radius.php, constant K_RADIUS_USER_GROUP_ID
Default user group ID This is the TCExam group id to which the radius accounts belongs.
- K_RADIUS_USER_LEVEL
- in file tce_radius.php, constant K_RADIUS_USER_LEVEL
Default user level
- K_RADIUS_UTF8
- in file tce_radius.php, constant K_RADIUS_UTF8
Set to true if RADIUS uses UTF-8 encoding.
- K_RANDOM_SECURITY
- in file tce_general_constants.php, constant K_RANDOM_SECURITY
string used as a seed for some security code generation please change this value and keep it secret
- K_REDIRECT_LOGIN_MODE
- in file tce_config.php, constant K_REDIRECT_LOGIN_MODE
Various pages redirection modes after login (valid values are 1, 2 and 3).
- K_RE_PATTERN_ARABIC
- in file unicode_data.php, constant K_RE_PATTERN_ARABIC
- K_RE_PATTERN_RTL
- in file unicode_data.php, constant K_RE_PATTERN_RTL
- K_RLE
- in file unicode_data.php, constant K_RLE
Right-to-Left Embedding
- K_RLM
- in file unicode_data.php, constant K_RLM
Right-to-Left Mark
- K_RLO
- in file unicode_data.php, constant K_RLO
Right-to-Left Override
- K_SECONDS_IN_DAY
- in file tce_general_constants.php, constant K_SECONDS_IN_DAY
number of seconds in one day
- K_SECONDS_IN_HOUR
- in file tce_general_constants.php, constant K_SECONDS_IN_HOUR
number of seconds in one hour
- K_SECONDS_IN_MINUTE
- in file tce_general_constants.php, constant K_SECONDS_IN_MINUTE
number of seconds in one minute
- K_SECONDS_IN_MONTH
- in file tce_general_constants.php, constant K_SECONDS_IN_MONTH
number of seconds in one month
- K_SECONDS_IN_WEEK
- in file tce_general_constants.php, constant K_SECONDS_IN_WEEK
number of seconds in one week
- K_SECONDS_IN_YEAR
- in file tce_general_constants.php, constant K_SECONDS_IN_YEAR
number of seconds in one year
- K_SELECT_SUBSTRING
- in file tce_config.php, constant K_SELECT_SUBSTRING
max number of chars to display on a selection box
- K_SESSION_LIFE
- in file tce_config.php, constant K_SESSION_LIFE
User's session life time in seconds.
- K_SITE_AUTHOR
- in file tce_config.php, constant K_SITE_AUTHOR
default site author
- K_SITE_DESCRIPTION
- in file tce_config.php, constant K_SITE_DESCRIPTION
default site description
- K_SITE_ICON
- in file tce_config.php, constant K_SITE_ICON
path to default html icon
- K_SITE_KEYWORDS
- in file tce_config.php, constant K_SITE_KEYWORDS
default keywords
- K_SITE_REPLY
- in file tce_config.php, constant K_SITE_REPLY
default html reply-to meta tag
- K_SITE_STYLE
- in file tce_config.php, constant K_SITE_STYLE
path to public CSS stylesheet
- K_SITE_STYLE_RTL
- in file tce_config.php, constant K_SITE_STYLE_RTL
full path to CSS stylesheet for RTL languages
- K_SITE_TITLE
- in file tce_config.php, constant K_SITE_TITLE
default site name
- K_SMALL_RATIO
- in file tce_pdf.php, constant K_SMALL_RATIO
reduction factor for small font
- K_STANDARD_PORT
- in file tce_paths.php, constant K_STANDARD_PORT
standard port for http (80) or https (443)
- K_TABLE_ANSWERS
- in file tce_db_config.php, constant K_TABLE_ANSWERS
- K_TABLE_GROUPS
- in file tce_db_config.php, constant K_TABLE_GROUPS
- K_TABLE_LOG_ANSWER
- in file tce_db_config.php, constant K_TABLE_LOG_ANSWER
- K_TABLE_MODULES
- in file tce_db_config.php, constant K_TABLE_MODULES
- K_TABLE_PREFIX
- in file tce_db_config.php, constant K_TABLE_PREFIX
prefix for database tables names
- K_TABLE_QUESTIONS
- in file tce_db_config.php, constant K_TABLE_QUESTIONS
- K_TABLE_SESSIONS
- in file tce_db_config.php, constant K_TABLE_SESSIONS
- K_TABLE_SUBJECTS
- in file tce_db_config.php, constant K_TABLE_SUBJECTS
- K_TABLE_SUBJECT_SET
- in file tce_db_config.php, constant K_TABLE_SUBJECT_SET
- K_TABLE_TESTS
- in file tce_db_config.php, constant K_TABLE_TESTS
- K_TABLE_TESTS_LOGS
- in file tce_db_config.php, constant K_TABLE_TESTS_LOGS
- K_TABLE_TEST_GROUPS
- in file tce_db_config.php, constant K_TABLE_TEST_GROUPS
- K_TABLE_TEST_SUBJSET
- in file tce_db_config.php, constant K_TABLE_TEST_SUBJSET
- K_TABLE_TEST_USER
- in file tce_db_config.php, constant K_TABLE_TEST_USER
- K_TABLE_USERGROUP
- in file tce_db_config.php, constant K_TABLE_USERGROUP
- K_TABLE_USERS
- in file tce_db_config.php, constant K_TABLE_USERS
- K_TCEXAM_AUTHOR
- in file tce_config.php, constant K_TCEXAM_AUTHOR
TCExam Author
- K_TCEXAM_DESCRIPTION
- in file tce_config.php, constant K_TCEXAM_DESCRIPTION
TCExam description
- K_TCEXAM_HELP_STYLE
- in file tce_config.php, constant K_TCEXAM_HELP_STYLE
full path to CSS stylesheet for help file
- K_TCEXAM_ICON
- in file tce_config.php, constant K_TCEXAM_ICON
relative path to html icon
- K_TCEXAM_KEYWORDS
- in file tce_config.php, constant K_TCEXAM_KEYWORDS
default html meta keywords
- K_TCEXAM_REPLY_TO
- in file tce_config.php, constant K_TCEXAM_REPLY_TO
reply-to meta tag
- K_TCEXAM_STYLE
- in file tce_config.php, constant K_TCEXAM_STYLE
full path to CSS stylesheet
- K_TCEXAM_STYLE_RTL
- in file tce_config.php, constant K_TCEXAM_STYLE_RTL
full path to CSS stylesheet for RTL languages
- K_TCEXAM_TITLE
- in file tce_config.php, constant K_TCEXAM_TITLE
TCExam title
- K_TCEXAM_VERSION
- in file tce_config.php, constant K_TCEXAM_VERSION
TCExam version (do not change).
- K_TEST_INFO_HEIGHT
- in file tce_config.php, constant K_TEST_INFO_HEIGHT
Popup window height in pixels for test info.
- K_TEST_INFO_WIDTH
- in file tce_config.php, constant K_TEST_INFO_WIDTH
Popup window width in pixels for test info.
- K_TIMESTAMP_FORMAT
- in file tce_config.php, constant K_TIMESTAMP_FORMAT
Define timestamp format using PHP notation.
- K_TIMEZONE
- in file tce_config.php, constant K_TIMEZONE
Set your own timezone here.
- K_TITLE_MAGNIFICATION
- in file tce_pdf.php, constant K_TITLE_MAGNIFICATION
title magnification respect main font size
- K_USE_ERROR_LOG
- in file tce_config.php, constant K_USE_ERROR_LOG
Enable error logs (../log/tce_errors.log).
- K_USRREG_ADMIN_EMAIL
- in file tce_user_registration.php, constant K_USRREG_ADMIN_EMAIL
The following email will receive copies of verification messages.
- K_USRREG_AGREEMENT
- in file tce_user_registration.php, constant K_USRREG_AGREEMENT
URL of an HTML page containing the registration agreement.
- K_USRREG_EMAIL_CONFIRM
- in file tce_user_registration.php, constant K_USRREG_EMAIL_CONFIRM
If true requires email confirmation
- K_USRREG_ENABLED
- in file tce_user_registration.php, constant K_USRREG_ENABLED
If true enable USER REGISTRATION
- K_USRREG_GROUP
- in file tce_user_registration.php, constant K_USRREG_GROUP
Default user group ID for registered user.
top
l
- $l
- in file tcpdf.php, variable TCPDF::$l
- $language
- in file tce_tmx.php, variable TMXResourceBundle::$language
- $language
- in file tce_class_mailer.php, variable C_mailer::$language
language array
- $language
- in file class.phpmailer.php, variable PHPMailer::$language
- $lasth
- in file tcpdf.php, variable TCPDF::$lasth
- $last_rc4_key
- in file tcpdf.php, variable TCPDF::$last_rc4_key
last RC4 key encrypted (cached for optimisation)
- $last_rc4_key_c
- in file tcpdf.php, variable TCPDF::$last_rc4_key_c
last RC4 computed key
- $latexclass
- in file tce_latexrender.php, variable LatexRender::$latexclass
- $latex_formula
- in file tce_latexrender.php, variable LatexRender::$latex_formula
- $latex_path
- in file tce_latexrender.php, variable LatexRender::$latex_path
- $latex_tags_blacklist
- in file tce_latexrender.php, variable LatexRender::$latex_tags_blacklist
- $LayoutMode
- in file tcpdf.php, variable TCPDF::$LayoutMode
- $LE
- in file class.phpmailer.php, variable PHPMailer::$LE
- $level
- in file tce_import_custom.php, variable CustomQuestionImporter::$level
- $level
- in file tce_class_import_xml.php, variable XMLQuestionImporter::$level
- $level_data
- in file tce_class_import_xml.php, variable XMLQuestionImporter::$level_data
- $level_data
- in file tce_import_custom.php, variable CustomQuestionImporter::$level_data
- $linestyleCap
- in file tcpdf.php, variable TCPDF::$linestyleCap
PDF string for last line width
- $linestyleDash
- in file tcpdf.php, variable TCPDF::$linestyleDash
PDF string for last line width
- $linestyleJoin
- in file tcpdf.php, variable TCPDF::$linestyleJoin
PDF string for last line width
- $linestyleWidth
- in file tcpdf.php, variable TCPDF::$linestyleWidth
PDF string for last line width
- $linethrough
- in file tcpdf.php, variable TCPDF::$linethrough
line trough state
- $LineWidth
- in file tcpdf.php, variable TCPDF::$LineWidth
- $links
- in file tcpdf.php, variable TCPDF::$links
- $lispacer
- in file tcpdf.php, variable TCPDF::$lispacer
- $listcount
- in file tcpdf.php, variable TCPDF::$listcount
- $listindent
- in file tcpdf.php, variable TCPDF::$listindent
- $listnum
- in file tcpdf.php, variable TCPDF::$listnum
- $listordered
- in file tcpdf.php, variable TCPDF::$listordered
- $lisymbol
- in file tcpdf.php, variable TCPDF::$lisymbol
Symbol used for HTML unordered list items
- $lMargin
- in file tcpdf.php, variable TCPDF::$lMargin
- Lang
- in file tce_class_mailer.php, method C_mailer::Lang()
Returns a message in the appropriate language.
- Lang
- in file class.phpmailer.php, method PHPMailer::Lang()
Returns a message in the appropriate language.
- lastPage
- in file tcpdf.php, method TCPDF::lastPage()
Reset pointer to the last document page.
- LatexRender
- in file tce_latexrender.php, class LatexRender
This is a PHP5 class for generating images from LaTeX Formulas.
- Line
- in file tcpdf.php, method TCPDF::Line()
Draws a line between two points.
- LinearGradient
- in file tcpdf.php, method TCPDF::LinearGradient()
Paints a linear colour gradient.
- Link
- in file tcpdf.php, method TCPDF::Link()
Puts a link on a rectangular area of the page.
- ListBox
- in file tcpdf.php, method TCPDF::ListBox()
- Ln
- in file tcpdf.php, method TCPDF::Ln()
Performs a line break.
top
m
- $Mail
- in file phpmailer_test.php, variable phpmailerTest::$Mail
Holds the default phpmailer instance.
- $Mailer
- in file class.phpmailer.php, variable PHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $message
- in file phpunit.php, variable Exception::$message
- $message_type
- in file class.phpmailer.php, variable PHPMailer::$message_type
- Mail
- in file class.smtp.php, method SMTP::Mail()
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
- in file class.phpmailer.php, method PHPMailer::MailSend()
Sends mail using the PHP mail() function.
- MirrorH
- in file tcpdf.php, method TCPDF::MirrorH()
Horizontal Mirroring.
- MirrorL
- in file tcpdf.php, method TCPDF::MirrorL()
Reflection against a straight line through point (x, y) with the gradient angle (angle).
- MirrorP
- in file tcpdf.php, method TCPDF::MirrorP()
Point reflection mirroring.
- MirrorV
- in file tcpdf.php, method TCPDF::MirrorV()
Verical Mirroring.
- MultiCell
- in file tcpdf.php, method TCPDF::MultiCell()
This method allows printing text with line breaks.
top
top
o
- $offsets
- in file tcpdf.php, variable TCPDF::$offsets
- $oldcMargin
- in file tcpdf.php, variable TCPDF::$oldcMargin
- $opencell
- in file tcpdf.php, variable TCPDF::$opencell
- $openMarkedContent
- in file tcpdf.php, variable TCPDF::$openMarkedContent
True if marked-content sequence is open
- $original_lMargin
- in file tcpdf.php, variable TCPDF::$original_lMargin
- $original_rMargin
- in file tcpdf.php, variable TCPDF::$original_rMargin
- $OutlineRoot
- in file tcpdf.php, variable TCPDF::$OutlineRoot
Outline root for bookmark
- $outlines
- in file tcpdf.php, variable TCPDF::$outlines
Outlines for bookmark
- $Ovalue
- in file tcpdf.php, variable TCPDF::$Ovalue
O entry in pdf document
- Open
- in file tcpdf.php, method TCPDF::Open()
This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.
- openHTMLTagHandler
- in file tcpdf.php, method TCPDF::openHTMLTagHandler()
Process opening tags.
- Output
- in file tcpdf.php, method TCPDF::Output()
Send the document to a given destination: string, local file or browser.
top
p
- $padding
- in file tcpdf.php, variable TCPDF::$padding
RC4 padding
- $page
- in file tcpdf.php, variable TCPDF::$page
- $PageAnnots
- in file tcpdf.php, variable TCPDF::$PageAnnots
- $PageBreakTrigger
- in file tcpdf.php, variable TCPDF::$PageBreakTrigger
- $pagedim
- in file tcpdf.php, variable TCPDF::$pagedim
- $pagegroups
- in file tcpdf.php, variable TCPDF::$pagegroups
Contains the number of pages of the groups
- $PageMode
- in file tcpdf.php, variable TCPDF::$PageMode
A name object specifying how the document should be displayed when opened.
- $pages
- in file tcpdf.php, variable TCPDF::$pages
- $Password
- in file class.phpmailer.php, variable PHPMailer::$Password
Sets SMTP password.
- $PDFVersion
- in file tcpdf.php, variable TCPDF::$PDFVersion
- $picture_path
- in file tce_latexrender.php, variable LatexRender::$picture_path
- $picture_path_httpd
- in file tce_latexrender.php, variable LatexRender::$picture_path_httpd
- $PluginDir
- in file class.phpmailer.php, variable PHPMailer::$PluginDir
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
- $Port
- in file class.phpmailer.php, variable PHPMailer::$Port
Sets the default SMTP server port.
- $print_footer
- in file tcpdf.php, variable TCPDF::$print_footer
- $print_header
- in file tcpdf.php, variable TCPDF::$print_header
- $Priority
- in file class.phpmailer.php, variable PHPMailer::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- $Pvalue
- in file tcpdf.php, variable TCPDF::$Pvalue
P entry in pdf document
- PageNo
- in file tcpdf.php, method TCPDF::PageNo()
Returns the current page number.
- PageNoFormatted
- in file tcpdf.php, method TCPDF::PageNoFormatted()
Returns the current page number formatted as a string.
- pdfLink
- in file tce_functions_test_stats.php, function pdfLink()
Returns an URL to open the PDF generator page.
- PDF_AUTHOR
- in file tce_pdf.php, constant PDF_AUTHOR
document author
- PDF_CREATOR
- in file tce_pdf.php, constant PDF_CREATOR
document creator
- PDF_FONT_NAME_DATA
- in file tce_pdf.php, constant PDF_FONT_NAME_DATA
data font name
- PDF_FONT_NAME_MAIN
- in file tce_pdf.php, constant PDF_FONT_NAME_MAIN
main font name
- PDF_FONT_SIZE_DATA
- in file tce_pdf.php, constant PDF_FONT_SIZE_DATA
data font size
- PDF_FONT_SIZE_MAIN
- in file tce_pdf.php, constant PDF_FONT_SIZE_MAIN
main font size
- PDF_HEADER_LOGO
- in file tce_pdf.php, constant PDF_HEADER_LOGO
image logo
- PDF_HEADER_LOGO_WIDTH
- in file tce_pdf.php, constant PDF_HEADER_LOGO_WIDTH
header logo image width [mm]
- PDF_HEADER_STRING
- in file tce_pdf.php, constant PDF_HEADER_STRING
header description string
- PDF_HEADER_TITLE
- in file tce_pdf.php, constant PDF_HEADER_TITLE
header title
- PDF_IMAGE_SCALE_RATIO
- in file tce_pdf.php, constant PDF_IMAGE_SCALE_RATIO
scale factor for images (number of points in user unit)
- PDF_MARGIN_BOTTOM
- in file tce_pdf.php, constant PDF_MARGIN_BOTTOM
bottom margin
- PDF_MARGIN_FOOTER
- in file tce_pdf.php, constant PDF_MARGIN_FOOTER
footer margin
- PDF_MARGIN_HEADER
- in file tce_pdf.php, constant PDF_MARGIN_HEADER
header margin
- PDF_MARGIN_LEFT
- in file tce_pdf.php, constant PDF_MARGIN_LEFT
left margin
- PDF_MARGIN_RIGHT
- in file tce_pdf.php, constant PDF_MARGIN_RIGHT
right margin
- PDF_MARGIN_TOP
- in file tce_pdf.php, constant PDF_MARGIN_TOP
top margin
- PDF_PAGE_FORMAT
- in file tce_pdf.php, constant PDF_PAGE_FORMAT
page format
- PDF_PAGE_ORIENTATION
- in file tce_pdf.php, constant PDF_PAGE_ORIENTATION
page orientation (P=portrait, L=landscape)
- PDF_PRODUCER
- in file tcpdf.php, constant PDF_PRODUCER
define default PDF document producer
- PDF_TEXTANSWER_HEIGHT
- in file tce_pdf.php, constant PDF_TEXTANSWER_HEIGHT
height of area for offline user answer
- PDF_UNIT
- in file tce_pdf.php, constant PDF_UNIT
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
- PHPMailer
- in file class.phpmailer.php, class PHPMailer
PHPMailer - PHP email transport class
- phpmailerTest
- in file phpmailer_test.php, class phpmailerTest
Performs authentication tests
- phpmailerTest
- in file phpmailer_test.php, method phpmailerTest::phpmailerTest()
Class constuctor.
- PieSector
- in file tcpdf.php, method TCPDF::PieSector()
Draw the sector of a circle.
- pixelsToUnits
- in file tcpdf.php, method TCPDF::pixelsToUnits()
Converts pixels to Units.
- Polycurve
- in file tcpdf.php, method TCPDF::Polycurve()
Draws a poly-Bezier curve.
- Polygon
- in file tcpdf.php, method TCPDF::Polygon()
Draws a polygon.
- phpmailer.lang-br.php
- procedural page phpmailer.lang-br.php
- phpmailer.lang-ca.php
- procedural page phpmailer.lang-ca.php
- phpmailer.lang-cz.php
- procedural page phpmailer.lang-cz.php
- phpmailer.lang-de.php
- procedural page phpmailer.lang-de.php
- phpmailer.lang-dk.php
- procedural page phpmailer.lang-dk.php
- phpmailer.lang-en.php
- procedural page phpmailer.lang-en.php
- phpmailer.lang-es.php
- procedural page phpmailer.lang-es.php
- phpmailer.lang-fi.php
- procedural page phpmailer.lang-fi.php
- phpmailer.lang-fo.php
- procedural page phpmailer.lang-fo.php
- phpmailer.lang-fr.php
- procedural page phpmailer.lang-fr.php
- phpmailer.lang-hu.php
- procedural page phpmailer.lang-hu.php
- phpmailer.lang-it.php
- procedural page phpmailer.lang-it.php
- phpmailer.lang-ja.php
- procedural page phpmailer.lang-ja.php
- phpmailer.lang-nl.php
- procedural page phpmailer.lang-nl.php
- phpmailer.lang-no.php
- procedural page phpmailer.lang-no.php
- phpmailer.lang-pl.php
- procedural page phpmailer.lang-pl.php
- phpmailer.lang-ro.php
- procedural page phpmailer.lang-ro.php
- phpmailer.lang-ru.php
- procedural page phpmailer.lang-ru.php
- phpmailer.lang-se.php
- procedural page phpmailer.lang-se.php
- phpmailer.lang-tr.php
- procedural page phpmailer.lang-tr.php
- phpmailer_test.php
- procedural page phpmailer_test.php
- phpunit.php
- procedural page phpunit.php
top
top
r
- $ReplyTo
- in file class.phpmailer.php, variable PHPMailer::$ReplyTo
- $resource
- in file tce_tmx.php, variable TMXResourceBundle::$resource
- $rMargin
- in file tcpdf.php, variable TCPDF::$rMargin
- $rtl
- in file tcpdf.php, variable TCPDF::$rtl
- RadialGradient
- in file tcpdf.php, method TCPDF::RadialGradient()
Paints a radial colour gradient.
- RadioButton
- in file tcpdf.php, method TCPDF::RadioButton()
- Recipient
- in file class.smtp.php, method SMTP::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to.
- Rect
- in file tcpdf.php, method TCPDF::Rect()
Draws a rectangle.
- RegularPolygon
- in file tcpdf.php, method TCPDF::RegularPolygon()
Draws a regular polygon.
- renderLatex
- in file tce_latexrender.php, method LatexRender::renderLatex()
Renders a LaTeX formula by the using the following method:
- report
- in file phpunit.php, method TextTestResult::report()
- Reset
- in file class.smtp.php, method SMTP::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
- RFCDate
- in file class.phpmailer.php, method PHPMailer::RFCDate()
Returns the proper RFC 822 formatted date.
- Rotate
- in file tcpdf.php, method TCPDF::Rotate()
Rotate object.
- RoundedRect
- in file tcpdf.php, method TCPDF::RoundedRect()
Draws a rounded rectangle.
- run
- in file phpunit.php, method TestCase::run()
- run
- in file phpunit.php, method TestSuite::run()
- run
- in file phpunit.php, method TestResult::run()
- run
- in file phpunit.php, method TestRunner::run()
- runBare
- in file phpunit.php, method TestCase::runBare()
- runTest
- in file phpunit.php, method TestCase::runTest()
top
s
- $segdata
- in file tce_tmx.php, variable TMXResourceBundle::$segdata
- $Sender
- in file class.phpmailer.php, variable PHPMailer::$Sender
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
- in file class.phpmailer.php, variable PHPMailer::$Sendmail
Sets the path of the sendmail program.
- $smtp
- in file class.phpmailer.php, variable PHPMailer::$smtp
- $SMTPAuth
- in file class.phpmailer.php, variable PHPMailer::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables.
- $SMTPDebug
- in file class.phpmailer.php, variable PHPMailer::$SMTPDebug
Sets SMTP class debugging on or off.
- $SMTPKeepAlive
- in file class.phpmailer.php, variable PHPMailer::$SMTPKeepAlive
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
- in file class.smtp.php, variable SMTP::$smtp_conn
- $SMTP_PORT
- in file class.smtp.php, variable SMTP::$SMTP_PORT
SMTP server port
- $spot_colors
- in file tcpdf.php, variable TCPDF::$spot_colors
Array of Spot colors
- $state
- in file tcpdf.php, variable TCPDF::$state
- $string_length_limit
- in file tce_latexrender.php, variable LatexRender::$string_length_limit
- $Subject
- in file class.phpmailer.php, variable PHPMailer::$Subject
Sets the Subject of the message.
- $subject
- in file tcpdf.php, variable TCPDF::$subject
- Scale
- in file tcpdf.php, method TCPDF::Scale()
Vertical and horizontal non-proportional Scaling.
- ScaleX
- in file tcpdf.php, method TCPDF::ScaleX()
Horizontal Scaling.
- ScaleXY
- in file tcpdf.php, method TCPDF::ScaleXY()
Vertical and horizontal proportional Scaling.
- ScaleY
- in file tcpdf.php, method TCPDF::ScaleY()
Vertical Scaling.
- segContentHandler
- in file tce_tmx.php, method TMXResourceBundle::segContentHandler()
Sets the character data handler function for the XML parser parser.handler.
- segContentHandler
- in file tce_class_import_xml.php, method XMLQuestionImporter::segContentHandler()
Sets the character data handler function for the XML parser parser.handler.
- segContentHandler
- in file tce_import_xml_users.php, method XMLUserImporter::segContentHandler()
Sets the character data handler function for the XML parser parser.handler.
- segContentHandler
- in file tce_import_custom.php, method CustomQuestionImporter::segContentHandler()
Sets the character data handler function for the XML parser parser.handler.
- Send
- in file class.smtp.php, method SMTP::Send()
Starts a mail transaction from the email address specified in
- Send
- in file class.phpmailer.php, method PHPMailer::Send()
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
- in file class.smtp.php, method SMTP::SendAndMail()
Starts a mail transaction from the email address specified in
- SendHello
- in file class.smtp.php, method SMTP::SendHello()
Sends a HELO/EHLO command.
- SendmailSend
- in file class.phpmailer.php, method PHPMailer::SendmailSend()
Sends mail using the $Sendmail program.
- SendOrMail
- in file class.smtp.php, method SMTP::SendOrMail()
Starts a mail transaction from the email address specified in
- ServerHostname
- in file class.phpmailer.php, method PHPMailer::ServerHostname()
Returns the server hostname or 'localhost.localdomain' if unknown.
- ServerVar
- in file class.phpmailer.php, method PHPMailer::ServerVar()
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
- in file phpmailer_test.php, method phpmailerTest::SetAddress()
Adds all of the addresses
- setAlpha
- in file tcpdf.php, method TCPDF::setAlpha()
- SetAuthor
- in file tcpdf.php, method TCPDF::SetAuthor()
Defines the author of the document.
- SetAutoPageBreak
- in file tcpdf.php, method TCPDF::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
- in file barcodes.php, method TCPDFBarcode::setBarcode()
Set the barcode.
- setBarcode
- in file tcpdf.php, method TCPDF::setBarcode()
Set document barcode.
- SetBooklet
- in file tcpdf.php, method TCPDF::SetBooklet()
Set the booklet mode for double-sided pages.
- setCellHeightRatio
- in file tcpdf.php, method TCPDF::setCellHeightRatio()
- SetCellPadding
- in file tcpdf.php, method TCPDF::SetCellPadding()
Set the internal Cell padding.
- SetCompression
- in file tcpdf.php, method TCPDF::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
- in file tcpdf.php, method TCPDF::SetCreator()
Defines the creator of the document. This is typically the name of the application that generates the PDF.
- setDefaultTableColumns
- in file tcpdf.php, method TCPDF::setDefaultTableColumns()
- SetDisplayMode
- in file tcpdf.php, method TCPDF::SetDisplayMode()
Defines the way the document is to be displayed by the viewer.
- SetDrawColor
- in file tcpdf.php, method TCPDF::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.
- SetDrawColorArray
- in file tcpdf.php, method TCPDF::SetDrawColorArray()
Defines the color used for all drawing operations (lines, rectangles and cell borders).
- SetDrawSpotColor
- in file tcpdf.php, method TCPDF::SetDrawSpotColor()
Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
- SetError
- in file tce_class_mailer.php, method C_mailer::SetError()
Replace the default SetError
- SetError
- in file class.phpmailer.php, method PHPMailer::SetError()
Adds the error message to the error container.
- setExtGState
- in file tcpdf.php, method TCPDF::setExtGState()
- setFilenamePrefix
- in file tce_latexrender.php, method LatexRender::setFilenamePrefix()
Set filename prefix for chached images.
- SetFillColor
- in file tcpdf.php, method TCPDF::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.
- SetFillColorArray
- in file tcpdf.php, method TCPDF::SetFillColorArray()
Defines the color used for all filling operations (filled rectangles and cell backgrounds).
- SetFillSpotColor
- in file tcpdf.php, method TCPDF::SetFillSpotColor()
Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
- SetFont
- in file tcpdf.php, method TCPDF::SetFont()
Sets the font used to print character strings.
- SetFontSize
- in file tcpdf.php, method TCPDF::SetFontSize()
Defines the size of the current font.
- setFontSize
- in file tce_latexrender.php, method LatexRender::setFontSize()
Set font size.
- setFooter
- in file tcpdf.php, method TCPDF::setFooter()
This method is used to render the page footer.
- setFooterFont
- in file tcpdf.php, method TCPDF::setFooterFont()
Set footer font.
- setFooterMargin
- in file tcpdf.php, method TCPDF::setFooterMargin()
Set footer margin.
- setFormulaDensity
- in file tce_latexrender.php, method LatexRender::setFormulaDensity()
Set formula density (used by ImageMagick)
- setGraphicVars
- in file tcpdf.php, method TCPDF::setGraphicVars()
Set graphic variables.
- setHeader
- in file tcpdf.php, method TCPDF::setHeader()
This method is used to render the page header.
- setHeaderData
- in file tcpdf.php, method TCPDF::setHeaderData()
Set header data.
- setHeaderFont
- in file tcpdf.php, method TCPDF::setHeaderFont()
Set header font.
- setHeaderMargin
- in file tcpdf.php, method TCPDF::setHeaderMargin()
Set header margin.
- setHtmlVSpace
- in file tcpdf.php, method TCPDF::setHtmlVSpace()
Set the vertical spaces for HTML tags.
- setImageFormat
- in file tce_latexrender.php, method LatexRender::setImageFormat()
Set the image format (default = PNG).
- setImageScale
- in file tcpdf.php, method TCPDF::setImageScale()
Set the image scale.
- setJPEGQuality
- in file tcpdf.php, method TCPDF::setJPEGQuality()
- SetKeywords
- in file tcpdf.php, method TCPDF::SetKeywords()
Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
- SetLanguage
- in file class.phpmailer.php, method PHPMailer::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
- setLanguageArray
- in file tcpdf.php, method TCPDF::setLanguageArray()
Set language array.
- setLastH
- in file tcpdf.php, method TCPDF::setLastH()
Set the last cell height.
- setLatexBlackList
- in file tce_latexrender.php, method LatexRender::setLatexBlackList()
Set the list of unauthorized LaTeX commands.
- setLatexClass
- in file tce_latexrender.php, method LatexRender::setLatexClass()
Set LaTeX class.
- SetLeftMargin
- in file tcpdf.php, method TCPDF::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.
- SetLineStyle
- in file tcpdf.php, method TCPDF::SetLineStyle()
Set line style.
- SetLineWidth
- in file tcpdf.php, method TCPDF::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
- in file tcpdf.php, method TCPDF::SetLink()
Defines the page and position a link points to.
- setListIndentWidth
- in file tcpdf.php, method TCPDF::setListIndentWidth()
Set custom width for list indentation.
- setLIsymbol
- in file tcpdf.php, method TCPDF::setLIsymbol()
Set the character or string to be used as LI item symbol on UL lists.
- SetMargins
- in file tcpdf.php, method TCPDF::SetMargins()
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
- setMaxHeight
- in file tce_latexrender.php, method LatexRender::setMaxHeight()
Set image height limit in pixels.
- setMaxLenght
- in file tce_latexrender.php, method LatexRender::setMaxLenght()
Set size limit for input string.
- setMaxWidth
- in file tce_latexrender.php, method LatexRender::setMaxWidth()
Set image width limit in pixels.
- SetMessageType
- in file class.phpmailer.php, method PHPMailer::SetMessageType()
Sets the message type.
- setOpenCell
- in file tcpdf.php, method TCPDF::setOpenCell()
Set the top/bottom cell sides to be open or closed when the cell cross the page.
- setPage
- in file tcpdf.php, method TCPDF::setPage()
Move pointer at the specified document page and update page dimensions.
- setPageFormat
- in file tcpdf.php, method TCPDF::setPageFormat()
Set the page format
- setPageMark
- in file tcpdf.php, method TCPDF::setPageMark()
Set start-writing mark on current page for multicell borders and fills.
- setPageOrientation
- in file tcpdf.php, method TCPDF::setPageOrientation()
Set page orientation.
- setPageUnit
- in file tcpdf.php, method TCPDF::setPageUnit()
Set the units of measure for the document.
- setPathToDvips
- in file tce_latexrender.php, method LatexRender::setPathToDvips()
Set path to DVIPS.
- setPathToImageMagicConvert
- in file tce_latexrender.php, method LatexRender::setPathToImageMagicConvert()
Set path to ImageMagick convert.
- setPathToImageMagicIdentify
- in file tce_latexrender.php, method LatexRender::setPathToImageMagicIdentify()
Set path to ImageMagick identify.
- setPathToLatex
- in file tce_latexrender.php, method LatexRender::setPathToLatex()
Set path to LATEX.
- setPathToPicturesDir
- in file tce_latexrender.php, method LatexRender::setPathToPicturesDir()
Set the absolute path to images directory.
- setPathToPicturesDirHttpd
- in file tce_latexrender.php, method LatexRender::setPathToPicturesDirHttpd()
Set relative path to images directory.
- setPathToTempDir
- in file tce_latexrender.php, method LatexRender::setPathToTempDir()
Set path to temporary directory.
- setPDFVersion
- in file tcpdf.php, method TCPDF::setPDFVersion()
- setPrintFooter
- in file tcpdf.php, method TCPDF::setPrintFooter()
Set a flag to print page footer.
- setPrintHeader
- in file tcpdf.php, method TCPDF::setPrintHeader()
Set a flag to print page header.
- SetProtection
- in file tcpdf.php, method TCPDF::SetProtection()
Set document protection
- SetRightMargin
- in file tcpdf.php, method TCPDF::SetRightMargin()
Defines the right margin. The method can be called before creating the first page.
- setRTL
- in file tcpdf.php, method TCPDF::setRTL()
Enable or disable Right-To-Left language mode
- SetSubject
- in file tcpdf.php, method TCPDF::SetSubject()
Defines the subject of the document.
- setTempRTL
- in file tcpdf.php, method TCPDF::setTempRTL()
Force temporary RTL language direction
- SetTextColor
- in file tcpdf.php, method TCPDF::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.
- SetTextColorArray
- in file tcpdf.php, method TCPDF::SetTextColorArray()
Defines the color used for text. It can be expressed in RGB components or gray scale.
- SetTextSpotColor
- in file tcpdf.php, method TCPDF::SetTextSpotColor()
Defines the spot color used for text.
- SetTitle
- in file tcpdf.php, method TCPDF::SetTitle()
Defines the title of the document.
- SetTopMargin
- in file tcpdf.php, method TCPDF::SetTopMargin()
Defines the top margin. The method can be called before creating the first page.
- setUp
- in file phpmailer_test.php, method phpmailerTest::setUp()
Run before each test is started.
- setUp
- in file phpunit.php, method TestCase::setUp()
- setUserRights
- in file tcpdf.php, method TCPDF::setUserRights()
- setViewerPreferences
- in file tcpdf.php, method TCPDF::setViewerPreferences()
- setVisibility
- in file tcpdf.php, method TCPDF::setVisibility()
- SetWordWrap
- in file class.phpmailer.php, method PHPMailer::SetWordWrap()
Set the body wrapping.
- SetX
- in file tcpdf.php, method TCPDF::SetX()
Defines the abscissa of the current position.
- SetXY
- in file tcpdf.php, method TCPDF::SetXY()
Defines the abscissa and ordinate of the current position.
- SetY
- in file tcpdf.php, method TCPDF::SetY()
Moves the current abscissa back to the left margin and sets the ordinate.
- shouldStop
- in file phpunit.php, method TestResult::shouldStop()
- showRequiredField
- in file tce_functions_general.php, function showRequiredField()
Return a string containing an HTML acronym for required/not required fields.
- Skew
- in file tcpdf.php, method TCPDF::Skew()
Skew.
- SkewX
- in file tcpdf.php, method TCPDF::SkewX()
Skew horizontally.
- SkewY
- in file tcpdf.php, method TCPDF::SkewY()
Skew vertically.
- SMTP
- in file class.smtp.php, class SMTP
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
- in file class.smtp.php, method SMTP::SMTP()
Initialize the class so that the data is in a known state.
- SmtpClose
- in file class.phpmailer.php, method PHPMailer::SmtpClose()
Closes the active SMTP session if one exists.
- SmtpConnect
- in file class.phpmailer.php, method PHPMailer::SmtpConnect()
Initiates a connection to an SMTP server. Returns false if the operation failed.
- SmtpSend
- in file class.phpmailer.php, method PHPMailer::SmtpSend()
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
- StarPolygon
- in file tcpdf.php, method TCPDF::StarPolygon()
Draws a star polygon
- startElementHandler
- in file tce_import_xml_users.php, method XMLUserImporter::startElementHandler()
Sets the start element handler function for the XML parser parser.start_element_handler.
- startElementHandler
- in file tce_import_custom.php, method CustomQuestionImporter::startElementHandler()
Sets the start element handler function for the XML parser parser.start_element_handler.
- startElementHandler
- in file tce_tmx.php, method TMXResourceBundle::startElementHandler()
Sets the start element handler function for the XML parser parser.start_element_handler.
- startElementHandler
- in file tce_class_import_xml.php, method XMLQuestionImporter::startElementHandler()
Sets the start element handler function for the XML parser parser.start_element_handler.
- startPage
- in file tcpdf.php, method TCPDF::startPage()
Starts a new page to the document. The page must be closed using the endPage() function.
- startPageGroup
- in file tcpdf.php, method TCPDF::startPageGroup()
- StartTransform
- in file tcpdf.php, method TCPDF::StartTransform()
Starts a 2D tranformation saving current graphic state.
- stop
- in file phpunit.php, method TestResult::stop()
- StopTransform
- in file tcpdf.php, method TCPDF::StopTransform()
Stops a 2D tranformation restoring previous graphic state.
- swapMargins
- in file tcpdf.php, method TCPDF::swapMargins()
Swap the left and right margins.
top
t
- $tagvspaces
- in file tcpdf.php, variable TCPDF::$tagvspaces
Array used for custom vertical spaces for HTML tags
- $tempfontsize
- in file tcpdf.php, variable TCPDF::$tempfontsize
- $TextColor
- in file tcpdf.php, variable TCPDF::$TextColor
- $Timeout
- in file class.phpmailer.php, variable PHPMailer::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
- $title
- in file tcpdf.php, variable TCPDF::$title
- $tMargin
- in file tcpdf.php, variable TCPDF::$tMargin
- $tmprtl
- in file tcpdf.php, variable TCPDF::$tmprtl
- $tmp_dir
- in file tce_latexrender.php, variable LatexRender::$tmp_dir
- $tmp_filename
- in file tce_latexrender.php, variable LatexRender::$tmp_filename
- $to
- in file class.phpmailer.php, variable PHPMailer::$to
- $transfmatrix
- in file tcpdf.php, variable TCPDF::$transfmatrix
Array of transformation matrix
- tce_class_import_xml.php
- procedural page tce_class_import_xml.php
- tce_colorpicker.php
- procedural page tce_colorpicker.php
- tce_csv_result_allusers.php
- procedural page tce_csv_result_allusers.php
- tce_csv_users.php
- procedural page tce_csv_users.php
- tce_edit_answer.php
- procedural page tce_edit_answer.php
- tce_edit_group.php
- procedural page tce_edit_group.php
- tce_edit_module.php
- procedural page tce_edit_module.php
- tce_edit_question.php
- procedural page tce_edit_question.php
- tce_edit_rating.php
- procedural page tce_edit_rating.php
- tce_edit_subject.php
- procedural page tce_edit_subject.php
- tce_edit_test.php
- procedural page tce_edit_test.php
- tce_edit_user.php
- procedural page tce_edit_user.php
- tce_email_results.php
- procedural page tce_email_results.php
- tce_export_custom.php
- procedural page tce_export_custom.php
- tce_functions_auth_sql.php
- procedural page tce_functions_auth_sql.php
- tce_functions_email_reports.php
- procedural page tce_functions_email_reports.php
- tce_functions_questions.php
- procedural page tce_functions_questions.php
- tce_functions_tcecode_editor.php
- procedural page tce_functions_tcecode_editor.php
- tce_functions_upload.php
- procedural page tce_functions_upload.php
- tce_functions_users_online.php
- procedural page tce_functions_users_online.php
- tce_functions_user_select.php
- procedural page tce_functions_user_select.php
- tce_import_custom.php
- procedural page tce_import_custom.php
- tce_import_xml_questions.php
- procedural page tce_import_xml_questions.php
- tce_import_xml_users.php
- procedural page tce_import_xml_users.php
- tce_logout.php
- procedural page tce_logout.php
- tce_page_footer.php
- procedural page tce_page_footer.php
- tce_page_footer_popup.php
- procedural page tce_page_footer_popup.php
- tce_page_header.php
- procedural page tce_page_header.php
- tce_page_header_popup.php
- procedural page tce_page_header_popup.php
- tce_page_info.php
- procedural page tce_page_info.php
- tce_page_menu.php
- procedural page tce_page_menu.php
- tce_pdf_all_questions.php
- procedural page tce_pdf_all_questions.php
- tce_pdf_results.php
- procedural page tce_pdf_results.php
- tce_pdf_testgen.php
- procedural page tce_pdf_testgen.php
- tce_popup_test_info.php
- procedural page tce_popup_test_info.php
- tce_preview_tcecode.php
- procedural page tce_preview_tcecode.php
- tce_select_users.php
- procedural page tce_select_users.php
- tce_show_all_questions.php
- procedural page tce_show_all_questions.php
- tce_show_online_users.php
- procedural page tce_show_online_users.php
- tce_show_result_allusers.php
- procedural page tce_show_result_allusers.php
- tce_show_result_questions.php
- procedural page tce_show_result_questions.php
- tce_show_result_user.php
- procedural page tce_show_result_user.php
- tce_xhtml_header.php
- procedural page tce_xhtml_header.php
- tce_xml_questions.php
- procedural page tce_xml_questions.php
- tce_xml_results.php
- procedural page tce_xml_results.php
- tce_xml_users.php
- procedural page tce_xml_users.php
- tce_auth.php
- procedural page tce_auth.php
- tce_config.php
- procedural page tce_config.php
- tce_login.php
- procedural page tce_login.php
- tce_logout.php
- procedural page tce_logout.php
- tce_page_footer.php
- procedural page tce_page_footer.php
- tce_page_footer_popup.php
- procedural page tce_page_footer_popup.php
- tce_page_header.php
- procedural page tce_page_header.php
- tce_page_header_popup.php
- procedural page tce_page_header_popup.php
- tce_pdf_results.php
- procedural page tce_pdf_results.php
- tce_popup_test_info.php
- procedural page tce_popup_test_info.php
- tce_test_execute.php
- procedural page tce_test_execute.php
- tce_test_results.php
- procedural page tce_test_results.php
- tce_user_registration.php
- procedural page tce_user_registration.php
- tce_user_verification.php
- procedural page tce_user_verification.php
- tce_xhtml_header.php
- procedural page tce_xhtml_header.php
- tce_config.php
- procedural page tce_config.php
- tce_altauth.php
- procedural page tce_altauth.php
- tce_authorization.php
- procedural page tce_authorization.php
- tce_class_mailer.php
- procedural page tce_class_mailer.php
- tce_db_connect.php
- procedural page tce_db_connect.php
- tce_db_dal.php
- procedural page tce_db_dal.php
- tce_db_dal_mysql.php
- procedural page tce_db_dal_mysql.php
- tce_db_dal_postgresql.php
- procedural page tce_db_dal_postgresql.php
- tce_functions_authorization.php
- procedural page tce_functions_authorization.php
- tce_functions_errmsg.php
- procedural page tce_functions_errmsg.php
- tce_functions_form.php
- procedural page tce_functions_form.php
- tce_functions_general.php
- procedural page tce_functions_general.php
- tce_functions_html2txt.php
- procedural page tce_functions_html2txt.php
- tce_functions_page.php
- procedural page tce_functions_page.php
- tce_functions_session.php
- procedural page tce_functions_session.php
- tce_functions_tcecode.php
- procedural page tce_functions_tcecode.php
- tce_functions_test.php
- procedural page tce_functions_test.php
- tce_functions_test_stats.php
- procedural page tce_functions_test_stats.php
- tce_functions_user_registration.php
- procedural page tce_functions_user_registration.php
- tce_latexrender.php
- procedural page tce_latexrender.php
- tce_page_timer.php
- procedural page tce_page_timer.php
- tce_page_userbar.php
- procedural page tce_page_userbar.php
- tce_tmx.php
- procedural page tce_tmx.php
- tcpdf.php
- procedural page tcpdf.php
- tce_config.php
- procedural page tce_config.php
- tce_db_config.php
- procedural page tce_db_config.php
- tce_email_config.php
- procedural page tce_email_config.php
- tce_general_constants.php
- procedural page tce_general_constants.php
- tce_latex.php
- procedural page tce_latex.php
- tce_ldap.php
- procedural page tce_ldap.php
- tce_mime.php
- procedural page tce_mime.php
- tce_paths.php
- procedural page tce_paths.php
- tce_pdf.php
- procedural page tce_pdf.php
- tce_radius.php
- procedural page tce_radius.php
- tce_user_registration.php
- procedural page tce_user_registration.php
- tcecodeEditorTagButtons
- in file tce_functions_tcecode_editor.php, function tcecodeEditorTagButtons()
Display TCExam Code EDITOR Tag Buttons
- TCPDF
- in file tcpdf.php, class TCPDF
This is a PHP class for generating PDF documents without requiring external extensions.
- TCPDFBarcode
- in file barcodes.php, class TCPDFBarcode
PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).
- tearDown
- in file phpunit.php, method TestCase::tearDown()
- tearDown
- in file phpmailer_test.php, method phpmailerTest::tearDown()
Run after each test is completed.
- TestCase
- in file phpunit.php, class TestCase
Class testCase
- TestCase
- in file phpunit.php, method TestCase::TestCase()
- TestFailure
- in file phpunit.php, class TestFailure
Class testFailure
- TestFailure
- in file phpunit.php, method TestFailure::TestFailure()
- TestResult
- in file phpunit.php, class TestResult
Class testResult
- TestResult
- in file phpunit.php, method TestResult::TestResult()
- TestRunner
- in file phpunit.php, class TestRunner
Class TestRunner
- TestSuite
- in file phpunit.php, method TestSuite::TestSuite()
- TestSuite
- in file phpunit.php, class TestSuite
Class TestSuite
- test_AltBody
- in file phpmailer_test.php, method phpmailerTest::test_AltBody()
Simple multipart/alternative test.
- test_AltBody_Attachment
- in file phpmailer_test.php, method phpmailerTest::test_AltBody_Attachment()
Simple HTML and attachment test
- test_DenialOfServiceAttack
- in file phpmailer_test.php, method phpmailerTest::test_DenialOfServiceAttack()
Tests this denial of service attack:
- test_Embedded_Image
- in file phpmailer_test.php, method phpmailerTest::test_Embedded_Image()
An embedded attachment test.
- test_Error
- in file phpmailer_test.php, method phpmailerTest::test_Error()
- test_Html
- in file phpmailer_test.php, method phpmailerTest::test_Html()
Try a plain message.
- test_HTML_Attachment
- in file phpmailer_test.php, method phpmailerTest::test_HTML_Attachment()
Simple HTML and attachment test
- test_Low_Priority
- in file phpmailer_test.php, method phpmailerTest::test_Low_Priority()
Try a plain message.
- test_MultipleSend
- in file phpmailer_test.php, method phpmailerTest::test_MultipleSend()
- test_Multiple_Plain_FileAttachment
- in file phpmailer_test.php, method phpmailerTest::test_Multiple_Plain_FileAttachment()
Simple plain file attachment test.
- test_Multi_Embedded_Image
- in file phpmailer_test.php, method phpmailerTest::test_Multi_Embedded_Image()
An embedded attachment test.
- test_Plain_StringAttachment
- in file phpmailer_test.php, method phpmailerTest::test_Plain_StringAttachment()
Simple plain string attachment test.
- test_Quoted_Printable
- in file phpmailer_test.php, method phpmailerTest::test_Quoted_Printable()
Plain quoted-printable message.
- test_SmtpKeepAlive
- in file phpmailer_test.php, method phpmailerTest::test_SmtpKeepAlive()
- test_WordWrap
- in file phpmailer_test.php, method phpmailerTest::test_WordWrap()
Try a plain message.
- Text
- in file tcpdf.php, method TCPDF::Text()
Prints a character string.
- TextField
- in file tcpdf.php, method TCPDF::TextField()
- TextLine
- in file class.phpmailer.php, method PHPMailer::TextLine()
Returns a formatted mail line.
- TextTestResult
- in file phpunit.php, method TextTestResult::TextTestResult()
- TextTestResult
- in file phpunit.php, class TextTestResult
Class TextTestResult
- TMXResourceBundle
- in file tce_tmx.php, class TMXResourceBundle
This PHP Class reads resource text data directly from a TMX (XML) file.
- trace
- in file phpunit.php, function trace()
- Transform
- in file tcpdf.php, method TCPDF::Transform()
Apply graphic transformations.
- Translate
- in file tcpdf.php, method TCPDF::Translate()
Translate graphic object horizontally and vertically.
- TranslateX
- in file tcpdf.php, method TCPDF::TranslateX()
Translate graphic object horizontally.
- TranslateY
- in file tcpdf.php, method TCPDF::TranslateY()
Translate graphic object vertically.
- Turn
- in file class.smtp.php, method SMTP::Turn()
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
top
u
- $underline
- in file tcpdf.php, variable TCPDF::$underline
- $ur
- in file tcpdf.php, variable TCPDF::$ur
If true enables user's rights on PDF reader
- $ur_annots
- in file tcpdf.php, variable TCPDF::$ur_annots
Names specifying additional annotation-related usage rights for the document.
- $ur_document
- in file tcpdf.php, variable TCPDF::$ur_document
Names specifying additional document-wide usage rights for the document.
- $ur_form
- in file tcpdf.php, variable TCPDF::$ur_form
Names specifying additional form-field-related usage rights for the document.
- $ur_signature
- in file tcpdf.php, variable TCPDF::$ur_signature
Names specifying additional signature-related usage rights for the document.
- $Username
- in file class.phpmailer.php, variable PHPMailer::$Username
Sets SMTP username.
- $user_data
- in file tce_import_xml_users.php, variable XMLUserImporter::$user_data
- $user_id
- in file tce_import_xml_users.php, variable XMLUserImporter::$user_id
- $Uvalue
- in file tcpdf.php, variable TCPDF::$Uvalue
U entry in pdf document
- unicode_data.php
- procedural page unicode_data.php
- unhtmlentities
- in file tcpdf.php, method TCPDF::unhtmlentities()
Reverse function for htmlentities.
- unhtmlentities
- in file tce_functions_general.php, function unhtmlentities()
Reverse function for htmlentities.
- unichr
- in file tcpdf.php, method TCPDF::unichr()
Returns the unicode caracter specified by UTF-8 code
- UTF8ArrSubString
- in file tcpdf.php, method TCPDF::UTF8ArrSubString()
Extract a slice of the $strarr array and return it as string.
- utf8Bidi
- in file tcpdf.php, method TCPDF::utf8Bidi()
Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
- UTF8StringToArray
- in file tcpdf.php, method TCPDF::UTF8StringToArray()
Converts UTF-8 strings to codepoints array.
- utf8StrRev
- in file tcpdf.php, method TCPDF::utf8StrRev()
Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
- UTF8ToLatin1
- in file tcpdf.php, method TCPDF::UTF8ToLatin1()
Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.
- UTF8ToUTF16BE
- in file tcpdf.php, method TCPDF::UTF8ToUTF16BE()
Converts UTF-8 strings to UTF16-BE.
- utrim
- in file tce_functions_general.php, function utrim()
Strip whitespace (or other characters) from the beginning and end of an UTF-8 string and replace the \xA0 with normal space.
top
v
- $Version
- in file class.phpmailer.php, variable PHPMailer::$Version
Holds PHPMailer version.
- $viewer_preferences
- in file tcpdf.php, variable TCPDF::$viewer_preferences
PDF viewer preferences.
- $visibility
- in file tcpdf.php, variable TCPDF::$visibility
Restrict the rendering of some elements to screen or printout.
- Verify
- in file class.smtp.php, method SMTP::Verify()
Verifies that the name is recognized by the server.
top
w
- $w
- in file tcpdf.php, variable TCPDF::$w
- $width_limit
- in file tce_latexrender.php, variable LatexRender::$width_limit
- $WordWrap
- in file class.phpmailer.php, variable PHPMailer::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
- $wPt
- in file tcpdf.php, variable TCPDF::$wPt
- $ws
- in file tcpdf.php, variable TCPDF::$ws
- wrapFormula
- in file tce_latexrender.php, method LatexRender::wrapFormula()
Wraps a minimalistic LaTeX document around the formula and returns a string containing the whole document as string.
- WrapText
- in file class.phpmailer.php, method PHPMailer::WrapText()
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
- Write
- in file tcpdf.php, method TCPDF::Write()
This method prints text from the current position.
- write1DBarcode
- in file tcpdf.php, method TCPDF::write1DBarcode()
Print Barcode.
- writeBarcode
- in file tcpdf.php, method TCPDF::writeBarcode()
This function is DEPRECATED, please use the new write1DBarcode() function.
- writeHTML
- in file tcpdf.php, method TCPDF::writeHTML()
Allows to preserve some HTML formatting (limited support). IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.
- writeHTMLCell
- in file tcpdf.php, method TCPDF::writeHTMLCell()
Prints a cell (rectangular area) with optional borders, background color and html text string.
top
top
top
top
_
- _addfield
- in file tcpdf.php, method TCPDF::_addfield()
- _beginpage
- in file tcpdf.php, method TCPDF::_beginpage()
Initialize a new page.
- _createResult
- in file phpunit.php, method TestCase::_createResult()
- _datastring
- in file tcpdf.php, method TCPDF::_datastring()
Format a date string for meta information
- _dochecks
- in file tcpdf.php, method TCPDF::_dochecks()
Check for locale-related bug
- _dolinethrough
- in file tcpdf.php, method TCPDF::_dolinethrough()
Line through text.
- _dounderline
- in file tcpdf.php, method TCPDF::_dounderline()
Underline text.
- _enddoc
- in file tcpdf.php, method TCPDF::_enddoc()
Output end of document (EOF).
- _endpage
- in file tcpdf.php, method TCPDF::_endpage()
Mark end of page.
- _endTest
- in file phpunit.php, method TestResult::_endTest()
- _endTest
- in file phpunit.php, method TextTestResult::_endTest()
- _escape
- in file tcpdf.php, method TCPDF::_escape()
Add "\" before "\", "(" and ")"
- _escapetext
- in file tcpdf.php, method TCPDF::_escapetext()
Format a text string
- _freadint
- in file tcpdf.php, method TCPDF::_freadint()
Read a 4-byte integer from file.
- _generateencryptionkey
- in file tcpdf.php, method TCPDF::_generateencryptionkey()
Compute encryption key
- _getfontpath
- in file tcpdf.php, method TCPDF::_getfontpath()
Return fonts path
- _JScolor
- in file tcpdf.php, method TCPDF::_JScolor()
- _md5_16
- in file tcpdf.php, method TCPDF::_md5_16()
Encrypts a string using MD5 and returns it's value as a binary string.
- _newobj
- in file tcpdf.php, method TCPDF::_newobj()
Begin a new object.
- _objectkey
- in file tcpdf.php, method TCPDF::_objectkey()
Compute encryption key depending on object number where the encrypted data is stored
- _out
- in file tcpdf.php, method TCPDF::_out()
Output a string to the document.
- _outarc
- in file tcpdf.php, method TCPDF::_outarc()
Output an arc
- _outCurve
- in file tcpdf.php, method TCPDF::_outCurve()
- _outLine
- in file tcpdf.php, method TCPDF::_outLine()
- _outPoint
- in file tcpdf.php, method TCPDF::_outPoint()
- _outRect
- in file tcpdf.php, method TCPDF::_outRect()
Draws a rectangle.
- _Ovalue
- in file tcpdf.php, method TCPDF::_Ovalue()
Compute O value (used for RC4 encryption)
- _parsejpeg
- in file tcpdf.php, method TCPDF::_parsejpeg()
Extract info from a JPEG file without using the GD library.
- _parsepng
- in file tcpdf.php, method TCPDF::_parsepng()
Extract info from a PNG file without using the GD library.
- _putannots
- in file tcpdf.php, method TCPDF::_putannots()
Output Page Annotations.
- _putbookmarks
- in file tcpdf.php, method TCPDF::_putbookmarks()
- _putcatalog
- in file tcpdf.php, method TCPDF::_putcatalog()
Output Catalog.
- _putcidfont0
- in file tcpdf.php, method TCPDF::_putcidfont0()
Output CID-0 fonts.
- _putencryption
- in file tcpdf.php, method TCPDF::_putencryption()
Put encryption on PDF document.
- _putextgstates
- in file tcpdf.php, method TCPDF::_putextgstates()
- _putfonts
- in file tcpdf.php, method TCPDF::_putfonts()
Output fonts.
- _putheader
- in file tcpdf.php, method TCPDF::_putheader()
Output PDF header.
- _putimages
- in file tcpdf.php, method TCPDF::_putimages()
Output images.
- _putinfo
- in file tcpdf.php, method TCPDF::_putinfo()
Adds some Metadata information
- _putjavascript
- in file tcpdf.php, method TCPDF::_putjavascript()
- _putocg
- in file tcpdf.php, method TCPDF::_putocg()
- _putpages
- in file tcpdf.php, method TCPDF::_putpages()
Output pages.
- _putresourcedict
- in file tcpdf.php, method TCPDF::_putresourcedict()
Output Resources Dictionary.
- _putresources
- in file tcpdf.php, method TCPDF::_putresources()
Output Resources.
- _putshaders
- in file tcpdf.php, method TCPDF::_putshaders()
Output shaders.
- _putspotcolors
- in file tcpdf.php, method TCPDF::_putspotcolors()
Output Spot Colors Resources.
- _putstream
- in file tcpdf.php, method TCPDF::_putstream()
Output a stream.
- _puttrailer
- in file tcpdf.php, method TCPDF::_puttrailer()
Output trailer.
- _puttruetypeunicode
- in file tcpdf.php, method TCPDF::_puttruetypeunicode()
Adds unicode fonts.
- _putuserrights
- in file tcpdf.php, method TCPDF::_putuserrights()
- _putviewerpreferences
- in file tcpdf.php, method TCPDF::_putviewerpreferences()
Output viewer preferences.
- _putxobjectdict
- in file tcpdf.php, method TCPDF::_putxobjectdict()
Output object dictionary for images.
- _RC4
- in file tcpdf.php, method TCPDF::_RC4()
Returns the input text exrypted using RC4 algorithm and the specified key.
- _startTest
- in file phpunit.php, method TextTestResult::_startTest()
- _startTest
- in file phpunit.php, method TestResult::_startTest()
- _textstring
- in file tcpdf.php, method TCPDF::_textstring()
Format a text string for meta information
- _toJPEG
- in file tcpdf.php, method TCPDF::_toJPEG()
Convert the loaded php image to a JPEG and then return a structure for the PDF creator.
- _Uvalue
- in file tcpdf.php, method TCPDF::_Uvalue()
Compute U value (used for RC4 encryption)
- __construct
- in file tce_latexrender.php, method LatexRender::__construct()
Class Constructor.
- __construct
- in file tce_import_xml_users.php, method XMLUserImporter::__construct()
Class constructor.
- __construct
- in file tcpdf.php, method TCPDF::__construct()
This is the class constructor.
- __construct
- in file barcodes.php, method TCPDFBarcode::__construct()
This is the class constructor.
- __construct
- in file tce_import_custom.php, method CustomQuestionImporter::__construct()
Class constructor.
- __construct
- in file tce_tmx.php, method TMXResourceBundle::__construct()
Class constructor.
- __construct
- in file tce_class_import_xml.php, method XMLQuestionImporter::__construct()
Class constructor.
- __destruct
- in file tce_tmx.php, method TMXResourceBundle::__destruct()
Class destructor; resets $resource array.
- __destruct
- in file tcpdf.php, method TCPDF::__destruct()
Default destructor.
- __destruct
- in file tce_class_import_xml.php, method XMLQuestionImporter::__destruct()
Class destructor;
- __destruct
- in file tce_import_xml_users.php, method XMLUserImporter::__destruct()
Class destructor;
- __destruct
- in file tce_import_custom.php, method CustomQuestionImporter::__destruct()
Class destructor;
- __destruct
- in file tce_latexrender.php, method LatexRender::__destruct()
Default destructor.
top
|
|