[ all elements ]

Index of all elements

[ 2 ] [ 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 ] [ _ ]

2

2dbarcodes.php
procedural page 2dbarcodes.php
top

a

$action_function
in file class.phpmailer.php, variable PHPMailer::$action_function
    Callback Action function name
$AliasNbPages
in file tcpdf.php, variable TCPDF::$AliasNbPages
$AliasNumPage
in file tcpdf.php, variable TCPDF::$AliasNumPage
$alignmentPattern
in file qrcode.php, variable QRcode::$alignmentPattern
$all_recipients
in file class.phpmailer.php, variable PHPMailer::$all_recipients
$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.
$annotation_fonts
in file tcpdf.php, variable TCPDF::$annotation_fonts
    List of fonts used on form fields (fontname => fontkey).
$anTable
in file qrcode.php, variable QRcode::$anTable
$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.
AddAnAddress
in file class.phpmailer.php, method PHPMailer::AddAnAddress()
    Adds an address to one of the recipient arrays
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.
AddCC
in file class.phpmailer.php, method PHPMailer::AddCC()
    Adds a "Cc" address.
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()
    Add transparency parameters to the current extgstate
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.
addHTMLTOC
in file tcpdf.php, method TCPDF::addHTMLTOC()
    Output a Table Of Content Index (TOC) using HTML templates.
addHTMLVertSpace
in file tcpdf.php, method TCPDF::addHTMLVertSpace()
    Add vertical spaces if needed.
addJavascriptObject
in file tcpdf.php, method TCPDF::addJavascriptObject()
    Adds a javascript object and return object ID
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_class_import_xml.php, method XMLQuestionImporter::addModule()
    Add a new module if not exist.
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 (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).
addPageRegion
in file tcpdf.php, method TCPDF::addPageRegion()
    Add a single no-write region on selected page.
addQuestion
in file tce_class_import_xml.php, method XMLQuestionImporter::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_class_import_xml.php, method XMLQuestionImporter::addSubject()
    Add a new subject if not exist.
addTOC
in file tcpdf.php, method TCPDF::addTOC()
    Output a Table of Content Index (TOC).
addTOCPage
in file tcpdf.php, method TCPDF::addTOCPage()
    Adds a new TOC (Table Of Content) page to the document.
adjustCellPadding
in file tcpdf.php, method TCPDF::adjustCellPadding()
    Adjust the internal Cell padding array to take account of the line width.
AliasNbPages
in file tcpdf.php, method TCPDF::AliasNbPages()
    Defines an alias for the total number of pages.
AliasNumPage
in file tcpdf.php, method TCPDF::AliasNumPage()
    Defines an alias for the page number.
allocate
in file qrcode.php, method QRcode::allocate()
    Return an array with zeros
Annotation
in file tcpdf.php, method TCPDF::Annotation()
    Puts a markup annotation on a rectangular area of the page.
appendBitstream
in file qrcode.php, method QRcode::appendBitstream()
    Append one bitstream to another
appendBytes
in file qrcode.php, method QRcode::appendBytes()
    Append one bitstream created from bytes to another
appendNewInputItem
in file qrcode.php, method QRcode::appendNewInputItem()
    Append data to an input object.
appendNum
in file qrcode.php, method QRcode::appendNum()
    Append one bitstream created from number to another
appendPaddingBit
in file qrcode.php, method QRcode::appendPaddingBit()
    Append Padding Bit to bitstream
Arrow
in file tcpdf.php, method TCPDF::Arrow()
    Draws a grahic arrow.
arrUTF8ToUTF16BE
in file tcpdf.php, method TCPDF::arrUTF8ToUTF16BE()
    Converts array of UTF-8 characters to UTF16-BE string.
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.
Authorise
in file class.pop3.php, method POP3::Authorise()
    Combination of public events - connect, login, disconnect
top

b

$b1
in file qrcode.php, variable QRcode::$b1
$barcode
in file tcpdf.php, variable TCPDF::$barcode
$barcode_array
in file barcodes.php, variable TCPDFBarcode::$barcode_array
$barcode_array
in file pdf417.php, variable PDF417::$barcode_array
$barcode_array
in file 2dbarcodes.php, variable TCPDF2DBarcode::$barcode_array
$barcode_array
in file qrcode.php, variable QRcode::$barcode_array
$bcc
in file class.phpmailer.php, variable PHPMailer::$bcc
$bgcolor
in file tcpdf.php, variable TCPDF::$bgcolor
$bit
in file qrcode.php, variable QRcode::$bit
$blocks
in file qrcode.php, variable QRcode::$blocks
$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_class_import_xml.php, variable XMLQuestionImporter::$boolval
$bordermrk
in file tcpdf.php, variable TCPDF::$bordermrk
    Array used to store positions inside the pages buffer.
$boundary
in file class.phpmailer.php, variable PHPMailer::$boundary
$buffer
in file tcpdf.php, variable TCPDF::$buffer
$bufferlen
in file tcpdf.php, variable TCPDF::$bufferlen
    Length of the buffer in bytes.
$byterange_string
in file tcpdf.php, variable TCPDF::$byterange_string
    ByteRange placemark used during signature process.
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_code11
in file barcodes.php, method TCPDFBarcode::barcode_code11()
    CODE11 barcodes.
barcode_code39
in file barcodes.php, method TCPDFBarcode::barcode_code39()
    CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.
barcode_code93
in file barcodes.php, method TCPDFBarcode::barcode_code93()
    CODE 93 - USS-93
barcode_eanext
in file barcodes.php, method TCPDFBarcode::barcode_eanext()
    UPC-Based Extentions
barcode_eanupc
in file barcodes.php, method TCPDFBarcode::barcode_eanupc()
    EAN13 and UPC-A barcodes.
barcode_i25
in file barcodes.php, method TCPDFBarcode::barcode_i25()
    Interleaved 2 of 5 barcodes.
barcode_imb
in file barcodes.php, method TCPDFBarcode::barcode_imb()
    IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200 (requires PHP bcmath extension) Intelligent Mail barcode is a 65-bar code for use on mail in the United States.
barcode_msi
in file barcodes.php, method TCPDFBarcode::barcode_msi()
    MSI.
barcode_pharmacode
in file barcodes.php, method TCPDFBarcode::barcode_pharmacode()
    Pharmacode
barcode_pharmacode2t
in file barcodes.php, method TCPDFBarcode::barcode_pharmacode2t()
    Pharmacode two-track
barcode_postnet
in file barcodes.php, method TCPDFBarcode::barcode_postnet()
    POSTNET and PLANET barcodes.
barcode_rms4cc
in file barcodes.php, method TCPDFBarcode::barcode_rms4cc()
    RMS4CC - CBC - KIX RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) - KIX (Klant index - Customer index) RM4SCC is the name of the barcode symbology used by the Royal Mail for its Cleanmail service.
barcode_s25
in file barcodes.php, method TCPDFBarcode::barcode_s25()
    Standard 2 of 5 barcodes.
Base64EncodeWrapMB
in file class.phpmailer.php, method PHPMailer::Base64EncodeWrapMB()
    Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character.
binarize
in file qrcode.php, method QRcode::binarize()
    Convert the frame in binary form
binseq_to_array
in file barcodes.php, method TCPDFBarcode::binseq_to_array()
    Convert binary barcode sequence to TCPDF barcode array
bitstreamToByte
in file qrcode.php, method QRcode::bitstreamToByte()
    Convert bitstream to bytes
Bookmark
in file tcpdf.php, method TCPDF::Bookmark()
    Adds a bookmark.
Button
in file tcpdf.php, method TCPDF::Button()
    Creates a button field
barcodes.php
procedural page barcodes.php
top

c

$cachefile
in file tce_tmx.php, variable TMXResourceBundle::$cachefile
$cache_file_length
in file tcpdf.php, variable TCPDF::$cache_file_length
    Array used to store the lengths of cache files
$cache_maxsize_UTF8StringToArray
in file tcpdf.php, variable TCPDF::$cache_maxsize_UTF8StringToArray
    Maximum size of cache array used for UTF8StringToArray() method.
$cache_size_UTF8StringToArray
in file tcpdf.php, variable TCPDF::$cache_size_UTF8StringToArray
    Current size of cache array used for UTF8StringToArray() method.
$cache_UTF8StringToArray
in file tcpdf.php, variable TCPDF::$cache_UTF8StringToArray
    Cache array for UTF8StringToArray() method.
$capacity
in file qrcode.php, variable QRcode::$capacity
$casesensitive
in file qrcode.php, variable QRcode::$casesensitive
$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.
$cell_margin
in file tcpdf.php, variable TCPDF::$cell_margin
$cell_padding
in file tcpdf.php, variable TCPDF::$cell_padding
$CharSet
in file class.phpmailer.php, variable PHPMailer::$CharSet
    Sets the CharSet of the message.
$clusters
in file pdf417.php, variable PDF417::$clusters
$cntmrk
in file tcpdf.php, variable TCPDF::$cntmrk
    Array used to store content positions inside the pages buffer.
$ColorFlag
in file tcpdf.php, variable TCPDF::$ColorFlag
$columns
in file tcpdf.php, variable TCPDF::$columns
    Array of column measures (width, space, starting Y position)
$column_start_page
in file tcpdf.php, variable TCPDF::$column_start_page
    Starting page for columns
$colxshift
in file tcpdf.php, variable TCPDF::$colxshift
    Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding
$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.
$connected
in file class.pop3.php, variable POP3::$connected
$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
$count
in file qrcode.php, variable QRcode::$count
$creator
in file tcpdf.php, variable TCPDF::$creator
$CRLF
in file class.smtp.php, variable SMTP::$CRLF
    SMTP reply line ending
$CRLF
in file class.pop3.php, variable POP3::$CRLF
    POP3 Carriage Return + Line Feed
$CurOrientation
in file tcpdf.php, variable TCPDF::$CurOrientation
$CurrentFont
in file tcpdf.php, variable TCPDF::$CurrentFont
$current_column
in file tcpdf.php, variable TCPDF::$current_column
    Current column number
$current_data
in file tce_import_xml_users.php, variable XMLUserImporter::$current_data
$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_element
in file tce_class_import_xml.php, variable XMLQuestionImporter::$current_element
$current_element
in file tce_import_xml_users.php, variable XMLUserImporter::$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
calcN1N3
in file qrcode.php, method QRcode::calcN1N3()
    calcN1N3
calcParity
in file qrcode.php, method QRcode::calcParity()
    calcParity
catchWarning
in file class.pop3.php, method POP3::catchWarning()
    Takes over from PHP for the socket warning handler
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.
check
in file qrcode.php, method QRcode::check()
    Validate the input data.
CheckBox
in file tcpdf.php, method TCPDF::CheckBox()
    Creates a CheckBox field
checkImageDimensions
in file tce_latexrender.php, method LatexRender::checkImageDimensions()
    Check the dimensions of a picture file using 'identify' of the ImageMagick tools.
checkModeAn
in file qrcode.php, method QRcode::checkModeAn()
    checkModeAn
checkModeKanji
in file qrcode.php, method QRcode::checkModeKanji()
    checkModeKanji
checkModeNum
in file qrcode.php, method QRcode::checkModeNum()
    checkModeNum
checkPageBreak
in file tcpdf.php, method TCPDF::checkPageBreak()
    Add page if needed.
checkPageRegions
in file tcpdf.php, method TCPDF::checkPageRegions()
    Check page for no-write regions and adapt current coordinates and page margins if necessary.
checkResponse
in file class.pop3.php, method POP3::checkResponse()
    Checks the POP3 server response for +OK or -ERR
checksum_code39
in file barcodes.php, method TCPDFBarcode::checksum_code39()
    Calculate CODE 39 checksum (modulo 43).
checksum_code93
in file barcodes.php, method TCPDFBarcode::checksum_code93()
    Calculate CODE 93 checksum (modulo 47).
checksum_s25
in file barcodes.php, method TCPDFBarcode::checksum_s25()
    Checksum for standard 2 of 5 barcodes.
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 tcpdf.php, method TCPDF::Close()
    Terminates the PDF document.
Close
in file class.smtp.php, method SMTP::Close()
    Closes the socket and cleans up the state of the class.
closeHTMLTagHandler
in file tcpdf.php, method TCPDF::closeHTMLTagHandler()
    Process closing tags.
colorRegistrationBar
in file tcpdf.php, method TCPDF::colorRegistrationBar()
    Paints color transition registration bars
ComboBox
in file tcpdf.php, method TCPDF::ComboBox()
    Creates a Combo-box field
commitTransaction
in file tcpdf.php, method TCPDF::commitTransaction()
    Delete the copy of the current TCPDF object used for undo operation.
Connect
in file class.smtp.php, method SMTP::Connect()
    Connect to the server specified on the port specified.
Connect
in file class.pop3.php, method POP3::Connect()
    Connect to the POP3 server
Connected
in file class.smtp.php, method SMTP::Connected()
    Returns true if connected to a server otherwise false
convertData
in file qrcode.php, method QRcode::convertData()
    convertData
convertHexStringToString
in file tcpdf.php, method TCPDF::convertHexStringToString()
    Convert hexadecimal string to string
