[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ y ] [ z ] [ _ ]

a

$aCommands
in file xajaxResponse.inc.php, variable xajaxResponse::$aCommands
$action_function
in file class.phpmailer-lite.php, variable PHPMailerLite::$action_function
    Callback Action function name
$aFunctionIncludeFiles
in file xajax.inc.php, variable xajax::$aFunctionIncludeFiles
$aFunctionRequestTypes
in file xajax.inc.php, variable xajax::$aFunctionRequestTypes
$aFunctions
in file xajax.inc.php, variable xajax::$aFunctions
$allowed
in file class.upload.php, variable upload::$allowed
    Allowed MIME types
$AltBody
in file class.phpmailer-lite.php, variable PHPMailerLite::$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.
$aObjArray
in file xajax.inc.php, variable xajax::$aObjArray
$aObjects
in file xajax.inc.php, variable xajax::$aObjects
$assert_message
in file RowModel.php, variable RowModel::$assert_message
add
in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::add()
    Add a log entry.
add
in file Logger.php, method Swift_Plugins_Logger::add()
    Add a log entry.
add
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::add()
    Add a log entry.
add
in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::add()
    Add a log entry.
addAction
in file FieldListPattern.php, method FieldListPattern::addAction()
    Adds an action link at the end of the field
addAction
in file ListingPattern.php, method ListingPattern::addAction()
    Adds an action link at the end of the row
addAction
in file TablePattern.php, method TablePattern::addAction()
    Adds an action link at the end of the row
AddAddress
in file class.phpmailer-lite.php, method PHPMailerLite::AddAddress()
    Adds a "To" address.
addAlert
in file xajaxResponse.inc.php, method xajaxResponse::addAlert()
    Adds an alert command message to the XML response.
addAppend
in file xajaxResponse.inc.php, method xajaxResponse::addAppend()
    Adds an append command message to the XML response.
addAssign
in file xajaxResponse.inc.php, method xajaxResponse::addAssign()
    Adds an assign command message to the XML response.
AddAttachment
in file class.phpmailer-lite.php, method PHPMailerLite::AddAttachment()
    Adds an attachment from a path on the filesystem.
AddBCC
in file class.phpmailer-lite.php, method PHPMailerLite::AddBCC()
    Adds a "Bcc" address.
addBcc
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addBcc()
    Add a Bcc: address to this message.
AddCC
in file class.phpmailer-lite.php, method PHPMailerLite::AddCC()
    Adds a "Cc" address.
addCc
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addCc()
    Add a Cc: address to this message.
AddChange
in file phpmailerTest.php, method phpmailerTest::AddChange()
    Adds a change entry.
addClear
in file xajaxResponse.inc.php, method xajaxResponse::addClear()
    Adds a clear command message to the XML response.
addCommand
in file xajaxResponse.inc.php, method xajaxResponse::addCommand()
    Adds a commmand to the array of all commands
addConfirmCommands
in file xajaxResponse.inc.php, method xajaxResponse::addConfirmCommands()
    Adds a confirm commands command message to the XML response.
addConstructorLookup
in file DependencyContainer.php, method Swift_DependencyContainer::addConstructorLookup()
    Specify a dependency lookup for the constructor of the previously registered item.
addConstructorValue
in file DependencyContainer.php, method Swift_DependencyContainer::addConstructorValue()
    Specify a literal (non looked up) value for the constructor of the previously registered item.
addCreate
in file xajaxResponse.inc.php, method xajaxResponse::addCreate()
    Adds a create element command message to the XML response.
addCreateInput
in file xajaxResponse.inc.php, method xajaxResponse::addCreateInput()
    Adds a create input command message to the XML response.
AddCustomHeader
in file class.phpmailer-lite.php, method PHPMailerLite::AddCustomHeader()
    Adds a custom header.
addDateHeader
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addDateHeader()
    Add a new Date header using $timestamp (UNIX time).
addDateHeader
in file HeaderSet.php, method Swift_Mime_HeaderSet::addDateHeader()
    Add a new Date header using $timestamp (UNIX time).
AddEmbeddedImage
in file class.phpmailer-lite.php, method PHPMailerLite::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".
addEvent
in file xajaxResponse.inc.php, method xajaxResponse::addEvent()
    Adds an event command message to the XML response.
addFilter
in file Query.php, method Query::addFilter()
    Adds a filter form to the list
addFilter
in file Filterable.php, method Swift_Filterable::addFilter()
    Add a new StreamFilter, referenced by $key.
addFilter
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::addFilter()
    Add a StreamFilter to this InputByteStream.
addFilter
in file TablePattern.php, method TablePattern::addFilter()
    Adds a filter form to the list
addFilter
in file ListingPattern.php, method ListingPattern::addFilter()
    Adds a filter form to the list
addFilterOption
in file Query.php, method Query::addFilterOption()
    Adds a filter option
addFilterOption
in file ListingPattern.php, method ListingPattern::addFilterOption()
    Adds a filter option
addFilterOption
in file TablePattern.php, method TablePattern::addFilterOption()
    Adds a filter option
addFilterOptions
in file ListingPattern.php, method ListingPattern::addFilterOptions()
    Adds a group of options to a filter
addFilterOptions
in file TablePattern.php, method TablePattern::addFilterOptions()
addFilterOptions
in file Query.php, method Query::addFilterOptions()
    Adds a group of options to a filter
addFrom
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addFrom()
    Add a From: address to this message.
AddGeneralAction
in file EditPattern.php, method Edit::AddGeneralAction()
    Add an action to the end & start of the Form, commonly used to add a "Delete" link
addGeneralAction
in file ListingPattern.php, method ListingPattern::addGeneralAction()
    Add an action to the end & start of the Listing, commonly used to add a "Create new item" link
AddGeneralAction
in file FieldListPattern.php, method FieldListPattern::AddGeneralAction()
    Add an action to the end & start of the Form, commonly used to add a "Delete" link
AddGeneralAction
in file TablePattern.php, method TablePattern::AddGeneralAction()
    Add an action to the end & start of the Form, commonly used to add a "Delete" link
addHandler
in file xajaxResponse.inc.php, method xajaxResponse::addHandler()
    Adds a handler command message to the XML response.
addHeader
in file PagePattern.php, method PagePattern::addHeader()
    Adds a header to be sent just before display();
addHiddenFilter
in file ListingPattern.php, method ListingPattern::addHiddenFilter()
addHiddenFilter
in file Query.php, method Query::addHiddenFilter()
addHiddenFilter
in file TablePattern.php, method TablePattern::addHiddenFilter()
addHTMLHeader
in file PagePattern.php, method PagePattern::addHTMLHeader()
    Adds a html header that will be added in the <head> section
addIdHeader
in file HeaderSet.php, method Swift_Mime_HeaderSet::addIdHeader()
    Add a new ID header for Message-ID or Content-ID.
addIdHeader
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addIdHeader()
    Add a new ID header for Message-ID or Content-ID.
addIncludeScript
in file xajaxResponse.inc.php, method xajaxResponse::addIncludeScript()
    Adds an include script command message to the XML response.
addInsert
in file xajaxResponse.inc.php, method xajaxResponse::addInsert()
    Adds a insert element command message to the XML response.
addInsertAfter
in file xajaxResponse.inc.php, method xajaxResponse::addInsertAfter()
    Adds a insert element command message to the XML response.
addInsertInput
in file xajaxResponse.inc.php, method xajaxResponse::addInsertInput()
    Adds an insert input command message to the XML response.
addInsertInputAfter
in file xajaxResponse.inc.php, method xajaxResponse::addInsertInputAfter()
    Adds an insert input command message to the XML response.
addJavascript
in file TemplatePattern.php, method TemplatePattern::addJavascript()
    Adds a javascript that will be added in the head section
addLink
in file TablePattern.php, method TablePattern::addLink()
    Adds an action link embedded into the given field.
addLink
in file ListingPattern.php, method ListingPattern::addLink()
    Adds an action link embedded into the given field.
addMailboxHeader
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addMailboxHeader()
    Add a new Mailbox Header with a list of $addresses.
addMailboxHeader
in file HeaderSet.php, method Swift_Mime_HeaderSet::addMailboxHeader()
    Add a new Mailbox Header with a list of $addresses.
AddNote
in file phpmailerTest.php, method phpmailerTest::AddNote()
    Adds a simple note to the message.
addParameterizedHeader
in file HeaderSet.php, method Swift_Mime_HeaderSet::addParameterizedHeader()
    Add a new ParameterizedHeader with $name, $value and $params.
addParameterizedHeader
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addParameterizedHeader()
    Add a new ParameterizedHeader with $name, $value and $params.
addPart
in file Message.php, method Swift_Message::addPart()
    Add a MimePart to this Message.
addPathHeader
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addPathHeader()
    Add a new Path header with an address (path) in it.
addPathHeader
in file HeaderSet.php, method Swift_Mime_HeaderSet::addPathHeader()
    Add a new Path header with an address (path) in it.
addPrepend
in file xajaxResponse.inc.php, method xajaxResponse::addPrepend()
    Adds an prepend command message to the XML response.
AddrAppend
in file class.phpmailer-lite.php, method PHPMailerLite::AddrAppend()
    Creates recipient headers.
addRedirect
in file xajaxResponse.inc.php, method xajaxResponse::addRedirect()
    Uses the addScript() method to add a Javascript redirect to another URL.
addRemove
in file xajaxResponse.inc.php, method xajaxResponse::addRemove()
    Adds a remove element command message to the XML response.
addRemoveHandler
in file xajaxResponse.inc.php, method xajaxResponse::addRemoveHandler()
    Adds a remove handler command message to the XML response.
addReplace
in file xajaxResponse.inc.php, method xajaxResponse::addReplace()
    Adds a replace command message to the XML response.
AddReplyTo
in file class.phpmailer-lite.php, method PHPMailerLite::AddReplyTo()
    Adds a "Reply-to" address.
addReplyTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addReplyTo()
    Add a Reply-To: address to this message.
AddrFormat
in file class.phpmailer-lite.php, method PHPMailerLite::AddrFormat()
    Formats an address correctly.
addScript
in file xajaxResponse.inc.php, method xajaxResponse::addScript()
    Adds a Javascript command message to the XML response.
addScriptCall
in file xajaxResponse.inc.php, method xajaxResponse::addScriptCall()
    Adds a Javascript function call command message to the XML response.
AddStringAttachment
in file class.phpmailer-lite.php, method PHPMailerLite::AddStringAttachment()
    Adds a string or binary attachment (non-filesystem) to the list.
addTextHeader
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addTextHeader()
    Add a new basic text header with $name and $value.
addTextHeader
in file HeaderSet.php, method Swift_Mime_HeaderSet::addTextHeader()
    Add a new basic text header with $name and $value.
addTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addTo()
    Add a To: address to this message.
addToolTip
in file ListingPattern.php, method ListingPattern::addToolTip()
    Adds a tooltip to a field
afterEhlo
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::afterEhlo()
    Runs immediately after a EHLO has been issued.
afterEhlo
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::afterEhlo()
    Runs immediately after a EHLO has been issued.
alert
in file xajaxResponse.inc.php, method xajaxResponse::alert()
append
in file xajaxResponse.inc.php, method xajaxResponse::append()
array_merger
in file ConfigParser.php, method ConfigParser::array_merger()
asAliasOf
in file DependencyContainer.php, method Swift_DependencyContainer::asAliasOf()
    Specify the previously registered item as an alias of another item.
asNewInstanceOf
in file DependencyContainer.php, method Swift_DependencyContainer::asNewInstanceOf()
    Specify the previously registered item as a new instance of $className.
assertLoaded
in file RowModel.php, method RowModel::assertLoaded()
assertLoaded
in file DAO.php, method DAO::assertLoaded()
    Asserts that the DataAccessObject is Loaded
assertLoggedIn
in file Session.php, method Session::assertLoggedIn()
assertPermissionsLoaded
in file UserModel.php, method UserModel::assertPermissionsLoaded()
    Throws an exception if permissions aren't loaded
assertUniqueName
in file UserModel.php, method UserModel::assertUniqueName()
asSharedInstanceOf
in file DependencyContainer.php, method Swift_DependencyContainer::asSharedInstanceOf()
    Specify the previously registered item as a shared instance of $className.
assign
in file xajaxResponse.inc.php, method xajaxResponse::assign()
assign
in file View.php, method View::assign()
    Assigns a variable to be visible in the Template
assign
in file TemplatePattern.php, method TemplatePattern::assign()
asValue
in file DependencyContainer.php, method Swift_DependencyContainer::asValue()
    Specify the previously registered item as a literal value.
attach
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::attach()
    Attach a Swift_Mime_MimeEntity such as an Attachment or MimePart.
authenticate
in file PlainAuthenticator.php, method Swift_Transport_Esmtp_Auth_PlainAuthenticator::authenticate()
    Try to authenticate the user with $username and $password.
authenticate
in file CramMd5Authenticator.php, method Swift_Transport_Esmtp_Auth_CramMd5Authenticator::authenticate()
    Try to authenticate the user with $username and $password.
authenticate
in file Authenticator.php, method Swift_Transport_Esmtp_Authenticator::authenticate()
    Try to authenticate the user with $username and $password.
authenticate
in file LoginAuthenticator.php, method Swift_Transport_Esmtp_Auth_LoginAuthenticator::authenticate()
    Try to authenticate the user with $username and $password.