convertHTMLColorToDec
in file tcpdf.php, method TCPDF::convertHTMLColorToDec()
    Returns an array (RGB or CMYK) from an html color name or a six-digit (i.e. #3FE5AA) or three-digit (i.e. #7FF) hexadecimal color representation.
convertStringToHexString
in file tcpdf.php, method TCPDF::convertStringToHexString()
    Convert string to hexadecimal string (byte string)
convertSVGtMatrix
in file tcpdf.php, method TCPDF::convertSVGtMatrix()
    Convert SVG transformation matrix to PDF.
CoonsPatchMesh
in file tcpdf.php, method TCPDF::CoonsPatchMesh()
    Paints a coons patch mesh.
copyPage
in file tcpdf.php, method TCPDF::copyPage()
    Clone the specified page to a new page.
createBitStream
in file qrcode.php, method QRcode::createBitStream()
    createBitStream
CreateBody
in file class.phpmailer.php, method PHPMailer::CreateBody()
    Assembles the message body. Returns an empty string on failure.
createFrame
in file qrcode.php, method QRcode::createFrame()
    Return a copy of initialized frame.
CreateHeader
in file class.phpmailer.php, method PHPMailer::CreateHeader()
    Assembles message header.
cropMark
in file tcpdf.php, method TCPDF::cropMark()
    Paints crop mark
Curve
in file tcpdf.php, method TCPDF::Curve()
    Draws a Bezier curve.
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.pop3.php
procedural page class.pop3.php
class.smtp.php
procedural page class.smtp.php
top

d

$data
in file qrcode.php, variable QRcode::$data
$datacode
in file qrcode.php, variable QRcode::$datacode
$dataLength
in file qrcode.php, variable QRcode::$dataLength
$dataStr
in file qrcode.php, variable QRcode::$dataStr
$default_form_prop
in file tcpdf.php, variable TCPDF::$default_form_prop
    Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry.
$default_graphic_vars
in file tcpdf.php, variable TCPDF::$default_graphic_vars
$default_monospaced_font
in file tcpdf.php, variable TCPDF::$default_monospaced_font
    Default monospaced font
$default_table_columns
in file tcpdf.php, variable TCPDF::$default_table_columns
$diffs
in file tcpdf.php, variable TCPDF::$diffs
$dir
in file qrcode.php, variable QRcode::$dir
$diskcache
in file tcpdf.php, variable TCPDF::$diskcache
    If true enables disk caching.
$DKIM_domain
in file class.phpmailer.php, variable PHPMailer::$DKIM_domain
    Used with DKIM DNS Resource Record
$DKIM_identity
in file class.phpmailer.php, variable PHPMailer::$DKIM_identity
    Used with DKIM DNS Resource Record
$DKIM_private
in file class.phpmailer.php, variable PHPMailer::$DKIM_private
    Used with DKIM DNS Resource Record
$DKIM_selector
in file class.phpmailer.php, variable PHPMailer::$DKIM_selector
    Used with DKIM DNS Resource Record
$docinfounicode
in file tcpdf.php, variable TCPDF::$docinfounicode
$do_debug
in file class.smtp.php, variable SMTP::$do_debug
    Sets whether debugging is turned on
$do_debug
in file class.pop3.php, variable POP3::$do_debug
    Displaying Debug warnings? (0 = now, 1+ = yes)
$do_verp
in file class.smtp.php, variable SMTP::$do_verp
    Sets VERP use on/off (default is off)
$dpi
in file tcpdf.php, variable TCPDF::$dpi
    Dot Per Inch Document Resolution (do not change)
$DrawColor
in file tcpdf.php, variable TCPDF::$DrawColor
$dvips_path
in file tce_latexrender.php, variable LatexRender::$dvips_path
Data
in file class.smtp.php, method SMTP::Data()
    Issues a data command and sends the msg_data to the server
dec_to_hex
in file barcodes.php, method TCPDFBarcode::dec_to_hex()
    Convert large integer number to hexadecimal representation.
deletePage
in file tcpdf.php, method TCPDF::deletePage()
    Remove the specified page.
Disconnect
in file class.pop3.php, method POP3::Disconnect()
    Disconnect from the POP3 server
displayErrors
in file class.pop3.php, method POP3::displayErrors()
    If debug is enabled, display the error message array
DKIM_Add
in file class.phpmailer.php, method PHPMailer::DKIM_Add()
    Create the DKIM header, body, as new header
DKIM_BodyC
in file class.phpmailer.php, method PHPMailer::DKIM_BodyC()
    Generate DKIM Canonicalization Body
DKIM_HeaderC
in file class.phpmailer.php, method PHPMailer::DKIM_HeaderC()
    Generate DKIM Canonicalization Header
DKIM_QP
in file class.phpmailer.php, method PHPMailer::DKIM_QP()
    Set the private key file and password to sign the message.
DKIM_Sign
in file class.phpmailer.php, method PHPMailer::DKIM_Sign()
    Generate DKIM signature
doCallback
in file class.phpmailer.php, method PHPMailer::doCallback()
drawHTMLTagBorder
in file tcpdf.php, method TCPDF::drawHTMLTagBorder()
    Draw an HTML block border and fill
top

e

$ecccode
in file qrcode.php, variable QRcode::$ecccode
$eccLength
in file qrcode.php, variable QRcode::$eccLength
$eccTable
in file qrcode.php, variable QRcode::$eccTable
$embeddedfiles
in file tcpdf.php, variable TCPDF::$embeddedfiles
$emptypagemrk
in file tcpdf.php, variable TCPDF::$emptypagemrk
    Array used to store page positions to track empty pages.
$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".
$encryptdata
in file tcpdf.php, variable TCPDF::$encryptdata
    Array containing encryption settings
$encrypted
in file tcpdf.php, variable TCPDF::$encrypted
    Indicates whether document is protected
$enc_padding
in file tcpdf.php, variable TCPDF::$enc_padding
    Encryption padding
$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
$error
in file class.pop3.php, variable POP3::$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
$exceptions
in file class.phpmailer.php, variable PHPMailer::$exceptions
$extgstates
in file tcpdf.php, variable TCPDF::$extgstates
    Array of transparency objects and parameters.
eat8
in file qrcode.php, method QRcode::eat8()
    eat8
eatAn
in file qrcode.php, method QRcode::eatAn()
    eatAn
eatKanji
in file qrcode.php, method QRcode::eatKanji()
    eatKanji
eatNum
in file qrcode.php, method QRcode::eatNum()
    eatNum
Ellipse
in file tcpdf.php, method TCPDF::Ellipse()
    Draws an ellipse.
empty_string
in file tcpdf.php, method TCPDF::empty_string()
    Determine whether a string is empty.
encodeBitStream
in file qrcode.php, method QRcode::encodeBitStream()
    encodeBitStream
EncodeFile
in file class.phpmailer.php, method PHPMailer::EncodeFile()
    Encodes attachment in requested format.
EncodeHeader
in file class.phpmailer.php, method PHPMailer::EncodeHeader()
    Encode a header string to best (shortest) of Q, B, quoted or none.
encodeMask
in file qrcode.php, method QRcode::encodeMask()
    Encode mask
encodeMode8
in file qrcode.php, method QRcode::encodeMode8()
    encodeMode8
encodeModeAn
in file qrcode.php, method QRcode::encodeModeAn()
    encodeModeAn
encodeModeKanji
in file qrcode.php, method QRcode::encodeModeKanji()
    encodeModeKanji
encodeModeNum
in file qrcode.php, method QRcode::encodeModeNum()
    encodeModeNum
encodeModeStructure
in file qrcode.php, method QRcode::encodeModeStructure()
    encodeModeStructure
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 RFC2045 (6.7) quoted-printable format
EncodeQPphp
in file class.phpmailer.php, method PHPMailer::EncodeQPphp()
    Encode string to quoted-printable.
encodeString
in file qrcode.php, method QRcode::encodeString()
    Encode the input string to QR code
EncodeString
in file class.phpmailer.php, method PHPMailer::EncodeString()
    Encodes string to requested format.
encode_code39_ext
in file barcodes.php, method TCPDFBarcode::encode_code39_ext()
    Encode a string to be used for CODE 39 Extended mode.
encode_rs_char
in file qrcode.php, method QRcode::encode_rs_char()
    Encode a Reed-Solomon codec and returns the parity array
EndBoundary
in file class.phpmailer.php, method PHPMailer::EndBoundary()
    Returns the end of a message boundary.
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.
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.
endPage
in file tcpdf.php, method TCPDF::endPage()
    Terminate the current page
endSVGElementHandler
in file tcpdf.php, method TCPDF::endSVGElementHandler()
    Sets the closing SVG element handler function for the XML parser.
endTemplate
in file tcpdf.php, method TCPDF::endTemplate()
    End the current XObject Template started with startTemplate() and restore the previous graphic state.
endTOCPage
in file tcpdf.php, method TCPDF::endTOCPage()
    Terminate the current TOC (Table Of Content) 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.
errorMessage
in file class.phpmailer.php, method phpmailerException::errorMessage()
estimateBitsMode8
in file qrcode.php, method QRcode::estimateBitsMode8()
    estimateBitsMode8
estimateBitsModeAn
in file qrcode.php, method QRcode::estimateBitsModeAn()
    estimateBitsModeAn
estimateBitsModeKanji
in file qrcode.php, method QRcode::estimateBitsModeKanji()
    estimateBitsModeKanji
estimateBitsModeNum
in file qrcode.php, method QRcode::estimateBitsModeNum()
    estimateBitsModeNum
estimateBitStreamSize
in file qrcode.php, method QRcode::estimateBitStreamSize()
    estimateBitStreamSize
estimateVersion
in file qrcode.php, method QRcode::estimateVersion()
    estimateVersion
evaluateSymbol
in file qrcode.php, method QRcode::evaluateSymbol()
    evaluateSymbol
extractCSSproperties
in file tcpdf.php, method TCPDF::extractCSSproperties()
    Extracts the CSS properties from a CSS string.
top

f

$feps
in file tcpdf.php, variable TCPDF::$feps
    Epsilon value used for float calculations
$fgcolor
in file tcpdf.php, variable TCPDF::$fgcolor
$fhPt
in file tcpdf.php, variable TCPDF::$fhPt
$file_id
in file tcpdf.php, variable TCPDF::$file_id
    File ID (used on trailer)
$FillColor
in file tcpdf.php, variable TCPDF::$FillColor
$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
$fontkeys
in file tcpdf.php, variable TCPDF::$fontkeys
    Store the font keys.
$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_obj_ids
in file tcpdf.php, variable TCPDF::$font_obj_ids
    Store the font object IDs.
$font_size
in file tce_latexrender.php, variable LatexRender::$font_size
$font_spacing
in file tcpdf.php, variable TCPDF::$font_spacing
$font_stretching
in file tcpdf.php, variable TCPDF::$font_stretching
$font_subsetting
in file tcpdf.php, variable TCPDF::$font_subsetting
$footerlen
in file tcpdf.php, variable TCPDF::$footerlen
    Array used to store footer length 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
$formatInfo
in file qrcode.php, variable QRcode::$formatInfo
$formula_density
in file tce_latexrender.php, variable LatexRender::$formula_density
$form_action
in file tcpdf.php, variable TCPDF::$form_action
    Current form action (used during XHTML rendering)
$form_enctype
in file tcpdf.php, variable TCPDF::$form_enctype
    Current form encryption type (used during XHTML rendering)
$form_mode
in file tcpdf.php, variable TCPDF::$form_mode
    Current method to submit forms.
$form_obj_id
in file tcpdf.php, variable TCPDF::$form_obj_id
    List of form annotations IDs
$frame
in file qrcode.php, variable QRcode::$frame
$frames
in file qrcode.php, variable QRcode::$frames
$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.
$fwPt
in file tcpdf.php, variable TCPDF::$fwPt
fitBlock
in file tcpdf.php, method TCPDF::fitBlock()
    Set the block dimensions accounting for page breaks and page/column fitting
FixEOL
in file class.phpmailer.php, method PHPMailer::FixEOL()
    Changes every end of line from CR or LF to CRLF.
fixHTMLCode
in file tcpdf.php, method TCPDF::fixHTMLCode()
    Cleanup HTML code (requires HTML Tidy library).
Footer
in file tcpdfex.php, method TCPDFEX::Footer()
    This method is used to render the page footer and overrides the original Footer() method on TCPDF.
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.
formatTOCPageNumber
in file tcpdf.php, method TCPDF::formatTOCPageNumber()
    Format the page numbers on the Table Of Content.
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_user_table_header_element
in file tce_show_allresults_users.php, function F_allresults_user_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_createMediaDir
in file tce_functions_filemanager.php, function F_createMediaDir()
    Create a new media directory inside the cache
F_createTest
in file tce_functions_test.php, function F_createTest()
    Create user's test and returns TRUE on success.
F_csv_export_allresults_user
in file tce_csv_allresults_user.php, function F_csv_export_allresults_user()
    Export all user's test results to CSV.
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_getUTCoffset
in file tce_functions_general.php, function F_db_getUTCoffset()
    Returns the UTC time offset yo be used with CONVERT_TZ function
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_deleteMediaDir
in file tce_functions_filemanager.php, function F_deleteMediaDir()
    Delete the specified media directory
F_deleteMediaFile
in file tce_functions_filemanager.php, function F_deleteMediaFile()
    Delete the selected media file
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_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_formatFileSize
in file tce_functions_filemanager.php, function F_formatFileSize()
    Return a formatted file size
F_formatPdfPercentage
in file tce_functions_general.php, function F_formatPdfPercentage()
    format a percentage number
F_formatPercentage
in file tce_functions_general.php, function F_formatPercentage()
    Format a percentage number.
F_formatXMLPercentage
in file tce_functions_general.php, function F_formatXMLPercentage()
    format a percentage number for XML
F_getArrayStatistics
in file tce_functions_statistics.php, function F_getArrayStatistics()
    Return an array containing descriptive statistics for the bidimensional input array.
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_getDirFiles
in file tce_functions_filemanager.php, function F_getDirFiles()
    Get an associative array of directories and folder inside the specified dir.
F_getDirTable
in file tce_functions_filemanager.php, function F_getDirTable()
    Get an html table containing files and subdirs
F_getDirVisualTable
in file tce_functions_filemanager.php, function F_getDirVisualTable()
    Get an html visual list of files and subdirs
F_getFileInfo
in file tce_functions_filemanager.php, function F_getFileInfo()
    Get file information
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_getMediaDirPathLink
in file tce_functions_filemanager.php, function F_getMediaDirPathLink()
    Get an html string containing active path of the specified directory with links to subdirectories.
F_getNumOmittedQuestions
in file tce_functions_test.php, function F_getNumOmittedQuestions()
    Returns the number of omitted questions (unanswered + undisplayed).
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_getUserData
in file tce_functions_test.php, function F_getUserData()
    Returns user data.
F_getUserTests
in file tce_functions_test.php, function F_getUserTests()
    Returns an XHTML table of user's tests.
F_getUserTestStat
in file tce_functions_test_stats.php, function F_getUserTestStat()
    Returns test data structure for selected user:
F_getUTCoffset
in file tce_functions_general.php, function F_getUTCoffset()
    Returns the UTC time offset in seconds
F_get_user_groups
in file tce_functions_user_select.php, function F_get_user_groups()
    Returns an array containing groups IDs to which the specified user belongs
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_isAuthorizedEditorForGroup
in file tce_functions_user_select.php, function F_isAuthorizedEditorForGroup()
    Return true if the current user is an administrator or belongs to the group, false otherwise
F_isAuthorizedEditorForUser
in file tce_functions_user_select.php, function F_isAuthorizedEditorForUser()
    Return true if the current user is authorized to edit the specified user
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_isTestOnGroup
in file tce_functions_user_select.php, function F_isTestOnGroup()
    Return true if the selected test is active for the selected group
F_isUsedMediaFile
in file tce_functions_filemanager.php, function F_isUsedMediaFile()
    Return true if the file is used on question or answer descriptions
F_isUserOnGroup
in file tce_functions_user_select.php, function F_isUserOnGroup()
    Return true if the selected user belongs to the selected group
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_is_allowed_upload
in file tce_functions_upload.php, function F_is_allowed_upload()
    Check if the uploaded file extension is allowed.
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_isChildActive
in file tce_functions_menu.php, function F_menu_isChildActive()
    Returns true if the menu item has an active child, false otherwise.
F_menu_link
in file tce_functions_menu.php, function F_menu_link()
    Returns a menu element link wit subitems.
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()
    Returns a questions menu and navigator buttons.
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_removeTestResults
in file tce_functions_test.php, function F_removeTestResults()
    Remove the specified test results for the current user
F_remove_tcecode
in file tce_functions_tcecode.php, function F_remove_tcecode()
    Returns specified string without tcecode mark-up tags
F_renameMediaFile
in file tce_functions_filemanager.php, function F_renameMediaFile()
    Rename the selected media file
F_replace_angulars
in file tce_functions_general.php, function F_replace_angulars()
    Replace angular parenthesis with html equivalents (html entities).
F_result_allusers_table_header_element
in file tce_show_result_allusers.php, function F_result_allusers_table_header_element()
    Display table header element with order link.
F_selectAnswers
in file tce_functions_test.php, function F_selectAnswers()
    Return an array containing answer_id field of selected answers.
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 tests accounting for user authorizations.
F_select_modules_sql
in file tce_functions_auth_sql.php, function F_select_modules_sql()
    Returns a SQL string to select modules 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 and calculate scores).
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_group_select_sql
in file tce_functions_user_select.php, function F_user_group_select_sql()
    Return the SQL selection query 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_question_stats
in file tce_xml_question_stats.php, function F_xml_export_question_stats()
    Export all question statistics of the selected test 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
generateMaskNo
in file qrcode.php, method QRcode::generateMaskNo()
    Return bitmask
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.
getAliasNumPage
in file tcpdf.php, method TCPDF::getAliasNumPage()
    Returns the string alias used for the page number.
getAnnotOptFromJSProp
in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
    Convert JavaScript form fields properties array to Annotation Properties array.
GetArrStringWidth
in file tcpdf.php, method TCPDF::GetArrStringWidth()
    Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
GetAttachments
in file class.phpmailer.php, method PHPMailer::GetAttachments()
    Return the current array of attachments
getBarcode
in file tcpdf.php, method TCPDF::getBarcode()
    Get current barcode.
getBarcodeArray
in file pdf417.php, method PDF417::getBarcodeArray()
    Returns a barcode array which is readable by TCPDF
getBarcodeArray
in file qrcode.php, method QRcode::getBarcodeArray()
    Returns a barcode array which is readable by TCPDF
getBarcodeArray
in file barcodes.php, method TCPDFBarcode::getBarcodeArray()
    Return an array representations of barcode.
getBarcodeArray
in file 2dbarcodes.php, method TCPDF2DBarcode::getBarcodeArray()
    Return an array representations of barcode.
getBitStream
in file qrcode.php, method QRcode::getBitStream()
    Returns a stream of bits.
getBorderMode
in file tcpdf.php, method TCPDF::getBorderMode()
    Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)
getBorderStartPosition
in file tcpdf.php, method TCPDF::getBorderStartPosition()
    Return the starting coordinates to draw an html border
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.
getBuffer
in file tcpdf.php, method TCPDF::getBuffer()
    Get buffer content.
getByteStream
in file qrcode.php, method QRcode::getByteStream()
    Pack all bit streams padding bits into a byte array.
getCellBorder
in file tcpdf.php, method TCPDF::getCellBorder()
    Returns the code to draw the cell border
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()
    return the height of cell repect font height.
getCellMargins
in file tcpdf.php, method TCPDF::getCellMargins()
    Get the internal Cell margin array.
getCellPaddings
in file tcpdf.php, method TCPDF::getCellPaddings()
    Get the internal Cell padding array.
GetCharWidth
in file tcpdf.php, method TCPDF::GetCharWidth()
    Returns the length of the char in user unit for the current font considering current stretching and spacing (tracking/kerning).
getClientFingerprint
in file tce_functions_session.php, function getClientFingerprint()
    Generate a client fingerprint (unique ID for the client browser)
getCode
in file qrcode.php, method QRcode::getCode()
    Return Reed-Solomon block code.
getColumn
in file tcpdf.php, method TCPDF::getColumn()
    Return the current column number
getCompaction
in file pdf417.php, method PDF417::getCompaction()
    Compact data by mode.
getCSSBorderDashStyle
in file tcpdf.php, method TCPDF::getCSSBorderDashStyle()
    Returns the border dash style from CSS property
getCSSBorderMargin
in file tcpdf.php, method TCPDF::getCSSBorderMargin()
    Get the border-spacing from CSS attribute.
getCSSBorderStyle
in file tcpdf.php, method TCPDF::getCSSBorderStyle()
    Returns the border style array from CSS border properties
getCSSBorderWidth
in file tcpdf.php, method TCPDF::getCSSBorderWidth()
    Returns the border width from CSS property
getCSSFontSpacing
in file tcpdf.php, method TCPDF::getCSSFontSpacing()
    Returns the letter-spacing value from CSS value
getCSSFontStretching
in file tcpdf.php, method TCPDF::getCSSFontStretching()
    Returns the percentage of font stretching from CSS value
getCSSMargin
in file tcpdf.php, method TCPDF::getCSSMargin()
    Get the internal Cell margin from CSS attribute.
getCSSPadding
in file tcpdf.php, method TCPDF::getCSSPadding()
    Get the internal Cell padding from CSS attribute.
getDataLength
in file qrcode.php, method QRcode::getDataLength()
    Return maximum data code length (bytes) for the version.
getDirFiles
in file tce_functions_tcecode_editor.php, function getDirFiles()
    returns an array of files contained on the specified folder and subfolders
getECCLength
in file qrcode.php, method QRcode::getECCLength()
    Return maximum error correction code length (bytes) for the version.
getEccSpec
in file qrcode.php, method QRcode::getEccSpec()
    Return an array of ECC specification.
getEncPermissionsString
in file tcpdf.php, method TCPDF::getEncPermissionsString()
    Convert encryption P value to a string of bytes, low-order byte first.
getError
in file class.smtp.php, method SMTP::getError()
    Get the current error
getErrorCode
in file tce_latexrender.php, method LatexRender::getErrorCode()
    Returns the error code
getErrorCorrection
in file pdf417.php, method PDF417::getErrorCorrection()
    Returns the error correction codewords
getErrorCorrectionLevel
in file pdf417.php, method PDF417::getErrorCorrectionLevel()
    Returns the error correction level (0-8) to be used
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.
getFontAscent
in file tcpdf.php, method TCPDF::getFontAscent()
    Return the font ascent value
getFontBuffer
in file tcpdf.php, method TCPDF::getFontBuffer()
    Get font buffer content.
getFontDescent
in file tcpdf.php, method TCPDF::getFontDescent()
    Return the font descent value
getFontFamily
in file tcpdf.php, method TCPDF::getFontFamily()
    Returns the current font family name.
getFontFamilyName
in file tcpdf.php, method TCPDF::getFontFamilyName()
    Return normalized font 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).
getFontSpacing
in file tcpdf.php, method TCPDF::getFontSpacing()
    Get the amount to increase or decrease the space between characters in a text.
getFontStretching
in file tcpdf.php, method TCPDF::getFontStretching()
    Get the percentage of character stretching.
getFontStyle
in file tcpdf.php, method TCPDF::getFontStyle()
    Returns the current font style.
getFontSubsetting
in file tcpdf.php, method TCPDF::getFontSubsetting()
    Return the default option for font subsetting.
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.
getFormatInfo
in file qrcode.php, method QRcode::getFormatInfo()
    Return BCH encoded format information pattern.
getFormDefaultProp
in file tcpdf.php, method TCPDF::getFormDefaultProp()
    Return the default properties for form fields.
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.
getFrameAt
in file qrcode.php, method QRcode::getFrameAt()
    Get frame value at specified position
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()
    Return the current page in the group.
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.
getHTMLUnitToUnits
in file tcpdf.php, method TCPDF::getHTMLUnitToUnits()
    Convert HTML string containing value and unit of measure to user's units or points.
getHyphenPatternsFromTEX
in file tcpdf.php, method TCPDF::getHyphenPatternsFromTEX()
    Returns an array of hyphenation patterns.
getImageBuffer
in file tcpdf.php, method TCPDF::getImageBuffer()
    Get image buffer content.
getImageButton
in file tce_functions_tcecode_editor.php, function getImageButton()
    Display one tag button
getImageFileType
in file tcpdf.php, method TCPDF::getImageFileType()
    Return the image type given the file name or array returned by getimagesize() function.
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 adjusting factor to convert pixels to user units.
getImageWidth
in file tce_latexrender.php, method LatexRender::getImageWidth()
    Returns Image width
getInputSequences
in file pdf417.php, method PDF417::getInputSequences()
    Create array of sequences from input
getIpAsInt
in file tce_functions_general.php, function getIpAsInt()
    Converts a string containing an IP address into its integer value.
getIpAsString
in file tce_functions_general.php, function getIpAsString()
    Converts a string containing an IP address into its integer value and return string representation.
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.
GetMailMIME
in file class.phpmailer.php, method PHPMailer::GetMailMIME()
    Returns the message MIME.
getMargins
in file tcpdf.php, method TCPDF::getMargins()
    Returns an array containing current margins:
getMinimumVersion
in file qrcode.php, method QRcode::getMinimumVersion()
    Return a version number that satisfies the input code length.
getNewSessionID
in file tce_functions_session.php, function getNewSessionID()
    Generate and return a new session ID.
getNextPosition
in file qrcode.php, method QRcode::getNextPosition()
    Return the next frame position
getNormalizedIP
in file tce_functions_general.php, function getNormalizedIP()
    Convert all IP addresses to IPv6 expanded notation.
getNumberOfColumns
in file tcpdf.php, method TCPDF::getNumberOfColumns()
    Return the current number of columns.
GetNumChars
in file tcpdf.php, method TCPDF::GetNumChars()
    Returns the numbero of characters in a string.
getNumLines
in file tcpdf.php, method TCPDF::getNumLines()
    This method return the estimated number of lines for print a simple text string using Multicell() method.
getNumPages
in file tcpdf.php, method TCPDF::getNumPages()
    Get the total number of insered pages.
getObjFilename
in file tcpdf.php, method TCPDF::getObjFilename()
    Returns a temporary filename for caching object on filesystem.
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.
getPageBuffer
in file tcpdf.php, method TCPDF::getPageBuffer()
    Get page buffer content.
getPageDimensions
in file tcpdf.php, method TCPDF::getPageDimensions()
    Returns an array of page dimensions:
getPageGroupAlias
in file tcpdf.php, method TCPDF::getPageGroupAlias()
    Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageHeight
in file tcpdf.php, method TCPDF::getPageHeight()
    Returns the page height in units.
getPageNumGroupAlias
in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
    Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
getPageRegions
in file tcpdf.php, method TCPDF::getPageRegions()
    Return an array of no-write page regions
getPageSizeFromFormat
in file tcpdf.php, method TCPDF::getPageSizeFromFormat()
    Get page dimensions from format name.
getPageWidth
in file tcpdf.php, method TCPDF::getPageWidth()
    Returns the page width in units.
getPathPaintOperator
in file tcpdf.php, method TCPDF::getPathPaintOperator()
    Get the Path-Painting Operators.
getPDFData
in file tcpdf.php, method TCPDF::getPDFData()
    Returns the PDF data.
getRandomSeed
in file tcpdf.php, method TCPDF::getRandomSeed()
    Returns a string containing random data to be used as a seed for encryption methods.