autoCompressJavascript
in file xajax.inc.php, method xajax::autoCompressJavascript()
    This method can be used to create a new xajax.js file out of the xajax_uncompressed.js file (which will only happen if xajax.js doesn't already exist on the filesystem).
autoload
in file Autoloader.php, method Autoloader::autoload()
autoload
in file Swift.php, method Swift::autoload()
    Internal autoloader for spl_autoload_register().
Autoloader
in file Autoloader.php, class Autoloader
    Include files based on the Instance's ClassName being created
Autoloader.php
procedural page Autoloader.php
Attachment.php
procedural page Attachment.php
AbstractFilterableInputStream.php
procedural page AbstractFilterableInputStream.php
ArrayByteStream.php
procedural page ArrayByteStream.php
ArrayCharacterStream.php
procedural page ArrayCharacterStream.php
ArrayKeyCache.php
procedural page ArrayKeyCache.php
ArrayRecipientIterator.php
procedural page ArrayRecipientIterator.php
Attachment.php
procedural page Attachment.php
AbstractHeader.php
procedural page AbstractHeader.php
AntiFloodPlugin.php
procedural page AntiFloodPlugin.php
ArrayLogger.php
procedural page ArrayLogger.php
AbstractSmtpTransport.php
procedural page AbstractSmtpTransport.php
Authenticator.php
procedural page Authenticator.php
AuthHandler.php
procedural page AuthHandler.php
top

b

$bCleanBuffer
in file xajax.inc.php, variable xajax::$bCleanBuffer
$bDebug
in file xajax.inc.php, variable xajax::$bDebug
$bDecodeUTF8Input
in file xajax.inc.php, variable xajax::$bDecodeUTF8Input
$bErrorHandler
in file xajax.inc.php, variable xajax::$bErrorHandler
$bExitAllowed
in file xajax.inc.php, variable xajax::$bExitAllowed
$Body
in file class.phpmailer-lite.php, variable PHPMailerLite::$Body
    Sets the Body of the message. This can be either an HTML or text body.
$bOutputEntities
in file xajax.inc.php, variable xajax::$bOutputEntities
$bOutputEntities
in file xajaxResponse.inc.php, variable xajaxResponse::$bOutputEntities
$bStatusMessages
in file xajax.inc.php, variable xajax::$bStatusMessages
$bWaitCursor
in file xajax.inc.php, variable xajax::$bWaitCursor
Base64EncodeWrapMB
in file class.phpmailer-lite.php, method PHPMailerLite::Base64EncodeWrapMB()
    Correctly encodes and wraps long multibyte strings for mail headers without breaking lines within a character.
batchSend
in file Mailer.php, method Swift_Mailer::batchSend()
    Send the given Message to all recipients individually.
beforeSendPerformed
in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::beforeSendPerformed()
    Invoked immediately before the Message is sent.
beforeSendPerformed
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::beforeSendPerformed()
    Not used.
beforeSendPerformed
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::beforeSendPerformed()
    Invoked immediately before the Message is sent.
beforeSendPerformed
in file ReporterPlugin.php, method Swift_Plugins_ReporterPlugin::beforeSendPerformed()
    Not used.
beforeSendPerformed
in file SendListener.php, method Swift_Events_SendListener::beforeSendPerformed()
    Invoked immediately before the Message is sent.
beforeSendPerformed
in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::beforeSendPerformed()
    Invoked immediately before the Message is sent.
beforeTransportStarted
in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::beforeTransportStarted()
    Invoked just before a Transport is started.
beforeTransportStarted
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::beforeTransportStarted()
    Invoked just before a Transport is started.
beforeTransportStarted
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::beforeTransportStarted()
    Invoked just before a Transport is started.
beforeTransportStopped
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::beforeTransportStopped()
    Not used.
beforeTransportStopped
in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::beforeTransportStopped()
    Invoked just before a Transport is stopped.
beforeTransportStopped
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::beforeTransportStopped()
    Invoked just before a Transport is stopped.
bind
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::bind()
    Not used.
bind
in file InputByteStream.php, method Swift_InputByteStream::bind()
    Attach $is to this stream.
bind
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::bind()
    Attach $is to this stream.
bind
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::bind()
    Attach $is to this stream.
bind
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::bind()
    Attach $is to this stream.
bindEventListener
in file EventDispatcher.php, method Swift_Events_EventDispatcher::bindEventListener()
    Bind an event listener to this dispatcher.
bindEventListener
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::bindEventListener()
    Bind an event listener to this dispatcher.
bindSmtp
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::bindSmtp()
    Bind this plugin to a specific SMTP transport instance.
bubbleCancelled
in file Event.php, method Swift_Events_Event::bubbleCancelled()
    Returns true if this Event will not bubble any further up the stack.
bubbleCancelled
in file EventObject.php, method Swift_Events_EventObject::bubbleCancelled()
    Returns true if this Event will not bubble any further up the stack.
BuildBody
in file phpmailerTest.php, method phpmailerTest::BuildBody()
    Build the body of the message in the appropriate format.
BYTES_PER_MINUTE
in file ThrottlerPlugin.php, class constant Swift_Plugins_ThrottlerPlugin::BYTES_PER_MINUTE
    Flag for throttling in bytes per minute
bar_across.php
procedural page bar_across.php
Base64Encoder.php
procedural page Base64Encoder.php
Base64ContentEncoder.php
procedural page Base64ContentEncoder.php
Base64HeaderEncoder.php
procedural page Base64HeaderEncoder.php
BandwidthMonitorPlugin.php
procedural page BandwidthMonitorPlugin.php
ByteArrayReplacementFilter.php
procedural page ByteArrayReplacementFilter.php
top

c

$ChangeLog
in file phpmailerTest.php, variable phpmailerTest::$ChangeLog
    Holds the change log.
$CharSet
in file class.phpmailer-lite.php, variable PHPMailerLite::$CharSet
    Sets the CharSet of the message.
$colors
in file Chart.php, variable Chart::$colors
    Array for storing the colors to visualize the data defined in $data.
$ConfirmReadingTo
in file class.phpmailer-lite.php, variable PHPMailerLite::$ConfirmReadingTo
    Sets the email address that a reading confirmation will be sent.
$ContentType
in file class.phpmailer-lite.php, variable PHPMailerLite::$ContentType
    Sets the Content-type of the message.
CalendarPattern
in file CalendarPattern.php, class CalendarPattern
    Provides a PagePattern that shows an fullcalendar jquery plugin.
call
in file xajaxResponse.inc.php, method xajaxResponse::call()
cancelBubble
in file Event.php, method Swift_Events_Event::cancelBubble()
    Prevent this Event from bubbling any further up the stack.
cancelBubble
in file EventObject.php, method Swift_Events_EventObject::cancelBubble()
    Prevent this Event from bubbling any further up the stack.
canProcessRequests
in file xajax.inc.php, method xajax::canProcessRequests()
    Returns true if xajax can process the request, false if otherwise.
CatalogPattern
in file CatalogPattern.php, class CatalogPattern
    Provides a PagePattern that shows an item's list.
charsetChanged
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::charsetChanged()
    Notify this observer that the entity's charset has changed.
charsetChanged
in file MimePart.php, method Swift_Mime_MimePart::charsetChanged()
    Receive notification that the charset has changed on this document, or a parent document.
charsetChanged
in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::charsetChanged()
    Not used.
charsetChanged
in file QpEncoder.php, method Swift_Encoder_QpEncoder::charsetChanged()
    Updates the charset used.
charsetChanged
in file Rfc2231Encoder.php, method Swift_Encoder_Rfc2231Encoder::charsetChanged()
    Updates the charset used.
charsetChanged
in file CharsetObserver.php, method Swift_Mime_CharsetObserver::charsetChanged()
    Notify this observer that the entity's charset has changed.
charsetChanged
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::charsetChanged()
    Receive notification that the charset of this entity, or a parent entity has changed.
charsetChanged
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::charsetChanged()
    Notify this observer that the entity's charset has changed.
charsetChanged
in file Base64Encoder.php, method Swift_Encoder_Base64Encoder::charsetChanged()
    Does nothing.
Chart
in file Chart.php, method Chart::Chart()
    The constructor.
Chart
in file Chart.php, class Chart
    The main Chart class. Base class for all subtypes of charts, like Pie, Bar, Line and so on.
Chart_Bar_across
in file bar_across.php, class Chart_Bar_across
    This is a pie visualization class.
Chart_Data
in file Chart.php, class Chart_Data
    This class represents an object in a chart, i.e. a line in a line diagram, a piece of pie in a pie chart and so on.
Chart_Data
in file Chart.php, method Chart_Data::Chart_Data()
    The constructor.
Chart_Pie
in file pie.php, class Chart_Pie
    This is a pie visualization class.
CheckChanges
in file phpmailerTest.php, method phpmailerTest::CheckChanges()
    Check which default settings have been changed for the report.
clean
in file class.upload.php, method upload::clean()
    Deletes the uploaded file from its temporary location
cleanBufferOff
in file xajax.inc.php, method xajax::cleanBufferOff()
    Turns off xajax's output buffer cleaning.
cleanBufferOn
in file xajax.inc.php, method xajax::cleanBufferOn()
    Causes xajax to clean out all output buffers before outputting a response (default behavior).
cleanDateFromData
in file Utils.php, method Utils::cleanDateFromData()
    Takes the $data from a form with a date on it, creates a date by compositing
cleanToDb
in file Utils.php, method Utils::cleanToDb()
cleanToDbBinary
in file Utils.php, method Utils::cleanToDbBinary()
clear
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::clear()
    Clear the log contents.
clear
in file Logger.php, method Swift_Plugins_Logger::clear()
    Clear the log contents.
clear
in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::clear()
    Not implemented.
clear
in file xajaxResponse.inc.php, method xajaxResponse::clear()
clear
in file HitReporter.php, method Swift_Plugins_Reporters_HitReporter::clear()
    Clear the buffer (empty the list).
clear
in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::clear()
    Clear the log contents.
ClearAddresses
in file class.phpmailer-lite.php, method PHPMailerLite::ClearAddresses()
    Clears all recipients assigned in the TO array. Returns void.
clearAll
in file KeyCache.php, method Swift_KeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
clearAll
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
clearAll
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
clearAll
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
ClearAllRecipients
in file class.phpmailer-lite.php, method PHPMailerLite::ClearAllRecipients()
    Clears all recipients assigned in the TO, CC and BCC array. Returns void.
ClearAttachments
in file class.phpmailer-lite.php, method PHPMailerLite::ClearAttachments()
    Clears all previously set filesystem, string, and binary attachments. Returns void.
ClearBCCs
in file class.phpmailer-lite.php, method PHPMailerLite::ClearBCCs()
    Clears all recipients assigned in the BCC array. Returns void.
clearCachedValueIf
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::clearCachedValueIf()
    Clear the cached value if $condition is met.
ClearCCs
in file class.phpmailer-lite.php, method PHPMailerLite::ClearCCs()
    Clears all recipients assigned in the CC array. Returns void.
ClearCustomHeaders
in file class.phpmailer-lite.php, method PHPMailerLite::ClearCustomHeaders()
    Clears all custom headers. Returns void.
clearKey
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
clearKey
in file KeyCache.php, method Swift_KeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
clearKey
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
clearKey
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
ClearReplyTos
in file class.phpmailer-lite.php, method PHPMailerLite::ClearReplyTos()
    Clears all recipients assigned in the ReplyTo array. Returns void.
commandSent
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::commandSent()
    Invoked immediately following a command being sent.
commandSent
in file CommandListener.php, method Swift_Events_CommandListener::commandSent()
    Invoked immediately following a command being sent.
commandSent
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::commandSent()
    Invoked immediately following a command being sent.
commit
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::commit()
    For any bytes that are currently buffered inside the stream, force them off the buffer.
commit
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::commit()
    Not used.
commit
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::commit()
    Not used.
commit
in file InputByteStream.php, method Swift_InputByteStream::commit()
    For any bytes that are currently buffered inside the stream, force them off the buffer.
commit
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::commit()
    Not used.
Config
in file Config.php, class Config
    Provides a Config abstraction in the form of a singleton
ConfigParser
in file ConfigParser.php, class ConfigParser
confirmCommands
in file xajaxResponse.inc.php, method xajaxResponse::confirmCommands()
connect
in file Pop3Connection.php, method Swift_Plugins_Pop_Pop3Connection::connect()
    Connect to the POP3 host and throw an Exception if it fails.
connect
in file DbConnection.php, method DbConnection::connect()
connect
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::connect()
    Connect to the POP3 host and authenticate.
Controller
in file Controller.php, class Controller
Config.php
procedural page Config.php
ConfigParser.php
procedural page ConfigParser.php
Controller.php
procedural page Controller.php
create
in file xajaxResponse.inc.php, method xajaxResponse::create()
createActionCall
in file HelperPattern.php, method HelperPattern::createActionCall()
CreateBody
in file class.phpmailer-lite.php, method PHPMailerLite::CreateBody()
    Assembles the message body. Returns an empty string on failure.
createComboBox
in file HelperPattern.php, method HelperPattern::createComboBox()
    Creates a ComboBox
createCommandEvent
in file EventDispatcher.php, method Swift_Events_EventDispatcher::createCommandEvent()
    Create a new CommandEvent for $source and $command.
createCommandEvent
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createCommandEvent()
    Create a new CommandEvent for $source and $command.
createDateComboBox
in file HelperPattern.php, method HelperPattern::createDateComboBox()
createDateHeader
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createDateHeader()
    Create a new Date header using $timestamp (UNIX time).
createDateHeader
in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createDateHeader()
    Create a new Date header using $timestamp (UNIX time).
createDependenciesFor
in file DependencyContainer.php, method Swift_DependencyContainer::createDependenciesFor()
    Create an array of arguments passed to the constructor of $itemName.
createDependentJavascript
in file FormPattern.php, method FormPattern::createDependentJavascript()
    Creates the javascript that powers the dependent engine
createDisplayNameString
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::createDisplayNameString()
    Produces a compliant, formatted display-name based on the string given.
createFilter
in file StringReplacementFilterFactory.php, method Swift_StreamFilters_StringReplacementFilterFactory::createFilter()
    Create a new StreamFilter to replace $search with $replace in a string.
createFilter
in file ReplacementFilterFactory.php, method Swift_ReplacementFilterFactory::createFilter()
    Create a filter to replace $search with $replace.
CreateFormActionList
in file HelperPattern.php, method HelperPattern::CreateFormActionList()
createFrameLink
in file HelperPattern.php, method HelperPattern::createFrameLink()
CreateHeader
in file class.phpmailer-lite.php, method PHPMailerLite::CreateHeader()
    Assembles message header.
createIdHeader
in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createIdHeader()
    Create a new ID header for Message-ID or Content-ID.
createIdHeader
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createIdHeader()
    Create a new ID header for Message-ID or Content-ID.
createInput
in file xajaxResponse.inc.php, method xajaxResponse::createInput()
createMailboxHeader
in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createMailboxHeader()
    Create a new Mailbox Header with a list of $addresses.
createMailboxHeader
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createMailboxHeader()
    Create a new Mailbox Header with a list of $addresses.
createMailboxListString
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::createMailboxListString()
    Creates a string form of all the mailboxes in the passed array.
createParameterizedHeader
in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createParameterizedHeader()
    Create a new ParameterizedHeader with $name, $value and $params.
createParameterizedHeader
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createParameterizedHeader()
    Create a new ParameterizedHeader with $name, $value and $params.
createPathHeader
in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createPathHeader()
    Create a new Path header with an address (path) in it.
createPathHeader
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createPathHeader()
    Create a new Path header with an address (path) in it.
createPhrase
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::createPhrase()
    Produces a compliant, formatted RFC 2822 'phrase' based on the string given.
createRadioButton
in file HelperPattern.php, method HelperPattern::createRadioButton()
createResponseEvent
in file EventDispatcher.php, method Swift_Events_EventDispatcher::createResponseEvent()
    Create a new ResponseEvent for $source and $response.
createResponseEvent
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createResponseEvent()
    Create a new ResponseEvent for $source and $response.
createSelfUrl
in file HelperPattern.php, method HelperPattern::createSelfUrl()
createSendEvent
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createSendEvent()
    Create a new SendEvent for $source and $message.
createSendEvent
in file EventDispatcher.php, method Swift_Events_EventDispatcher::createSendEvent()
    Create a new SendEvent for $source and $message.
createTextHeader
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createTextHeader()
    Create a new basic text header with $name and $value.
createTextHeader
in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createTextHeader()
    Create a new basic text header with $name and $value.
createTransportChangeEvent
in file EventDispatcher.php, method Swift_Events_EventDispatcher::createTransportChangeEvent()
    Create a new TransportChangeEvent for $source.
createTransportChangeEvent
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createTransportChangeEvent()
    Create a new TransportChangeEvent for $source.
createTransportExceptionEvent
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createTransportExceptionEvent()
    Create a new TransportExceptionEvent for $source.
createTransportExceptionEvent
in file EventDispatcher.php, method Swift_Events_EventDispatcher::createTransportExceptionEvent()
    Create a new TransportExceptionEvent for $source.
CalendarPattern.php
procedural page CalendarPattern.php
CatalogPattern.php
procedural page CatalogPattern.php
class.phpmailer-lite.php
procedural page class.phpmailer-lite.php
Chart.php
procedural page Chart.php
CharacterReader.php
procedural page CharacterReader.php
CharacterReaderFactory.php
procedural page CharacterReaderFactory.php
CharacterStream.php
procedural page CharacterStream.php
CommandEvent.php
procedural page CommandEvent.php
CommandListener.php
procedural page CommandListener.php
CharsetObserver.php
procedural page CharsetObserver.php
ContentEncoder.php
procedural page ContentEncoder.php
CramMd5Authenticator.php
procedural page CramMd5Authenticator.php
cache_deps.php
procedural page cache_deps.php
class.upload.php
procedural page class.upload.php
class.upload.ca_CA.php
procedural page class.upload.ca_CA.php
class.upload.cs_CS.php
procedural page class.upload.cs_CS.php
class.upload.de_DE.php
procedural page class.upload.de_DE.php
class.upload.el_GR.php
procedural page class.upload.el_GR.php
class.upload.es_ES.php
procedural page class.upload.es_ES.php
class.upload.et_EE.php
procedural page class.upload.et_EE.php
class.upload.fr_FR.php
procedural page class.upload.fr_FR.php
class.upload.he_IL.php
procedural page class.upload.he_IL.php
class.upload.hr_HR.php
procedural page class.upload.hr_HR.php
class.upload.id_ID.php
procedural page class.upload.id_ID.php
class.upload.it_IT.php
procedural page class.upload.it_IT.php
class.upload.nl_NL.php
procedural page class.upload.nl_NL.php
class.upload.no_NO.php
procedural page class.upload.no_NO.php
class.upload.pl_PL.php
procedural page class.upload.pl_PL.php
class.upload.pt_BR.php
procedural page class.upload.pt_BR.php
class.upload.ro_RO.php
procedural page class.upload.ro_RO.php
class.upload.ru_RU.php
procedural page class.upload.ru_RU.php
class.upload.ru_RU.windows-1251.php
procedural page class.upload.ru_RU.windows-1251.php
class.upload.sk_SK.php
procedural page class.upload.sk_SK.php
class.upload.sv_SE.php
procedural page class.upload.sv_SE.php
class.upload.tr_TR.php
procedural page class.upload.tr_TR.php
class.upload.uk_UA.php
procedural page class.upload.uk_UA.php
class.upload.uk_UA.windows-1251.php
procedural page class.upload.uk_UA.windows-1251.php
class.upload.vn_VN.php
procedural page class.upload.vn_VN.php
class.upload.xx_XX.php
procedural page class.upload.xx_XX.php
class.upload.zh_CN.gb-2312.php
procedural page class.upload.zh_CN.gb-2312.php
class.upload.zh_CN.php
procedural page class.upload.zh_CN.php
class.upload.zh_TW.php
procedural page class.upload.zh_TW.php
top

d

$data
in file RowModel.php, variable RowModel::$data
$DbConnection
in file RowModel.php, variable RowModel::$DbConnection
    Holds the DbConnection
$db_connection
in file DbConnection.php, variable DbConnection::$db_connection
$db_host
in file DbConnection.php, variable DbConnection::$db_host
$db_name
in file DbConnection.php, variable DbConnection::$db_name
$db_password
in file DbConnection.php, variable DbConnection::$db_password
$db_user
in file DbConnection.php, variable DbConnection::$db_user
$desc
in file Chart.php, variable Chart_Data::$desc
    Description of the data object.
$dir_auto_chmod
in file class.upload.php, variable upload::$dir_auto_chmod
    Set this variable to true to allow automatic chmod of the destination directory if it is not writeable
$dir_auto_create
in file class.upload.php, variable upload::$dir_auto_create
    Set this variable to true to allow automatic creation of the destination directory if it is missing (works recursively)
$dir_chmod
in file class.upload.php, variable upload::$dir_chmod
    Set this variable to the default chmod you want the class to use when creating directories, or attempting to write in a directory
$DKIM_domain
in file class.phpmailer-lite.php, variable PHPMailerLite::$DKIM_domain
    Used with DKIM DNS Resource Record
$DKIM_identity
in file class.phpmailer-lite.php, variable PHPMailerLite::$DKIM_identity
    Used with DKIM DNS Resource Record
$DKIM_passphrase
in file class.phpmailer-lite.php, variable PHPMailerLite::$DKIM_passphrase
    Used with DKIM Digital Signing process
$DKIM_private
in file class.phpmailer-lite.php, variable PHPMailerLite::$DKIM_private
    Used with DKIM DNS Resource Record
$DKIM_selector
in file class.phpmailer-lite.php, variable PHPMailerLite::$DKIM_selector
    Used with DKIM DNS Resource Record
DAO.php
procedural page DAO.php
DbConnection.php
procedural page DbConnection.php
DAO
in file DAO.php, class DAO
    Provides a database abstraction of a Row, simplyfing data access and modification
DbConnection
in file DbConnection.php, class DbConnection
    Database Connection abstraction
debug
in file ConfigParser.php, method ConfigParser::debug()
debugOff
in file xajax.inc.php, method xajax::debugOff()
    Disables debug messages for xajax (default behavior).
debugOn
in file xajax.inc.php, method xajax::debugOn()
    Enables debug messages for xajax.
decodeUTF8InputOff
in file xajax.inc.php, method xajax::decodeUTF8InputOff()
    Turns off decoding the input request args from UTF-8 (default behavior).
decodeUTF8InputOn
in file xajax.inc.php, method xajax::decodeUTF8InputOn()
    Causes xajax to decode the input request args from UTF-8 to the current encoding if possible. Either the iconv or mb_string extension must be present for optimal functionality.
defineOrdering
in file HeaderSet.php, method Swift_Mime_HeaderSet::defineOrdering()
    Define a list of Header names as an array in the correct order.
defineOrdering
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::defineOrdering()
    Define a list of Header names as an array in the correct order.
delete
in file DAO.php, method DAO::delete()
    Deletes the row on the database, if it violates referential-integrity as defined at database level it will simply return false constraints.
delete
in file RowModel.php, method RowModel::delete()
deleteField
in file EditPattern.php, method Edit::deleteField()
    Deletes a field from the form
deleteField
in file FieldListPattern.php, method FieldListPattern::deleteField()
    Deletes a field from the list
deleteRow
in file XajaxHelper.php, method XajaxHelper::deleteRow()
    Deletes a generic Row
deleteSession
in file Session.php, method Session::deleteSession()
detach
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::detach()
    Remove an already attached entity.
DetailPattern
in file DetailPattern.php, class DetailPattern
    Provide basic template system
disableField
in file FieldListPattern.php, method FieldListPattern::disableField()
disableField
in file EditPattern.php, method Edit::disableField()
disconnect
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::disconnect()
    Disconnect from the POP3 host.
disconnect
in file Pop3Connection.php, method Swift_Plugins_Pop_Pop3Connection::disconnect()
    Disconnect from the POP3 host and throw an Exception if it fails.
dispatchEvent
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::dispatchEvent()
    Dispatch the given Event to all suitable listeners.
dispatchEvent
in file EventDispatcher.php, method Swift_Events_EventDispatcher::dispatchEvent()
    Dispatch the given Event to all suitable listeners.
display
in file PagePattern.php, method PagePattern::display()
    Shows the given template
display
in file ManyToManyPattern.php, method ManyToManyPattern::display()
    Display the selected template with the given data and customization
display
in file ListingPattern.php, method ListingPattern::display()
    Display the selected template with the given data and customization
display
in file View.php, method View::display()
    Displays the Template
display
in file EditPattern.php, method Edit::display()
    Display the selected template with the given data and customization
DKIM_Add
in file class.phpmailer-lite.php, method PHPMailerLite::DKIM_Add()
    Create the DKIM header, body, as new header
DKIM_BodyC
in file class.phpmailer-lite.php, method PHPMailerLite::DKIM_BodyC()
    Generate DKIM Canonicalization Body
DKIM_HeaderC
in file class.phpmailer-lite.php, method PHPMailerLite::DKIM_HeaderC()
    Generate DKIM Canonicalization Header
DKIM_QP
in file class.phpmailer-lite.php, method PHPMailerLite::DKIM_QP()
    Set the private key file and password to sign the message.
DKIM_Sign
in file class.phpmailer-lite.php, method PHPMailerLite::DKIM_Sign()
    Generate DKIM signature
doCallback
in file class.phpmailer-lite.php, method PHPMailerLite::doCallback()
dump
in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::dump()
    Get this log as a string.
dump
in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::dump()
    Not implemented.
dump
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::dump()
    Get this log as a string.
dump
in file spyc.php, method Spyc::dump()
    Dump PHP array to YAML
dump
in file Logger.php, method Swift_Plugins_Logger::dump()
    Get this log as a string.
DetailPattern.php
procedural page DetailPattern.php
default_layout.tpl.php
procedural page default_layout.tpl.php
default_main_menu.tpl.php
procedural page default_main_menu.tpl.php
DependencyContainer.php
procedural page DependencyContainer.php
DependencyException.php
procedural page DependencyException.php
DiskKeyCache.php
procedural page DiskKeyCache.php
DateHeader.php
procedural page DateHeader.php
DecoratorPlugin.php
procedural page DecoratorPlugin.php
top

e

$Encoding
in file class.phpmailer-lite.php, variable PHPMailerLite::$Encoding
    Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
$error
in file class.upload.php, variable upload::$error
    Holds eventual error message in plain english
$ErrorInfo
in file class.phpmailer-lite.php, variable PHPMailerLite::$ErrorInfo
    Holds the most recent mailer error message.
$errors
in file DbConnection.php, variable DbConnection::$errors
Edit
in file EditPattern.php, class Edit
    Provides a Page that shows a form to edit a Row
editField
in file XajaxHelper.php, method XajaxHelper::editField()
    Utility function to edit a single
embed
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::embed()
    Attach a Swift_Mime_MimeEntity and return it's CID source.
encapsulate
in file Chart.php, method Chart::encapsulate()
    This function simply enclosoures the received svg code with the beginning- and ending <svg> or </svg> tags.
encodeByteStream
in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::encodeByteStream()
    Encode stream $in to stream $out.
encodeByteStream
in file Base64ContentEncoder.php, method Swift_Mime_ContentEncoder_Base64ContentEncoder::encodeByteStream()
    Encode stream $in to stream $out.
encodeByteStream
in file ContentEncoder.php, method Swift_Mime_ContentEncoder::encodeByteStream()
    Encode $in to $out.
encodeByteStream
in file QpContentEncoder.php, method Swift_Mime_ContentEncoder_QpContentEncoder::encodeByteStream()
    Encode stream $in to stream $out.
EncodeHeader
in file class.phpmailer-lite.php, method PHPMailerLite::EncodeHeader()
    Encode a header string to best (shortest) of Q, B, quoted or none.
EncodeQ
in file class.phpmailer-lite.php, method PHPMailerLite::EncodeQ()
    Encode string to q encoding.
EncodeQP
in file class.phpmailer-lite.php, method PHPMailerLite::EncodeQP()
    Encode string to RFC2045 (6.7) quoted-printable format
EncodeQPphp
in file class.phpmailer-lite.php, method PHPMailerLite::EncodeQPphp()
    Encode string to quoted-printable.
encoderChanged
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::encoderChanged()
    Receive notification that the encoder of this entity or a parent entity has changed.
encoderChanged
in file EncodingObserver.php, method Swift_Mime_EncodingObserver::encoderChanged()
    Notify this observer that the observed entity's ContentEncoder has changed.
encodeString
in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::encodeString()
    Encode a given string to produce an encoded string.
encodeString
in file Encoder.php, method Swift_Encoder::encodeString()
    Encode a given string to produce an encoded string.
encodeString
in file Base64Encoder.php, method Swift_Encoder_Base64Encoder::encodeString()
    Takes an unencoded string and produces a Base64 encoded string from it.
encodeString
in file Rfc2231Encoder.php, method Swift_Encoder_Rfc2231Encoder::encodeString()
    Takes an unencoded string and produces a string encoded according to RFC 2231 from it.
encodeString
in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::encodeString()
    Takes an unencoded string and produces a Q encoded string from it.
EncodeString
in file class.phpmailer-lite.php, method PHPMailerLite::EncodeString()
    Encodes string to requested format.
encodeString
in file QpEncoder.php, method Swift_Encoder_QpEncoder::encodeString()
    Takes an unencoded string and produces a QP encoded string from it.
encodeWords
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::encodeWords()
    Encode needed word tokens within a string of input.
errorHandlerOff
in file xajax.inc.php, method xajax::errorHandlerOff()
    Turns off xajax's error handling system (default behavior).
errorHandlerOn
in file xajax.inc.php, method xajax::errorHandlerOn()
    Turns on xajax's error handling system so that PHP errors that occur during a request are trapped and pushed to the browser in the form of a Javascript alert.
errorMessage
in file class.phpmailer-lite.php, method phpmailerException::errorMessage()
escapeLine
in file Utils.php, method Utils::escapeLine()
escapeParagraph
in file Utils.php, method Utils::escapeParagraph()
escapeSpecials
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::escapeSpecials()
    Escape special characters in a string (convert to quoted-pairs).
exceptionThrown
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::exceptionThrown()
    Invoked as a TransportException is thrown in the Transport system.
exceptionThrown
in file TransportExceptionListener.php, method Swift_Events_TransportExceptionListener::exceptionThrown()
    Invoked as a TransportException is thrown in the Transport system.
executeCommand
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::executeCommand()
    Run a command against the buffer, expecting the given response codes.
executeCommand
in file SmtpAgent.php, method Swift_Transport_SmtpAgent::executeCommand()
    Run a command against the buffer, expecting the given response codes.
executeCommand
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::executeCommand()
    Run a command against the buffer, expecting the given response codes.
executeQuery
in file DbConnection.php, method DbConnection::executeQuery()
exitAllowedOff
in file xajax.inc.php, method xajax::exitAllowedOff()
    Disables xajax's default behavior of exiting immediately after processing a request and sending the response back to the browser.
exitAllowedOn
in file xajax.inc.php, method xajax::exitAllowedOn()
    Enables xajax to exit immediately after processing a request and sending the response back to the browser (default behavior).
exportToByteStream
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
exportToByteStream
in file KeyCache.php, method Swift_KeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
exportToByteStream
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
exportToByteStream
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
exposeMixinMethods
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::exposeMixinMethods()
    Returns an array of method names which are exposed to the Esmtp class.
exposeMixinMethods
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::exposeMixinMethods()
    Returns an array of method names which are exposed to the Esmtp class.
EditPattern.php
procedural page EditPattern.php
edit.php
procedural page edit.php
EmbeddedFile.php
procedural page EmbeddedFile.php
Encoder.php
procedural page Encoder.php
Encoding.php
procedural page Encoding.php
Event.php
procedural page Event.php
EventDispatcher.php
procedural page EventDispatcher.php
EventListener.php
procedural page EventListener.php
EventObject.php
procedural page EventObject.php
EmbeddedFile.php
procedural page EmbeddedFile.php
EncodingObserver.php
procedural page EncodingObserver.php
EchoLogger.php
procedural page EchoLogger.php
EsmtpHandler.php
procedural page EsmtpHandler.php
EsmtpTransport.php
procedural page EsmtpTransport.php
top

f

$file_auto_rename
in file class.upload.php, variable upload::$file_auto_rename
    Set this variable to true to allow automatic renaming of the file if the file already exists
$file_dst_name
in file class.upload.php, variable upload::$file_dst_name
    Destination file name
$file_dst_name_body
in file class.upload.php, variable upload::$file_dst_name_body
    Destination file name body (i.e. without extension)
$file_dst_name_ext
in file class.upload.php, variable upload::$file_dst_name_ext
    Destination file extension
$file_dst_path
in file class.upload.php, variable upload::$file_dst_path
    Destination file name
$file_dst_pathname
in file class.upload.php, variable upload::$file_dst_pathname
    Destination file name, including path
$file_is_image
in file class.upload.php, variable upload::$file_is_image
    Flag to determine if the source file is an image
$file_max_size
in file class.upload.php, variable upload::$file_max_size
    Set this variable to change the maximum size in bytes for an uploaded file
$file_name_body_add
in file class.upload.php, variable upload::$file_name_body_add
    Set this variable to append a string to the file name body
$file_name_body_pre
in file class.upload.php, variable upload::$file_name_body_pre
    Set this variable to prepend a string to the file name body
$file_new_name_body
in file class.upload.php, variable upload::$file_new_name_body
    Set this variable to replace the name body (i.e. without extension)
$file_new_name_ext
in file class.upload.php, variable upload::$file_new_name_ext
    Set this variable to change the file extension
$file_overwrite
in file class.upload.php, variable upload::$file_overwrite
    Set this variable tu true to allow overwriting of an existing file
$file_safe_name
in file class.upload.php, variable upload::$file_safe_name
    Set this variable to format the filename (spaces changed to _)
$file_src_error
in file class.upload.php, variable upload::$file_src_error
    Holds eventual PHP error code from $_FILES
$file_src_mime
in file class.upload.php, variable upload::$file_src_mime
    Uploaded file MIME type
$file_src_name
in file class.upload.php, variable upload::$file_src_name
    Uploaded file name
$file_src_name_body
in file class.upload.php, variable upload::$file_src_name_body
    Uploaded file name body (i.e. without extension)
$file_src_name_ext
in file class.upload.php, variable upload::$file_src_name_ext
    Uploaded file name extension
$file_src_name_ext_
in file class.upload.php, variable upload::$file_src_name_ext_
    Uploaded file name extension, original
$file_src_pathname
in file class.upload.php, variable upload::$file_src_pathname
    Uloaded file name, including server path
$file_src_size
in file class.upload.php, variable upload::$file_src_size
    Uploaded file size, in bytes
$forbidden
in file class.upload.php, variable upload::$forbidden
    Forbidden MIME types
$From
in file class.phpmailer-lite.php, variable PHPMailerLite::$From
    Sets the From email address for the message.
$FromName
in file class.phpmailer-lite.php, variable PHPMailerLite::$FromName
    Sets the From name of the message.
$full_string
in file RowModel.php, variable RowModel::$full_string
format_functions.inc.php
procedural page format_functions.inc.php
functions.inc.php
procedural page functions.inc.php
FieldListPattern
in file FieldListPattern.php, class FieldListPattern
    Provide basic template system
filter
in file StreamFilter.php, method Swift_StreamFilter::filter()
    Filters $buffer and returns the changes.
filter
in file StringReplacementFilter.php, method Swift_StreamFilters_StringReplacementFilter::filter()
    Perform the actual replacements on $buffer and return the result.
filter
in file ByteArrayReplacementFilter.php, method Swift_StreamFilters_ByteArrayReplacementFilter::filter()
    Perform the actual replacements on $buffer and return the result.
flushBuffers
in file InputByteStream.php, method Swift_InputByteStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
flushBuffers
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
flushBuffers
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::flushBuffers()
    Not used.
flushBuffers
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
flushBuffers
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
flushContents
in file CharacterStream.php, method Swift_CharacterStream::flushContents()
    Empty the stream and reset the internal pointer.
flushContents
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::flushContents()
flushContents
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::flushContents()
    Empty the stream and reset the internal pointer.
formatAsDate
in file format_functions.inc.php, function formatAsDate()
    Returns the given date in a friendly manner
formatAsLongDate
in file format_functions.inc.php, function formatAsLongDate()
formatAsMediumDate
in file format_functions.inc.php, function formatAsMediumDate()
formatAsMoney
in file format_functions.inc.php, function formatAsMoney()
formatAsShortDate
in file format_functions.inc.php, function formatAsShortDate()
formatAsText
in file format_functions.inc.php, function formatAsText()
formatTranslate
in file format_functions.inc.php, function formatTranslate()
formatTrimText
in file format_functions.inc.php, function formatTrimText()
formatTrimTextLong
in file format_functions.inc.php, function formatTrimTextLong()
formatTrimTextMedium
in file format_functions.inc.php, function formatTrimTextMedium()
formatTrimTextShort
in file format_functions.inc.php, function formatTrimTextShort()
formatYesNo
in file format_functions.inc.php, function formatYesNo()
FormPattern
in file FormPattern.php, class FormPattern
    Provide basic template system
fromPath
in file EmbeddedFile.php, method Swift_EmbeddedFile::fromPath()
    Create a new EmbeddedFile from a filesystem path.
fromPath
in file Image.php, method Swift_Image::fromPath()
    Create a new Image from a filesystem path.
fromPath
in file Attachment.php, method Swift_Attachment::fromPath()
    Create a new Attachment from a filesystem path.
FieldListPattern.php
procedural page FieldListPattern.php
FormPattern.php
procedural page FormPattern.php
FileByteStream.php
procedural page FileByteStream.php
FailoverTransport.php
procedural page FailoverTransport.php
FileStream.php
procedural page FileStream.php
Filterable.php
procedural page Filterable.php
FailoverTransport.php
procedural page FailoverTransport.php
top

g

gateway.php
procedural page gateway.php
GetRequest.php
procedural page GetRequest.php
gdversion
in file class.upload.php, method upload::gdversion()
    Returns the version of GD
generateId
in file Message.php, method Swift_Mime_Message::generateId()
    Generates a valid Message-ID and switches to it.
generateId
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::generateId()
    Generate a new Content-ID or Message-ID for this MIME entity.
generateTokenLines
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::generateTokenLines()
    Generates tokens from the given string which include CRLF as individual tokens.
genRandomString
in file Utils.php, method Utils::genRandomString()
get
in file Chart.php, method Chart::get()
    This function returns the svg code for the visualized form of the internal data.
get
in file bar_across.php, method Chart_Bar_across::get()
    This function generates a pie chart of the given data.
get
in file HeaderSet.php, method Swift_Mime_HeaderSet::get()
    Get the header with the given $name.
get
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::get()
    Get the header with the given $name.
get
in file pie.php, method Chart_Pie::get()
    This function generates a pie chart of the given data.
get7BitEncoding
in file Encoding.php, method Swift_Encoding::get7BitEncoding()
    Get the Encoder that provides 7-bit encoding.
get8BitEncoding
in file Encoding.php, method Swift_Encoding::get8BitEncoding()
    Get the Encoder that provides 8-bit encoding.
getAddress
in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getAddress()
    Get the address which is used in this Header (if any).
getAddresses
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getAddresses()
    Get all email addresses in this Header.
getAll
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::getAll()
    Get all headers with the given $name.
getAll
in file HeaderSet.php, method Swift_Mime_HeaderSet::getAll()
    Get all headers with the given $name.
getAllData
in file DAO.php, method DAO::getAllData()
    Returns all the data of the row in a convenient array
getAllRows
in file DbConnection.php, method DbConnection::getAllRows()
getArrayPair
in file DbConnection.php, method DbConnection::getArrayPair()
getAsString
in file TemplatePattern.php, method TemplatePattern::getAsString()
    Shows the given template
getAsString
in file TablePattern.php, method TablePattern::getAsString()
    Display the selected template with the given data and customization
getAsString
in file FormPattern.php, method FormPattern::getAsString()
    Display the selected template with the given data and customization
getAsString
in file FieldListPattern.php, method FieldListPattern::getAsString()
GetAttachments
in file class.phpmailer-lite.php, method PHPMailerLite::GetAttachments()
    Return the current array of attachments
getAuthenticators
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getAuthenticators()
    Get the Authenticators which can process a login request.
getAuthKeyword
in file PlainAuthenticator.php, method Swift_Transport_Esmtp_Auth_PlainAuthenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
getAuthKeyword
in file CramMd5Authenticator.php, method Swift_Transport_Esmtp_Auth_CramMd5Authenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
getAuthKeyword
in file LoginAuthenticator.php, method Swift_Transport_Esmtp_Auth_LoginAuthenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
getAuthKeyword
in file Authenticator.php, method Swift_Transport_Esmtp_Authenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
getAuthMode
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getAuthMode()
    Get the auth mode to use to authenticate.
getBase64Encoding
in file Encoding.php, method Swift_Encoding::getBase64Encoding()
    Get the Encoder that provides Base64 encoding.
getBcc
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getBcc()
    Get the Bcc addresses of this message.
getBcc
in file Message.php, method Swift_Mime_Message::getBcc()
    Get the Bcc addresses for this message.
getBody
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getBody()
    Get the body of this entity as a string.
getBody
in file MimeEntity.php, method Swift_Mime_MimeEntity::getBody()
    Get the body content of this entity as a string.
getBoundary
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getBoundary()
    Get the boundary used to separate children in this entity.
getBuffer
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::getBuffer()
    Get the IoBuffer where read/writes are occurring.
getBuffer
in file SmtpAgent.php, method Swift_Transport_SmtpAgent::getBuffer()
    Get the IoBuffer where read/writes are occurring.
getBytesIn
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::getBytesIn()
    Get the total number of bytes received from the server.
getBytesOut
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::getBytesOut()
    Get the total number of bytes sent to the server.
getCachedValue
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getCachedValue()
    Get the value in the cache.
getCc
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getCc()
    Get the Cc address of this message.
getCc
in file Message.php, method Swift_Mime_Message::getCc()
    Get the Cc addresses for this message.
getCharPositions
in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::getCharPositions()
    Returns the complete charactermap
getCharPositions
in file CharacterReader.php, method Swift_CharacterReader::getCharPositions()
    Returns the complete charactermap
getCharPositions
in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::getCharPositions()
    Returns the complete charactermap
getCharPositions
in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::getCharPositions()
    Returns the complete charactermap
getCharset
in file MimePart.php, method Swift_Mime_MimePart::getCharset()
    Get the character set of this entity.
getCharset
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getCharset()
    Get the character set used in this Header.
getChildren
in file MimeEntity.php, method Swift_Mime_MimeEntity::getChildren()
    Get all children nested inside this entity.
getChildren
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getChildren()
    Get all children added to this entity.
getColor
in file Chart.php, method Chart::getColor()
    This function simply returns a color from the internal coller palette.
getCommand
in file CommandEvent.php, method Swift_Events_CommandEvent::getCommand()
    Get the command which was sent to the server.
getCommand
in file SendmailTransport.php, method Swift_Transport_SendmailTransport::getCommand()
    Get the sendmail command which will be invoked.
getConditions
in file ListingPattern.php, method ListingPattern::getConditions()
getConditions
in file Query.php, method Query::getConditions()
getContentType
in file MimeEntity.php, method Swift_Mime_MimeEntity::getContentType()
    Get the qualified content-type of this mime entity.
getContentType
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getContentType()
    Get the Content-type of this entity.
getData
in file RowModel.php, method RowModel::getData()
getDate
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getDate()
    Get the date at which this message was created.
getDate
in file Message.php, method Swift_Mime_Message::getDate()
    Get the origination date of the message as a UNIX timestamp.
getDBConfig
in file Config.php, method Config::getDBConfig()
getDelSp
in file MimePart.php, method Swift_Mime_MimePart::getDelSp()
    Test if delsp is being used for this entity.
getDescription
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getDescription()
    Get the description of this entity.
getDisposition
in file Attachment.php, method Swift_Mime_Attachment::getDisposition()
    Get the Content-Disposition of this attachment.
getEncodableWordTokens
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getEncodableWordTokens()
    Splits a string into tokens in blocks of words which can be encoded quickly.
getEncoder
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getEncoder()
    Get the encoder used for encoding this Header.
getEncoder
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getEncoder()
    Get the encoder used for the body of this entity.
getEncryption
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getEncryption()
    Get the encryption type.
getErrors
in file DbConnection.php, method DbConnection::getErrors()
getErrorsString
in file DbConnection.php, method DbConnection::getErrorsString()
getErrorString
in file Session.php, method Session::getErrorString()
getException
in file TransportExceptionEvent.php, method Swift_Events_TransportExceptionEvent::getException()
    Get the TransportException thrown.
getExtensionHandlers
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getExtensionHandlers()
    Get ESMTP extension handlers.
getExtraParams
in file MailTransport.php, method Swift_Transport_MailTransport::getExtraParams()
    Get the additional parameters used on the mail() function.
getFailedRecipients
in file SendEvent.php, method Swift_Events_SendEvent::getFailedRecipients()
    Get an recipient addresses which were not accepted for delivery.
getFailedRecipients
in file HitReporter.php, method Swift_Plugins_Reporters_HitReporter::getFailedRecipients()
    Get an array of addresses for which delivery failed.
getFieldBody
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getFieldBody()
    Get the string value of the body in this Header.
getFieldBody
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getFieldBody()
    Get the value of this header prepared for rendering.
getFieldBody
in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getFieldBody()
    Get the string value of the body in this Header.
getFieldBody
in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getFieldBody()
    Get the value of this header prepared for rendering.
getFieldBody
in file Header.php, method Swift_Mime_Header::getFieldBody()
    Get the field body, prepared for folding into a final header value.
getFieldBody
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getFieldBody()
    Get the string value of the body in this Header.
getFieldBody
in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getFieldBody()
    Get the string value of the body in this Header.
getFieldBodyModel
in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getFieldBodyModel()
    Get the model for the field body.
getFieldBodyModel
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getFieldBodyModel()
    Get the model for the field body.
getFieldBodyModel
in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getFieldBodyModel()
    Get the model for the field body.
getFieldBodyModel
in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getFieldBodyModel()
    Get the model for the field body.
getFieldBodyModel
in file Header.php, method Swift_Mime_Header::getFieldBodyModel()
    Get the model for the field body.
getFieldBodyModel
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getFieldBodyModel()
    Get the model for the field body.
getFieldName
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getFieldName()
    Get the name of this header (e.g. charset).
getFieldName
in file Header.php, method Swift_Mime_Header::getFieldName()
    Get the name of this header (e.g. Subject).
getFieldType
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getFieldType()
    Get the type of Header that this instance represents.
getFieldType
in file Header.php, method Swift_Mime_Header::getFieldType()
    Get the type of Header that this instance represents.
getFieldType
in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getFieldType()
    Get the type of Header that this instance represents.
getFieldType
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getFieldType()
    Get the type of Header that this instance represents.
getFieldType
in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getFieldType()
    Get the type of Header that this instance represents.
getFieldType
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getFieldType()
    Get the type of Header that this instance represents.
getFieldType
in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getFieldType()
    Get the type of Header that this instance represents.
getFilename
in file Config.php, method Config::getFilename()
getFilename
in file Attachment.php, method Swift_Mime_Attachment::getFilename()
    Get the filename of this attachment when downloaded.
getFlag
in file xajax.inc.php, method xajax::getFlag()
    Returns the value of the flag
getFormat
in file MimePart.php, method Swift_Mime_MimePart::getFormat()
    Get the format of this entity (i.e. flowed or fixed).
getFrom
in file Message.php, method Swift_Mime_Message::getFrom()
    Get the From address(es) of this message.
getFrom
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getFrom()
    Get the from address of this message.
getGrammar
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getGrammar()
    Get the grammar defined for $name token.
getHandledKeyword
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getHandledKeyword()
    Get the name of the ESMTP extension this handles.
getHandledKeyword
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getHandledKeyword()
    Get the name of the ESMTP extension this handles.
getHeaders
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getHeaders()
    Get the Swift_Mime_HeaderSet for this entity.
getHeaders
in file MimeEntity.php, method Swift_Mime_MimeEntity::getHeaders()
    Get the collection of Headers in this Mime entity.
getHost
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getHost()
    Get the host to connect to.
getId
in file RowModel.php, method RowModel::getId()
getId
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getId()
    Get the ID used in the value of this Header.
getId
in file DAO.php, method DAO::getId()
getId
in file MimeEntity.php, method Swift_Mime_MimeEntity::getId()
    Returns a unique ID for this entity.
getId
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getId()
    Get the CID of this entity.
getIdField
in file RowModel.php, method RowModel::getIdField()
getIds
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getIds()
    Get the list of IDs used in this Header.
getIndexedRows
in file DbConnection.php, method DbConnection::getIndexedRows()
getInitialByteSize
in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
getInitialByteSize
in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
getInitialByteSize
in file CharacterReader.php, method Swift_CharacterReader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
getInitialByteSize
in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
getInputByteStream
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
getInputByteStream
in file KeyCache.php, method Swift_KeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
getInputByteStream
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
getInputByteStream
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
getInstance
in file GetRequest.php, method GetRequest::getInstance()
    Get a single instance of the class (Singleton)
getInstance
in file Preferences.php, method Swift_Preferences::getInstance()
    Get a new instance of Preferences.
getInstance
in file DependencyContainer.php, method Swift_DependencyContainer::getInstance()
    Returns a singleton of the DependencyContainer.
getInstance
in file Config.php, method Config::getInstance()
    Loads the config from an ini file into an array
getInstance
in file PostRequest.php, method PostRequest::getInstance()
    Get a single instance of the class (Singleton)
getInstance
in file DbConnection.php, method DbConnection::getInstance()
    Gets an instance of the the DbConnection
getJavascript
in file xajax.inc.php, method xajax::getJavascript()
    Returns the xajax Javascript code that should be added to your HTML page between the <head> </head> tags.
getJavascriptConfig
in file xajax.inc.php, method xajax::getJavascriptConfig()
    Returns a string containing inline Javascript that sets up the xajax runtime (typically called internally by xajax from get/printJavascript).
getJavascriptInclude
in file xajax.inc.php, method xajax::getJavascriptInclude()
    Returns a string containing a Javascript include of the xajax.js file along with a check to see if the file loaded after six seconds (typically called internally by xajax from get/printJavascript).
getLanguage
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getLanguage()
    Get the language used in this Header.
getLastError
in file Mailer.php, method Mailer::getLastError()
getLastError
in file DbConnection.php, method DbConnection::getLastError()
getLastId
in file DbConnection.php, method DbConnection::getLastId()
getLastQuery
in file DbConnection.php, method DbConnection::getLastQuery()
getLocalDomain
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::getLocalDomain()
    Get the name of the domain Swift will identify as.
getLog
in file Logger.php, method Logger::getLog()
    Gets the log array
GetMailMIME
in file class.phpmailer-lite.php, method PHPMailerLite::GetMailMIME()
    Returns the message MIME.
getMailParams
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getMailParams()
    Not used.
getMailParams
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getMailParams()
    Get params which are appended to MAIL FROM:<>.
getMapType
in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::getMapType()
    Returns mapType
getMapType
in file CharacterReader.php, method Swift_CharacterReader::getMapType()
    Returns mapType
getMapType
in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::getMapType()
    Returns mapType
getMapType
in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::getMapType()
    Returns mapType
getMaxLineLength
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getMaxLineLength()
    Get the maximum line length of the body of this entity.
getMaxLineLength
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getMaxLineLength()
    Get the maximum permitted length of lines in this Header.
getMenus
in file HelperPattern.php, method HelperPattern::getMenus()
getMessage
in file SendEvent.php, method Swift_Events_SendEvent::getMessage()
    Get the Message being sent.
getMysqlConnection
in file DbConnection.php, method DbConnection::getMysqlConnection()
getName
in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::getName()
    Get the name of this encoding scheme.
getName
in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::getName()
    Get the name of this encoding scheme.
getName
in file Base64ContentEncoder.php, method Swift_Mime_ContentEncoder_Base64ContentEncoder::getName()
    Get the name of this encoding scheme.
getName
in file Base64HeaderEncoder.php, method Swift_Mime_HeaderEncoder_Base64HeaderEncoder::getName()
    Get the name of this encoding scheme.
getName
in file QpContentEncoder.php, method Swift_Mime_ContentEncoder_QpContentEncoder::getName()
    Get the name of this encoding scheme.
getName
in file HeaderEncoder.php, method Swift_Mime_HeaderEncoder::getName()
    Get the MIME name of this content encoding scheme.
getName
in file ContentEncoder.php, method Swift_Mime_ContentEncoder::getName()
    Get the MIME name of this content encoding scheme.
getNameAddresses
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getNameAddresses()
    Get all mailboxes in this Header as key=>value pairs.
getNameAddressStrings
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getNameAddressStrings()
    Get the full mailbox list of this Header as an array of valid RFC 2822 strings.
getNestingLevel
in file MimeEntity.php, method Swift_Mime_MimeEntity::getNestingLevel()
    Get the level at which this entity shall be nested in final document.
getNestingLevel
in file Attachment.php, method Swift_Mime_Attachment::getNestingLevel()
    Get the nesting level used for this attachment.
getNestingLevel
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getNestingLevel()
    Always returns LEVEL_TOP for a message instance.
getNestingLevel
in file EmbeddedFile.php, method Swift_Mime_EmbeddedFile::getNestingLevel()
    Get the nesting level of this EmbeddedFile.
getNestingLevel
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getNestingLevel()
    Get the nesting level of this entity.
getNestingLevel
in file MimePart.php, method Swift_Mime_MimePart::getNestingLevel()
    Get the nesting level of this entity.
getOneColumn
in file DbConnection.php, method DbConnection::getOneColumn()
getOneRow
in file DbConnection.php, method DbConnection::getOneRow()
getOneValue
in file DbConnection.php, method DbConnection::getOneValue()
getOptions
in file Utils.php, method Utils::getOptions()
getOutput
in file xajaxResponse.inc.php, method xajaxResponse::getOutput()
    Returns the XML to be returned from your function to the xajax processor on your page. Since xajax 0.2, you can also return an xajaxResponse object from your function directly, and xajax will automatically request the XML using this method call.
getParameter
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getParameter()
    Get the value of $parameter.
getParameter
in file ParameterizedHeader.php, method Swift_Mime_ParameterizedHeader::getParameter()
    Get the value of $parameter.
getParameters
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getParameters()
    Returns an associative array of parameter names mapped to values.
getParams
in file GetRequest.php, method GetRequest::getParams()
getParams
in file PostRequest.php, method PostRequest::getParams()
getPassword
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getPassword()
    Get the password to authenticate with.
getPath
in file FileByteStream.php, method Swift_ByteStream_FileByteStream::getPath()
    Get the complete path to the file.
getPath
in file FileStream.php, method Swift_FileStream::getPath()
    Get the complete path to the file.
getPort
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getPort()
    Get the port to connect to.
getPriority
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getPriority()
    Get the priority of this message.
getPriorityOver
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getPriorityOver()
    Returns +1, -1 or 0 according to the rules for usort().
getPriorityOver
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getPriorityOver()
    Returns +1, -1 or 0 according to the rules for usort().
getQpEncoding
in file Encoding.php, method Swift_Encoding::getQpEncoding()
    Get the Encoder that provides Quoted-Printable (QP) encoding.
getQuery
in file Query.php, method Query::getQuery()
getQuery
in file ListingPattern.php, method ListingPattern::getQuery()
getRandomId
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getRandomId()
    Returns a random Content-ID or Message-ID.
getRcptParams
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getRcptParams()
    Not used.
getRcptParams
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getRcptParams()
    Get params which are appended to RCPT TO:<>.
getReaderFor
in file SimpleCharacterReaderFactory.php, method Swift_CharacterReaderFactory_SimpleCharacterReaderFactory::getReaderFor()
    Returns a CharacterReader suitable for the charset applied.
getReaderFor
in file CharacterReaderFactory.php, method Swift_CharacterReaderFactory::getReaderFor()
    Returns a CharacterReader suitable for the charset applied.
getReadReceiptTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getReadReceiptTo()
    Get the addresses to which a read-receipt will be sent.
getReplacementsFor
in file Replacements.php, method Swift_Plugins_Decorator_Replacements::getReplacementsFor()
    Return the array of replacements for $address.
getReplacementsFor
in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::getReplacementsFor()
    Find a map of replacements for the address.
getReplyTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getReplyTo()
    Get the reply-to address of this message.
getReplyTo
in file Message.php, method Swift_Mime_Message::getReplyTo()
    Get the Reply-To addresses for this message.
GetRequest
in file GetRequest.php, class GetRequest
    Class that handle Request related things, with a little effort can be used to create from zero and re-create from current request.
getRequestMode
in file xajax.inc.php, method xajax::getRequestMode()
    Returns the current request mode (XAJAX_GET or XAJAX_POST), or -1 if there is none.
getRequestUri
in file GetRequest.php, method GetRequest::getRequestUri()
getRequestUri
in file PostRequest.php, method PostRequest::getRequestUri()
getResponse
in file ResponseEvent.php, method Swift_Events_ResponseEvent::getResponse()
    Get the response which was received from the server.
getResult
in file SendEvent.php, method Swift_Events_SendEvent::getResult()
    Get the result of this Event.
getReturnPath
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getReturnPath()
    Get the return-path (bounce address) of this message.
getReturnPath
in file Message.php, method Swift_Mime_Message::getReturnPath()
    Get the return-path (bounce-detect) address.
getRows
in file Query.php, method Query::getRows()
getScriptName
in file TemplatePattern.php, method TemplatePattern::getScriptName()
getSender
in file Message.php, method Swift_Mime_Message::getSender()
    Get the sender address for this message.
getSender
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getSender()
    Get the sender of this message.
getSize
in file Attachment.php, method Swift_Mime_Attachment::getSize()
    Get the file size of this attachment.
getSleepTime
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::getSleepTime()
    Get the number of seconds to sleep for during a restart.
getSource
in file EventObject.php, method Swift_Events_EventObject::getSource()
    Get the source object of this event.
getSource
in file Event.php, method Swift_Events_Event::getSource()
    Get the source object of this event.
getString
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::getString()
    Get data back out of the cache as a string.
getString
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::getString()
    Get data back out of the cache as a string.
getString
in file KeyCache.php, method Swift_KeyCache::getString()
    Get data back out of the cache as a string.
getString
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::getString()
    Get data back out of the cache as a string.
getStructure
in file RowModel.php, method RowModel::getStructure()
getStructure
in file DAO.php, method DAO::getStructure()
    Gets Database Structure as returned by MySQL
getSubject
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getSubject()
    Get the subject of this message.
getSubject
in file Message.php, method Swift_Mime_Message::getSubject()
    Get the subject of the message.
getSuccessCodes
in file CommandEvent.php, method Swift_Events_CommandEvent::getSuccessCodes()
    Get the numeric response codes which indicate success for this command.
getThreshold
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::getThreshold()
    Get the number of emails to send before restarting.
getTimeout
in file xajax.inc.php, method xajax::getTimeout()
    Returns the xajax Javascript timeout
getTimeout
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getTimeout()
    Get the connection timeout.
getTimestamp
in file Timer.php, method Swift_Plugins_Timer::getTimestamp()
    Get the current UNIX timestamp.
getTimestamp
in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getTimestamp()
    Get the UNIX timestamp of the Date in this Header.
getTimestamp
in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::getTimestamp()
    Get the current UNIX timestamp
getTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getTo()
    Get the To addresses of this message.
getTo
in file Message.php, method Swift_Mime_Message::getTo()
    Get the To addresses for this message.
getTokenAsEncodedWord
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getTokenAsEncodedWord()
    Get a token as an encoded word for safe insertion into headers.
GetTranslations
in file class.phpmailer-lite.php, method PHPMailerLite::GetTranslations()
    Return the current array of language strings
getTransport
in file SendEvent.php, method Swift_Events_SendEvent::getTransport()
    Get the Transport used to send the Message.
getTransport
in file Mailer.php, method Swift_Mailer::getTransport()
    The Transport used to send messages.
getTransport
in file TransportChangeEvent.php, method Swift_Events_TransportChangeEvent::getTransport()
    Get the Transport.
getTransports
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::getTransports()
    Get $transports to delegate to.
getType
in file MimeType.php, method MimeType::getType()
    Gets the mimetype string based in the filename extension
getUser
in file Session.php, method Session::getUser()
getUserByName
in file UserModel.php, method UserModel::getUserByName()
getUsername
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getUsername()
    Get the username to authenticate with.
getValue
in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getValue()
    Get the (unencoded) value of this header.
getVersion
in file xajax.inc.php, method xajax::getVersion()
    Returns the current xajax version.
getWebLog
in file Logger.php, method Logger::getWebLog()
    Returns an array with the logs to be printed.
getXML
in file xajaxResponse.inc.php, method xajaxResponse::getXML()
goToPage
in file PagePattern.php, method PagePattern::goToPage()
    Jumps to the given url, sending a message.
gotoPage
in file Controller.php, method Controller::gotoPage()
GOTO_MESSAGE_ERROR
in file PagePattern.php, constant GOTO_MESSAGE_ERROR
GOTO_MESSAGE_INFO
in file PagePattern.php, constant GOTO_MESSAGE_INFO
GOTO_MESSAGE_SUCCESS
in file PagePattern.php, constant GOTO_MESSAGE_SUCCESS
GOTO_MESSAGE_WARNING
in file PagePattern.php, constant GOTO_MESSAGE_WARNING
GenericFixedWidthReader.php
procedural page GenericFixedWidthReader.php
top

h

$Host
in file phpmailerTest.php, variable phpmailerTest::$Host
    Holds the SMTP mail host.
$Hostname
in file class.phpmailer-lite.php, variable PHPMailerLite::$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'.
has
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::has()
    Returns true if at least one header with the given $name exists.
has
in file HeaderSet.php, method Swift_Mime_HeaderSet::has()
    Returns true if at least one header with the given $name exists.
has
in file DependencyContainer.php, method Swift_DependencyContainer::has()
    Test if an item is registered in this container with the given name.
hasKey
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
hasKey
in file KeyCache.php, method Swift_KeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
hasKey
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
hasKey
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
HasMultiBytes
in file class.phpmailer-lite.php, method PHPMailerLite::HasMultiBytes()
    Checks if a string contains multibyte characters.
hasNext
in file RecipientIterator.php, method Swift_Mailer_RecipientIterator::hasNext()
    Returns true only if there are more recipients to send to.
hasNext
in file ArrayRecipientIterator.php, method Swift_Mailer_ArrayRecipientIterator::hasNext()
    Returns true only if there are more recipients to send to.
hasPermission
in file UserModel.php, method UserModel::hasPermission()
    Checks if the user has permission on to realize the given action on the given object.
HeaderLine
in file class.phpmailer-lite.php, method PHPMailerLite::HeaderLine()
    Returns a formatted header line.
HelperPattern
in file HelperPattern.php, class HelperPattern
    Helper class that holds methods that help in the templates
hideField
in file ListingPattern.php, method ListingPattern::hideField()
    Avoid the given field to be show.
hideField
in file FieldListPattern.php, method FieldListPattern::hideField()
    Sets the field as hidden
hideField
in file EditPattern.php, method Edit::hideField()
    Sets the field as hidden
hideField
in file TablePattern.php, method TablePattern::hideField()
    Avoid the given field to be show.
HelperPattern.php
procedural page HelperPattern.php
Header.php
procedural page Header.php
HeaderEncoder.php
procedural page HeaderEncoder.php
HeaderFactory.php
procedural page HeaderFactory.php
HeaderSet.php
procedural page HeaderSet.php
HitReporter.php
procedural page HitReporter.php
HtmlReporter.php
procedural page HtmlReporter.php
top

i

$id
in file RowModel.php, variable RowModel::$id
$id_field
in file RowModel.php, variable RowModel::$id_field
$image_background_color
in file class.upload.php, variable upload::$image_background_color
    Background color, used to paint transparent areas with
$image_bevel
in file class.upload.php, variable upload::$image_bevel
    Adds a bevel border on the image
$image_bevel_color1
in file class.upload.php, variable upload::$image_bevel_color1
    Top and left bevel color
$image_bevel_color2
in file class.upload.php, variable upload::$image_bevel_color2
    Right and bottom bevel color
$image_border
in file class.upload.php, variable upload::$image_border
    Adds a single-color border on the outer of the image
$image_border_color
in file class.upload.php, variable upload::$image_border_color
    Border color
$image_brightness
in file class.upload.php, variable upload::$image_brightness
    Corrects the image brightness
$image_contrast
in file class.upload.php, variable upload::$image_contrast
    Corrects the image contrast
$image_convert
in file class.upload.php, variable upload::$image_convert
    Set this variable to convert the file if it is an image
$image_crop
in file class.upload.php, variable upload::$image_crop
    Crops an image
$image_default_color
in file class.upload.php, variable upload::$image_default_color
    Default color for non alpha-transparent images
$image_dst_x
in file class.upload.php, variable upload::$image_dst_x
    Destination image width
$image_dst_y
in file class.upload.php, variable upload::$image_dst_y
    Destination image height
$image_flip
in file class.upload.php, variable upload::$image_flip
    Flips the image vertically or horizontally
$image_frame
in file class.upload.php, variable upload::$image_frame
    Adds a multi-color frame on the outer of the image
$image_frame_colors
in file class.upload.php, variable upload::$image_frame_colors
    Sets the colors used to draw a frame
$image_greyscale
in file class.upload.php, variable upload::$image_greyscale
    Turns the image into greyscale
$image_is_palette
in file class.upload.php, variable upload::$image_is_palette
    Flag set to true when the image is not true color
$image_is_transparent
in file class.upload.php, variable upload::$image_is_transparent
    Flag set to true when the image is transparent
$image_max_height
in file class.upload.php, variable upload::$image_max_height
    Set this variable to set a maximum image height, above which the upload will be invalid
$image_max_pixels
in file class.upload.php, variable upload::$image_max_pixels
    Set this variable to set a maximum number of pixels for an image, above which the upload will be invalid
$image_max_ratio
in file class.upload.php, variable upload::$image_max_ratio
    Set this variable to set a maximum image aspect ratio, above which the upload will be invalid
$image_max_width
in file class.upload.php, variable upload::$image_max_width
    Set this variable to set a maximum image width, above which the upload will be invalid
$image_min_height
in file class.upload.php, variable upload::$image_min_height
    Set this variable to set a minimum image height, below which the upload will be invalid
$image_min_pixels
in file class.upload.php, variable upload::$image_min_pixels
    Set this variable to set a minimum number of pixels for an image, below which the upload will be invalid
$image_min_ratio
in file class.upload.php, variable upload::$image_min_ratio
    Set this variable to set a minimum image aspect ratio, below which the upload will be invalid
$image_min_width
in file class.upload.php, variable upload::$image_min_width
    Set this variable to set a minimum image width, below which the upload will be invalid
$image_negative
in file class.upload.php, variable upload::$image_negative
    Inverts the color of an image
$image_overlay_color
in file class.upload.php, variable upload::$image_overlay_color
    Applies a colored overlay on the image
$image_overlay_percent
in file class.upload.php, variable upload::$image_overlay_percent
    Sets the percentage for the colored overlay
$image_precrop
in file class.upload.php, variable upload::$image_precrop
    Crops an image, before an eventual resizing
$image_ratio
in file class.upload.php, variable upload::$image_ratio
    Set this variable to keep the original size ratio to fit within image_x x image_y
$image_ratio_crop
in file class.upload.php, variable upload::$image_ratio_crop
    Set this variable to keep the original size ratio to fit within image_x x image_y
$image_ratio_fill
in file class.upload.php, variable upload::$image_ratio_fill
    Set this variable to keep the original size ratio to fit within image_x x image_y
$image_ratio_no_zoom_in
in file class.upload.php, variable upload::$image_ratio_no_zoom_in
    Set this variable to keep the original size ratio to fit within image_x x image_y, but only if original image is bigger
$image_ratio_no_zoom_out
in file class.upload.php, variable upload::$image_ratio_no_zoom_out
    Set this variable to keep the original size ratio to fit within image_x x image_y, but only if original image is smaller
$image_ratio_pixels
in file class.upload.php, variable upload::$image_ratio_pixels
    Set this variable to a number of pixels so that image_x and image_y are the best match possible
$image_ratio_x
in file class.upload.php, variable upload::$image_ratio_x
    Set this variable to calculate image_x automatically , using image_y and conserving ratio
$image_ratio_y
in file class.upload.php, variable upload::$image_ratio_y
    Set this variable to calculate image_y automatically , using image_x and conserving ratio
$image_reflection_color
in file class.upload.php, variable upload::$image_reflection_color
    Sets the color of the reflection background (deprecated)
$image_reflection_height
in file class.upload.php, variable upload::$image_reflection_height
    Sets the height of the reflection
$image_reflection_opacity
in file class.upload.php, variable upload::$image_reflection_opacity
    Sets the initial opacity of the reflection
$image_reflection_space
in file class.upload.php, variable upload::$image_reflection_space
    Sets the space between the source image and its relection
$image_resize
in file class.upload.php, variable upload::$image_resize
    Set this variable to true to resize the file if it is an image
$image_rotate
in file class.upload.php, variable upload::$image_rotate
    Rotates the image by increments of 45 degrees
$image_src_bits
in file class.upload.php, variable upload::$image_src_bits
    Source image color depth
$image_src_pixels
in file class.upload.php, variable upload::$image_src_pixels
    Number of pixels
$image_src_type
in file class.upload.php, variable upload::$image_src_type
    Type of image (png, gif, jpg or bmp)
$image_src_x
in file class.upload.php, variable upload::$image_src_x
    Source image width
$image_src_y
in file class.upload.php, variable upload::$image_src_y
    Source image height
$image_text
in file class.upload.php, variable upload::$image_text
    Adds a text label on the image
$image_text_alignment
in file class.upload.php, variable upload::$image_text_alignment
    Sets the text alignment
$image_text_background
in file class.upload.php, variable upload::$image_text_background
    Sets the text background color for the text label
$image_text_background_percent
in file class.upload.php, variable upload::$image_text_background_percent
    Sets the text background visibility in the text label
$image_text_color
in file class.upload.php, variable upload::$image_text_color
    Sets the text color for the text label
$image_text_direction
in file class.upload.php, variable upload::$image_text_direction
    Sets the text direction for the text label
$image_text_font
in file class.upload.php, variable upload::$image_text_font
    Sets the text font in the text label
$image_text_line_spacing
in file class.upload.php, variable upload::$image_text_line_spacing
    Sets the text line spacing
$image_text_padding
in file class.upload.php, variable upload::$image_text_padding
    Sets the text label padding
$image_text_padding_x
in file class.upload.php, variable upload::$image_text_padding_x
    Sets the text label horizontal padding
$image_text_padding_y
in file class.upload.php, variable upload::$image_text_padding_y
    Sets the text label vertical padding
$image_text_percent
in file class.upload.php, variable upload::$image_text_percent
    Sets the text visibility in the text label
$image_text_position
in file class.upload.php, variable upload::$image_text_position
    Sets the text label position within the image
$image_text_x
in file class.upload.php, variable upload::$image_text_x
    Sets the text label absolute X position within the image
$image_text_y
in file class.upload.php, variable upload::$image_text_y
    Sets the text label absolute Y position within the image
$image_threshold
in file class.upload.php, variable upload::$image_threshold
    Applies threshold filter
$image_tint_color
in file class.upload.php, variable upload::$image_tint_color
    Applies a tint on the image
$image_transparent_color
in file class.upload.php, variable upload::$image_transparent_color
    Transparent color in a palette
$image_unsharp
in file class.upload.php, variable upload::$image_unsharp
    Applies an unsharp mask, with alpha transparency support
$image_unsharp_amount
in file class.upload.php, variable upload::$image_unsharp_amount
    Sets the unsharp mask amount
$image_unsharp_radius
in file class.upload.php, variable upload::$image_unsharp_radius
    Sets the unsharp mask radius
$image_unsharp_threshold
in file class.upload.php, variable upload::$image_unsharp_threshold
    Sets the unsharp mask threshold
$image_watermark
in file class.upload.php, variable upload::$image_watermark
    Adds a watermark on the image
$image_watermark_no_zoom_in
in file class.upload.php, variable upload::$image_watermark_no_zoom_in
    Prevents the watermark to be resized up if it is smaller than the image
$image_watermark_no_zoom_out
in file class.upload.php, variable upload::$image_watermark_no_zoom_out
    Prevents the watermark to be resized down if it is bigger than the image
$image_watermark_position
in file class.upload.php, variable upload::$image_watermark_position
    Sets the watermarkposition within the image
$image_watermark_x
in file class.upload.php, variable upload::$image_watermark_x
    Sets the watermark absolute X position within the image
$image_watermark_y
in file class.upload.php, variable upload::$image_watermark_y
    Sets the twatermark absolute Y position within the image
$image_x
in file class.upload.php, variable upload::$image_x
    Set this variable to the wanted (or maximum/minimum) width for the processed image, in pixels
$image_y
in file class.upload.php, variable upload::$image_y
    Set this variable to the wanted (or maximum/minimum) height for the processed image, in pixels
$iPos
in file xajax.inc.php, variable xajax::$iPos
$iTimeout
in file xajax.inc.php, variable xajax::$iTimeout
imagebmp
in file class.upload.php, method upload::imagebmp()
    Saves a BMP image
imagecreatefrombmp
in file class.upload.php, method upload::imagecreatefrombmp()
    Opens a BMP image
importByteStream
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::importByteStream()
    Overwrite this character stream using the byte sequence in the byte stream.
importByteStream
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::importByteStream()
importByteStream
in file CharacterStream.php, method Swift_CharacterStream::importByteStream()
    Overwrite this character stream using the byte sequence in the byte stream.
importFromByteStream
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
importFromByteStream
in file KeyCache.php, method Swift_KeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
importFromByteStream
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
importFromByteStream
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
importString
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::importString()
importString
in file CharacterStream.php, method Swift_CharacterStream::importString()
    Import a string a bytes into this CharacterStream, overwriting any existing data in the stream.
importString
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::importString()
    Import a string a bytes into this CharacterStream, overwriting any existing data in the stream.
inactive
in file RowModel.php, method RowModel::inactive()
includeScript
in file xajaxResponse.inc.php, method xajaxResponse::includeScript()
initialize
in file IoBuffer.php, method Swift_Transport_IoBuffer::initialize()
    Perform any initialization needed, using the given $params.
initialize
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::initialize()
    Perform any initialization needed, using the given $params.
initializeGrammar
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::initializeGrammar()
    Initialize some RFC 2822 (and friends) ABNF grammar definitions.
InlineImageExists
in file class.phpmailer-lite.php, method PHPMailerLite::InlineImageExists()
    Returns true if an inline attachment is present.
innerHTML
in file RowModel.php, method RowModel::innerHTML()
insert
in file xajaxResponse.inc.php, method xajaxResponse::insert()
insertAfter
in file xajaxResponse.inc.php, method xajaxResponse::insertAfter()
insertField
in file FieldListPattern.php, method FieldListPattern::insertField()
    Insert a Field after or before the given target
insertField
in file EditPattern.php, method Edit::insertField()
    Insert a Field after or before the given target
insertInput
in file xajaxResponse.inc.php, method xajaxResponse::insertInput()
insertInputAfter
in file xajaxResponse.inc.php, method xajaxResponse::insertInputAfter()
insertSeparator
in file EditPattern.php, method Edit::insertSeparator()
    Inserts a separator (with optional content) at the given position.
insertSplitter
in file EditPattern.php, method Edit::insertSplitter()
    Inserts an splitter (with optional content) at the given position.
insertSplitter
in file FieldListPattern.php, method FieldListPattern::insertSplitter()
    Inserts an splitter (with optional content) at the given position.
IsError
in file class.phpmailer-lite.php, method PHPMailerLite::IsError()
    Returns true if an error occurred.
IsHTML
in file class.phpmailer-lite.php, method PHPMailerLite::IsHTML()
    Sets message type to HTML.
isLoaded
in file DAO.php, method DAO::isLoaded()
    Returns if the class instance is loaded
isLoaded
in file TablePattern.php, method TablePattern::isLoaded()
isLoaded
in file RowModel.php, method RowModel::isLoaded()
IsMail
in file class.phpmailer-lite.php, method PHPMailerLite::IsMail()
    Sets Mailer to send message using PHP mail() function.
isMobile
in file Utils.php, method Utils::isMobile()
ismport
in file ConfigParser.php, method ConfigParser::ismport()
IsQmail
in file class.phpmailer-lite.php, method PHPMailerLite::IsQmail()
    Sets Mailer to send message using the qmail MTA.
IsSendmail
in file class.phpmailer-lite.php, method PHPMailerLite::IsSendmail()
    Sets Mailer to send message using the $Sendmail program.
isStarted
in file Transport.php, method Swift_Transport::isStarted()
    Test if this Transport mechanism has started.
isStarted
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::isStarted()
    Test if this Transport mechanism has started.
isStarted
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::isStarted()
    Test if an SMTP connection has been established.
isStarted
in file MailTransport.php, method Swift_Transport_MailTransport::isStarted()
    Not used.
isValid
in file ResponseEvent.php, method Swift_Events_ResponseEvent::isValid()
    Get the success status of this Event.
index.php
procedural page index.php
Image.php
procedural page Image.php
InputByteStream.php
procedural page InputByteStream.php
IoException.php
procedural page IoException.php
IdentificationHeader.php
procedural page IdentificationHeader.php
IoBuffer.php
procedural page IoBuffer.php
top

j

$jpeg_quality
in file class.upload.php, variable upload::$jpeg_quality
    Quality of JPEG created/converted destination image
$jpeg_size
in file class.upload.php, variable upload::$jpeg_size
    Determines the quality of the JPG image to fit a desired file size
json-events.php
procedural page json-events.php
top

k

KeyCacheInputStream.php
procedural page KeyCacheInputStream.php
KeyCache.php
procedural page KeyCache.php
top

l

$language
in file class.phpmailer-lite.php, variable PHPMailerLite::$language
$language
in file class.upload.php, variable upload::$language
    Language selected for the translations
$last_error
in file DbConnection.php, variable DbConnection::$last_error
$last_query
in file DbConnection.php, variable DbConnection::$last_query
$LE
in file class.phpmailer-lite.php, variable PHPMailerLite::$LE
    Provides the ability to change the line ending
$loaded
in file RowModel.php, variable RowModel::$loaded
$log
in file class.upload.php, variable upload::$log
    Holds an HTML formatted log
$logs
in file Logger.php, variable Logger::$logs
    Holds the logs of the session
Logger.php
procedural page Logger.php
LEVEL_ALTERNATIVE
in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_ALTERNATIVE
    An entity which nests with the same precedence as a mime part
LEVEL_MIXED
in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_MIXED
    An entity which nests with the same precedence as an attachment
LEVEL_RELATED
in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_RELATED
    An entity which nests with the same precedence as embedded content
LEVEL_TOP
in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_TOP
    Main message document; there can only be one of these
limpia_mesta
in file ConfigParser.php, method ConfigParser::limpia_mesta()
ListingPattern
in file ListingPattern.php, class ListingPattern
    Provides a PagePattern that shows an item's list.
listItems
in file DependencyContainer.php, method Swift_DependencyContainer::listItems()
    List the names of all items stored in the Container.
load
in file DAO.php, method DAO::load()
    Loads the data from the database, remember to load before do anything.
load
in file spyc.php, method Spyc::load()
    Load a valid YAML string to Spyc.
load
in file RowModel.php, method RowModel::load()
loadCommands
in file xajaxResponse.inc.php, method xajaxResponse::loadCommands()
loadConfig
in file ListingPattern.php, method ListingPattern::loadConfig()
    Loads information from a config file
loadConfig
in file TablePattern.php, method TablePattern::loadConfig()
    Loads information from a config file
loadConfig
in file FormPattern.php, method FormPattern::loadConfig()
    Loads information from a config file
loadErrorPage
in file functions.inc.php, function loadErrorPage()
    loads an Error Page.
loadFile
in file spyc.php, method Spyc::loadFile()
    Load a valid YAML file to Spyc.
loadPermissions
in file UserModel.php, method UserModel::loadPermissions()
loadSubTemplate
in file HelperPattern.php, method HelperPattern::loadSubTemplate()
loadXML
in file xajaxResponse.inc.php, method xajaxResponse::loadXML()
    Adds the commands of the provided response XML output to this response object
log
in file Logger.php, method Logger::log()
    Logs details
Logger
in file Logger.php, class Logger
LOGGER_ERROR
in file Logger.php, constant LOGGER_ERROR
LOGGER_NOTICE
in file Logger.php, constant LOGGER_NOTICE
LOGGER_WARNING
in file Logger.php, constant LOGGER_WARNING
lookup
in file DependencyContainer.php, method Swift_DependencyContainer::lookup()
    Lookup the item with the given $itemName.
ListingPattern.php
procedural page ListingPattern.php
list_table.php
procedural page list_table.php
LoadBalancedTransport.php
procedural page LoadBalancedTransport.php
Logger.php
procedural page Logger.php
LoggerPlugin.php
procedural page LoggerPlugin.php
LoginAuthenticator.php
procedural page LoginAuthenticator.php
LoadBalancedTransport.php
procedural page LoadBalancedTransport.php
top

m

$Mail
in file phpmailerTest.php, variable phpmailerTest::$Mail
    Holds the default phpmailer instance.
$Mailer
in file class.phpmailer-lite.php, variable PHPMailerLite::$Mailer
    Method to send mail: ("mail", or "sendmail").
$MessageID
in file class.phpmailer-lite.php, variable PHPMailerLite::$MessageID
    Sets the message ID to be used in the Message-Id header.
$mime_check
in file class.upload.php, variable upload::$mime_check
    Set this variable to false if you don't want to check the MIME against the allowed list
$mime_file
in file class.upload.php, variable upload::$mime_file
    Set this variable to false in the init() function if you don't want to check the MIME with UNIX file() command
$mime_fileinfo
in file class.upload.php, variable upload::$mime_fileinfo
    Set this variable to false in the init() function if you don't want to check the MIME with Fileinfo PECL extension. On some systems, Fileinfo is known to be buggy, and you may want to deactivate it in the class code directly.
$mime_getimagesize
in file class.upload.php, variable upload::$mime_getimagesize
    Set this variable to false in the init() function if you don't want to check the MIME with getimagesize()
$mime_magic
in file class.upload.php, variable upload::$mime_magic
    Set this variable to false in the init() function if you don't want to check the MIME with the magic.mime file
Mailer.php
procedural page Mailer.php
MimeType.php
procedural page MimeType.php
mail
in file SimpleMailInvoker.php, method Swift_Transport_SimpleMailInvoker::mail()
    Send mail via the mail() function.
mail
in file MailInvoker.php, method Swift_Transport_MailInvoker::mail()
    Send mail via the mail() function.
Mailer
in file Mailer.php, class Mailer
    Class that handle email sending
MailSend
in file class.phpmailer-lite.php, method PHPMailerLite::MailSend()
    Sends mail using the PHP mail() function.
makeLegend
in file Chart.php, method Chart::makeLegend()
    This is an internal function used by the visualization classes to make a legend to the various chart types.
makeSVG
in file Chart.php, method Chart::makeSVG()
    This function does the same as get(), with one difference: The returned svg code is capsulated in a <svg>....</svg> element structure, so it returns a completely SVG document.
ManyToManyPattern
in file ManyToManyPattern.php, class ManyToManyPattern
    Provides a Page that shows a Form to edit a Row with an Table to show the linked items and probably add more.
MAP_TYPE_FIXED_LEN
in file CharacterReader.php, class constant Swift_CharacterReader::MAP_TYPE_FIXED_LEN
MAP_TYPE_INVALID
in file CharacterReader.php, class constant Swift_CharacterReader::MAP_TYPE_INVALID
MAP_TYPE_POSITIONS
in file CharacterReader.php, class constant Swift_CharacterReader::MAP_TYPE_POSITIONS
MESSAGES_PER_MINUTE
in file ThrottlerPlugin.php, class constant Swift_Plugins_ThrottlerPlugin::MESSAGES_PER_MINUTE
    Flag for throttling in emails per minute
microtime_float
in file Utils.php, method Utils::microtime_float()
MimeType
in file MimeType.php, class MimeType
MODE_APPEND
in file KeyCache.php, class constant Swift_KeyCache::MODE_APPEND
    Mode for appending data to the end of existing cached data
MODE_WRITE
in file KeyCache.php, class constant Swift_KeyCache::MODE_WRITE
    Mode for replacing existing cached data
money
in file format_functions.inc.php, function money()
    Returns the given number in money format
moveAfter
in file FieldListPattern.php, method FieldListPattern::moveAfter()
    Moves the given field before another field
moveAfter
in file EditPattern.php, method Edit::moveAfter()
    Moves the given field before another field
moveBefore
in file EditPattern.php, method Edit::moveBefore()
    Moves the given field before another field
moveBefore
in file FieldListPattern.php, method FieldListPattern::moveBefore()
    Moves the given field before another field
moveToEnd
in file EditPattern.php, method Edit::moveToEnd()
    Moves the given field to the end of the form
moveToEnd
in file FieldListPattern.php, method FieldListPattern::moveToEnd()
    Moves the given field to the end of the form
moveToStart
in file FieldListPattern.php, method FieldListPattern::moveToStart()
    Moves the given field to the start of the form
moveToStart
in file EditPattern.php, method Edit::moveToStart()
    Moves the given field to the start of the form
MsgHTML
in file class.phpmailer-lite.php, method PHPMailerLite::MsgHTML()
    Evaluates the message and returns modifications for inline images and backgrounds
MTM_MODE_EDIT_ROW
in file ManyToManyPattern.php, constant MTM_MODE_EDIT_ROW
MTM_MODE_EDIT_TABLE
in file ManyToManyPattern.php, constant MTM_MODE_EDIT_TABLE
ManyToManyPattern.php
procedural page ManyToManyPattern.php
message.tpl.php
procedural page message.tpl.php
mobile_layout.php
procedural page mobile_layout.php
Mailer.php
procedural page Mailer.php
MailTransport.php
procedural page MailTransport.php
Message.php
procedural page Message.php
MailboxHeader.php
procedural page MailboxHeader.php
Message.php
procedural page Message.php
MimeEntity.php
procedural page MimeEntity.php
MimePart.php
procedural page MimePart.php
MimePart.php
procedural page MimePart.php
MailInvoker.php
procedural page MailInvoker.php
MailTransport.php
procedural page MailTransport.php
mime_deps.php
procedural page mime_deps.php
mime_types.php
procedural page mime_types.php
top

n

$NoteLog
in file phpmailerTest.php, variable phpmailerTest::$NoteLog
    Holds the note log.
$no_script
in file class.upload.php, variable upload::$no_script
    Set this variable to false if you don't want to turn dangerous scripts into simple text files
$no_upload_check
in file class.upload.php, variable upload::$no_upload_check
    Flag stopping PHP upload checks
newInstance
in file Message.php, method Swift_Message::newInstance()
    Create a new Message.
newInstance
in file MimePart.php, method Swift_MimePart::newInstance()
    Create a new MimePart.
newInstance
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::newInstance()
    Create a new PopBeforeSmtpPlugin for $host and $port.
newInstance
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::newInstance()
    Create a new instance of this HeaderSet.
newInstance
in file SmtpTransport.php, method Swift_SmtpTransport::newInstance()
    Create a new SmtpTransport instance.
newInstance
in file MailTransport.php, method Swift_MailTransport::newInstance()
    Create a new MailTransport instance.
newInstance
in file SendmailTransport.php, method Swift_SendmailTransport::newInstance()
    Create a new SendmailTransport instance.
newInstance
in file Mailer.php, method Swift_Mailer::newInstance()
    Create a new Mailer instance.
newInstance
in file FailoverTransport.php, method Swift_FailoverTransport::newInstance()
    Create a new FailoverTransport instance.
newInstance
in file Attachment.php, method Swift_Attachment::newInstance()
    Create a new Attachment.
newInstance
in file EmbeddedFile.php, method Swift_EmbeddedFile::newInstance()
    Create a new EmbeddedFile.
newInstance
in file Image.php, method Swift_Image::newInstance()
    Create a new Image.
newInstance
in file HeaderSet.php, method Swift_Mime_HeaderSet::newInstance()
    Create a new instance of this HeaderSet.
newInstance
in file LoadBalancedTransport.php, method Swift_LoadBalancedTransport::newInstance()
    Create a new LoadBalancedTransport instance.
nextRecipient
in file RecipientIterator.php, method Swift_Mailer_RecipientIterator::nextRecipient()
    Returns an array where the keys are the addresses of recipients and the values are the names.
nextRecipient
in file ArrayRecipientIterator.php, method Swift_Mailer_ArrayRecipientIterator::nextRecipient()
    Returns an array where the keys are the addresses of recipients and the values are the names.
normalizeMailboxes
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::normalizeMailboxes()
    Normalizes a user-input list of mailboxes into consistent key=>value pairs.
notify
in file HtmlReporter.php, method Swift_Plugins_Reporters_HtmlReporter::notify()
    Notifies this ReportNotifier that $address failed or succeeded.
notify
in file Reporter.php, method Swift_Plugins_Reporter::notify()
    Notifies this ReportNotifier that $address failed or succeeded.
notify
in file HitReporter.php, method Swift_Plugins_Reporters_HitReporter::notify()
    Notifies this ReportNotifier that $address failed or succeeded.
NgCharacterStream.php
procedural page NgCharacterStream.php
NullKeyCache.php
procedural page NullKeyCache.php
top

o

objetizeArray
in file HelperPattern.php, method HelperPattern::objetizeArray()
onCommand
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::onCommand()
    Not used.
onCommand
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::onCommand()
    Runs when a command is due to be sent.
outputEntitiesOff
in file xajaxResponse.inc.php, method xajaxResponse::outputEntitiesOff()
    Tells the response object to output special characters intact. (default
outputEntitiesOff
in file xajax.inc.php, method xajax::outputEntitiesOff()
    Tells the response object to output special characters intact. (default behavior).
outputEntitiesOn
in file xajaxResponse.inc.php, method xajaxResponse::outputEntitiesOn()
    Tells the response object to convert special characters to HTML entities automatically (only works if the mb_string extension is available).
outputEntitiesOn
in file xajax.inc.php, method xajax::outputEntitiesOn()
    Tells the response object to convert special characters to HTML entities automatically (only works if the mb_string extension is available).
OutputByteStream.php
procedural page OutputByteStream.php
top

p

$permissions
in file UserModel.php, variable UserModel::$permissions
    Holds the permission for this user in the name => actions(0=> 'action1', 1=>'action2') format
$permissions_loaded
in file UserModel.php, variable UserModel::$permissions_loaded
$permission_table
in file UserModel.php, variable UserModel::$permission_table
$preserve_transparency
in file class.upload.php, variable upload::$preserve_transparency
    Preserve transparency when resizing or converting an image (deprecated)
$Priority
in file class.phpmailer-lite.php, variable PHPMailerLite::$Priority
    Email priority (1 = High, 3 = Normal, 5 = low).
$processed
in file class.upload.php, variable upload::$processed
    Flag set after calling a process
PostRequest.php
procedural page PostRequest.php
PagePattern
in file PagePattern.php, class PagePattern
    Provide basic template system and http some http functionality
parsea_mesta
in file ConfigParser.php, method ConfigParser::parsea_mesta()
parseStructure
in file FormPattern.php, method FormPattern::parseStructure()
    Parse table structure into template friendly data *
parseStructure
in file DetailPattern.php, method DetailPattern::parseStructure()
    Parse table structure into template friendly data
parse_ini_adv
in file ConfigParser.php, method ConfigParser::parse_ini_adv()
    Advandced Parse Ini
parse_yaml_adv
in file ConfigParser.php, method ConfigParser::parse_yaml_adv()
    Advandced Parse Yaml
PagePattern.php
procedural page PagePattern.php
phpmailerException
in file class.phpmailer-lite.php, class phpmailerException
PHPMailerLite
in file class.phpmailer-lite.php, class PHPMailerLite
    PHPMailer Lite - PHP email transport class
phpmailerTest
in file phpmailerTest.php, class phpmailerTest
    PHPMailer - PHP email transport unit test class
POSITION_END
in file DiskKeyCache.php, class constant Swift_KeyCache_DiskKeyCache::POSITION_END
    Signal to place pointer at end of file
POSITION_START
in file DiskKeyCache.php, class constant Swift_KeyCache_DiskKeyCache::POSITION_START
    Signal to place pointer at start of file
PostRequest
in file PostRequest.php, class PostRequest
    Class that handle Request related things, with a little effort can be used to create from zero and re-create from current request.
preg_ls
in file Utils.php, method Utils::preg_ls()
    An ls style command using regular expresions
prepend
in file xajaxResponse.inc.php, method xajaxResponse::prepend()
printJavascript
in file xajax.inc.php, method xajax::printJavascript()
    Prints the xajax Javascript header and wrapper code into your page by printing the output of the getJavascript() method. It should only be called between the
 
tags in your HTML page.
process
in file class.upload.php, method upload::process()
    Actually uploads the file, and act on it according to the set processing class variables
processQuery
in file Query.php, method Query::processQuery()
processRequest
in file xajax.inc.php, method xajax::processRequest()
processRequests
in file xajax.inc.php, method xajax::processRequests()
    This is the main communications engine of xajax. The engine handles all
phpmailerTest.php
procedural page phpmailerTest.php
pie.php
procedural page pie.php
PlainContentEncoder.php
procedural page PlainContentEncoder.php
ParameterizedHeader.php
procedural page ParameterizedHeader.php
PathHeader.php
procedural page PathHeader.php
ParameterizedHeader.php
procedural page ParameterizedHeader.php
Pop3Connection.php
procedural page Pop3Connection.php
Pop3Exception.php
procedural page Pop3Exception.php
PopBeforeSmtpPlugin.php
procedural page PopBeforeSmtpPlugin.php
Preferences.php
procedural page Preferences.php
PlainAuthenticator.php
procedural page PlainAuthenticator.php
preferences.php
procedural page preferences.php
top

q

Query.php
procedural page Query.php
Query
in file Query.php, class Query
QpEncoder.php
procedural page QpEncoder.php
QpContentEncoder.php
procedural page QpContentEncoder.php
QpHeaderEncoder.php
procedural page QpHeaderEncoder.php
top

r

RowModel.php
procedural page RowModel.php
read
in file FileByteStream.php, method Swift_ByteStream_FileByteStream::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
read
in file OutputByteStream.php, method Swift_OutputByteStream::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
read
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::read()
read
in file CharacterStream.php, method Swift_CharacterStream::read()
    Read $length characters from the stream and move the internal pointer $length further into the stream.
read
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
read
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
read
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::read()
    Read $length characters from the stream and move the internal pointer $length further into the stream.
readBytes
in file CharacterStream.php, method Swift_CharacterStream::readBytes()
    Read $length characters from the stream and return a 1-dimensional array containing there octet values.
readBytes
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::readBytes()
    Read $length characters from the stream and return a 1-dimensional array containing there octet values.
readBytes
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::readBytes()
readLine
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::readLine()
    Get a line of output (including any CRLF).
readLine
in file IoBuffer.php, method Swift_Transport_IoBuffer::readLine()
    Get a line of output (including any CRLF).
redirect
in file xajaxResponse.inc.php, method xajaxResponse::redirect()
reduce_mesta
in file ConfigParser.php, method ConfigParser::reduce_mesta()
    Enter description here...
register
in file DependencyContainer.php, method Swift_DependencyContainer::register()
    Register a new dependency with $itemName.
registerAutoload
in file Autoloader.php, method Autoloader::registerAutoload()
    Configure autoloading
registerAutoload
in file Swift.php, method Swift::registerAutoload()
    Configure autoloading using Swift Mailer.
registerCatchAllFunction
in file xajax.inc.php, method xajax::registerCatchAllFunction()
    Registers a PHP function to be called when xajax cannot find the
registerExternalFunction
in file xajax.inc.php, method xajax::registerExternalFunction()
    Registers a PHP function to be callable through xajax which is located in some other file. If the function is requested the external file will be included to define the function before the function is called.
registerFunction
in file xajax.inc.php, method xajax::registerFunction()
    Registers a PHP function or method to be callable through xajax in your
registerPlugin
in file MailTransport.php, method Swift_Transport_MailTransport::registerPlugin()
    Register a plugin.
registerPlugin
in file Transport.php, method Swift_Transport::registerPlugin()
    Register a plugin in the Transport.
registerPlugin
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::registerPlugin()
    Register a plugin.
registerPlugin
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::registerPlugin()
    Register a plugin.
registerPlugin
in file Mailer.php, method Swift_Mailer::registerPlugin()
    Register a plugin using a known unique key (e.g. myPlugin).
registerPreFunction
in file xajax.inc.php, method xajax::registerPreFunction()
    Registers a PHP function to be called before xajax calls the requested
remove
in file HeaderSet.php, method Swift_Mime_HeaderSet::remove()
    Remove the header with the given $name if it's set.
remove
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::remove()
    Remove the header with the given $name if it's set.
remove
in file xajaxResponse.inc.php, method xajaxResponse::remove()
removeAddresses
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::removeAddresses()
    Remove one or more addresses from this Header.
removeAll
in file HeaderSet.php, method Swift_Mime_HeaderSet::removeAll()
    Remove all headers with the given $name.
removeAll
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::removeAll()
    Remove all headers with the given $name.
removeFilter
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::removeFilter()
    Remove an already present StreamFilter based on its $key.
removeFilter
in file Filterable.php, method Swift_Filterable::removeFilter()
    Remove an existing filter using $key.
removeHandler
in file xajaxResponse.inc.php, method xajaxResponse::removeHandler()
remplaza_mesta
in file ConfigParser.php, method ConfigParser::remplaza_mesta()
REMPTY
in file spyc.php, class constant Spyc::REMPTY
replace
in file xajaxResponse.inc.php, method xajaxResponse::replace()
reset
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::reset()
    Reset the internal counters to zero.
reset
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::reset()
    Reset the current mail transaction.
resetState
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::resetState()
    Tells this handler to clear any buffers and reset its state.
resetState
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::resetState()
    Not used.
responseReceived
in file ResponseListener.php, method Swift_Events_ResponseListener::responseReceived()
    Invoked immediately following a response coming back.
responseReceived
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::responseReceived()
    Invoked immediately following a response coming back.
responseReceived
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::responseReceived()
    Invoked immediately following a response coming back.
RESULT_FAIL
in file Reporter.php, class constant Swift_Plugins_Reporter::RESULT_FAIL
    The recipient could not be accepted
RESULT_FAILED
in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_FAILED
    Sending failed
RESULT_PASS
in file Reporter.php, class constant Swift_Plugins_Reporter::RESULT_PASS
    The recipient was accepted for delivery
RESULT_PENDING
in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_PENDING
    Sending has yet to occur
RESULT_SUCCESS
in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_SUCCESS
    Sending was successful
RESULT_TENTATIVE
in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_TENTATIVE
    Sending worked, but there were some failures
revertLiteralPlaceHolder
in file spyc.php, method Spyc::revertLiteralPlaceHolder()
RFCDate
in file class.phpmailer-lite.php, method PHPMailerLite::RFCDate()
    Returns the proper RFC 822 formatted date.
RowModel
in file RowModel.php, class RowModel
    Provides a database abstraction of a Row, simplyfing data access and modification
runTemplate
in file TemplatePattern.php, method TemplatePattern::runTemplate()
    Run the Template in the cleanest enviroment posible
Rfc2231Encoder.php
procedural page Rfc2231Encoder.php
ResponseEvent.php
procedural page ResponseEvent.php
ResponseListener.php
procedural page ResponseListener.php
RecipientIterator.php
procedural page RecipientIterator.php
Replacements.php
procedural page Replacements.php
Reporter.php
procedural page Reporter.php
ReporterPlugin.php
procedural page ReporterPlugin.php
ReplacementFilterFactory.php
procedural page ReplacementFilterFactory.php
RfcComplianceException.php
procedural page RfcComplianceException.php
top

s

$sCatchAllFunction
in file xajax.inc.php, variable xajax::$sCatchAllFunction
$sEncoding
in file xajaxResponse.inc.php, variable xajaxResponse::$sEncoding
$sEncoding
in file xajax.inc.php, variable xajax::$sEncoding
$Sender
in file class.phpmailer-lite.php, variable PHPMailerLite::$Sender
    Sets the Sender email (Return-Path) of the message. If not empty,
$Sendmail
in file class.phpmailer-lite.php, variable PHPMailerLite::$Sendmail
    Sets the path of the sendmail program.
$setting_dump_force_quotes
in file spyc.php, variable Spyc::$setting_dump_force_quotes
    Setting this to true will force YAMLDump to enclose any string value in quotes. False by default.
$setting_use_syck_is_possible
in file spyc.php, variable Spyc::$setting_use_syck_is_possible
    Setting this to true will forse YAMLLoad to use syck_load function when possible. False by default.
$SingleTo
in file class.phpmailer-lite.php, variable PHPMailerLite::$SingleTo
    Provides the ability to have the TO field process individual
$SingleToArray
in file class.phpmailer-lite.php, variable PHPMailerLite::$SingleToArray
    If SingleTo is true, this provides the array to hold the email addresses
$sLogFile
in file xajax.inc.php, variable xajax::$sLogFile
$sPreFunction
in file xajax.inc.php, variable xajax::$sPreFunction
$sRequestURI
in file xajax.inc.php, variable xajax::$sRequestURI
$Subject
in file class.phpmailer-lite.php, variable PHPMailerLite::$Subject
    Sets the Subject of the message.
$sWrapperPrefix
in file xajax.inc.php, variable xajax::$sWrapperPrefix
Session.php
procedural page Session.php
save
in file RowModel.php, method RowModel::save()
save
in file Config.php, method Config::save()
    Saves the config from the array file into an inifile
save
in file DAO.php, method DAO::save()
    Saves the data into the database, checking whether is a new row or an old
saveRow
in file XajaxHelper.php, method XajaxHelper::saveRow()
    Saves Given data in the given table
script
in file xajaxResponse.inc.php, method xajaxResponse::script()
SecureHeader
in file class.phpmailer-lite.php, method PHPMailerLite::SecureHeader()
    Strips newlines to prevent header injection.
selfURL
in file Utils.php, method Utils::selfURL()
send
in file Mailer.php, method Swift_Mailer::send()
    Send the given Message like it would be sent in a mail client.
send
in file MailTransport.php, method Swift_Transport_MailTransport::send()
    Send the given Message.
send
in file SendmailTransport.php, method Swift_Transport_SendmailTransport::send()
    Send the given Message.
send
in file FailoverTransport.php, method Swift_Transport_FailoverTransport::send()
    Send the given Message.
send
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::send()
    Send the given Message.
Send
in file class.phpmailer-lite.php, method PHPMailerLite::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.
send
in file Transport.php, method Swift_Transport::send()
    Send the given Message.
send
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::send()
    Send the given Message.
send
in file Mailer.php, method Mailer::send()
    Sends an email using default settings.
SendmailSend
in file class.phpmailer-lite.php, method PHPMailerLite::SendmailSend()
    Sends mail using the $Sendmail program.
sendPerformed
in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::sendPerformed()
    Invoked when a Message is sent.
sendPerformed
in file SendListener.php, method Swift_Events_SendListener::sendPerformed()
    Invoked immediately after the Message is sent.
sendPerformed
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
sendPerformed
in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
sendPerformed
in file ReporterPlugin.php, method Swift_Plugins_ReporterPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
sendPerformed
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
Session
in file Session.php, class Session
set
in file HeaderSet.php, method Swift_Mime_HeaderSet::set()
    Set a header in the HeaderSet.
set
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::set()
    Set a header in the HeaderSet.
set
in file class.phpmailer-lite.php, method PHPMailerLite::set()
    Set (or reset) Class Objects (variables)
setAction
in file FormPattern.php, method FormPattern::setAction()
SetAddress
in file phpmailerTest.php, method phpmailerTest::SetAddress()
    Adds all of the addresses
setAddress
in file PathHeader.php, method Swift_Mime_Headers_PathHeader::setAddress()
    Set the Address which should appear in this Header.
setAddresses
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::setAddresses()
    Makes this Header represent a list of plain email addresses with no names.
setAlwaysDisplayed
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::setAlwaysDisplayed()
    Set a list of header names which must always be displayed when set.
setAlwaysDisplayed
in file HeaderSet.php, method Swift_Mime_HeaderSet::setAlwaysDisplayed()
    Set a list of header names which must always be displayed when set.
setAsLinked
in file FormPattern.php, method FormPattern::setAsLinked()
setAsLinked
in file EditPattern.php, method Edit::setAsLinked()
setAsLoggedIn
in file Session.php, method Session::setAsLoggedIn()
setAuthenticators
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setAuthenticators()
    Set the Authenticators which can process a login request.
setAuthMode
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setAuthMode()
    Set the auth mode to use to authenticate.
setBcc
in file Message.php, method Swift_Mime_Message::setBcc()
    Set the Bcc address(es).
setBcc
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setBcc()
    Set the Bcc addresses of this message.
setBody
in file MimeEntity.php, method Swift_Mime_MimeEntity::setBody()
    Set the body content of this entity as a string.
setBody
in file MimePart.php, method Swift_Mime_MimePart::setBody()
    Set the body of this entity, either as a string, or as an instance of Swift_OutputByteStream.
setBody
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setBody()
    Set the body of this entity, either as a string, or as an instance of Swift_OutputByteStream.
setBoundary
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setBoundary()
    Set the boundary used to separate children in this entity.
setCachedValue
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setCachedValue()
    Set a value into the cache.
setCacheType
in file Preferences.php, method Swift_Preferences::setCacheType()
    Set the type of cache to use (i.e. "disk" or "array").
setCc
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setCc()
    Set the Cc addresses of this message.
setCc
in file Message.php, method Swift_Mime_Message::setCc()
    Set the Cc address(es).
setCharacterReaderFactory
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::setCharacterReaderFactory()
    Set the CharacterReaderFactory for multi charset support.
setCharacterReaderFactory
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::setCharacterReaderFactory()
    Set the CharacterReaderFactory for multi charset support.
setCharacterReaderFactory
in file CharacterStream.php, method Swift_CharacterStream::setCharacterReaderFactory()
    Set the CharacterReaderFactory for multi charset support.
setCharacterSet
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::setCharacterSet()
    Set the character set used in this CharacterStream.
setCharacterSet
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::setCharacterSet()
    Set the character set used in this CharacterStream.
setCharacterSet
in file CharacterStream.php, method Swift_CharacterStream::setCharacterSet()
    Set the character set used in this CharacterStream.
setCharEncoding
in file xajaxResponse.inc.php, method xajaxResponse::setCharEncoding()
    Sets the character encoding for the response based on $sEncoding, which
setCharEncoding
in file xajax.inc.php, method xajax::setCharEncoding()
    Sets the character encoding for the HTTP output based on
setCharset
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::setCharset()
    Set the charset used by these headers.
setCharset
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::setCharset()
    Set the character set used in this Header.
setCharset
in file Preferences.php, method Swift_Preferences::setCharset()
    Set the default charset used.
setCharset
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setCharset()
    Set the character set used in this Header.
setCharset
in file MimePart.php, method Swift_Mime_MimePart::setCharset()
    Set the character set of this entity.
setCharset
in file Header.php, method Swift_Mime_Header::setCharset()
    Set the charset used when rendering the Header.
setChildren
in file MimeEntity.php, method Swift_Mime_MimeEntity::setChildren()
    Set all children nested inside this entity.
setChildren
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setChildren()
    Set all children of this entity.
setClass
in file ListingPattern.php, method ListingPattern::setClass()
setClass
in file Query.php, method Query::setClass()
setCommand
in file SendmailTransport.php, method Swift_Transport_SendmailTransport::setCommand()
    Set the command to invoke.
setConnection
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setConnection()
    Set a Pop3Connection to delegate to instead of connecting directly.
setContentType
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setContentType()
    Set the Content-type of this entity.
setData
in file Chart.php, method Chart::setData()
    This function sets the Chart::$data array to a new value.
setDate
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setDate()
    Set the date at which this message was created.
setDate
in file Message.php, method Swift_Mime_Message::setDate()
    Set the origination date of the message as a UNIX timestamp.
setDelSp
in file MimePart.php, method Swift_Mime_MimePart::setDelSp()
    Turn delsp on or off for this entity.
setDescription
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setDescription()
    Set the description of this entity.
setDetail
in file ManyToManyPattern.php, method ManyToManyPattern::setDetail()
setDisposition
in file Attachment.php, method Swift_Mime_Attachment::setDisposition()
    Set the Content-Disposition of this attachment.
setEncoder
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setEncoder()
    Set the encoder used for the body of this entity.
setEncoder
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setEncoder()
    Set the encoder used for encoding the header.
setEncryption
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setEncryption()
    Set the encryption type (tls or ssl)
SetError
in file class.phpmailer-lite.php, method PHPMailerLite::SetError()
    Adds the error message to the error container.
setExtensionHandlers
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setExtensionHandlers()
    Set ESMTP extension handlers.
setExtraParams
in file MailTransport.php, method Swift_Transport_MailTransport::setExtraParams()
    Set the additional parameters used on the mail() function.
setFailedRecipients
in file SendEvent.php, method Swift_Events_SendEvent::setFailedRecipients()
    Set the array of addresses that failed in sending.
setFieldBodyModel
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::setFieldBodyModel()
    Set the model for the field body.
setFieldBodyModel
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::setFieldBodyModel()
    Set the model for the field body.
setFieldBodyModel
in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::setFieldBodyModel()
    Set the model for the field body.
setFieldBodyModel
in file Header.php, method Swift_Mime_Header::setFieldBodyModel()
    Set the model for the field body.
setFieldBodyModel
in file DateHeader.php, method Swift_Mime_Headers_DateHeader::setFieldBodyModel()
    Set the model for the field body.
setFieldBodyModel
in file PathHeader.php, method Swift_Mime_Headers_PathHeader::setFieldBodyModel()
    Set the model for the field body.
setFieldDependents
in file EditPattern.php, method Edit::setFieldDependents()
    Set as dependent of certain field condition a set of fields.
setFieldDependents
in file FormPattern.php, method FormPattern::setFieldDependents()
    Set as dependent of certain field condition a set of fields.
setFieldInputParameter
in file EditPattern.php, method Edit::setFieldInputParameter()
    Sets the given field's input parameter
setFieldInputParameter
in file FormPattern.php, method FormPattern::setFieldInputParameter()
    Sets the given field's input parameter
setFieldName
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setFieldName()
    Set the name of this Header field.
setFieldOrder
in file FieldListPattern.php, method FieldListPattern::setFieldOrder()
setFieldOrder
in file EditPattern.php, method Edit::setFieldOrder()
setFieldParameter
in file FormPattern.php, method FormPattern::setFieldParameter()
    Sets the given field's parameter specific for the given type of the field
setFieldParameter
in file EditPattern.php, method Edit::setFieldParameter()
    Sets the given field's parameter
setFieldProperty
in file EditPattern.php, method Edit::setFieldProperty()
    Sets the given field's property
setFieldProperty
in file FieldListPattern.php, method FieldListPattern::setFieldProperty()
    Sets the given field's property general for all the fields
setFile
in file Attachment.php, method Swift_Mime_Attachment::setFile()
    Set the file that this attachment is for.
setFilename
in file Attachment.php, method Swift_Mime_Attachment::setFilename()
    Set the filename of this attachment.
setFlag
in file xajax.inc.php, method xajax::setFlag()
    Sets a flag (boolean true or false). Available flags with their defaults are as follows:
setFlags
in file xajax.inc.php, method xajax::setFlags()
    Sets multiple flags based on the supplied associative array (see xajax::setFlag() for flag names)
setFormat
in file MimePart.php, method Swift_Mime_MimePart::setFormat()
    Set the format of this entity (flowed or fixed).
setFormat
in file TablePattern.php, method TablePattern::setFormat()
setFormat
in file ListingPattern.php, method ListingPattern::setFormat()
setFormId
in file FormPattern.php, method FormPattern::setFormId()
    Gives an unique id to the html's form markup
SetFrom
in file class.phpmailer-lite.php, method PHPMailerLite::SetFrom()
    Set the From and FromName properties
setFrom
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setFrom()
    Set the from address of this message.
setFrom
in file Message.php, method Swift_Mime_Message::setFrom()
    Set the From address of this message.
setHelpText
in file FormPattern.php, method FormPattern::setHelpText()
    Sets a help text that will be put besides the field
setHelpText
in file EditPattern.php, method Edit::setHelpText()
    Sets a help text that will be put besides the field
setHost
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setHost()
    Set the host to connect to.
setId
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::setId()
    Set the ID used in the value of this header.
setId
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setId()
    Set the CID of this entity.
setIdField
in file DAO.php, method DAO::setIdField()
setIdField
in file RowModel.php, method RowModel::setIdField()
setIds
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::setIds()
    Set a collection of IDs to use in the value of this Header.
setItemKey
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setItemKey()
    Set the itemKey which will be written to.
setItemKey
in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setItemKey()
    Set the itemKey which will be written to.
setKeyCache
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setKeyCache()
    Set the KeyCache to wrap.
setKeyCache
in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setKeyCache()
    Set the KeyCache to wrap.
setKeywordParams
in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::setKeywordParams()
    Set the parameters which the EHLO greeting indicated.
setKeywordParams
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setKeywordParams()
    Set the parameters which the EHLO greeting indicated.
setLanguage
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setLanguage()
    Set the language used in this Header.
SetLanguage
in file class.phpmailer-lite.php, method PHPMailerLite::SetLanguage()
    Sets the language for all class error messages.
setLayout
in file PagePattern.php, method PagePattern::setLayout()
    Sets the layout file to be used.
setLayout
in file View.php, method View::setLayout()
    Sets the template to be shown
setLocalDomain
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::setLocalDomain()
    Set the name of the local domain which Swift will identify itself as.
setLogFile
in file xajax.inc.php, method xajax::setLogFile()
    Specifies a log file that will be written to by xajax during a request (used only by the error handling system at present). If you don't invoke this method, or you pass in "", then no log file will be written to.
setMainMenu
in file PagePattern.php, method PagePattern::setMainMenu()
setMaxLineLength
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setMaxLineLength()
    Set the maximum line length of lines in this body.
setMaxLineLength
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setMaxLineLength()
    Set the maximum length of lines in the header (excluding EOL).
setMethod
in file FormPattern.php, method FormPattern::setMethod()
setMode
in file ManyToManyPattern.php, method ManyToManyPattern::setMode()
setName
in file ListingPattern.php, method ListingPattern::setName()
    Sets the name of a field as will be show in the table header.
setName
in file FieldListPattern.php, method FieldListPattern::setName()
    Sets the name of a field as will be show in the Label
setName
in file TablePattern.php, method TablePattern::setName()
    Sets the name of a field as will be show in the table header.
setName
in file EditPattern.php, method Edit::setName()
    Sets the name of a field as will be show in the Label
setNameAddresses
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::setNameAddresses()
    Set a list of mailboxes to be shown in this Header.
setNsKey
in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setNsKey()
    Set the nsKey which will be written to.
setNsKey
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setNsKey()
    Set the nsKey which will be written to.
setOnLoad
in file PagePattern.php, method PagePattern::setOnLoad()
    Sets the javascript code to be run when the pase finishes loading
setOutputEntities
in file xajaxResponse.inc.php, method xajaxResponse::setOutputEntities()
    If true, tells the response object to convert special characters to HTML entities automatically (only works if the mb_string extension is available).
setPageName
in file PagePattern.php, method PagePattern::setPageName()
    Sets the page name depending of the layout it might be translated
setParam
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::setParam()
    Set an individual param on the buffer (e.g. switching to SSL).
setParam
in file IoBuffer.php, method Swift_Transport_IoBuffer::setParam()
    Set an individual param on the buffer (e.g. switching to SSL).
setParameter
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::setParameter()
    Set the value of $parameter.
setParameter
in file ParameterizedHeader.php, method Swift_Mime_ParameterizedHeader::setParameter()
    Set the value of $parameter.
setParameters
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::setParameters()
    Set an associative array of parameter names mapped to values.
setPassword
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setPassword()
    Set the password to authenticate with.
setPassword
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setPassword()
    Set the password to use when connecting (if needed).
setPatternVariable
in file TemplatePattern.php, method TemplatePattern::setPatternVariable()
    Sets a pattern specific variable, variables set by this function aren't mandatory, and are only to provide customization to the default template
setPatternVariable
in file PagePattern.php, method PagePattern::setPatternVariable()
    Sets a pattern specific variable, variables set by this function aren't mandatory, and are only to provide customization to the default template
setPointer
in file CharacterStream.php, method Swift_CharacterStream::setPointer()
    Move the internal pointer to $charOffset in the stream.
setPointer
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::setPointer()
    Move the internal pointer to $charOffset in the stream.
setPointer
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::setPointer()
setPort
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setPort()
    Set the port to connect to.
setPriority
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setPriority()
    Set the priority of this message.
setQuery
in file TablePattern.php, method TablePattern::setQuery()
setQuery
in file ListingPattern.php, method ListingPattern::setQuery()
setReadPointer
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::setReadPointer()
    Move the internal read pointer to $byteOffset in the stream.
setReadPointer
in file OutputByteStream.php, method Swift_OutputByteStream::setReadPointer()
    Move the internal read pointer to $byteOffset in the stream.
setReadPointer
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::setReadPointer()
    Not implemented
setReadPointer
in file FileByteStream.php, method Swift_ByteStream_FileByteStream::setReadPointer()
    Move the internal read pointer to $byteOffset in the stream.
setReadReceiptTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setReadReceiptTo()
    Ask for a delivery receipt from the recipient to be sent to $addresses
setReplyTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setReplyTo()
    Set the reply-to address of this message.
setReplyTo
in file Message.php, method Swift_Mime_Message::setReplyTo()
    Set the Reply-To address(es).
setRequestURI
in file xajax.inc.php, method xajax::setRequestURI()
    Sets the URI to which requests will be made.
setResult
in file SendEvent.php, method Swift_Events_SendEvent::setResult()
    Set the result of sending.
setReturnPath
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setReturnPath()
    Set the return-path (the bounce address) of this message.
setReturnPath
in file Message.php, method Swift_Mime_Message::setReturnPath()
    Set the return-path (bounce-detect) address.
setRow
in file EditPattern.php, method Edit::setRow()
    Set the Row Object to be edited
setRow
in file ManyToManyPattern.php, method ManyToManyPattern::setRow()
setRow
in file FieldListPattern.php, method FieldListPattern::setRow()
setRowId
in file TablePattern.php, method TablePattern::setRowId()
    Names each row with an unique id.
setRowId
in file ListingPattern.php, method ListingPattern::setRowId()
    Names each row with an unique id.
setRows
in file ListingPattern.php, method ListingPattern::setRows()
    Set the raw data that will be show.
setSecondaryMenu
in file PagePattern.php, method PagePattern::setSecondaryMenu()
setSender
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setSender()
    Set the sender of this message.
setSender
in file Message.php, method Swift_Mime_Message::setSender()
    Set the sender of this message.
setSize
in file Attachment.php, method Swift_Mime_Attachment::setSize()
    Set the file size of this attachment.
setSleepTime
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::setSleepTime()
    Set the number of seconds to sleep for during a restart.
setString
in file KeyCache.php, method Swift_KeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
setString
in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
setString
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
setString
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
setSubject
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setSubject()
    Set the subject of this message.
setSubject
in file Message.php, method Swift_Mime_Message::setSubject()
    Set the subject of the message.
setTable
in file ManyToManyPattern.php, method ManyToManyPattern::setTable()
setTempDir
in file Preferences.php, method Swift_Preferences::setTempDir()
    Set the directory where temporary files can be saved.
setTemplate
in file TemplatePattern.php, method TemplatePattern::setTemplate()
    Sets the template file to be used.
setTemplate
in file View.php, method View::setTemplate()
    Sets the template to be shown
setThreshold
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::setThreshold()
    Set the number of emails to send before restarting.
setTimeout
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setTimeout()
    Set the connection timeout.
setTimeout
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setTimeout()
    Set the connection timeout in seconds (default 10).
setTimeout
in file xajax.inc.php, method xajax::setTimeout()
    Sets the timeout before xajax notifies the client that xajax has not been loaded Usage: $xajax->setTimeout(6000);
setTimestamp
in file DateHeader.php, method Swift_Mime_Headers_DateHeader::setTimestamp()
    Set the UNIX timestamp of the Date in this Header.
setTo
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setTo()
    Set the to addresses of this message.
setTo
in file Message.php, method Swift_Mime_Message::setTo()
    Set the To address(es).
setTransports
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::setTransports()
    Set $transports to delegate to.
setType
in file FormPattern.php, method FormPattern::setType()
setUp
in file phpmailerTest.php, method phpmailerTest::setUp()
    Run before each test is started.
setUsername
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setUsername()
    Set the username to authenticate with.
setUsername
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setUsername()
    Set the username to use when connecting (if needed).
setValue
in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::setValue()
    Set the (unencoded) value of this header.
SetWordWrap
in file class.phpmailer-lite.php, method PHPMailerLite::SetWordWrap()
    Set the body wrapping.
setWrapperPrefix
in file xajax.inc.php, method xajax::setWrapperPrefix()
    Sets the prefix that will be appended to the Javascript wrapper functions (default is "xajax_").
setWriteThroughStream
in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setWriteThroughStream()
    Specify a stream to write through for each write().
setWriteThroughStream
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setWriteThroughStream()
    Specify a stream to write through for each write().
setWriteTranslations
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::setWriteTranslations()
    Set an array of string replacements which should be made on data written to the buffer. This could replace LF with CRLF for example.
setWriteTranslations
in file IoBuffer.php, method Swift_Transport_IoBuffer::setWriteTranslations()
    Set an array of string replacements which should be made on data written to the buffer. This could replace LF with CRLF for example.
shouldBuffer
in file StreamFilter.php, method Swift_StreamFilter::shouldBuffer()
    Based on the buffer given, this returns true if more buffering is needed.
shouldBuffer
in file ByteArrayReplacementFilter.php, method Swift_StreamFilters_ByteArrayReplacementFilter::shouldBuffer()
    Returns true if based on the buffer passed more bytes should be buffered.
shouldBuffer
in file StringReplacementFilter.php, method Swift_StreamFilters_StringReplacementFilter::shouldBuffer()
    Returns true if based on the buffer passed more bytes should be buffered.
SHOW_DEBUG
in file ConfigParser.php, constant SHOW_DEBUG
Sign
in file class.phpmailer-lite.php, method PHPMailerLite::Sign()
    Set the private key file and password to sign the message.
sleep
in file Sleeper.php, method Swift_Plugins_Sleeper::sleep()
    Sleep for $seconds.
sleep
in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::sleep()
    Sleep for $seconds.
sleep
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::sleep()
    Sleep for $seconds.
Spyc
in file spyc.php, class Spyc
    The Simple PHP YAML Class.
SPYC_FROM_COMMAND_LINE
in file spyc.php, constant SPYC_FROM_COMMAND_LINE
spyc_load
in file spyc.php, function spyc_load()
    Parses YAML to array.
spyc_load_file
in file spyc.php, function spyc_load_file()
    Parses YAML to array.
start
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::start()
    Start this Transport mechanism.
start
in file MailTransport.php, method Swift_Transport_MailTransport::start()
    Not used.
start
in file SendmailTransport.php, method Swift_Transport_SendmailTransport::start()
    Start the standalone SMTP session if running in -bs mode.
start
in file Transport.php, method Swift_Transport::start()
    Start this Transport mechanism.
start
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::start()
    Start the SMTP connection.
statusMessagesOff
in file xajax.inc.php, method xajax::statusMessagesOff()
    Disables messages in the browser's status bar for xajax (default behavior).
statusMessagesOn
in file xajax.inc.php, method xajax::statusMessagesOn()
    Enables messages in the browser's status bar for xajax.
stop
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::stop()
    Stop the SMTP connection.
stop
in file MailTransport.php, method Swift_Transport_MailTransport::stop()
    Not used.
stop
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::stop()
    Stop this Transport mechanism.
stop
in file Transport.php, method Swift_Transport::stop()
    Stop this Transport mechanism.
STOP_CONTINUE
in file class.phpmailer-lite.php, class constant PHPMailerLite::STOP_CONTINUE
STOP_CRITICAL
in file class.phpmailer-lite.php, class constant PHPMailerLite::STOP_CRITICAL
STOP_MESSAGE
in file class.phpmailer-lite.php, class constant PHPMailerLite::STOP_MESSAGE
strleft
in file functions.inc.php, function strleft()
Swift
in file Swift.php, class Swift
    General utility class in Swift Mailer, not to be instantiated.
Swift_Attachment
in file Attachment.php, class Swift_Attachment
    Attachment class for attaching files to a Swift_Mime_Message.
Swift_ByteStream_AbstractFilterableInputStream
in file AbstractFilterableInputStream.php, class Swift_ByteStream_AbstractFilterableInputStream
    Provides the base functionality for an InputStream supporting filters.
Swift_ByteStream_ArrayByteStream
in file ArrayByteStream.php, class Swift_ByteStream_ArrayByteStream
    Allows reading and writing of bytes to and from an array.
Swift_ByteStream_FileByteStream
in file FileByteStream.php, class Swift_ByteStream_FileByteStream
    Allows reading and writing of bytes to and from a file.
Swift_CharacterReader
in file CharacterReader.php, class Swift_CharacterReader
    Analyzes characters for a specific character set.
Swift_CharacterReaderFactory
in file CharacterReaderFactory.php, class Swift_CharacterReaderFactory
    A factory for creating CharacterReaders.
Swift_CharacterReaderFactory_SimpleCharacterReaderFactory
in file SimpleCharacterReaderFactory.php, class Swift_CharacterReaderFactory_SimpleCharacterReaderFactory
    Standard factory for creating CharacterReaders.
Swift_CharacterReader_GenericFixedWidthReader
in file GenericFixedWidthReader.php, class Swift_CharacterReader_GenericFixedWidthReader
    Provides fixed-width byte sizes for reading fixed-width character sets.
Swift_CharacterReader_UsAsciiReader
in file UsAsciiReader.php, class Swift_CharacterReader_UsAsciiReader
    Analyzes US-ASCII characters.
Swift_CharacterReader_Utf8Reader
in file Utf8Reader.php, class Swift_CharacterReader_Utf8Reader
    Analyzes UTF-8 characters.
Swift_CharacterStream
in file CharacterStream.php, class Swift_CharacterStream
    An abstract means of reading and writing data in terms of characters as opposed to bytes.
Swift_CharacterStream_ArrayCharacterStream
in file ArrayCharacterStream.php, class Swift_CharacterStream_ArrayCharacterStream
    A CharacterStream implementation which stores characters in an internal array.
Swift_CharacterStream_NgCharacterStream
in file NgCharacterStream.php, class Swift_CharacterStream_NgCharacterStream
    A CharacterStream implementation which stores characters in an internal array.
Swift_DependencyContainer
in file DependencyContainer.php, class Swift_DependencyContainer
    Dependency Injection container.
Swift_DependencyException
in file DependencyException.php, class Swift_DependencyException
    DependencyException thrown when a requested dependeny is missing.
Swift_EmbeddedFile
in file EmbeddedFile.php, class Swift_EmbeddedFile
    An embedded file, in a multipart message.
Swift_Encoder
in file Encoder.php, class Swift_Encoder
    Interface for all Encoder schemes.
Swift_Encoder_Base64Encoder
in file Base64Encoder.php, class Swift_Encoder_Base64Encoder
    Handles Base 64 Encoding in Swift Mailer.
Swift_Encoder_QpEncoder
in file QpEncoder.php, class Swift_Encoder_QpEncoder
    Handles Quoted Printable (QP) Encoding in Swift Mailer.
Swift_Encoder_Rfc2231Encoder
in file Rfc2231Encoder.php, class Swift_Encoder_Rfc2231Encoder
    Handles RFC 2231 specified Encoding in Swift Mailer.
Swift_Encoding
in file Encoding.php, class Swift_Encoding
    Provides quick access to each encoding type.
Swift_Events_CommandEvent
in file CommandEvent.php, class Swift_Events_CommandEvent
    Generated when a command is sent over an SMTP connection.
Swift_Events_CommandListener
in file CommandListener.php, class Swift_Events_CommandListener
    Listens for Transports to send commands to the server.
Swift_Events_Event
in file Event.php, class Swift_Events_Event
    The minimum interface for an Event.
Swift_Events_EventDispatcher
in file EventDispatcher.php, class Swift_Events_EventDispatcher
    Interface for the EventDispatcher which handles the event dispatching layer.
Swift_Events_EventListener
in file EventListener.php, class Swift_Events_EventListener
    An identity interface which all EventListeners must extend.
Swift_Events_EventObject
in file EventObject.php, class Swift_Events_EventObject
    A base Event which all Event classes inherit from.
Swift_Events_ResponseEvent
in file ResponseEvent.php, class Swift_Events_ResponseEvent
    Generated when a response is received on a SMTP connection.
Swift_Events_ResponseListener
in file ResponseListener.php, class Swift_Events_ResponseListener
    Listens for responses from a remote SMTP server.
Swift_Events_SendEvent
in file SendEvent.php, class Swift_Events_SendEvent
    Generated when a message is being sent.
Swift_Events_SendListener
in file SendListener.php, class Swift_Events_SendListener
    Listens for Messages being sent from within the Transport system.
Swift_Events_SimpleEventDispatcher
in file SimpleEventDispatcher.php, class Swift_Events_SimpleEventDispatcher
    The EventDispatcher which handles the event dispatching layer.
Swift_Events_TransportChangeEvent
in file TransportChangeEvent.php, class Swift_Events_TransportChangeEvent
    Generated when the state of a Transport is changed (i.e. stopped/started).
Swift_Events_TransportChangeListener
in file TransportChangeListener.php, class Swift_Events_TransportChangeListener
    Listens for changes within the Transport system.
Swift_Events_TransportExceptionEvent
in file TransportExceptionEvent.php, class Swift_Events_TransportExceptionEvent
    Generated when a TransportException is thrown from the Transport system.
Swift_Events_TransportExceptionListener
in file TransportExceptionListener.php, class Swift_Events_TransportExceptionListener
    Listens for Exceptions thrown from within the Transport system.
Swift_FailoverTransport
in file FailoverTransport.php, class Swift_FailoverTransport
    Contains a list of redundant Transports so when one fails, the next is used.
Swift_FileStream
in file FileStream.php, class Swift_FileStream
    An OutputByteStream which specifically reads from a file.
Swift_Filterable
in file Filterable.php, class Swift_Filterable
    Allows StreamFilters to operate on a stream.
Swift_Image
in file Image.php, class Swift_Image
    An image, embedded in a multipart message.
Swift_InputByteStream
in file InputByteStream.php, class Swift_InputByteStream
    An abstract means of writing data.
Swift_IoException
in file IoException.php, class Swift_IoException
    I/O Exception class.
Swift_KeyCache
in file KeyCache.php, class Swift_KeyCache
    Provides a mechanism for storing data using two keys.
Swift_KeyCache_ArrayKeyCache
in file ArrayKeyCache.php, class Swift_KeyCache_ArrayKeyCache
    A basic KeyCache backed by an array.
Swift_KeyCache_DiskKeyCache
in file DiskKeyCache.php, class Swift_KeyCache_DiskKeyCache
    A KeyCache which streams to and from disk.
Swift_KeyCache_KeyCacheInputStream
in file KeyCacheInputStream.php, class Swift_KeyCache_KeyCacheInputStream
    Writes data to a KeyCache using a stream.
Swift_KeyCache_NullKeyCache
in file NullKeyCache.php, class Swift_KeyCache_NullKeyCache
    A null KeyCache that does not cache at all.
Swift_KeyCache_SimpleKeyCacheInputStream
in file SimpleKeyCacheInputStream.php, class Swift_KeyCache_SimpleKeyCacheInputStream
    Writes data to a KeyCache using a stream.
Swift_LoadBalancedTransport
in file LoadBalancedTransport.php, class Swift_LoadBalancedTransport
    Redudantly and rotationally uses several Transport implementations when sending.
Swift_Mailer
in file Mailer.php, class Swift_Mailer
    Swift Mailer class.
Swift_Mailer_ArrayRecipientIterator
in file ArrayRecipientIterator.php, class Swift_Mailer_ArrayRecipientIterator
    Wraps a standard PHP array in an interator.
Swift_Mailer_RecipientIterator
in file RecipientIterator.php, class Swift_Mailer_RecipientIterator
    Provides an abstract way of specifying recipients for batch sending.
Swift_MailTransport
in file MailTransport.php, class Swift_MailTransport
    Sends Messages using the mail() function.
Swift_Message
in file Message.php, class Swift_Message
    The Message class for building emails.
Swift_MimePart
in file MimePart.php, class Swift_MimePart
    A MIME part, in a multipart message.
Swift_Mime_Attachment
in file Attachment.php, class Swift_Mime_Attachment
    An attachment, in a multipart message.
Swift_Mime_CharsetObserver
in file CharsetObserver.php, class Swift_Mime_CharsetObserver
    Observes changes in an Mime entity's character set.
Swift_Mime_ContentEncoder
in file ContentEncoder.php, class Swift_Mime_ContentEncoder
    Interface for all Transfer Encoding schemes.
Swift_Mime_ContentEncoder_Base64ContentEncoder
in file Base64ContentEncoder.php, class Swift_Mime_ContentEncoder_Base64ContentEncoder
    Handles Base 64 Transfer Encoding in Swift Mailer.
Swift_Mime_ContentEncoder_PlainContentEncoder
in file PlainContentEncoder.php, class Swift_Mime_ContentEncoder_PlainContentEncoder
    Handles binary/7/8-bit Transfer Encoding in Swift Mailer.
Swift_Mime_ContentEncoder_QpContentEncoder
in file QpContentEncoder.php, class Swift_Mime_ContentEncoder_QpContentEncoder
    Handles Quoted Printable (QP) Transfer Encoding in Swift Mailer.
Swift_Mime_EmbeddedFile
in file EmbeddedFile.php, class Swift_Mime_EmbeddedFile
    An embedded file, in a multipart message.
Swift_Mime_EncodingObserver
in file EncodingObserver.php, class Swift_Mime_EncodingObserver
    Observes changes for a Mime entity's ContentEncoder.
Swift_Mime_Header
in file Header.php, class Swift_Mime_Header
    A MIME Header.
Swift_Mime_HeaderEncoder
in file HeaderEncoder.php, class Swift_Mime_HeaderEncoder
    Interface for all Header Encoding schemes.
Swift_Mime_HeaderEncoder_Base64HeaderEncoder
in file Base64HeaderEncoder.php, class Swift_Mime_HeaderEncoder_Base64HeaderEncoder
    Handles Base64 (B) Header Encoding in Swift Mailer.
Swift_Mime_HeaderEncoder_QpHeaderEncoder
in file QpHeaderEncoder.php, class Swift_Mime_HeaderEncoder_QpHeaderEncoder
    Handles Quoted Printable (Q) Header Encoding in Swift Mailer.
Swift_Mime_HeaderFactory
in file HeaderFactory.php, class Swift_Mime_HeaderFactory
    Creates MIME headers.
Swift_Mime_HeaderSet
in file HeaderSet.php, class Swift_Mime_HeaderSet
    A collection of MIME headers.
Swift_Mime_Headers_AbstractHeader
in file AbstractHeader.php, class Swift_Mime_Headers_AbstractHeader
    An abstract base MIME Header.
Swift_Mime_Headers_DateHeader
in file DateHeader.php, class Swift_Mime_Headers_DateHeader
    A Date MIME Header for Swift Mailer.
Swift_Mime_Headers_IdentificationHeader
in file IdentificationHeader.php, class Swift_Mime_Headers_IdentificationHeader
    An ID MIME Header for something like Message-ID or Content-ID.
Swift_Mime_Headers_MailboxHeader
in file MailboxHeader.php, class Swift_Mime_Headers_MailboxHeader
    A Mailbox Address MIME Header for something like From or Sender.
Swift_Mime_Headers_ParameterizedHeader
in file ParameterizedHeader.php, class Swift_Mime_Headers_ParameterizedHeader
    An abstract base MIME Header.
Swift_Mime_Headers_PathHeader
in file PathHeader.php, class Swift_Mime_Headers_PathHeader
    A Path Header in Swift Mailer, such a Return-Path.
Swift_Mime_Headers_UnstructuredHeader
in file UnstructuredHeader.php, class Swift_Mime_Headers_UnstructuredHeader
    A Simple MIME Header.
Swift_Mime_Message
in file Message.php, class Swift_Mime_Message
    A Message (RFC 2822) object.
Swift_Mime_MimeEntity
in file MimeEntity.php, class Swift_Mime_MimeEntity
    A MIME entity, such as an attachment.
Swift_Mime_MimePart
in file MimePart.php, class Swift_Mime_MimePart
    A MIME part, in a multipart message.
Swift_Mime_ParameterizedHeader
in file ParameterizedHeader.php, class Swift_Mime_ParameterizedHeader
    A MIME Header with parameters.
Swift_Mime_SimpleHeaderFactory
in file SimpleHeaderFactory.php, class Swift_Mime_SimpleHeaderFactory
    Creates MIME headers.
Swift_Mime_SimpleHeaderSet
in file SimpleHeaderSet.php, class Swift_Mime_SimpleHeaderSet
    A collection of MIME headers.
Swift_Mime_SimpleMessage
in file SimpleMessage.php, class Swift_Mime_SimpleMessage
    The default email message class.
Swift_Mime_SimpleMimeEntity
in file SimpleMimeEntity.php, class Swift_Mime_SimpleMimeEntity
    A MIME entity, in a multipart message.
Swift_OutputByteStream
in file OutputByteStream.php, class Swift_OutputByteStream
    An abstract means of reading data.
Swift_Plugins_AntiFloodPlugin
in file AntiFloodPlugin.php, class Swift_Plugins_AntiFloodPlugin
    Reduces network flooding when sending large amounts of mail.
Swift_Plugins_BandwidthMonitorPlugin
in file BandwidthMonitorPlugin.php, class Swift_Plugins_BandwidthMonitorPlugin
    Reduces network flooding when sending large amounts of mail.
Swift_Plugins_DecoratorPlugin
in file DecoratorPlugin.php, class Swift_Plugins_DecoratorPlugin
    Allows customization of Messages on-the-fly.
Swift_Plugins_Decorator_Replacements
in file Replacements.php, class Swift_Plugins_Decorator_Replacements
    Allows customization of Messages on-the-fly.
Swift_Plugins_Logger
in file Logger.php, class Swift_Plugins_Logger
    Logs events in the Transport system.
Swift_Plugins_LoggerPlugin
in file LoggerPlugin.php, class Swift_Plugins_LoggerPlugin
    Does real time logging of Transport level information.
Swift_Plugins_Loggers_ArrayLogger
in file ArrayLogger.php, class Swift_Plugins_Loggers_ArrayLogger
    Logs to an Array backend.
Swift_Plugins_Loggers_EchoLogger
in file EchoLogger.php, class Swift_Plugins_Loggers_EchoLogger
    Prints all log messages in real time.
Swift_Plugins_PopBeforeSmtpPlugin
in file PopBeforeSmtpPlugin.php, class Swift_Plugins_PopBeforeSmtpPlugin
    Makes sure a connection to a POP3 host has been established prior to connecting to SMTP.
Swift_Plugins_Pop_Pop3Connection
in file Pop3Connection.php, class Swift_Plugins_Pop_Pop3Connection
    Pop3Connection interface for connecting and disconnecting to a POP3 host.
Swift_Plugins_Pop_Pop3Exception
in file Pop3Exception.php, class Swift_Plugins_Pop_Pop3Exception
    Pop3Exception thrown when an error occurs connecting to a POP3 host.
Swift_Plugins_Reporter
in file Reporter.php, class Swift_Plugins_Reporter
    The Reporter plugin sends pass/fail notification to a Reporter.
Swift_Plugins_ReporterPlugin
in file ReporterPlugin.php, class Swift_Plugins_ReporterPlugin
    Does real time reporting of pass/fail for each recipient.
Swift_Plugins_Reporters_HitReporter
in file HitReporter.php, class Swift_Plugins_Reporters_HitReporter
    A reporter which "collects" failures for the Reporter plugin.
Swift_Plugins_Reporters_HtmlReporter
in file HtmlReporter.php, class Swift_Plugins_Reporters_HtmlReporter
    A HTML output reporter for the Reporter plugin.
Swift_Plugins_Sleeper
in file Sleeper.php, class Swift_Plugins_Sleeper
    Sleeps for a duration of time.
Swift_Plugins_ThrottlerPlugin
in file ThrottlerPlugin.php, class Swift_Plugins_ThrottlerPlugin
    Throttles the rate at which emails are sent.
Swift_Plugins_Timer
in file Timer.php, class Swift_Plugins_Timer
    Provides timestamp data.
Swift_Preferences
in file Preferences.php, class Swift_Preferences
    Changes some global preference settings in Swift Mailer.
Swift_ReplacementFilterFactory
in file ReplacementFilterFactory.php, class Swift_ReplacementFilterFactory
    Creates StreamFilters.
Swift_RfcComplianceException
in file RfcComplianceException.php, class Swift_RfcComplianceException
    RFC Compliance Exception class.
Swift_SendmailTransport
in file SendmailTransport.php, class Swift_SendmailTransport
    SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.
Swift_SmtpTransport
in file SmtpTransport.php, class Swift_SmtpTransport
    Sends Messages over SMTP with ESMTP support.
Swift_StreamFilter
in file StreamFilter.php, class Swift_StreamFilter
    Processes bytes as they pass through a stream and performs filtering.
Swift_StreamFilters_ByteArrayReplacementFilter
in file ByteArrayReplacementFilter.php, class Swift_StreamFilters_ByteArrayReplacementFilter
    Processes bytes as they pass through a buffer and replaces sequences in it.
Swift_StreamFilters_StringReplacementFilter
in file StringReplacementFilter.php, class Swift_StreamFilters_StringReplacementFilter
    Processes bytes as they pass through a buffer and replaces sequences in it.
Swift_StreamFilters_StringReplacementFilterFactory
in file StringReplacementFilterFactory.php, class Swift_StreamFilters_StringReplacementFilterFactory
    Creates filters for replacing needles in a string buffer.
Swift_SwiftException
in file SwiftException.php, class Swift_SwiftException
    Base Exception class.
Swift_Transport
in file Transport.php, class Swift_Transport
    Sends Messages via an abstract Transport subsystem.
Swift_TransportException
in file TransportException.php, class Swift_TransportException
    TransportException thrown when an error occurs in the Transport subsystem.
Swift_Transport_AbstractSmtpTransport
in file AbstractSmtpTransport.php, class Swift_Transport_AbstractSmtpTransport
    Sends Messages over SMTP.
Swift_Transport_EsmtpHandler
in file EsmtpHandler.php, class Swift_Transport_EsmtpHandler
    An ESMTP handler.
Swift_Transport_EsmtpTransport
in file EsmtpTransport.php, class Swift_Transport_EsmtpTransport
    Sends Messages over SMTP with ESMTP support.
Swift_Transport_Esmtp_Authenticator
in file Authenticator.php, class Swift_Transport_Esmtp_Authenticator
    An Authentication mechanism.
Swift_Transport_Esmtp_AuthHandler
in file AuthHandler.php, class Swift_Transport_Esmtp_AuthHandler
    An ESMTP handler for AUTH support.
Swift_Transport_Esmtp_Auth_CramMd5Authenticator
in file CramMd5Authenticator.php, class Swift_Transport_Esmtp_Auth_CramMd5Authenticator
    Handles CRAM-MD5 authentication.
Swift_Transport_Esmtp_Auth_LoginAuthenticator
in file LoginAuthenticator.php, class Swift_Transport_Esmtp_Auth_LoginAuthenticator
    Handles LOGIN authentication.
Swift_Transport_Esmtp_Auth_PlainAuthenticator
in file PlainAuthenticator.php, class Swift_Transport_Esmtp_Auth_PlainAuthenticator
    Handles PLAIN authentication.
Swift_Transport_FailoverTransport
in file FailoverTransport.php, class Swift_Transport_FailoverTransport
    Contains a list of redundant Transports so when one fails, the next is used.
Swift_Transport_IoBuffer
in file IoBuffer.php, class Swift_Transport_IoBuffer
    Buffers input and output to a resource.
Swift_Transport_LoadBalancedTransport
in file LoadBalancedTransport.php, class Swift_Transport_LoadBalancedTransport
    Redudantly and rotationally uses several Transports when sending.
Swift_Transport_MailInvoker
in file MailInvoker.php, class Swift_Transport_MailInvoker
    This interface intercepts calls to the mail() function.
Swift_Transport_MailTransport
in file MailTransport.php, class Swift_Transport_MailTransport
    Sends Messages using the mail() function.
Swift_Transport_SendmailTransport
in file SendmailTransport.php, class Swift_Transport_SendmailTransport
    SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.
Swift_Transport_SimpleMailInvoker
in file SimpleMailInvoker.php, class Swift_Transport_SimpleMailInvoker
    This is the implementation class for Swift_Transport_MailInvoker.
Swift_Transport_SmtpAgent
in file SmtpAgent.php, class Swift_Transport_SmtpAgent
    Wraps an IoBuffer to send/receive SMTP commands/responses.
Swift_Transport_StreamBuffer
in file StreamBuffer.php, class Swift_Transport_StreamBuffer
    A generic IoBuffer implementation supporting remote sockets and local processes.
spyc.php
procedural page spyc.php
SimpleCharacterReaderFactory.php
procedural page SimpleCharacterReaderFactory.php
SendEvent.php
procedural page SendEvent.php
SendListener.php
procedural page SendListener.php
SimpleEventDispatcher.php
procedural page SimpleEventDispatcher.php
SimpleKeyCacheInputStream.php
procedural page SimpleKeyCacheInputStream.php
SimpleHeaderFactory.php
procedural page SimpleHeaderFactory.php
SimpleHeaderSet.php
procedural page SimpleHeaderSet.php
SimpleMessage.php
procedural page SimpleMessage.php
SimpleMimeEntity.php
procedural page SimpleMimeEntity.php
Sleeper.php
procedural page Sleeper.php
SendmailTransport.php
procedural page SendmailTransport.php
SmtpTransport.php
procedural page SmtpTransport.php
StreamFilter.php
procedural page StreamFilter.php
StringReplacementFilter.php
procedural page StringReplacementFilter.php
StringReplacementFilterFactory.php
procedural page StringReplacementFilterFactory.php
SwiftException.php
procedural page SwiftException.php
SendmailTransport.php
procedural page SendmailTransport.php
SimpleMailInvoker.php
procedural page SimpleMailInvoker.php
SmtpAgent.php
procedural page SmtpAgent.php
StreamBuffer.php
procedural page StreamBuffer.php
Swift.php
procedural page Swift.php
swift_init.php
procedural page swift_init.php
swift_required.php
procedural page swift_required.php
swift_required_pear.php
procedural page swift_required_pear.php
top

t

$table_name
in file RowModel.php, variable RowModel::$table_name
$translation
in file class.upload.php, variable upload::$translation
    Array of translated error messages
TablePattern.php
procedural page TablePattern.php
TemplatePattern.php
procedural page TemplatePattern.php
t
in file functions.inc.php, function t()
TablePattern
in file TablePattern.php, class TablePattern
    Provide basic template system
tearDown
in file phpmailerTest.php, method phpmailerTest::tearDown()
    Run after each test is completed.
TemplatePattern
in file TemplatePattern.php, class TemplatePattern
    Provide basic template system
terminate
in file IoBuffer.php, method Swift_Transport_IoBuffer::terminate()
    Perform any shutdown logic needed.
terminate
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::terminate()
    Perform any shutdown logic needed.
test_Addressing
in file phpmailerTest.php, method phpmailerTest::test_Addressing()
test_AltBody
in file phpmailerTest.php, method phpmailerTest::test_AltBody()
    Simple multipart/alternative test.
test_AltBody_Attachment
in file phpmailerTest.php, method phpmailerTest::test_AltBody_Attachment()
    Simple HTML and attachment test
test_DenialOfServiceAttack
in file phpmailerTest.php, method phpmailerTest::test_DenialOfServiceAttack()
    Tests this denial of service attack:
test_Embedded_Image
in file phpmailerTest.php, method phpmailerTest::test_Embedded_Image()
    An embedded attachment test.
test_Encodings
in file phpmailerTest.php, method phpmailerTest::test_Encodings()
    Encoding tests
test_Error
in file phpmailerTest.php, method phpmailerTest::test_Error()
test_Html
in file phpmailerTest.php, method phpmailerTest::test_Html()
    Try a plain message.
test_HTML_Attachment
in file phpmailerTest.php, method phpmailerTest::test_HTML_Attachment()
    Simple HTML and attachment test
test_Low_Priority
in file phpmailerTest.php, method phpmailerTest::test_Low_Priority()
    Try a plain message.
test_MailSend
in file phpmailerTest.php, method phpmailerTest::test_MailSend()
test_Miscellaneous
in file phpmailerTest.php, method phpmailerTest::test_Miscellaneous()
    Miscellaneous calls to improve test coverage and some small tests
test_MultipleSend
in file phpmailerTest.php, method phpmailerTest::test_MultipleSend()
test_Multiple_Plain_FileAttachment
in file phpmailerTest.php, method phpmailerTest::test_Multiple_Plain_FileAttachment()
    Simple plain file attachment test.
test_Multi_Embedded_Image
in file phpmailerTest.php, method phpmailerTest::test_Multi_Embedded_Image()
    An embedded attachment test.
test_Plain_StringAttachment
in file phpmailerTest.php, method phpmailerTest::test_Plain_StringAttachment()
    Simple plain string attachment test.
test_Quoted_Printable
in file phpmailerTest.php, method phpmailerTest::test_Quoted_Printable()
    Plain quoted-printable message.
test_SendmailSend
in file phpmailerTest.php, method phpmailerTest::test_SendmailSend()
test_Signing
in file phpmailerTest.php, method phpmailerTest::test_Signing()
    Signing tests
test_SmtpKeepAlive
in file phpmailerTest.php, method phpmailerTest::test_SmtpKeepAlive()
test_Translations
in file phpmailerTest.php, method phpmailerTest::test_Translations()
    Test language files for missing and excess translations
test_WordWrap
in file phpmailerTest.php, method phpmailerTest::test_WordWrap()
    Try a plain message.
TextLine
in file class.phpmailer-lite.php, method PHPMailerLite::TextLine()
    Returns a formatted mail line.
toByteStream
in file MimeEntity.php, method Swift_Mime_MimeEntity::toByteStream()
    Get this entire entity as a ByteStream.
toByteStream
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::toByteStream()
    Write this message to a Swift_InputByteStream.
toByteStream
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::toByteStream()
    Write this entire entity to a Swift_InputByteStream.
tokenNeedsEncoding
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::tokenNeedsEncoding()
    Test if a token needs to be encoded or not.
toString
in file Header.php, method Swift_Mime_Header::toString()
    Get this Header rendered as a compliant string.
toString
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::toString()
    Get this Header rendered as a RFC 2822 compliant string.
toString
in file HeaderSet.php, method Swift_Mime_HeaderSet::toString()
    Returns a string with a representation of all headers.
toString
in file MimeEntity.php, method Swift_Mime_MimeEntity::toString()
    Get this entire entity in its string form.
toString
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::toString()
    Get this entire entity as a string.
toString
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::toString()
    Returns a string with a representation of all headers.
toString
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::toString()
    Get this message as a complete string.
toTokens
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::toTokens()
    Generate a list of all tokens in the final header.
toTokens
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::toTokens()
    Generate a list of all tokens in the final header.
TO_ROOT
in file gateway.php, constant TO_ROOT
transportStarted
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::transportStarted()
    Not used.
transportStarted
in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::transportStarted()
    Invoked immediately after the Transport is started.
transportStarted
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::transportStarted()
    Invoked immediately after the Transport is started.
transportStopped
in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::transportStopped()
    Invoked immediately after the Transport is stopped.
transportStopped
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::transportStopped()
    Not used.
transportStopped
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::transportStopped()
    Invoked immediately after the Transport is stopped.
TYPE_ALIAS
in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_ALIAS
    Constant for aliases
TYPE_DATE
in file Header.php, class constant Swift_Mime_Header::TYPE_DATE
    Date and time headers
TYPE_ID
in file Header.php, class constant Swift_Mime_Header::TYPE_ID
    Identification headers
TYPE_INSTANCE
in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_INSTANCE
    Constant for new instance types
TYPE_MAILBOX
in file Header.php, class constant Swift_Mime_Header::TYPE_MAILBOX
    Mailbox and address headers
TYPE_PARAMETERIZED
in file Header.php, class constant Swift_Mime_Header::TYPE_PARAMETERIZED
    Parameterized headers (text + params)
TYPE_PATH
in file Header.php, class constant Swift_Mime_Header::TYPE_PATH
    Address path headers
TYPE_PROCESS
in file IoBuffer.php, class constant Swift_Transport_IoBuffer::TYPE_PROCESS
    A process buffer with I/O support
TYPE_SHARED
in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_SHARED
    Constant for shared instance types
TYPE_SOCKET
in file IoBuffer.php, class constant Swift_Transport_IoBuffer::TYPE_SOCKET
    A socket buffer over TCP
TYPE_TEXT
in file Header.php, class constant Swift_Mime_Header::TYPE_TEXT
    Text headers
TYPE_VALUE
in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_VALUE
    Constant for literal value types
TransportChangeEvent.php
procedural page TransportChangeEvent.php
TransportChangeListener.php
procedural page TransportChangeListener.php
TransportExceptionEvent.php
procedural page TransportExceptionEvent.php
TransportExceptionListener.php
procedural page TransportExceptionListener.php
ThrottlerPlugin.php
procedural page ThrottlerPlugin.php
Timer.php
procedural page Timer.php
Transport.php
procedural page Transport.php
TransportException.php
procedural page TransportException.php
transport_deps.php
procedural page transport_deps.php
top

u

$uploaded
in file class.upload.php, variable upload::$uploaded
    Flag set after instanciating the class
Utils.php
procedural page Utils.php
UserModel.php
procedural page UserModel.php
unbind
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::unbind()
    Remove an already bound stream.
unbind
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::unbind()
    Not used.
unbind
in file InputByteStream.php, method Swift_InputByteStream::unbind()
    Remove an already bound stream.
unbind
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::unbind()
    Remove an already bound stream.
unbind
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::unbind()
    Remove an already bound stream.
unsetFieldInputParameter
in file FormPattern.php, method FormPattern::unsetFieldInputParameter()
    Unsets the given field's input parameter
unsetFieldInputParameter
in file EditPattern.php, method Edit::unsetFieldInputParameter()
    Unsets the given field's input parameter
upload
in file class.upload.php, class upload
    Class upload
UserModel
in file UserModel.php, class UserModel
    Provides an user abstraction, basic authentication logic is here too
UTF8CharBoundary
in file class.phpmailer-lite.php, method PHPMailerLite::UTF8CharBoundary()
    Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
Utils
in file Utils.php, class Utils
UsAsciiReader.php
procedural page UsAsciiReader.php
Utf8Reader.php
procedural page Utf8Reader.php
UnstructuredHeader.php
procedural page UnstructuredHeader.php
top

v

$value
in file Chart.php, variable Chart_Data::$value
    Value of the data object.
$version
in file class.upload.php, variable upload::$version
    Class version
$Version
in file class.phpmailer-lite.php, variable PHPMailerLite::$Version
    Sets the PHPMailer Version number
View.php
procedural page View.php
ValidateAddress
in file class.phpmailer-lite.php, method PHPMailerLite::ValidateAddress()
    Check that a string looks roughly like an email address should
validateByteSequence
in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
validateByteSequence
in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
validateByteSequence
in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
validateByteSequence
in file CharacterReader.php, method Swift_CharacterReader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
validateNotEmpty
in file Utils.php, method Utils::validateNotEmpty()
validatePassword
in file UserModel.php, method UserModel::validatePassword()
VERSION
in file Swift.php, class constant Swift::VERSION
    Swift Mailer Version number generated during dist release process
View
in file View.php, class View
    View Class, all custom classes are made from this one
top

w

$WordWrap
in file class.phpmailer-lite.php, variable PHPMailerLite::$WordWrap
    Sets word wrapping on the body of the message to a given number of characters.
waitCursorOff
in file xajax.inc.php, method xajax::waitCursorOff()
    Disables the wait cursor to be displayed in the browser.
waitCursorOn
in file xajax.inc.php, method xajax::waitCursorOn()
    Enables the wait cursor to be displayed in the browser (default behavior).
withDependencies
in file DependencyContainer.php, method Swift_DependencyContainer::withDependencies()
    Specify a list of injected dependencies for the previously registered item.
WrapText
in file class.phpmailer-lite.php, method PHPMailerLite::WrapText()
    Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
write
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::write()
    Writes $bytes to the end of the stream.
write
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::write()
    Write $chars to the end of the stream.
write
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::write()
    Writes $bytes to the end of the stream.
write
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::write()
write
in file InputByteStream.php, method Swift_InputByteStream::write()
    Writes $bytes to the end of the stream.
write
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::write()
    Writes $bytes to the end of the stream.
write
in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::write()
    Called when a message is sent so that the outgoing counter can be increased.
write
in file CharacterStream.php, method Swift_CharacterStream::write()
    Write $chars to the end of the stream.
top

x

$xml
in file xajaxResponse.inc.php, variable xajaxResponse::$xml
XajaxHelper.php
procedural page XajaxHelper.php
xajax.inc.php
procedural page xajax.inc.php
xajaxCompress.php
procedural page xajaxCompress.php
xajaxResponse.inc.php
procedural page xajaxResponse.inc.php
xajax
in file xajax.inc.php, method xajax::xajax()
    Constructor. You can set some extra xajax options right away or use individual methods later to set options.
xajax
in file xajax.inc.php, class xajax
    The xajax class generates the xajax javascript for your page including the Javascript wrappers for the PHP functions that you want to call from your page.
xajaxCompressJavascript
in file xajaxCompress.php, function xajaxCompressJavascript()
    Compresses the Javascript code for more efficient delivery.
xajaxErrorHandler
in file xajax.inc.php, function xajaxErrorHandler()
    This function is registered with PHP's set_error_handler() function if the xajax error handling system is turned on.
XajaxHelper
in file XajaxHelper.php, class XajaxHelper
xajaxResponse
in file xajaxResponse.inc.php, method xajaxResponse::xajaxResponse()
    The constructor's main job is to set the character encoding for the response.
xajaxResponse
in file xajaxResponse.inc.php, class xajaxResponse
    The xajaxResponse class is used to create responses to be sent back to your Web page. A response contains one or more command messages for updating your page.
XAJAX_DEFAULT_CHAR_ENCODING
in file xajax.inc.php, constant XAJAX_DEFAULT_CHAR_ENCODING
    Define XAJAX_DEFAULT_CHAR_ENCODING that is used by both
XAJAX_GET
in file xajax.inc.php, constant XAJAX_GET
    Communication Method Defines
XAJAX_POST
in file xajax.inc.php, constant XAJAX_POST
top

y

YAMLDump
in file spyc.php, method Spyc::YAMLDump()
    Dump YAML from PHP array statically
YAMLLoad
in file spyc.php, method Spyc::YAMLLoad()
    Load YAML into a PHP array statically
YAMLLoadString
in file spyc.php, method Spyc::YAMLLoadString()
    Load a string of YAML into a PHP array statically
yesNo
in file format_functions.inc.php, function yesNo()
top

z

zeroParameter
in file GetRequest.php, method GetRequest::zeroParameter()
top

_

$_assert_message
in file DAO.php, variable DAO::$_assert_message
    When the class isn't loaded, an Exception is thrown with this message
$_buffer
in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_buffer
    Input-Output buffer for sending/receiving SMTP commands and responses
$_charStream
in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_charStream
    The CharacterStream used for reading characters (as opposed to bytes).
$_config
in file Config.php, variable Config::$_config
$_config_name
in file Config.php, variable Config::$_config_name
$_data
in file DAO.php, variable DAO::$_data
$_Data
in file HelperPattern.php, variable HelperPattern::$_Data
$_DbConnection
in file DAO.php, variable DAO::$_DbConnection
    Holds the DbConnection
$_default_template
in file FormPattern.php, variable FormPattern::$_default_template
$_default_template
in file DetailPattern.php, variable DetailPattern::$_default_template
$_Detail
in file ManyToManyPattern.php, variable ManyToManyPattern::$_Detail
    Tha Detail
$_domain
in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_domain
    The domain name to use in HELO command
$_error
in file Session.php, variable Session::$_error
$_eventDispatcher
in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_eventDispatcher
    The event dispatching layer
$_fields
in file FormPattern.php, variable FormPattern::$_fields
    field's configuration structure
$_fields
in file FieldListPattern.php, variable FieldListPattern::$_fields
    Holds the field's configuration structure
$_fields
in file DetailPattern.php, variable DetailPattern::$_fields
    Holds the field's configuration structure
$_filename
in file Config.php, variable Config::$_filename
$_filter
in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_filter
    A filter used if input should be canonicalized.
$_general_actions
in file FieldListPattern.php, variable FieldListPattern::$_general_actions
    Holds actions that will be rendered at begining or/and end of the field list
$_headers
in file PagePattern.php, variable PagePattern::$_headers
    Holds the header to be sent on_display
$_html_headers
in file PagePattern.php, variable PagePattern::$_html_headers
    Holds the html headers to be included inside <head>
$_id
in file DAO.php, variable DAO::$_id
$_idField
in file DAO.php, variable DAO::$_idField
$_instances
in file Config.php, variable Config::$_instances
$_instances
in file DbConnection.php, variable DbConnection::$_instances
$_javascripts
in file TemplatePattern.php, variable TemplatePattern::$_javascripts
    Holds the javascripts that should be added at the head section
$_layout
in file PagePattern.php, variable PagePattern::$_layout
    Holds the relative path to the layout
$_layout
in file View.php, variable View::$_layout
    Fullpath of the layout to be shown
$_loaded
in file DAO.php, variable DAO::$_loaded
$_main_menu_template
in file PagePattern.php, variable PagePattern::$_main_menu_template
    Holds the main menu template
$_nodeId
in file spyc.php, variable Spyc::$_nodeId
$_no_fields
in file FieldListPattern.php, variable FieldListPattern::$_no_fields
    Holds the number of fields that this Edit has
$_on_load
in file PagePattern.php, variable PagePattern::$_on_load
    Script to run on page load
$_pattern_variables
in file PagePattern.php, variable PagePattern::$_pattern_variables
    Variables that belongs only to this pattern, used to customize the text and
$_pattern_variables
in file TemplatePattern.php, variable TemplatePattern::$_pattern_variables
    Variables that belongs only to this pattern, used to customize the text and
$_qpMap
in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_qpMap
    Pre-computed QP for HUGE optmization.
$_request
in file Controller.php, variable Controller::$_request
    Our Request Object
$_Row
in file FieldListPattern.php, variable FieldListPattern::$_Row
    Holds the Row to be used
$_safeMap
in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_safeMap
    A map of non-encoded ascii characters.
$_secondary_menu_template
in file PagePattern.php, variable PagePattern::$_secondary_menu_template
    Holds the secondary menu template
$_started
in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_started
    Connection status
$_Table
in file ManyToManyPattern.php, variable ManyToManyPattern::$_Table
    Tha Table
$_tableName
in file DAO.php, variable DAO::$_tableName
$_template
in file View.php, variable View::$_template
    Fullpath of the template to be shown.
$_template
in file TemplatePattern.php, variable TemplatePattern::$_template
    Holds the relative path to the template
$_transports
in file LoadBalancedTransport.php, variable Swift_Transport_LoadBalancedTransport::$_transports
    The Transports which are used in rotation.
$_User
in file Session.php, variable Session::$_User
    Holds the logged in user, usually UserModel or some child class
$_userCharset
in file MimePart.php, variable Swift_Mime_MimePart::$_userCharset
    The charset last specified by the user
$_userContentType
in file SimpleMimeEntity.php, variable Swift_Mime_SimpleMimeEntity::$_userContentType
$_userDelSp
in file MimePart.php, variable Swift_Mime_MimePart::$_userDelSp
    The delsp parameter last specified by the user
$_userFormat
in file MimePart.php, variable Swift_Mime_MimePart::$_userFormat
    The format parameter last specified by the user
$_variables
in file TemplatePattern.php, variable TemplatePattern::$_variables
    Holds the variables to be passed to the template as $Data object
$_variables
in file View.php, variable View::$_variables
    Holds variables to be passed to the templates
$__imports
in file ConfigParser.php, variable ConfigParser::$__imports
$__instance
in file GetRequest.php, variable GetRequest::$__instance
    Singleton instance
$__instance
in file PostRequest.php, variable PostRequest::$__instance
    Singleton instance
$__keys
in file ConfigParser.php, variable ConfigParser::$__keys
$__parameters
in file PostRequest.php, variable PostRequest::$__parameters
    The last section of the uri
$__parameters
in file GetRequest.php, variable GetRequest::$__parameters
    The last section of the uri
$__request_uri
in file GetRequest.php, variable GetRequest::$__request_uri
    The full request_uri, after striping the BASE_URL
$__request_uri
in file PostRequest.php, variable PostRequest::$__request_uri
    The full request_uri, after striping the BASE_URL
$__stringvars
in file ConfigParser.php, variable ConfigParser::$__stringvars
$__vars
in file ConfigParser.php, variable ConfigParser::$__vars
_assertResponseCode
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_assertResponseCode()
    Throws an Exception if a response code is incorrect
_clearCache
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_clearCache()
    Empty the KeyCache for this entity.
_commit
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::_commit()
    Commit the given bytes to the storage medium immediately.
_commit
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::_commit()
    Write this bytes to the stream
_commit
in file FileByteStream.php, method Swift_ByteStream_FileByteStream::_commit()
    Just write the bytes to the file
_doDataCommand
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doDataCommand()
    Send the DATA command
_doHeloCommand
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_doHeloCommand()
    Overridden to perform EHLO instead
_doHeloCommand
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doHeloCommand()
    Send the HELO welcome
_doMailFromCommand
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doMailFromCommand()
    Send the MAIL FROM command
_doMailFromCommand
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_doMailFromCommand()
    Overridden to add Extension support
_doRcptToCommand
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doRcptToCommand()
    Send the RCPT TO command
_doRcptToCommand
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_doRcptToCommand()
    Overridden to add Extension support
_encodeByteSequence
in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::_encodeByteSequence()
    Encode the given byte array into a verbatim QP form.
_encodeByteSequence
in file QpEncoder.php, method Swift_Encoder_QpEncoder::_encodeByteSequence()
    Encode the given byte array into a verbatim QP form.
_fixHeaders
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_fixHeaders()
    Re-evaluate what content type and encoding should be used on this entity.
_fixHeaders
in file MimePart.php, method Swift_Mime_MimePart::_fixHeaders()
    Fix the content-type and encoding of this entity
_flush
in file FileByteStream.php, method Swift_ByteStream_FileByteStream::_flush()
    Not used
_flush
in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::_flush()
    Flush any buffers/content with immediate effect.
_flush
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::_flush()
    Flush the stream contents
_getAuthenticatorsForAgent
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::_getAuthenticatorsForAgent()
    Returns the authenticator list for the given agent.
_getBufferParams
in file SendmailTransport.php, method Swift_Transport_SendmailTransport::_getBufferParams()
    Get the params to initialize the buffer
_getBufferParams
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_getBufferParams()
    Return an array of params for the Buffer
_getBufferParams
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_getBufferParams()
    Get the params to initialize the buffer
_getCache
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getCache()
    Get the KeyCache used in this entity.
_getFullResponse
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_getFullResponse()
    Get an entire multi-line response using its sequence number
_getHeaderFieldModel
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getHeaderFieldModel()
    Get the model data (usually an array or a string) for $field.
_getHeaderParameter
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getHeaderParameter()
    Get the parameter value of $parameter on $field header.
_getIdField
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::_getIdField()
_getIdField
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getIdField()
    Get the name of the header that provides the ID of this entity
_getNextTransport
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::_getNextTransport()
    Rotates the transport list around and returns the first instance.
_getNextTransport
in file FailoverTransport.php, method Swift_Transport_FailoverTransport::_getNextTransport()
_getReversePath
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_getReversePath()
    Determine the best-use reverse path for this message
_killCurrentTransport
in file FailoverTransport.php, method Swift_Transport_FailoverTransport::_killCurrentTransport()
_killCurrentTransport
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::_killCurrentTransport()
    Tag the currently used (top of stack) transport as dead/useless.
_mime_types
in file class.phpmailer-lite.php, method PHPMailerLite::_mime_types()
    Gets the MIME type of the embedded or inline image
_nextSequence
in file QpEncoder.php, method Swift_Encoder_QpEncoder::_nextSequence()
    Get the next sequence of bytes to read from the char stream.
_readGreeting
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_readGreeting()
    Read the opening SMTP greeting
_setHeaderFieldModel
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_setHeaderFieldModel()
    Set the model data for $field.
_setHeaderParameter
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_setHeaderParameter()
    Set the parameter value of $parameter on $field header.
_setNestingLevel
in file MimePart.php, method Swift_Mime_MimePart::_setNestingLevel()
    Set the nesting level of this entity
_standardize
in file QpEncoder.php, method Swift_Encoder_QpEncoder::_standardize()
    Make sure CRLF is correct and HT/SPACE are in valid places.
_streamMessage
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_streamMessage()
    Stream the contents of the message over the buffer
_throwException
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_throwException()
    Throw a TransportException, first sending it to any listeners
__call
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::__call()
    Mixin handling method for ESMTP handlers
__clone
in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::__clone()
    Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
__clone
in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::__clone()
    Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
__commands
in file ConfigParser.php, constant __commands
__construct
in file PostRequest.php, method PostRequest::__construct()
__construct
in file QpContentEncoder.php, method Swift_Mime_ContentEncoder_QpContentEncoder::__construct()
    Creates a new QpContentEncoder for the given CharacterStream.
__construct
in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::__construct()
    Creates a new QpHeaderEncoder for the given CharacterStream.
__construct
in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::__construct()
    Create a new PopBeforeSmtpPlugin for $host and $port.
__construct
in file QpEncoder.php, method Swift_Encoder_QpEncoder::__construct()
    Creates a new QpEncoder for the given CharacterStream.
__construct
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::__construct()
    Create a new SimpleMessage with $headers, $encoder and $cache.
__construct
in file SwiftException.php, method Swift_SwiftException::__construct()
    Create a new SwiftException with $message.
__construct
in file TablePattern.php, method TablePattern::__construct()
__construct
in file StringReplacementFilter.php, method Swift_StreamFilters_StringReplacementFilter::__construct()
    Create a new StringReplacementFilter with $search and $replace.
__construct
in file StreamBuffer.php, method Swift_Transport_StreamBuffer::__construct()
    Create a new StreamBuffer using $replacementFactory for transformations.
__construct
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::__construct()
    Create a new SimpleMimeEntity with $headers, $encoder and $cache.
__construct
in file SmtpTransport.php, method Swift_SmtpTransport::__construct()
    Create a new SmtpTransport, optionally with $host, $port and $security.
__construct
in file TemplatePattern.php, method TemplatePattern::__construct()
__construct
in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::__construct()
    Create a new ThrottlerPlugin.
__construct
in file UserModel.php, method UserModel::__construct()
__construct
in file View.php, method View::__construct()
    Constructor for class View
__construct
in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::__construct()
    Creates a new SimpleHeader with $name.
__construct
in file TransportExceptionEvent.php, method Swift_Events_TransportExceptionEvent::__construct()
    Create a new TransportExceptionEvent for $transport.
__construct
in file TransportException.php, method Swift_TransportException::__construct()
    Create a new TransportException with $message.
__construct
in file Pop3Exception.php, method Swift_Plugins_Pop_Pop3Exception::__construct()
    Create a new Pop3Exception with $message.
__construct
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::__construct()
    Create a new SimpleHeaderSet with the given $factory.
__construct
in file RfcComplianceException.php, method Swift_RfcComplianceException::__construct()
    Create a new RfcComplianceException with $message.
__construct
in file RowModel.php, method RowModel::__construct()
__construct
in file Rfc2231Encoder.php, method Swift_Encoder_Rfc2231Encoder::__construct()
    Creates a new Rfc2231Encoder using the given character stream instance.
__construct
in file ResponseEvent.php, method Swift_Events_ResponseEvent::__construct()
    Create a new ResponseEvent for $source and $response.
__construct
in file ReporterPlugin.php, method Swift_Plugins_ReporterPlugin::__construct()
    Create a new ReporterPlugin using $reporter.
__construct
in file SendEvent.php, method Swift_Events_SendEvent::__construct()
    Create a new SendEvent for $source and $message.
__construct
in file SendmailTransport.php, method Swift_Transport_SendmailTransport::__construct()
    Create a new SendmailTransport with $buf for I/O.
__construct
in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::__construct()
    Create a new EventDispatcher.
__construct
in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::__construct()
    Creates a new SimpleHeaderFactory using $encoder and $paramEncoder.
__construct
in file SimpleCharacterReaderFactory.php, method Swift_CharacterReaderFactory_SimpleCharacterReaderFactory::__construct()
    Creates a new CharacterReaderFactory.
__construct
in file Session.php, method Session::__construct()
__construct
in file SendmailTransport.php, method Swift_SendmailTransport::__construct()
    Create a new SendmailTransport, optionally using $command for sending.
__construct
in file Query.php, method Query::__construct()
__construct
in file ListingPattern.php, method ListingPattern::__construct()
    Construct a Listing page
__construct
in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::__construct()
    Create a new DecoratorPlugin with $replacements.
__construct
in file DependencyContainer.php, method Swift_DependencyContainer::__construct()
    Constructor should not be used.
__construct
in file DbConnection.php, method DbConnection::__construct()
__construct
in file DateHeader.php, method Swift_Mime_Headers_DateHeader::__construct()
    Creates a new DateHeader with $name and $timestamp.
__construct
in file Controller.php, method Controller::__construct()
__construct
in file DAO.php, method DAO::__construct()
    Creates DataAccessObject Instance
__construct
in file DependencyException.php, method Swift_DependencyException::__construct()
    Create a new DependencyException with $message.
__construct
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::__construct()
    Create a new DiskKeyCache with the given $stream for cloning to make InputByteStreams, and the given $path to save to.
__construct
in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::__construct()
    Creates a new EsmtpTransport using the given I/O buffer.
__construct
in file EventObject.php, method Swift_Events_EventObject::__construct()
    Create a new EventObject originating at $source.
__construct
in file EmbeddedFile.php, method Swift_Mime_EmbeddedFile::__construct()
    Creates a new Attachment with $headers and $encoder.
__construct
in file EmbeddedFile.php, method Swift_EmbeddedFile::__construct()
    Create a new EmbeddedFile.
__construct
in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::__construct()
    Create a new EchoLogger.
__construct
in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::__construct()
    Creates a new PlainContentEncoder with $name (probably 7bit or 8bit).
__construct
in file Config.php, method Config::__construct()
    Constructor is private so it can't be instantiated
__construct
in file CommandEvent.php, method Swift_Events_CommandEvent::__construct()
    Create a new CommandEvent for $source with $command.
__construct
in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::__construct()
    Create a new ArrayKeyCache with the given $stream for cloning to make InputByteStreams.
__construct
in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::__construct()
    Create a new ArrayLogger with a maximum of $size entries.
__construct
in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::__construct()
    Create a new CharacterStream with the given $chars, if set.
__construct
in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::__construct()
    Create a new ArrayByteStream.
__construct
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::__construct()
    Creates a new EsmtpTransport using the given I/O buffer.
__construct
in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::__construct()
    Create a new AntiFloodPlugin with $threshold and $sleep time.
__construct
in file ArrayRecipientIterator.php, method Swift_Mailer_ArrayRecipientIterator::__construct()
    Create a new ArrayRecipientIterator from $recipients.
__construct
in file Attachment.php, method Swift_Mime_Attachment::__construct()
    Create a new Attachment with $headers, $encoder and $cache.
__construct
in file CatalogPattern.php, method CatalogPattern::__construct()
    Construct a CatalogPattern page
__construct
in file class.phpmailer-lite.php, method PHPMailerLite::__construct()
    Constructor
__construct
in file CalendarPattern.php, method CalendarPattern::__construct()
    Construct a CalendarPattern page
__construct
in file ByteArrayReplacementFilter.php, method Swift_StreamFilters_ByteArrayReplacementFilter::__construct()
    Create a new ByteArrayReplacementFilter with $search and $replace.
__construct
in file Attachment.php, method Swift_Attachment::__construct()
    Create a new Attachment.
__construct
in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::__construct()
    Create a new AuthHandler with $authenticators for support.
__construct
in file FailoverTransport.php, method Swift_Transport_FailoverTransport::__construct()
    Creates a new FailoverTransport.
__construct
in file EditPattern.php, method Edit::__construct()
    Construct a Edit page
__construct
in file Mailer.php, method Mailer::__construct()
__construct
in file MailTransport.php, method Swift_Transport_MailTransport::__construct()
    Create a new MailTransport with the $log.
__construct
in file MailTransport.php, method Swift_MailTransport::__construct()
    Create a new MailTransport, optionally specifying $extraParams.
__construct
in file Mailer.php, method Swift_Mailer::__construct()
    Create a new Mailer using $transport for delivery.
__construct
in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::__construct()
    Creates a new MailboxHeader with $name.
__construct
in file FailoverTransport.php, method Swift_FailoverTransport::__construct()
    Creates a new FailoverTransport with $transports.
__construct
in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::__construct()
    Create a new LoggerPlugin using $logger.
__construct
in file ManyToManyPattern.php, method ManyToManyPattern::__construct()
    Construct a ManyToMany page
__construct
in file Message.php, method Swift_Message::__construct()
    Create a new Message.
__construct
in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::__construct()
    Creates a new ParameterizedHeader with $name.
__construct
in file PathHeader.php, method Swift_Mime_Headers_PathHeader::__construct()
    Creates a new PathHeader with the given $name.
__construct
in file PagePattern.php, method PagePattern::__construct()
__construct
in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::__construct()
    The constructor
__construct
in file MimePart.php, method Swift_MimePart::__construct()
    Create a new MimePart.
__construct
in file MimePart.php, method Swift_Mime_MimePart::__construct()
    Create a new MimePart with $headers, $encoder and $cache.
__construct
in file LoadBalancedTransport.php, method Swift_LoadBalancedTransport::__construct()
    Creates a new LoadBalancedTransport with $transports.
__construct
in file Logger.php, method Logger::__construct()
__construct
in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::__construct()
    Creates a new IdentificationHeader with the given $name and $id.
__construct
in file Image.php, method Swift_Image::__construct()
    Create a new EmbeddedFile.
__construct
in file GetRequest.php, method GetRequest::__construct()
__construct
in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::__construct()
    Creates a new GenericFixedWidthReader using $width bytes per character.
__construct
in file FieldListPattern.php, method FieldListPattern::__construct()
__construct
in file FileByteStream.php, method Swift_ByteStream_FileByteStream::__construct()
    Create a new FileByteStream for $path.
__construct
in file IoException.php, method Swift_IoException::__construct()
    Create a new IoException with $message.
__construct
in file HelperPattern.php, method HelperPattern::__construct()
__construct
in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::__construct()
    Creates a new LoadBalancedTransport.
__destruct
in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::__destruct()
    Destructor.
__destruct
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::__destruct()
    Empties it's own contents from the cache.
__destruct
in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::__destruct()
    Destructor.
__get
in file Config.php, method Config::__get()
    Get a single value from the config
__get
in file DAO.php, method DAO::__get()
    Getter
__get
in file PostRequest.php, method PostRequest::__get()
__get
in file GetRequest.php, method GetRequest::__get()
__isset
in file Config.php, method Config::__isset()
__isset
in file GetRequest.php, method GetRequest::__isset()
__isset
in file DAO.php, method DAO::__isset()
    Checks if the given index is setted
__isset
in file PostRequest.php, method PostRequest::__isset()
__set
in file Config.php, method Config::__set()
    Set a single config value
__set
in file DAO.php, method DAO::__set()
    Setter
__toString
in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::__toString()
    Returns a string representation of this object.
__toString
in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::__toString()
    Returns a string representation of this object.
__toString
in file SimpleMessage.php, method Swift_Mime_SimpleMessage::__toString()
    Returns a string representation of this object.
__toString
in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::__toString()
    Returns a string representation of this object.
top

Documentation generated on Mon, 05 Sep 2011 20:31:46 -0500 by phpDocumentor 1.4.3