getRawCharWidth
in file tcpdf.php, method TCPDF::getRawCharWidth()
    Returns the length of the char in user unit for the current font.
getRemainder
in file qrcode.php, method QRcode::getRemainder()
    Return the numer of remainder bits.
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.
getResponse
in file class.pop3.php, method POP3::getResponse()
    Get the socket response back.
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).
getSpaceString
in file tcpdf.php, method TCPDF::getSpaceString()
    Returns the string used to find spaces
getStringHeight
in file tcpdf.php, method TCPDF::getStringHeight()
    This method return the estimated needed height for print a simple text string in Multicell() method.
GetStringWidth
in file tcpdf.php, method TCPDF::GetStringWidth()
    Returns the length of a string in user unit. A font must be selected.
getSVGTransformMatrix
in file tcpdf.php, method TCPDF::getSVGTransformMatrix()
    Get the tranformation matrix from SVG transform attribute
getTagStyleFromCSS
in file tcpdf.php, method TCPDF::getTagStyleFromCSS()
    Returns the styles that apply for the selected HTML tag.
getTCPDFVersion
in file tcpdf.php, method TCPDF::getTCPDFVersion()
    Return the current TCPDF version.
getTransformationMatrixProduct
in file tcpdf.php, method TCPDF::getTransformationMatrixProduct()
    Get the product of two SVG tranformation matrices
GetTranslations
in file class.phpmailer.php, method PHPMailer::GetTranslations()
    Return the current array of language strings
getUserPermissionCode
in file tcpdf.php, method TCPDF::getUserPermissionCode()
    Return the premission code used on encryption (P value).
getVectorsAngle
in file tcpdf.php, method TCPDF::getVectorsAngle()
    Returns the angle in radiants between two vectors
getVersionPattern
in file qrcode.php, method QRcode::getVersionPattern()
    Return BCH encoded version information pattern that is used for the symbol of version 7 or greater. Use lower 18 bits.
getWidth
in file qrcode.php, method QRcode::getWidth()
    Return the width of the symbol for the version.
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.
get_mqr
in file tcpdf.php, method TCPDF::get_mqr()
    Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist)
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
$hint
in file qrcode.php, variable QRcode::$hint
$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").
$host
in file class.pop3.php, variable POP3::$host
    POP3 Mail Server
$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
$htmlLinkColorArray
in file tcpdf.php, variable TCPDF::$htmlLinkColorArray
    Default color for html links
$htmlLinkFontStyle
in file tcpdf.php, variable TCPDF::$htmlLinkFontStyle
    Default font style to add to html links
$htmlvspace
in file tcpdf.php, variable TCPDF::$htmlvspace
    Count the latest inserted vertical spaces on HTML
HasMultiBytes
in file class.phpmailer.php, method PHPMailer::HasMultiBytes()
    Checks if a string contains multibyte characters.
Header
in file tcpdf.php, method TCPDF::Header()
    This method is used to render the page header.
Header
in file tcpdfex.php, method TCPDFEX::Header()
    This method is used to render the page header and overrides the original Header() method on TCPDF.
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.
hex_to_dec
in file barcodes.php, method TCPDFBarcode::hex_to_dec()
    Convert large hexadecimal number to decimal representation (string).
hyphenateText
in file tcpdf.php, method TCPDF::hyphenateText()
    Returns text with soft hyphens.
hyphenateWord
in file tcpdf.php, method TCPDF::hyphenateWord()
    Returns an array of chars containing soft hyphens.
htmlcolors.php
procedural page htmlcolors.php
top

i

$identify_path
in file tce_latexrender.php, variable LatexRender::$identify_path
$imagekeys
in file tcpdf.php, variable TCPDF::$imagekeys
    Store the image keys.
$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
$inthead
in file tcpdf.php, variable TCPDF::$inthead
    True when we are printing the thead section on a new page
$intmrk
in file tcpdf.php, variable TCPDF::$intmrk
    Array used to store positions inside the pages buffer.
$inxobj
in file tcpdf.php, variable TCPDF::$inxobj
$isunicode
in file tcpdf.php, variable TCPDF::$isunicode
$items
in file qrcode.php, variable QRcode::$items
index.php
procedural page index.php
identifyMode
in file qrcode.php, method QRcode::identifyMode()
    identifyMode
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.
ImageSVG
in file tcpdf.php, method TCPDF::ImageSVG()
    Embedd a Scalable Vector Graphics (SVG) image.
imb_crc11fcs
in file barcodes.php, method TCPDFBarcode::imb_crc11fcs()
    Intelligent Mail Barcode calculation of Frame Check Sequence
imb_reverse_us
in file barcodes.php, method TCPDFBarcode::imb_reverse_us()
    Reverse unsigned short value
imb_tables
in file barcodes.php, method TCPDFBarcode::imb_tables()
    generate Nof13 tables used for Intelligent Mail Barcode
IncludeJS
in file tcpdf.php, method TCPDF::IncludeJS()
    Adds a javascript
init
in file qrcode.php, method QRcode::init()
    Initialize code.
init_rs
in file qrcode.php, method QRcode::init_rs()
    Initialize a Reed-Solomon codec and add it to existing rsitems
init_rs_char
in file qrcode.php, method QRcode::init_rs_char()
    Initialize a Reed-Solomon codec and returns an array of values.
InlineImageExists
in file class.phpmailer.php, method PHPMailer::InlineImageExists()
    Returns true if an inline attachment is present.
insertStructuredAppendHeader
in file qrcode.php, method QRcode::insertStructuredAppendHeader()
    insertStructuredAppendHeader
intToRoman
in file tcpdf.php, method TCPDF::intToRoman()
    Returns the Roman representation of an integer number
isalnumat
in file qrcode.php, method QRcode::isalnumat()
    Return true if the character at specified position is an alphanumeric character
isdigitat
in file qrcode.php, method QRcode::isdigitat()
    Return true if the character at specified position is a number
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.
isRTLTextDir
in file tcpdf.php, method TCPDF::isRTLTextDir()
    Return the current temporary RTL status
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.
isUnicodeFont
in file tcpdf.php, method TCPDF::isUnicodeFont()
    Return true if the current font is unicode type.
isValidCSSSelectorForTag
in file tcpdf.php, method TCPDF::isValidCSSSelectorForTag()
    Returns true if the CSS selector is valid for the selected HTML tag
index.php
procedural page index.php
top

j

$javascript
in file tcpdf.php, variable TCPDF::$javascript
    javascript code
$jpeg_quality
in file tcpdf.php, variable TCPDF::$jpeg_quality
    Set the default JPEG compression quality (1-100)
$js_objects
in file tcpdf.php, variable TCPDF::$js_objects
    Javascript objects array
top

k

$k
in file tcpdf.php, variable TCPDF::$k
$keywords
in file tcpdf.php, variable TCPDF::$keywords
K_ADMIN_LINK
in file tce_auth.php, constant K_ADMIN_LINK
    Required user's level to display a link for administration area
K_ALLOWED_UPLOAD_EXTENSIONS
in file tce_config.php, constant K_ALLOWED_UPLOAD_EXTENSIONS
    List of allowed file types for upload (remove all extensions to disable upload).
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_DIRS
in file tce_auth.php, constant K_AUTH_ADMIN_DIRS
    Required user's level to create and delete directories.
K_AUTH_ADMIN_FILEMANAGER
in file tce_auth.php, constant K_AUTH_ADMIN_FILEMANAGER
    Required user's level to access file manager for multimedia files.
K_AUTH_ADMIN_GROUPS
in file tce_auth.php, constant K_AUTH_ADMIN_GROUPS
    Required user's level to access "group editor".
K_AUTH_ADMIN_IMPORT
in file tce_auth.php, constant K_AUTH_ADMIN_IMPORT
    Required user's level to import questions.
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_BACKUP
in file tce_auth.php, constant K_AUTH_BACKUP
    Required user's level to import questions.
K_AUTH_DELETE_GROUPS
in file tce_auth.php, constant K_AUTH_DELETE_GROUPS
    Required user's level to delete user groups.
K_AUTH_DELETE_MEDIAFILE
in file tce_auth.php, constant K_AUTH_DELETE_MEDIAFILE
    Required user's level to delete multimedia files.
K_AUTH_DELETE_USERS
in file tce_auth.php, constant K_AUTH_DELETE_USERS
    Required user's level to delete users.
K_AUTH_EXPORT_USERS
in file tce_auth.php, constant K_AUTH_EXPORT_USERS
    Required user's level to export users.
K_AUTH_IMPORT_USERS
in file tce_auth.php, constant K_AUTH_IMPORT_USERS
    Required user's level to import users.
K_AUTH_INDEX
in file tce_auth.php, constant K_AUTH_INDEX
    Required user's level to access index page.
K_AUTH_MOVE_GROUPS
in file tce_auth.php, constant K_AUTH_MOVE_GROUPS
    Required user's level to move users from one group to another.
K_AUTH_PAGE_USER
in file tce_auth.php, constant K_AUTH_PAGE_USER
    Required user's level to access user page submenu
K_AUTH_PUBLIC_INDEX
in file tce_auth.php, constant K_AUTH_PUBLIC_INDEX
    Required user's level to access index page.
K_AUTH_PUBLIC_TEST_EXECUTE
in file tce_auth.php, constant K_AUTH_PUBLIC_TEST_EXECUTE
    Required user's level to execute a test
K_AUTH_PUBLIC_TEST_INFO
in file tce_auth.php, constant K_AUTH_PUBLIC_TEST_INFO
    Required user's level to view test general information
K_AUTH_PUBLIC_TEST_RESULTS
in file tce_auth.php, constant K_AUTH_PUBLIC_TEST_RESULTS
    Required user's level to view test results
K_AUTH_RENAME_MEDIAFILE
in file tce_auth.php, constant K_AUTH_RENAME_MEDIAFILE
    Required user's level to rename multimedia files.
K_AUTH_USER_CHANGE_EMAIL
in file tce_auth.php, constant K_AUTH_USER_CHANGE_EMAIL
    Required user's level to change email
K_AUTH_USER_CHANGE_PASSWORD
in file tce_auth.php, constant K_AUTH_USER_CHANGE_PASSWORD
    Required user's level to change password
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_CAS_ENABLED
in file tce_cas.php, constant K_CAS_ENABLED
    If true enable CAS
K_CAS_HOST
in file tce_cas.php, constant K_CAS_HOST
    CAS server hostname.
K_CAS_PATH
in file tce_cas.php, constant K_CAS_PATH
    The location on the webserver where the CAS application is hosted.
K_CAS_PORT
in file tce_cas.php, constant K_CAS_PORT
    The port to connect to.
K_CAS_USER_GROUP_ID
in file tce_cas.php, constant K_CAS_USER_GROUP_ID
    Default user group ID This is the TCExam group id to which the CAS accounts belongs.
K_CAS_USER_LEVEL
in file tce_cas.php, constant K_CAS_USER_LEVEL
    Default user level
K_CAS_VERSION
in file tce_cas.php, constant K_CAS_VERSION
    Version of CAS protocol to use.
K_CELL_HEIGHT_RATIO
in file tce_pdf.php, constant K_CELL_HEIGHT_RATIO
    height of cell repect font height
K_CHECK_SESSION_FINGERPRINT
in file tce_config.php, constant K_CHECK_SESSION_FINGERPRINT
    If true, check for possible session hijacking (set to false if you have login problems).
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, 5432, 1521)
K_DATABASE_TYPE
in file tce_db_config.php, constant K_DATABASE_TYPE
    database type (MYSQL, POSTGRESQL, ORACLE)
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_DIGSIG_CERTIFICATE
in file tce_pdf.php, constant K_DIGSIG_CERTIFICATE
    Signing certificate (string or filename prefixed with 'file://').
K_DIGSIG_CERT_TYPE
in file tce_pdf.php, constant K_DIGSIG_CERT_TYPE
    The access permissions granted for this document.
K_DIGSIG_CONTACT
in file tce_pdf.php, constant K_DIGSIG_CONTACT
    Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number or email address.
K_DIGSIG_ENABLE
in file tce_pdf.php, constant K_DIGSIG_ENABLE
    If true digitally sign PDF documents.
K_DIGSIG_EXTRA_CERTS
in file tce_pdf.php, constant K_DIGSIG_EXTRA_CERTS
    Name of a file containing a bunch of extra certificates to include in the signature which can for example be used to help the recipient to verify the certificate that you used.
K_DIGSIG_LOCATION
in file tce_pdf.php, constant K_DIGSIG_LOCATION
    The CPU host name or physical location of the signing.
K_DIGSIG_NAME
in file tce_pdf.php, constant K_DIGSIG_NAME
    The name of the person or authority signing the document.
K_DIGSIG_PASSWORD
in file tce_pdf.php, constant K_DIGSIG_PASSWORD
    Password for private key.
K_DIGSIG_PRIVATE_KEY
in file tce_pdf.php, constant K_DIGSIG_PRIVATE_KEY
    Private key (string or filename prefixed with 'file://').
K_DIGSIG_REASON
in file tce_pdf.php, constant K_DIGSIG_REASON
    The reason for the signing, such as ( I agree ...).
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_DISPLAY_TEST_DESCRIPTION
in file tce_config.php, constant K_DISPLAY_TEST_DESCRIPTION
    If true display test description before executing the test.
K_DOWNLOAD_BACKUPS
in file tce_config.php, constant K_DOWNLOAD_BACKUPS
    If true enable the backup download.
K_ENABLE_ANSWER_EXPLANATION
in file tce_config.php, constant K_ENABLE_ANSWER_EXPLANATION
    If true enable explanation field for answers.
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_ENABLE_PUBLIC_PDF
in file tce_config.php, constant K_ENABLE_PUBLIC_PDF
    Enable PDF results on public area.
K_ENABLE_QUESTION_EXPLANATION
in file tce_config.php, constant K_ENABLE_QUESTION_EXPLANATION
    If true enable explanation field for questions.
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_HIDE_EXPIRED_TESTS
in file tce_config.php, constant K_HIDE_EXPIRED_TESTS
    If true hide the expired tests from index table.
K_HTTPBASIC_ENABLED
in file tce_httpbasic.php, constant K_HTTPBASIC_ENABLED
    If true trust HTTP Basic Auth
K_HTTPBASIC_USER_GROUP_ID
in file tce_httpbasic.php, constant K_HTTPBASIC_USER_GROUP_ID
    Default user group ID This is the TCExam group id to which the accounts belong.
K_HTTPBASIC_USER_LEVEL
in file tce_httpbasic.php, constant K_HTTPBASIC_USER_LEVEL
    Default user level
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. Use #USERNAME# as a placeholder for the username passed by login form. For W2K3 use: "(sAMAccountName=#USERNAME#)"
K_LDAP_HOST
in file tce_ldap.php, constant K_LDAP_HOST
    LDAP hostname. If you are using OpenLDAP 2.x.x you can specify a URL instead of the hostname. To use LDAP with SSL, compile OpenLDAP 2.x.x with SSL support, configure PHP with SSL, and set this parameter as ldaps://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_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 for a PHP script.
K_MAX_MEMORY_LIMIT
in file tce_config.php, constant K_MAX_MEMORY_LIMIT
    Max memory limit.
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_NEWLINE
in file tce_general_constants.php, constant K_NEWLINE
    New line character.
K_PATH_BACKUP
in file tce_paths.php, constant K_PATH_BACKUP
    Full path to backup directory.
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_LANG_CACHE
in file tce_paths.php, constant K_PATH_LANG_CACHE
    Full path to cache directory used for language files.
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_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_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_TAB
in file tce_general_constants.php, constant K_TAB
    Tabulation character.
K_TABLE_ANSWERS
in file tce_db_config.php, constant K_TABLE_ANSWERS
    This table contains all answers relative to a specific questions.
K_TABLE_GROUPS
in file tce_db_config.php, constant K_TABLE_GROUPS
    This table contains users' groups. Each user belongs to one of the groups defined in this table.
K_TABLE_LOG_ANSWER
in file tce_db_config.php, constant K_TABLE_LOG_ANSWER
    This table contains the list of the selected alternative answers for each multiple-choice question.
K_TABLE_MODULES
in file tce_db_config.php, constant K_TABLE_MODULES
    Table for modules. A module is a container for subjects.
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
    This table contains all questions relative to specific subjects.
K_TABLE_SESSIONS
in file tce_db_config.php, constant K_TABLE_SESSIONS
    This table stores information about users' Web sessions.
K_TABLE_SUBJECTS
in file tce_db_config.php, constant K_TABLE_SUBJECTS
    This table contains all tests subjects (topics, branch of studies).
K_TABLE_SUBJECT_SET
in file tce_db_config.php, constant K_TABLE_SUBJECT_SET
    This table contains all tests subjects (topics, branch of studies).
K_TABLE_TESTS
in file tce_db_config.php, constant K_TABLE_TESTS
    This table contains all tests data.
K_TABLE_TESTS_LOGS
in file tce_db_config.php, constant K_TABLE_TESTS_LOGS
    This table contains all questions and user answers relative to a specific test for a specific user.
K_TABLE_TEST_GROUPS
in file tce_db_config.php, constant K_TABLE_TEST_GROUPS
    This table contains the list of groups enabled for a selected test.
K_TABLE_TEST_SUBJSET
in file tce_db_config.php, constant K_TABLE_TEST_SUBJSET
    This table lists the type and quantity of the questions associated to each set of subjects selected for a particular test.
K_TABLE_TEST_USER
in file tce_db_config.php, constant K_TABLE_TEST_USER
    This table contains the list of tests generated for each user.
K_TABLE_USERGROUP
in file tce_db_config.php, constant K_TABLE_USERGROUP
    This table contains the list of groups to whom each user belongs.
K_TABLE_USERS
in file tce_db_config.php, constant K_TABLE_USERS
    This table contains all registered users' data, including system administrators and a special 'anonymous' user.
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_TCPDF_CALLS_IN_HTML
in file tce_pdf.php, constant K_TCPDF_CALLS_IN_HTML
    if true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
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_THAI_TOPCHARS
in file tce_pdf.php, constant K_THAI_TOPCHARS
    set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language
K_TIMESTAMP_FORMAT
in file tce_config.php, constant K_TIMESTAMP_FORMAT
    Define timestamp format using PHP notation (do not change).
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_UPDATE_PASSKEY
in file tce_update.php, constant K_UPDATE_PASSKEY
    UPDATES PASSKEY
K_UPDATE_SERVER
in file tce_update.php, constant K_UPDATE_SERVER
    Updating server
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 (i.e.: "http://www.yoursite.com/agreement.html").
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_enc_key
in file tcpdf.php, variable TCPDF::$last_enc_key
    last RC4 key encrypted (cached for optimisation)
$last_enc_key_c
in file tcpdf.php, variable TCPDF::$last_enc_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
    Provides the ability to change the line ending
$lengthTableBits
in file qrcode.php, variable QRcode::$lengthTableBits
$level
in file qrcode.php, variable QRcode::$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
$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
$listindentlevel
in file tcpdf.php, variable TCPDF::$listindentlevel
$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 class.phpmailer.php, method PHPMailer::Lang()
    Returns a message in the appropriate language.
Lang
in file tce_class_mailer.php, method C_mailer::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.
lengthIndicator
in file qrcode.php, method QRcode::lengthIndicator()
    Return the size of length indicator for the mode and version.
lengthOfCode
in file qrcode.php, method QRcode::lengthOfCode()
    lengthOfCode
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()
    Creates a List-box field
Ln
in file tcpdf.php, method TCPDF::Ln()
    Performs a line break.
Login
in file class.pop3.php, method POP3::Login()
    Login to the POP3 server (does not support APOP yet)
lookAnTable
in file qrcode.php, method QRcode::lookAnTable()
    Look up the alphabet-numeric convesion table (see JIS X0510:2004, pp.19).
top

m

$Mailer
in file class.phpmailer.php, variable PHPMailer::$Mailer
    Method to send mail: ("mail", "sendmail", or "smtp").
$maxselcol
in file tcpdf.php, variable TCPDF::$maxselcol
    Maximum page and column selected
$MessageID
in file class.phpmailer.php, variable PHPMailer::$MessageID
    Sets the message ID to be used in the Message-Id header.
$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.
makeMask
in file qrcode.php, method QRcode::makeMask()
    makeMask
makeMaskNo
in file qrcode.php, method QRcode::makeMaskNo()
    makeMaskNo
mask
in file qrcode.php, method QRcode::mask()
    mask
mask0
in file qrcode.php, method QRcode::mask0()
    mask0
mask1
in file qrcode.php, method QRcode::mask1()
    mask1
mask2
in file qrcode.php, method QRcode::mask2()
    mask2
mask3
in file qrcode.php, method QRcode::mask3()
    mask3
mask4
in file qrcode.php, method QRcode::mask4()
    mask4
mask5
in file qrcode.php, method QRcode::mask5()
    mask5
mask6
in file qrcode.php, method QRcode::mask6()
    mask6
mask7
in file qrcode.php, method QRcode::mask7()
    mask7
maximumWords
in file qrcode.php, method QRcode::maximumWords()
    Return the maximum length for the mode and version.
MAX_STRUCTURED_SYMBOLS
in file qrcode.php, constant MAX_STRUCTURED_SYMBOLS
    Max number of symbols for structured mode
mergeBitStream
in file qrcode.php, method QRcode::mergeBitStream()
    mergeBitStream
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.
modnn
in file qrcode.php, method QRcode::modnn()
    modnn
movePage
in file tcpdf.php, method TCPDF::movePage()
    Move a page to a previous position.
MsgHTML
in file class.phpmailer.php, method PHPMailer::MsgHTML()
    Evaluates the message and returns modifications for inline images and backgrounds
MultiCell
in file tcpdf.php, method TCPDF::MultiCell()
    This method allows printing text with line breaks.
top

n

$n
in file tcpdf.php, variable TCPDF::$n
$newline
in file tcpdf.php, variable TCPDF::$newline
    True if a newline is created.
$newpagegroup
in file tcpdf.php, variable TCPDF::$newpagegroup
    Array of page numbers were a new page group was started
$numfonts
in file tcpdf.php, variable TCPDF::$numfonts
    Counts the number of fonts.
$numimages
in file tcpdf.php, variable TCPDF::$numimages
    Counts the number of pages.
$numpages
in file tcpdf.php, variable TCPDF::$numpages
    Counts the number of pages.
$num_columns
in file tcpdf.php, variable TCPDF::$num_columns
    Number of colums
$n_js
in file tcpdf.php, variable TCPDF::$n_js
    javascript counter
$n_ocg_print
in file tcpdf.php, variable TCPDF::$n_ocg_print
    Print visibility.
$n_ocg_view
in file tcpdf.php, variable TCPDF::$n_ocg_view
    View visibility.
N1
in file qrcode.php, constant N1
    Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)
N2
in file qrcode.php, constant N2
    Down point base value for case 2 mask pattern (module block of same color)
N3
in file qrcode.php, constant N3
    Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)
N4
in file qrcode.php, constant N4
    Down point base value for case 4 mask pattern (ration of dark modules in whole)
newFrame
in file qrcode.php, method QRcode::newFrame()
    Set new frame for the specified version.
newFromBytes
in file qrcode.php, method QRcode::newFromBytes()
    Return new bitstream from bytes
newFromNum
in file qrcode.php, method QRcode::newFromNum()
    Return new bitstream from number
newInputItem
in file qrcode.php, method QRcode::newInputItem()
    newInputItem
top

o

$objcopy
in file tcpdf.php, variable TCPDF::$objcopy
    Used to store a cloned copy of the current class object
$offsets
in file tcpdf.php, variable TCPDF::$offsets
$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
$overline
in file tcpdf.php, variable TCPDF::$overline
objclone
in file tcpdf.php, method TCPDF::objclone()
    Creates a copy of a class object
Open
in file tcpdf.php, method TCPDF::Open()
    This method begins the generation of the PDF document.
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

$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
$pagelen
in file tcpdf.php, variable TCPDF::$pagelen
    Array containing page lengths in bytes.
$PageMode
in file tcpdf.php, variable TCPDF::$PageMode
    A name object specifying how the document should be displayed when opened.
$pageopen
in file tcpdf.php, variable TCPDF::$pageopen
    Store the fage status (true when opened, false when closed).
$pages
in file tcpdf.php, variable TCPDF::$pages
$page_obj_id
in file tcpdf.php, variable TCPDF::$page_obj_id
    ID of page objects
$page_regions
in file tcpdf.php, variable TCPDF::$page_regions
$password
in file class.pop3.php, variable POP3::$password
    POP3 Password
$Password
in file class.phpmailer.php, variable PHPMailer::$Password
    Sets SMTP password.
$pdfunit
in file tcpdf.php, variable TCPDF::$pdfunit
$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. Useful if the SMTP class is in a different directory than the PHP include path.
$POP3_PORT
in file class.pop3.php, variable POP3::$POP3_PORT
    Default POP3 port
$POP3_TIMEOUT
in file class.pop3.php, variable POP3::$POP3_TIMEOUT
    Default Timeout
$pop_conn
in file class.pop3.php, variable POP3::$pop_conn
$port
in file class.pop3.php, variable POP3::$port
    POP3 Port
$Port
in file class.phpmailer.php, variable PHPMailer::$Port
    Sets the default SMTP server port.
$premode
in file tcpdf.php, variable TCPDF::$premode
$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).
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.
PDF417
in file pdf417.php, class PDF417
    Class to create PDF417 barcode arrays for TCPDF class.
PDF417DEFS
in file pdf417.php, constant PDF417DEFS
    Indicate that definitions for this class are set
pdfLink
in file tce_functions_test_stats.php, function pdfLink()
    Returns an URL to open the PDF generator page.
pdfUserResultsLink
in file tce_show_allresults_users.php, function pdfUserResultsLink()
    Returns an URL to open the PDF generator page for user's results.
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_MONOSPACED
in file tce_pdf.php, constant PDF_FONT_MONOSPACED
    default monospaced font name
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
    ratio used to adjust the conversion of pixels to user units
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_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
phpmailerException
in file class.phpmailer.php, class phpmailerException
    PHPMailer Exceptions
PHP_VERSION_ID
in file tce_config.php, constant PHP_VERSION_ID
PieSector
in file tcpdf.php, method TCPDF::PieSector()
    Draw the sector of a circle.
PieSectorXY
in file tcpdf.php, method TCPDF::PieSectorXY()
    Draw the sector of an ellipse.
pixelsToUnits
in file tcpdf.php, method TCPDF::pixelsToUnits()
    Converts pixels to User's 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.
PolyLine
in file tcpdf.php, method TCPDF::PolyLine()
    Draws a polygonal line
POP3
in file class.pop3.php, class POP3
    POP Before SMTP Authentication Class Version 5.0.0
printTemplate
in file tcpdf.php, method TCPDF::printTemplate()
    Print an XObject Template.
putAlignmentMarker
in file qrcode.php, method QRcode::putAlignmentMarker()
    Put an alignment marker.
putAlignmentPattern
in file qrcode.php, method QRcode::putAlignmentPattern()
    Put an alignment pattern.
putFinderPattern
in file qrcode.php, method QRcode::putFinderPattern()
    Put a finder pattern.
putHtmlListBullet
in file tcpdf.php, method TCPDF::putHtmlListBullet()
    Output an HTML list bullet or ordered item symbol
pdf417.php
procedural page pdf417.php
top

q

$qtype
in file tce_class_import_xml.php, variable XMLQuestionImporter::$qtype
$questionhash
in file tce_class_import_xml.php, variable XMLQuestionImporter::$questionhash
QRCAP_EC
in file qrcode.php, constant QRCAP_EC
    Matrix index to get error correction level from $capacity array.
QRCAP_REMINDER
in file qrcode.php, constant QRCAP_REMINDER
    Matrix index to get remainder from $capacity array.
QRCAP_WIDTH
in file qrcode.php, constant QRCAP_WIDTH
    Matrix index to get width from $capacity array.
QRCAP_WORDS
in file qrcode.php, constant QRCAP_WORDS
    Matrix index to get number of words from $capacity array.
QRcode
in file qrcode.php, class QRcode
    Class to create QR-code arrays for TCPDF class.
QRCODEDEFS
in file qrcode.php, constant QRCODEDEFS
    Indicate that definitions for this class are set
QRSPEC_VERSION_MAX
in file qrcode.php, constant QRSPEC_VERSION_MAX
    Maximum QR Code version.
QRSPEC_WIDTH_MAX
in file qrcode.php, constant QRSPEC_WIDTH_MAX
    Maximum matrix size for maximum version (version 40 is 177*177 matrix).
qrstrset
in file qrcode.php, method QRcode::qrstrset()
    Replace a value on the array at the specified position
QR_DEFAULT_MASK
in file qrcode.php, constant QR_DEFAULT_MASK
    when QR_FIND_BEST_MASK === false
QR_ECLEVEL_H
in file qrcode.php, constant QR_ECLEVEL_H
    Error correction level H : About 30% or less errors can be corrected.
QR_ECLEVEL_L
in file qrcode.php, constant QR_ECLEVEL_L
    Error correction level L : About 7% or less errors can be corrected.
QR_ECLEVEL_M
in file qrcode.php, constant QR_ECLEVEL_M
    Error correction level M : About 15% or less errors can be corrected.
QR_ECLEVEL_Q
in file qrcode.php, constant QR_ECLEVEL_Q
    Error correction level Q : About 25% or less errors can be corrected.
QR_FIND_BEST_MASK
in file qrcode.php, constant QR_FIND_BEST_MASK
    if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code
QR_FIND_FROM_RANDOM
in file qrcode.php, constant QR_FIND_FROM_RANDOM
    if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly
QR_MODE_8B
in file qrcode.php, constant QR_MODE_8B
    Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.
QR_MODE_AN
in file qrcode.php, constant QR_MODE_AN
    Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
QR_MODE_KJ
in file qrcode.php, constant QR_MODE_KJ
    Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.
QR_MODE_NL
in file qrcode.php, constant QR_MODE_NL
    Encoding mode
QR_MODE_NM
in file qrcode.php, constant QR_MODE_NM
    Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.
QR_MODE_ST
in file qrcode.php, constant QR_MODE_ST
    Encoding mode STRUCTURED (currently unsupported)
QUIETH
in file pdf417.php, constant QUIETH
    Horizontal quiet zone in modules
QUIETV
in file pdf417.php, constant QUIETV
    Vertical quiet zone in modules
Quit
in file class.smtp.php, method SMTP::Quit()
    Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
qrcode.php
procedural page qrcode.php
top

r

$radiobutton_groups
in file tcpdf.php, variable TCPDF::$radiobutton_groups
    List of radio buttons parent objects.
$radio_groups
in file tcpdf.php, variable TCPDF::$radio_groups
    List of radio group objects IDs
$rasterize_vector_images
in file tcpdf.php, variable TCPDF::$rasterize_vector_images
$ReplyTo
in file class.phpmailer.php, variable PHPMailer::$ReplyTo
$resource
in file tce_tmx.php, variable TMXResourceBundle::$resource
$re_space
in file tcpdf.php, variable TCPDF::$re_space
    Array of parts $re_spaces
$re_spaces
in file tcpdf.php, variable TCPDF::$re_spaces
    Regular expression used to find blank characters used for word-wrapping.
$rMargin
in file tcpdf.php, variable TCPDF::$rMargin
$rsblocks
in file qrcode.php, variable QRcode::$rsblocks
$rsfactors
in file pdf417.php, variable PDF417::$rsfactors
$rsitems
in file qrcode.php, variable QRcode::$rsitems
$rtl
in file tcpdf.php, variable TCPDF::$rtl
$runLength
in file qrcode.php, variable QRcode::$runLength
RadialGradient
in file tcpdf.php, method TCPDF::RadialGradient()
    Paints a radial colour gradient.
RadioButton
in file tcpdf.php, method TCPDF::RadioButton()
    Creates a RadioButton field
readDiskCache
in file tcpdf.php, method TCPDF::readDiskCache()
    Read data from a temporary file on filesystem.
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.
registrationMark
in file tcpdf.php, method TCPDF::registrationMark()
    Paints a registration mark
RegularPolygon
in file tcpdf.php, method TCPDF::RegularPolygon()
    Draws a regular polygon.
removePageRegion
in file tcpdf.php, method TCPDF::removePageRegion()
    Remove a single no-write region.
removeSHY
in file tcpdf.php, method TCPDF::removeSHY()
    Removes SHY characters from text.
renderLatex
in file tce_latexrender.php, method LatexRender::renderLatex()
    Renders a LaTeX formula by the using the following method:
replaceBuffer
in file tcpdf.php, method TCPDF::replaceBuffer()
    Replace the buffer content
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.
resetLastH
in file tcpdf.php, method TCPDF::resetLastH()
    Reset the last cell height.
revstrpos
in file tcpdf.php, method TCPDF::revstrpos()
    Find position of last occurrence of a substring in a string
RFCDate
in file class.phpmailer.php, method PHPMailer::RFCDate()
    Returns the proper RFC 822 formatted date.
rfread
in file tcpdf.php, method TCPDF::rfread()
    Binary-safe and URL-safe file read.
rollbackTransaction
in file tcpdf.php, method TCPDF::rollbackTransaction()
    This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().
Rotate
in file tcpdf.php, method TCPDF::Rotate()
    Rotate object.
RoundedRect
in file tcpdf.php, method TCPDF::RoundedRect()
    Draws a rounded rectangle.
RoundedRectXY
in file tcpdf.php, method TCPDF::RoundedRectXY()
    Draws a rounded rectangle.
ROWHEIGHT
in file pdf417.php, constant ROWHEIGHT
    Row height respect X dimension of single module
rsBlockNum
in file qrcode.php, method QRcode::rsBlockNum()
    Return block number 0
rsBlockNum1
in file qrcode.php, method QRcode::rsBlockNum1()
    Return block number 1
rsBlockNum2
in file qrcode.php, method QRcode::rsBlockNum2()
    Return block number 2
rsDataCodes1
in file qrcode.php, method QRcode::rsDataCodes1()
    Return data codes 1
rsDataCodes2
in file qrcode.php, method QRcode::rsDataCodes2()
    Return data codes 2
rsDataLength
in file qrcode.php, method QRcode::rsDataLength()
    Return data length
rsEccCodes1
in file qrcode.php, method QRcode::rsEccCodes1()
    Return ecc codes 1
rsEccCodes2
in file qrcode.php, method QRcode::rsEccCodes2()
    Return ecc codes 2
rsEccLength
in file qrcode.php, method QRcode::rsEccLength()
    Return ecc length
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.
$sign
in file tcpdf.php, variable TCPDF::$sign
    If true enables document signing
$signature_appearance
in file tcpdf.php, variable TCPDF::$signature_appearance
    data for signature appearance
$signature_data
in file tcpdf.php, variable TCPDF::$signature_data
    Signature data
$signature_max_length
in file tcpdf.php, variable TCPDF::$signature_max_length
    Signature max length
$sign_cert_file
in file class.phpmailer.php, variable PHPMailer::$sign_cert_file
$sign_key_file
in file class.phpmailer.php, variable PHPMailer::$sign_key_file
$sign_key_pass
in file class.phpmailer.php, variable PHPMailer::$sign_key_pass
$sig_annot_ref
in file tcpdf.php, variable TCPDF::$sig_annot_ref
    Placemark used during signature process.
$sig_obj_id
in file tcpdf.php, variable TCPDF::$sig_obj_id
    Signature object ID
$SingleTo
in file class.phpmailer.php, variable PHPMailer::$SingleTo
    Provides the ability to have the TO field process individual
$SingleToArray
in file class.phpmailer.php, variable PHPMailer::$SingleToArray
    If SingleTo is true, this provides the array to hold the email addresses
$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().
$SMTPSecure
in file class.phpmailer.php, variable PHPMailer::$SMTPSecure
    Sets connection prefix.
$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
$spotcolor
in file tcpdf.php, variable TCPDF::$spotcolor
$spot_colors
in file tcpdf.php, variable TCPDF::$spot_colors
    Array of Spot colors
$start_pattern
in file pdf417.php, variable PDF417::$start_pattern
$start_transaction_page
in file tcpdf.php, variable TCPDF::$start_transaction_page
    Store page number when startTransaction() is called.
$start_transaction_y
in file tcpdf.php, variable TCPDF::$start_transaction_y
    Store Y position when startTransaction() is called.
$state
in file tcpdf.php, variable TCPDF::$state
$stop_pattern
in file pdf417.php, variable PDF417::$stop_pattern
$string_length_limit
in file tce_latexrender.php, variable LatexRender::$string_length_limit
$strokecolor
in file tcpdf.php, variable TCPDF::$strokecolor
$structured
in file qrcode.php, variable QRcode::$structured
$subject
in file tcpdf.php, variable TCPDF::$subject
$Subject
in file class.phpmailer.php, variable PHPMailer::$Subject
    Sets the Subject of the message.
$svgclipid
in file tcpdf.php, variable TCPDF::$svgclipid
$svgclipmode
in file tcpdf.php, variable TCPDF::$svgclipmode
$svgclippaths
in file tcpdf.php, variable TCPDF::$svgclippaths
$svgcliptm
in file tcpdf.php, variable TCPDF::$svgcliptm
$svgdefs
in file tcpdf.php, variable TCPDF::$svgdefs
$svgdefsmode
in file tcpdf.php, variable TCPDF::$svgdefsmode
$svgdir
in file tcpdf.php, variable TCPDF::$svgdir
$svggradientid
in file tcpdf.php, variable TCPDF::$svggradientid
$svggradients
in file tcpdf.php, variable TCPDF::$svggradients
$svginheritprop
in file tcpdf.php, variable TCPDF::$svginheritprop
$svgstyles
in file tcpdf.php, variable TCPDF::$svgstyles
$svgtext
in file tcpdf.php, variable TCPDF::$svgtext
$svgtextmode
in file tcpdf.php, variable TCPDF::$svgtextmode
$svgunit
in file tcpdf.php, variable TCPDF::$svgunit
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.
SecureHeader
in file class.phpmailer.php, method PHPMailer::SecureHeader()
    Strips newlines to prevent header injection.
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_tmx.php, method TMXResourceBundle::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.
segSVGContentHandler
in file tcpdf.php, method TCPDF::segSVGContentHandler()
    Sets the character data handler function for the XML parser.
selectColumn
in file tcpdf.php, method TCPDF::selectColumn()
    Set position at a given column
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.
sendString
in file class.pop3.php, method POP3::sendString()
    Send a string down the open socket connection to the POP3 server
serializeTCPDFtagParameters
in file tcpdf.php, method TCPDF::serializeTCPDFtagParameters()
    Serialize an array of parameters to be used with TCPDF tag in HTML code.
ServerHostname
in file class.phpmailer.php, method PHPMailer::ServerHostname()
    Returns the server hostname or 'localhost.localdomain' if unknown.
set
in file class.phpmailer.php, method PHPMailer::set()
    Set (or reset) Class Objects (variables)
setAlpha
in file tcpdf.php, method TCPDF::setAlpha()
    Set alpha for stroking (CA) and non-stroking (ca) operations.
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 2dbarcodes.php, method TCPDF2DBarcode::setBarcode()
    Set the barcode.
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.
setBuffer
in file tcpdf.php, method TCPDF::setBuffer()
    Set buffer content (always append data).
setCellHeightRatio
in file tcpdf.php, method TCPDF::setCellHeightRatio()
    Set the height of the cell (line height) respect the font height.
setCellMargins
in file tcpdf.php, method TCPDF::setCellMargins()
    Set the internal Cell margins.
SetCellPadding
in file tcpdf.php, method TCPDF::SetCellPadding()
    Set the same internal Cell padding for top, right, bottom, left-
setCellPaddings
in file tcpdf.php, method TCPDF::setCellPaddings()
    Set the internal Cell paddings.
setColumnsArray
in file tcpdf.php, method TCPDF::setColumnsArray()
    Set columns array.
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.
setContentMark
in file tcpdf.php, method TCPDF::setContentMark()
    Set start-writing mark on selected page.
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.
SetDefaultMonospacedFont
in file tcpdf.php, method TCPDF::SetDefaultMonospacedFont()
    Defines the default monospaced font.
setDefaultTableColumns
in file tcpdf.php, method TCPDF::setDefaultTableColumns()
    Set the default number of columns in a row for HTML tables.
SetDisplayMode
in file tcpdf.php, method TCPDF::SetDisplayMode()
    Defines the way the document is to be displayed by the viewer.
SetDocInfoUnicode
in file tcpdf.php, method TCPDF::SetDocInfoUnicode()
    Turn on/off Unicode mode for document information dictionary (meta tags).
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).
setEqualColumns
in file tcpdf.php, method TCPDF::setEqualColumns()
    Set multiple columns of the same size
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()
    Add an extgstate
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.
setFontBuffer
in file tcpdf.php, method TCPDF::setFontBuffer()
    Set font buffer content.
setFontSize
in file tce_latexrender.php, method LatexRender::setFontSize()
    Set font size.
SetFontSize
in file tcpdf.php, method TCPDF::SetFontSize()
    Defines the size of the current font.
setFontSpacing
in file tcpdf.php, method TCPDF::setFontSpacing()
    Set the amount to increase or decrease the space between characters in a text.
setFontStretching
in file tcpdf.php, method TCPDF::setFontStretching()
    Set the percentage of character stretching.
setFontSubBuffer
in file tcpdf.php, method TCPDF::setFontSubBuffer()
    Set font buffer content.
setFontSubsetting
in file tcpdf.php, method TCPDF::setFontSubsetting()
    Enable or disable default option for font subsetting.
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.
setFormDefaultProp
in file tcpdf.php, method TCPDF::setFormDefaultProp()
    Set default properties for form fields.
setFormulaDensity
in file tce_latexrender.php, method LatexRender::setFormulaDensity()
    Set formula density (used by ImageMagick)
setFrameAt
in file qrcode.php, method QRcode::setFrameAt()
    Set frame value at specified position
SetFrom
in file class.phpmailer.php, method PHPMailer::SetFrom()
    Set the From and FromName properties
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.
setHtmlLinksStyle
in file tcpdf.php, method TCPDF::setHtmlLinksStyle()
    Set the color and font style for HTML links.
setHtmlVSpace
in file tcpdf.php, method TCPDF::setHtmlVSpace()
    Set the vertical spaces for HTML tags.
setImageBuffer
in file tcpdf.php, method TCPDF::setImageBuffer()
    Set image buffer content.
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 adjusting factor to convert pixels to user units.
setImageSubBuffer
in file tcpdf.php, method TCPDF::setImageSubBuffer()
    Set image buffer content for a specified sub-key.
setJPEGQuality
in file tcpdf.php, method TCPDF::setJPEGQuality()
    Set the default JPEG compression quality (1-100)
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.
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 default bullet to be used as LI bullet symbol
SetMargins
in file tcpdf.php, method TCPDF::SetMargins()
    Defines the left, top and right margins.
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.
setPageBoxes
in file tcpdf.php, method TCPDF::setPageBoxes()
    Set page boundaries.
setPageBuffer
in file tcpdf.php, method TCPDF::setPageBuffer()
    Set page buffer content.
setPageFormat
in file tcpdf.php, method TCPDF::setPageFormat()
    Change the format of the current page
setPageMark
in file tcpdf.php, method TCPDF::setPageMark()
    Set start-writing mark on current page stream used to put borders and fills.
setPageOrientation
in file tcpdf.php, method TCPDF::setPageOrientation()
    Set page orientation.
setPageRegions
in file tcpdf.php, method TCPDF::setPageRegions()
    Set no-write regions on page.
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()
    Set the PDF version (check PDF reference for valid values).
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 Remark: the protection against modification is for people who have the full Acrobat product.
setRasterizeVectorImages
in file tcpdf.php, method TCPDF::setRasterizeVectorImages()
    Enable/disable rasterization of vector images using ImageMagick library.
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
setSignature
in file tcpdf.php, method TCPDF::setSignature()
    Enable document signature (requires the OpenSSL Library).
setSignatureAppearance
in file tcpdf.php, method TCPDF::setSignatureAppearance()
    Set the digital signature appearance (a cliccable rectangle area to get signature properties)
setSpacesRE
in file tcpdf.php, method TCPDF::setSpacesRE()
    Set regular expression to detect withespaces or word separators.
SetSubject
in file tcpdf.php, method TCPDF::SetSubject()
    Defines the subject of the document.
setSVGStyles
in file tcpdf.php, method TCPDF::setSVGStyles()
    Apply the requested SVG styles (*** TO BE COMPLETED ***)
setTableHeader
in file tcpdf.php, method TCPDF::setTableHeader()
    This method is used to render the table header on new page (if any).
setTCExamBackLink
in file tcpdfex.php, method TCPDFEX::setTCExamBackLink()
    Set an URL link that points back to TCExam website (this will be printed as QR-Code on header).
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.
setTextRenderingMode
in file tcpdf.php, method TCPDF::setTextRenderingMode()
    Set Text rendering mode.
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.
setUserRights
in file tcpdf.php, method TCPDF::setUserRights()
    Set User's Rights for PDF Reader WARNING: This is experimental and currently do not work.
setViewerPreferences
in file tcpdf.php, method TCPDF::setViewerPreferences()
    Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.
setVisibility
in file tcpdf.php, method TCPDF::setVisibility()
    Set the visibility of the successive elements.
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.
set_mqr
in file tcpdf.php, method TCPDF::set_mqr()
    Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist)
spotcolors.php
procedural page spotcolors.php
showRequiredField
in file tce_functions_general.php, function showRequiredField()
    Return a string containing an HTML acronym for required/not required fields.
Sign
in file class.phpmailer.php, method PHPMailer::Sign()
    Set the private key file and password to sign the message.
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.
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.
SmtpSend
in file class.phpmailer.php, method PHPMailer::SmtpSend()
    Sends mail via SMTP using PhpSMTP Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
splitString
in file qrcode.php, method QRcode::splitString()
    splitString
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_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()
    Create a new page group.
startSVGElementHandler
in file tcpdf.php, method TCPDF::startSVGElementHandler()
    Sets the opening SVG element handler function for the XML parser. (*** TO BE COMPLETED ***)
startTemplate
in file tcpdf.php, method TCPDF::startTemplate()
    Start a new XObject Template.
StartTLS
in file class.smtp.php, method SMTP::StartTLS()
    Initiate a TLS communication with the server.
startTransaction
in file tcpdf.php, method TCPDF::startTransaction()
    Stores a copy of the current TCPDF object used for undo operation.
StartTransform
in file tcpdf.php, method TCPDF::StartTransform()
    Starts a 2D tranformation saving current graphic state.
StopTransform
in file tcpdf.php, method TCPDF::StopTransform()
    Stops a 2D tranformation restoring previous graphic state.
STOP_CONTINUE
in file class.phpmailer.php, class constant PHPMailer::STOP_CONTINUE
STOP_CRITICAL
in file class.phpmailer.php, class constant PHPMailer::STOP_CRITICAL
STOP_MESSAGE
in file class.phpmailer.php, class constant PHPMailer::STOP_MESSAGE
stringLeftTrim
in file tcpdf.php, method TCPDF::stringLeftTrim()
    Left trim the input string
stringRightTrim
in file tcpdf.php, method TCPDF::stringRightTrim()
    Right trim the input string
stringTrim
in file tcpdf.php, method TCPDF::stringTrim()
    Trim the input string
STRUCTURE_HEADER_BITS
in file qrcode.php, constant STRUCTURE_HEADER_BITS
    Number of header bits for structured mode
str_split
in file qrcode.php, function str_split()
    Convert a string to an array (needed for PHP4 compatibility)
SVGPath
in file tcpdf.php, method TCPDF::SVGPath()
    Draws an SVG path
SVGTransform
in file tcpdf.php, method TCPDF::SVGTransform()
    Apply SVG graphic transformation matrix.
swapMargins
in file tcpdf.php, method TCPDF::swapMargins()
    Swap the left and right margins.
swapPageBoxCoordinates
in file tcpdf.php, method TCPDF::swapPageBoxCoordinates()
    Swap X and Y coordinates of page boxes (change page boxes orientation).
top

t

$tagvspaces
in file tcpdf.php, variable TCPDF::$tagvspaces
    Array used for custom vertical spaces for HTML tags
$tcexam_backlink
in file tcpdfex.php, variable TCPDFEX::$tcexam_backlink
$tcpdf_version
in file tcpdf.php, variable TCPDF::$tcpdf_version
$tempfontsize
in file tcpdf.php, variable TCPDF::$tempfontsize
$TextColor
in file tcpdf.php, variable TCPDF::$TextColor
$textindent
in file tcpdf.php, variable TCPDF::$textindent
    Text indentation value (used for text-indent CSS attribute)
$textlatch
in file pdf417.php, variable PDF417::$textlatch
$textrendermode
in file tcpdf.php, variable TCPDF::$textrendermode
    Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.
$textstrokewidth
in file tcpdf.php, variable TCPDF::$textstrokewidth
    Text stroke width in doc units
$textsubmodes
in file pdf417.php, variable PDF417::$textsubmodes
$thead
in file tcpdf.php, variable TCPDF::$thead
    Table header content to be repeated on each new page
$theadMargins
in file tcpdf.php, variable TCPDF::$theadMargins
    Margins used for table header.
$Timeout
in file class.phpmailer.php, variable PHPMailer::$Timeout
    Sets the SMTP server timeout in seconds.
$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
$tocpage
in file tcpdf.php, variable TCPDF::$tocpage
$transfmatrix
in file tcpdf.php, variable TCPDF::$transfmatrix
    Array of transformation matrix
$transfmatrix_key
in file tcpdf.php, variable TCPDF::$transfmatrix_key
    Current key for transformation matrix
$transfmrk
in file tcpdf.php, variable TCPDF::$transfmrk
    Array used to store positions of graphics transformation blocks inside the page buffer.
$tval
in file class.pop3.php, variable POP3::$tval
    POP3 Timeout Value
tce_class_import_xml.php
procedural page tce_class_import_xml.php
tce_colorpicker.php
procedural page tce_colorpicker.php
tce_csv_allresults_user.php
procedural page tce_csv_allresults_user.php
tce_csv_result_allusers.php
procedural page tce_csv_result_allusers.php
tce_csv_users.php
procedural page tce_csv_users.php
tce_download.php
procedural page tce_download.php
tce_edit_answer.php
procedural page tce_edit_answer.php
tce_edit_backup.php
procedural page tce_edit_backup.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_filemanager.php
procedural page tce_filemanager.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_filemanager.php
procedural page tce_functions_filemanager.php
tce_functions_questions.php
procedural page tce_functions_questions.php
tce_functions_statistics.php
procedural page tce_functions_statistics.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_login.php
procedural page tce_login.php
tce_logout.php
procedural page tce_logout.php
tce_menu_modules.php
procedural page tce_menu_modules.php
tce_menu_tests.php
procedural page tce_menu_tests.php
tce_menu_users.php
procedural page tce_menu_users.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_pdf_user_results.php
procedural page tce_pdf_user_results.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_mediafile.php
procedural page tce_select_mediafile.php
tce_select_users.php
procedural page tce_select_users.php
tce_show_allresults_users.php
procedural page tce_show_allresults_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_update.php
procedural page tce_update.php
tce_xhtml_header.php
procedural page tce_xhtml_header.php
tce_xml_questions.php
procedural page tce_xml_questions.php
tce_xml_question_stats.php
procedural page tce_xml_question_stats.php
tce_xml_results.php
procedural page tce_xml_results.php
tce_xml_users.php
procedural page tce_xml_users.php
tce_xml_user_results.php
procedural page tce_xml_user_results.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_page_menu.php
procedural page tce_page_menu.php
tce_page_user.php
procedural page tce_page_user.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_test_start.php
procedural page tce_test_start.php
tce_user_change_email.php
procedural page tce_user_change_email.php
tce_user_change_password.php
procedural page tce_user_change_password.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_auth.php
procedural page tce_auth.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_oracle.php
procedural page tce_db_dal_oracle.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_menu.php
procedural page tce_functions_menu.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
tcpdfex.php
procedural page tcpdfex.php
tce_cas.php
procedural page tce_cas.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_httpbasic.php
procedural page tce_httpbasic.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.
TCPDF2DBarcode
in file 2dbarcodes.php, class TCPDF2DBarcode
    PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).
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).
TCPDFEX
in file tcpdfex.php, class TCPDFEX
    This is an extension of the TCPDF class for creating PDF document.
TCPDF_UNICODE_DATA
in file unicode_data.php, class TCPDF_UNICODE_DATA
    This is a PHP class containing Unicde data for TCPDF library
Text
in file tcpdf.php, method TCPDF::Text()
    Prints a text cell at the specified position.
TextField
in file tcpdf.php, method TCPDF::TextField()
    Creates a text field
TextLine
in file class.phpmailer.php, method PHPMailer::TextLine()
    Returns a formatted mail line.
TMXResourceBundle
in file tce_tmx.php, class TMXResourceBundle
    This PHP Class reads resource text data directly from a TMX (XML) file.
toUpper
in file qrcode.php, method QRcode::toUpper()
    toUpper
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
$unicode
in file tcpdf.php, variable TCPDF::$unicode
$uni_arabicsubst
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_arabicsubst
$uni_diacritics
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_diacritics
$uni_laa_array
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_laa_array
$uni_LRE
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_LRE
$uni_LRM
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_LRM
$uni_LRO
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_LRO
$uni_mirror
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_mirror
$uni_PDF
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_PDF
$uni_RE_PATTERN_ARABIC
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RE_PATTERN_ARABIC
$uni_RE_PATTERN_RTL
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RE_PATTERN_RTL
$uni_RLE
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RLE
$uni_RLM
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RLM
$uni_RLO
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_RLO
$uni_type
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_type
$uni_utf8tolatin
in file unicode_data.php, variable TCPDF_UNICODE_DATA::$uni_utf8tolatin
$ur
in file tcpdf.php, variable TCPDF::$ur
    Array with additional document-wide usage rights for the document.
$username
in file class.pop3.php, variable POP3::$username
    POP3 Username
$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
unicode_data.php
procedural page unicode_data.php
unhtmlentities
in file tce_functions_general.php, function unhtmlentities()
    Reverse function for htmlentities.
unhtmlentities
in file tcpdf.php, method TCPDF::unhtmlentities()
    Reverse function for htmlentities.
UniArrSubString
in file tcpdf.php, method TCPDF::UniArrSubString()
    Extract a slice of the $uniarr array and return it as string.
unichr
in file tcpdf.php, method TCPDF::unichr()
    Returns the unicode caracter specified by UTF-8 value
UTF8ArrayToUniArray
in file tcpdf.php, method TCPDF::UTF8ArrayToUniArray()
    Convert an array of UTF8 values to array of unicode characters
UTF8ArrSubString
in file tcpdf.php, method TCPDF::UTF8ArrSubString()
    Extract a slice of the $strarr array and return it as string.
UTF8ArrToLatin1
in file tcpdf.php, method TCPDF::UTF8ArrToLatin1()
    Converts UTF-8 characters array to array of Latin1 characters
utf8Bidi
in file tcpdf.php, method TCPDF::utf8Bidi()
    Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
UTF8CharBoundary
in file class.phpmailer.php, method PHPMailer::UTF8CharBoundary()
    Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
utf8StrArrRev
in file tcpdf.php, method TCPDF::utf8StrArrRev()
    Reverse the RLT substrings array 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
    Sets the PHPMailer Version number
$version
in file qrcode.php, variable QRcode::$version
$versionPattern
in file qrcode.php, variable QRcode::$versionPattern
$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.
ValidateAddress
in file tce_class_mailer.php, method C_mailer::ValidateAddress()
    Check that a string looks roughly like an email address should (override original ValidateAddress method).
ValidateAddress
in file class.phpmailer.php, method PHPMailer::ValidateAddress()
    Check that a string looks roughly like an email address should
top

w

$w
in file tcpdf.php, variable TCPDF::$w
$webcolor
in file tcpdf.php, variable TCPDF::$webcolor
$width
in file qrcode.php, variable QRcode::$width
$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
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 a Linear Barcode.
write2DBarcode
in file tcpdf.php, method TCPDF::write2DBarcode()
    Print 2D Barcode.
writeBarcode
in file tcpdf.php, method TCPDF::writeBarcode()
    This function is DEPRECATED, please use the new write1DBarcode() function.
writeDiskCache
in file tcpdf.php, method TCPDF::writeDiskCache()
    Writes data to a temporary file on filesystem.
writeFormatInformation
in file qrcode.php, method QRcode::writeFormatInformation()
    Write Format Information on frame and returns the number of black bits
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

x

$x
in file tcpdf.php, variable TCPDF::$x
$x
in file qrcode.php, variable QRcode::$x
$xmlfile
in file tce_class_import_xml.php, variable XMLQuestionImporter::$xmlfile
$xmlfile
in file tce_import_xml_users.php, variable XMLUserImporter::$xmlfile
$xobjects
in file tcpdf.php, variable TCPDF::$xobjects
$xobjid
in file tcpdf.php, variable TCPDF::$xobjid
XMLQuestionImporter
in file tce_class_import_xml.php, class XMLQuestionImporter
    This PHP Class imports question data directly from an XML file.
XMLUserImporter
in file tce_import_xml_users.php, class XMLUserImporter
    This PHP Class imports users and groups data directly from a XML file.
top

y

$y
in file tcpdf.php, variable TCPDF::$y
$y
in file qrcode.php, variable QRcode::$y
top

z

$ZoomMode
in file tcpdf.php, variable TCPDF::$ZoomMode
top

_

_addfield
in file tcpdf.php, method TCPDF::_addfield()
    Adds a javascript form field.
_AES
in file tcpdf.php, method TCPDF::_AES()
    Returns the input text exrypted using AES algorithm and the specified key.
_beginpage
in file tcpdf.php, method TCPDF::_beginpage()
    Initialize a new page.
_datastring
in file tcpdf.php, method TCPDF::_datastring()
    Format a data string for meta information
_datestring
in file tcpdf.php, method TCPDF::_datestring()
    Returns a formatted date for meta information
_destroy
in file tcpdf.php, method TCPDF::_destroy()
    Unset all class variables except the following critical variables: internal_encoding, state, bufferlen, buffer and diskcache.
_dochecks
in file tcpdf.php, method TCPDF::_dochecks()
    Check for locale-related bug
_dolinethrough
in file tcpdf.php, method TCPDF::_dolinethrough()
    Line through text.
_dolinethroughw
in file tcpdf.php, method TCPDF::_dolinethroughw()
    Line through for rectangular text area.
_dooverline
in file tcpdf.php, method TCPDF::_dooverline()
    Overline text.
_dooverlinew
in file tcpdf.php, method TCPDF::_dooverlinew()
    Overline for rectangular text area.
_dounderline
in file tcpdf.php, method TCPDF::_dounderline()
    Underline text.
_dounderlinew
in file tcpdf.php, method TCPDF::_dounderlinew()
    Underline for rectangular text area.
_encrypt_data
in file tcpdf.php, method TCPDF::_encrypt_data()
    Encrypt the input string.
_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.
_escape
in file tcpdf.php, method TCPDF::_escape()
    Add "\" before "\", "(" and ")"
_escapetext
in file tcpdf.php, method TCPDF::_escapetext()
    THIS METHOD IS DEPRECATED
_fixAES256Password
in file tcpdf.php, method TCPDF::_fixAES256Password()
    Convert password for AES-256 encryption mode
_freadint
in file tcpdf.php, method TCPDF::_freadint()
    Read a 4-byte (32 bit) integer from file.
_generateencryptionkey
in file tcpdf.php, method TCPDF::_generateencryptionkey()
    Compute encryption key
_getannotsrefs
in file tcpdf.php, method TCPDF::_getannotsrefs()
    Get references to page annotations.
_getBYTE
in file tcpdf.php, method TCPDF::_getBYTE()
    Get BYTE from string (8-bit unsigned integer).
_getfontpath
in file tcpdf.php, method TCPDF::_getfontpath()
    Return fonts path
_getobj
in file tcpdf.php, method TCPDF::_getobj()
    Return the starting object string for the selected object ID.
_getrawstream
in file tcpdf.php, method TCPDF::_getrawstream()
    get raw output stream.
_getSHORT
in file tcpdf.php, method TCPDF::_getSHORT()
    Get SHORT from string (Big Endian 16-bit signed integer).
_getstream
in file tcpdf.php, method TCPDF::_getstream()
    Format output stream (DEPRECATED).
_getTrueTypeFontSubset
in file tcpdf.php, method TCPDF::_getTrueTypeFontSubset()
    Returns a subset of the TrueType font data without the unused glyphs.
_getTTFtableChecksum
in file tcpdf.php, method TCPDF::_getTTFtableChecksum()
    Returs the checksum of a TTF table.
_getULONG
in file tcpdf.php, method TCPDF::_getULONG()
    Get ULONG from string (Big Endian 32-bit unsigned integer).
_getUSHORT
in file tcpdf.php, method TCPDF::_getUSHORT()
    Get USHORT from string (Big Endian 16-bit unsigned integer).
_getxobjectdict
in file tcpdf.php, method TCPDF::_getxobjectdict()
    Return XObjects Dictionary.
_JScolor
in file tcpdf.php, method TCPDF::_JScolor()
    Convert color to javascript color.
_md5_16
in file tcpdf.php, method TCPDF::_md5_16()
    Encrypts a string using MD5 and returns it's value as a binary string.
_mime_types
in file class.phpmailer.php, method PHPMailer::_mime_types()
    Gets the MIME type of the embedded or inline image
_newobj
in file tcpdf.php, method TCPDF::_newobj()
    Begin a new object and return the object number.
_objectkey
in file tcpdf.php, method TCPDF::_objectkey()
    Compute encryption key depending on object number where the encrypted data is stored.
_OEvalue
in file tcpdf.php, method TCPDF::_OEvalue()
    Compute OE value (used for encryption)
_out
in file tcpdf.php, method TCPDF::_out()
    Output a string to the document.
_outCurve
in file tcpdf.php, method TCPDF::_outCurve()
    Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bézier control points.
_outCurveV
in file tcpdf.php, method TCPDF::_outCurveV()
    Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bézier control points.
_outCurveY
in file tcpdf.php, method TCPDF::_outCurveY()
    Append a cubic Bézier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bézier control points.
_outellipticalarc
in file tcpdf.php, method TCPDF::_outellipticalarc()
    Append an elliptical arc to the current path.
_outLine
in file tcpdf.php, method TCPDF::_outLine()
    Append a straight line segment from the current point to the point (x, y).
_outPoint
in file tcpdf.php, method TCPDF::_outPoint()
    Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.
_outRect
in file tcpdf.php, method TCPDF::_outRect()
    Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.
_Ovalue
in file tcpdf.php, method TCPDF::_Ovalue()
    Compute O value (used for 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.
_putannotsobjs
in file tcpdf.php, method TCPDF::_putannotsobjs()
    Output annotations objects for all pages.
_putannotsrefs
in file tcpdf.php, method TCPDF::_putannotsrefs()
    Output references to page annotations
_putAPXObject
in file tcpdf.php, method TCPDF::_putAPXObject()
    Put appearance streams XObject used to define annotation's appearance states
_putbookmarks
in file tcpdf.php, method TCPDF::_putbookmarks()
    Create a bookmark PDF string.
_putcatalog
in file tcpdf.php, method TCPDF::_putcatalog()
    Output Catalog.
_putcidfont0
in file tcpdf.php, method TCPDF::_putcidfont0()
    Output CID-0 fonts.
_putEmbeddedFiles
in file tcpdf.php, method TCPDF::_putEmbeddedFiles()
    Embedd the attached files.
_putencryption
in file tcpdf.php, method TCPDF::_putencryption()
    Put encryption on PDF document.
_putextgstates
in file tcpdf.php, method TCPDF::_putextgstates()
    Put extgstates for object transparency
_putfonts
in file tcpdf.php, method TCPDF::_putfonts()
    Output fonts.
_putfontwidths
in file tcpdf.php, method TCPDF::_putfontwidths()
    Outputs font widths
_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 (Document Information Dictionary)
_putjavascript
in file tcpdf.php, method TCPDF::_putjavascript()
    Create a javascript PDF string.
_putocg
in file tcpdf.php, method TCPDF::_putocg()
    Put visibility settings.
_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 gradient shaders.
_putsignature
in file tcpdf.php, method TCPDF::_putsignature()
    Add certification signature (DocMDP or UR3)
_putspotcolors
in file tcpdf.php, method TCPDF::_putspotcolors()
    Output Spot Colors Resources.
_putstream
in file tcpdf.php, method TCPDF::_putstream()
    Output a stream (DEPRECATED).
_puttruetypeunicode
in file tcpdf.php, method TCPDF::_puttruetypeunicode()
    Adds unicode fonts.
_putviewerpreferences
in file tcpdf.php, method TCPDF::_putviewerpreferences()
    Output viewer preferences.
_putxobjects
in file tcpdf.php, method TCPDF::_putxobjects()
    Output Form XObjects Templates.
_RC4
in file tcpdf.php, method TCPDF::_RC4()
    Returns the input text encrypted using RC4 algorithm and the specified key.
_setGDImageTransparency
in file tcpdf.php, method TCPDF::_setGDImageTransparency()
    Set the transparency for the given GD image.
_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 image to a JPEG and then return a structure for the PDF creator.
_toPNG
in file tcpdf.php, method TCPDF::_toPNG()
    Convert the loaded image to a PNG and then return a structure for the PDF creator.
_UEvalue
in file tcpdf.php, method TCPDF::_UEvalue()
    Compute UE value (used for encryption)
_Uvalue
in file tcpdf.php, method TCPDF::_Uvalue()
    Compute U value (used for encryption)
__construct
in file tce_tmx.php, method TMXResourceBundle::__construct()
    Class constructor.
__construct
in file class.smtp.php, method SMTP::__construct()
    Initialize the class so that the data is in a known state.
__construct
in file pdf417.php, method PDF417::__construct()
    This is the class constructor.
__construct
in file qrcode.php, method QRcode::__construct()
    This is the class constructor.
__construct
in file tce_class_import_xml.php, method XMLQuestionImporter::__construct()
    Class constructor.
__construct
in file class.pop3.php, method POP3::__construct()
    Constructor, sets the initial values
__construct
in file class.phpmailer.php, method PHPMailer::__construct()
    Constructor
__construct
in file tce_import_xml_users.php, method XMLUserImporter::__construct()
    Class constructor.
__construct
in file tce_latexrender.php, method LatexRender::__construct()
    Class Constructor.
__construct
in file 2dbarcodes.php, method TCPDF2DBarcode::__construct()
    This is the class constructor.
__construct
in file barcodes.php, method TCPDFBarcode::__construct()
    This is the class constructor.
__construct
in file tcpdf.php, method TCPDF::__construct()
    This is the class constructor.
__destruct
in file tcpdf.php, method TCPDF::__destruct()
    Default destructor.
__destruct
in file tce_latexrender.php, method LatexRender::__destruct()
    Default destructor.
__destruct
in file tce_import_xml_users.php, method XMLUserImporter::__destruct()
    Class destructor;
__destruct
in file tce_tmx.php, method TMXResourceBundle::__destruct()
    Class destructor; resets $resource array.
__destruct
in file tce_class_import_xml.php, method XMLQuestionImporter::__destruct()
    Class destructor;
top

Documentation generated on Mon, 06 Dec 2010 12:03:00 +0100 by phpDocumentor 1.4.3