Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ y ]
[ _ ]
a
- $activePage
- in file DSession.php, variable DSession::$activePage
Name of the active page
- $AltBody
- in file DPHPMailer.php, variable DPHPMailer::$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.
- $AltBody
- in file DMailingAbstract.php, variable DMailingAbstract::$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.
- $AltBody
- in file DMailSend.php, variable DMailSend::$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.
- $attributes
- in file DXMLNode.php, variable DXMLNode::$attributes
Node attributes
- $author
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$author
Author email
- $autoAddSlashes
- in file DDataBase.php, variable DDataBase::$autoAddSlashes
Auto add slashes
- $autoHtmlSpecialChars
- in file DDataBase.php, variable DDataBase::$autoHtmlSpecialChars
Auto html specialchars
- $autoStripSlashes
- in file DDataBase.php, variable DDataBase::$autoStripSlashes
Auto strip slashes
- $availableTypes
- in file DConfigurationVersionCommon.php, variable DConfigurationVersionCommon::$availableTypes
Available datatypes
- add
- in file DCookieTail.php, method DCookieTail::add()
Adds a value to cookie tail
- AddAddress
- in file DMailingAbstract.php, method DMailingAbstract::AddAddress()
Adds a "To" address.
- AddAddress
- in file DPHPMailer.php, method DPHPMailer::AddAddress()
Adds a "To" address.
- addAtEnd
- in file DArrayBase.php, method DArrayBase::addAtEnd()
Adds element at the end of the stack
- addAtKey
- in file DArrayBase.php, method DArrayBase::addAtKey()
Adds element at key position in the stack
- addAtStart
- in file DArrayBase.php, method DArrayBase::addAtStart()
Adds element at the beginning of the stack
- AddAttachment
- in file DPHPMailer.php, method DPHPMailer::AddAttachment()
Adds an attachment from a path on the filesystem.
- AddAttachment
- in file DMailSend.php, method DMailSend::AddAttachment()
Adds an attachment from a path on the filesystem.
- addAttributeNameValue
- in file DXMLNode.php, method DXMLNode::addAttributeNameValue()
Adds attributes
- addAttributeObject
- in file DXMLNode.php, method DXMLNode::addAttributeObject()
Adds attributes
- AddBCC
- in file DPHPMailer.php, method DPHPMailer::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddBCC
- in file DMailingAbstract.php, method DMailingAbstract::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCC
- in file DMailingAbstract.php, method DMailingAbstract::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCC
- in file DPHPMailer.php, method DPHPMailer::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
- AddCustomHeader
- in file DMailSend.php, method DMailSend::AddCustomHeader()
Adds a custom header.
- AddCustomHeader
- in file DPHPMailer.php, method DPHPMailer::AddCustomHeader()
Adds a custom header.
- AddEmbeddedImage
- in file DMailSend.php, method DMailSend::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".
- AddEmbeddedImage
- in file DPHPMailer.php, method DPHPMailer::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".
- addFile
- in file DDirectoryList.php, method DDirectoryList::addFile()
Adds file to files collection by file name
- addFileObject
- in file DDirectoryList.php, method DDirectoryList::addFileObject()
Adds file object to file collection
- addHours
- in file DTime.php, method DTime::addHours()
Adds hours
- addMinutes
- in file DTime.php, method DTime::addMinutes()
Adds minutes
- AddrAppend
- in file DPHPMailer.php, method DPHPMailer::AddrAppend()
Creates recipient headers.
- AddReplyTo
- in file DPHPMailer.php, method DPHPMailer::AddReplyTo()
Adds a "Reply-to" address.
- AddReplyTo
- in file DMailingAbstract.php, method DMailingAbstract::AddReplyTo()
Adds a "Reply-To" address.
- AddrFormat
- in file DPHPMailer.php, method DPHPMailer::AddrFormat()
Formats an address correctly.
- addSeconds
- in file DTime.php, method DTime::addSeconds()
Adds $seconds to current time
- AddStringAttachment
- in file DMailSend.php, method DMailSend::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list.
- AddStringAttachment
- in file DPHPMailer.php, method DPHPMailer::AddStringAttachment()
Adds a string or binary attachment (non-filesystem) to the list.
- addSubdirectoryObject
- in file DDirectoryList.php, method DDirectoryList::addSubdirectoryObject()
Adds subdirectory to the subdirectory collection
- addSubNodeObject
- in file DXMLNode.php, method DXMLNode::addSubNodeObject()
Adds sub node
- addSubNodeSigneValue
- in file DXMLNode.php, method DXMLNode::addSubNodeSigneValue()
Adds sub node
- addTime
- in file DTime.php, method DTime::addTime()
Adds another DTime object
- addToActionTail
- in file DActionTail.php, method DActionTail::addToActionTail()
Adds actions to action tail
- addToStack
- in file DSimpleTracer.php, method DSimpleTracer::addToStack()
Puts mixed data in the stack
- addWithCheckForDoubles
- in file DCookieTail.php, method DCookieTail::addWithCheckForDoubles()
Adds with double check
- assign
- in file DSmarty.php, method DSmarty::assign()
Assigns a value to smarty.
- AttachAll
- in file DPHPMailer.php, method DPHPMailer::AttachAll()
Attaches all fs, string, and binary attachments to the message.
- Authenticate
- in file DSmtpSendMail.php, method DSMTPSendMail::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
- Authenticate
- in file DSmtp.php, method DSmtp::Authenticate()
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
top
top
c
- $callbackFunction
- in file DErrorXMLLogger.php, variable DErrorXMLLogger::$callbackFunction
Callback function
- $caseFolding
- in file DXMLCachedSimpleShell.php, variable DXMLCachedSimpleShell::$caseFolding
Case folding flag
- $caseFolding
- in file DXMLSimpleShell.php, variable DXMLSimpleShell::$caseFolding
Case folding flag
- $category
- in file DRSSWriter.php, variable DRSSWriter::$category
Category name
- $category
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$category
Category collection
- $category
- in file DRSSReader.php, variable DRSSReader::$category
Category name
- $CDATA
- in file DXMLNode.php, variable DXMLNode::$CDATA
If the data is CDATA escaped
- $chars
- in file DBitmapFonts.php, variable DBitmapFonts::$chars
Chars
- $CharSet
- in file DMailingAbstract.php, variable DMailingAbstract::$CharSet
Sets the CharSet of the message.
- $CharSet
- in file DMailSend.php, variable DMailSend::$CharSet
Sets the CharSet of the message.
- $CharSet
- in file DPHPMailer.php, variable DPHPMailer::$CharSet
Sets the CharSet of the message.
- $charSizeDescriptorFile
- in file DBitmapFonts.php, variable DBitmapFonts::$charSizeDescriptorFile
Description file
- $charSizes
- in file DBitmapFonts.php, variable DBitmapFonts::$charSizes
Char sizes
- $cloud
- in file DRSSReader.php, variable DRSSReader::$cloud
Category
- $cloud
- in file DRSSWriter.php, variable DRSSWriter::$cloud
Category
- $codeTable
- in file DHTMLEscaper.php, variable DHTMLEscaper::$codeTable
Code table
- $comments
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$comments
Comments url
- $configurationVersion
- in file DTableShell.php, variable DTableShell::$configurationVersion
XML Configuration File version
- $ConfirmReadingTo
- in file DMailingAbstract.php, variable DMailingAbstract::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $ConfirmReadingTo
- in file DPHPMailer.php, variable DPHPMailer::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $ConfirmReadingTo
- in file DMailSend.php, variable DMailSend::$ConfirmReadingTo
Sets the email address that a reading confirmation will be sent.
- $content
- in file DCSVParser.php, variable DCSVParser::$content
Data
- $ContentType
- in file DMailingAbstract.php, variable DMailingAbstract::$ContentType
Sets the Content-type of the message.
- $ContentType
- in file DMailSend.php, variable DMailSend::$ContentType
Sets the Content-type of the message.
- $ContentType
- in file DPHPMailer.php, variable DPHPMailer::$ContentType
Sets the Content-type of the message.
- $convert
- in file DMagickConfigParser.php, variable DMagickConfigParser::$convert
Path to ImageMagick Convert executable
- $cookieBasePath
- in file DCookieTail.php, variable DCookieTail::$cookieBasePath
Base path
- $cookieExpirePeriod
- in file DCookieTail.php, variable DCookieTail::$cookieExpirePeriod
The time cookie will expire in
- $cookieExpirePeriod
- in file DCookies.php, variable DCookies::$cookieExpirePeriod
The time cookie will expire in
- $copyright
- in file DRSSWriter.php, variable DRSSWriter::$copyright
Copyright
- $copyright
- in file DRSSReader.php, variable DRSSReader::$copyright
Copyright
- $CRLF
- in file DSmtpSendMail.php, variable DSMTPSendMail::$CRLF
SMTP reply line ending
- $CRLF
- in file DSmtp.php, variable DSmtp::$CRLF
SMTP reply line ending
- $currentVersion
- in file DRSSAbstractReader.php, variable DRSSAbstractReader::$currentVersion
Current version of the managed rss file
- $custom
- in file DFormRequest.php, variable DFormRequest::$custom
Custom
- $customDataTypes
- in file DConfigurationVersion_2_0.php, variable DConfigurationVersion_2_0::$customDataTypes
Custom datatypes
- calcNewImageDimesion
- in file DImageSizeTransform.php, method DImageSizeTransform::calcNewImageDimesion()
- calculateWatermarkHorizontalPosition
- in file DImageSizeTransform.php, method DImageSizeTransform::calculateWatermarkHorizontalPosition()
Calculate horizontal watermark position
- calculateWatermarkVerticalPosition
- in file DImageSizeTransform.php, method DImageSizeTransform::calculateWatermarkVerticalPosition()
- changeCurrentDirectory
- in file DDirectory.php, method DDirectory::changeCurrentDirectory()
Change the current directory
- changeCurrentDirectoryOneUp
- in file DFTP.php, method DFTP::changeCurrentDirectoryOneUp()
Cahnges directory one up
- changeCurrentDirenctory
- in file DFTP.php, method DFTP::changeCurrentDirenctory()
Changes directory to specific path
- changeDate
- in file DDate.php, method DDate::changeDate()
Changes date
- chart
- in file DMultipleDotChart.php, method DMultipleDotChart::chart()
Charts
- chart
- in file DDotChart.php, method DDotChart::chart()
Charts
- chart
- in file DBaseChart.php, method DBaseChart::chart()
Charts
- checkFieldForErrors
- in file DAutomatedUploader.php, method DAutomatedUploader::checkFieldForErrors()
Checks the field file for erros
- checkIfDirectoryExists
- in file DDirectory.php, method DDirectory::checkIfDirectoryExists()
Checks if directory exists
- checkIfDirectoryIsWritable
- in file DDirectory.php, method DDirectory::checkIfDirectoryIsWritable()
Checks if directory is writable
- checkIfFileExist
- in file DAutomatedUploader.php, method DAutomatedUploader::checkIfFileExist()
Checks if the file exists
- checkIfFileExists
- in file DFile.php, method DFile::checkIfFileExists()
Checks if file exists
- checkIfFileIsWritable
- in file DFile.php, method DFile::checkIfFileIsWritable()
Checks if file is readable
- checkIfKeyExists
- in file DArrayBase.php, method DArrayBase::checkIfKeyExists()
Checks if key exists in the stack
- checkIfPageExists
- in file DSession.php, method DSession::checkIfPageExists()
Checks if the page exists
- checkIfValueExists
- in file DArrayBase.php, method DArrayBase::checkIfValueExists()
Checks if value exists in the stack
- checkIfValueExists
- in file DCookieTail.php, method DCookieTail::checkIfValueExists()
Checks if value already in the collection
- checkStoreDirectory
- in file DImageFile.php, method DImageFile::checkStoreDirectory()
Check exist and writable store directory, if not try create
- checkType
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::checkType()
Type check
- checkType
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::checkType()
Type check
- checkType
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::checkType()
Type check
- cleanUp
- in file DXMLCachedSimpleShell.php, method DXMLCachedSimpleShell::cleanUp()
Cleans up the xml node data to free space
- cleanUp
- in file DXMLSimpleShell.php, method DXMLSimpleShell::cleanUp()
Cleans up the xml node data to free space
- clear
- in file DDate.php, method DDate::clear()
Resets data
- clear
- in file DIRequestCollection.php, method DIRequestCollection::clear()
Clear current request
- clear
- in file DFormRequestPost.php, method DFormRequestPost::clear()
Clear current request
- clear
- in file DFormRequestCustom.php, method DFormRequestCustom::clear()
Clear current request
- clear
- in file DFormRequestGet.php, method DFormRequestGet::clear()
Clear current request
- clearActionTail
- in file DActionTail.php, method DActionTail::clearActionTail()
Clears action tail
- ClearAddresses
- in file DMailSend.php, method DMailSend::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void.
- ClearAddresses
- in file DPHPMailer.php, method DPHPMailer::ClearAddresses()
Clears all recipients assigned in the TO array. Returns void.
- clearAll
- in file DXMLParser.php, method DXMLParser::clearAll()
Clears nodes data from memory and removes temp files
- ClearAllRecipients
- in file DMailSend.php, method DMailSend::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
- ClearAllRecipients
- in file DPHPMailer.php, method DPHPMailer::ClearAllRecipients()
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
- ClearAttachments
- in file DMailSend.php, method DMailSend::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void.
- ClearAttachments
- in file DPHPMailer.php, method DPHPMailer::ClearAttachments()
Clears all previously set filesystem, string, and binary attachments. Returns void.
- clearAttributes
- in file DXMLNode.php, method DXMLNode::clearAttributes()
Clears all attributes
- ClearBCCs
- in file DPHPMailer.php, method DPHPMailer::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void.
- ClearBCCs
- in file DMailSend.php, method DMailSend::ClearBCCs()
Clears all recipients assigned in the BCC array. Returns void.
- ClearCCs
- in file DPHPMailer.php, method DPHPMailer::ClearCCs()
Clears all recipients assigned in the CC array. Returns void.
- ClearCCs
- in file DMailSend.php, method DMailSend::ClearCCs()
Clears all recipients assigned in the CC array. Returns void.
- ClearCustomHeaders
- in file DPHPMailer.php, method DPHPMailer::ClearCustomHeaders()
Clears all custom headers. Returns void.
- ClearCustomHeaders
- in file DMailSend.php, method DMailSend::ClearCustomHeaders()
Clears all custom headers. Returns void.
- clearPreviousAction
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::clearPreviousAction()
Clears previous action
- ClearReplyTos
- in file DPHPMailer.php, method DPHPMailer::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void.
- ClearReplyTos
- in file DMailSend.php, method DMailSend::ClearReplyTos()
Clears all recipients assigned in the ReplyTo array. Returns void.
- clearStackTrace
- in file DSimpleTracer.php, method DSimpleTracer::clearStackTrace()
Clears trace
- clearSubNodes
- in file DXMLNode.php, method DXMLNode::clearSubNodes()
Clears sub nodes
- clearTemp
- in file DParserBase.php, method DParserBase::clearTemp()
Deletes temp file
- clearTo
- in file DPHPMailer.php, method DPHPMailer::clearTo()
- clearUpDataBase
- in file DDataBaseSQLImporter.php, method DDataBaseSQLImporter::clearUpDataBase()
Cleans up the database, excluding givven tables
- Close
- in file DSmtp.php, method DSmtp::Close()
Closes the socket and cleans up the state of the class.
- Close
- in file DSmtpSendMail.php, method DSMTPSendMail::Close()
Closes the socket and cleans up the state of the class.
- close
- in file DFTPBase.php, method DFTPBase::close()
Closes the FTP connection
- compare
- in file DTime.php, method DTime::compare()
Comapres 2 TDime objects
- compare
- in file DDate.php, method DDate::compare()
Comapres 2 DDate objects for day & month & year
- compareCurrentActionWithPreviousAction
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::compareCurrentActionWithPreviousAction()
Compares current and previous actions
- compareTimestamp
- in file DDate.php, method DDate::compareTimestamp()
Camares 2 DDate objects as timestamp
- COMPLEX
- in file DFormRequest.php, class constant DFormRequest::COMPLEX
Post + Get + Custom
- connect
- in file DMySQLBase.php, method DMySQLBase::connect()
Connect method
- Connect
- in file DSmtp.php, method DSmtp::Connect()
Connect to the server specified on the port specified.
- connect
- in file DPgSQLBase.php, method DPgSQLBase::connect()
Connect method
- connect
- in file DSQLAbstractBase.php, method DSQLAbstractBase::connect()
Connect method
- Connect
- in file DSmtpSendMail.php, method DSMTPSendMail::Connect()
Connect to the server specified on the port specified.
- connect
- in file DFTPBase.php, method DFTPBase::connect()
Connects to FTP server
- Connected
- in file DSmtp.php, method DSmtp::Connected()
Returns true if connected to a server otherwise false
- convertFromSpecialSymbolsToUTF8
- in file DHTMLSpecialSymbolsConverter.php, method DHTMLSpecialSymbolsConverter::convertFromSpecialSymbolsToUTF8()
- convertFromUTF8ToSpecialSymbols
- in file DHTMLSpecialSymbolsConverter.php, method DHTMLSpecialSymbolsConverter::convertFromUTF8ToSpecialSymbols()
- convertToRegularChars
- in file DHTMLEscaper.php, method DHTMLEscaper::convertToRegularChars()
Converts HTML data to regular string
- copyFile
- in file DFile.php, method DFile::copyFile()
Copies a file
- copyImageResource
- in file DCommonImages.php, method DCommonImages::copyImageResource()
Copy and resize image
- CREATE
- in file DSafeArray.php, method DSafeArray::CREATE()
Gets safe array instance
- CreateBody
- in file DPHPMailer.php, method DPHPMailer::CreateBody()
Assembles the message body. Returns an empty string on failure.
- createComplexDirectory
- in file DDirectory.php, method DDirectory::createComplexDirectory()
Creates complex named directory
- createCroppedCopy
- in file DImageUploader.php, method DImageUploader::createCroppedCopy()
Creates cropped copy
- createDirectory
- in file DFTP.php, method DFTP::createDirectory()
Creates directory on FTP server
- createDirectory
- in file DDirectory.php, method DDirectory::createDirectory()
Creates directory
- createEmptyImageResource
- in file DCommonImages.php, method DCommonImages::createEmptyImageResource()
Create empty image resource
- CreateHeader
- in file DPHPMailer.php, method DPHPMailer::CreateHeader()
Assembles message header.
- createImageResource
- in file DCommonImages.php, method DCommonImages::createImageResource()
Check file type for support of GD libs
- createImageResourceFromBmp
- in file DCommonImages.php, method DCommonImages::createImageResourceFromBmp()
Create Image Resource From bmp File
- createImageResourceFromGif
- in file DCommonImages.php, method DCommonImages::createImageResourceFromGif()
Create Image Resource From Gif File
- createImageResourceFromJpg
- in file DCommonImages.php, method DCommonImages::createImageResourceFromJpg()
Create Image Resource From Jpg File
- createImageResourceFromPng
- in file DCommonImages.php, method DCommonImages::createImageResourceFromPng()
Create Image Resource From png File
- createResizedCopy
- in file DImageUploader.php, method DImageUploader::createResizedCopy()
Creates resized copy of the selected field source file
- CUSTOM
- in file DFormRequest.php, class constant DFormRequest::CUSTOM
Custom
top
d
- $database
- in file DShellConfigParser.php, variable DShellConfigParser::$database
Database name
- $dataTypes
- in file DShellConfigParser.php, variable DShellConfigParser::$dataTypes
Datatypes
- $day
- in file DDate.php, variable DDate::$day
Dat
- $db
- in file DDataBase.php, variable DDataBase::$db
SQL DataBase
- $dbpass
- in file DShellConfigParser.php, variable DShellConfigParser::$dbpass
Database pass
- $dbuser
- in file DShellConfigParser.php, variable DShellConfigParser::$dbuser
Database user
- $debudErrorLevel
- in file DErrorXMLLogger.php, variable DErrorXMLLogger::$debudErrorLevel
Debig level
- $description
- in file DRSSReader.php, variable DRSSReader::$description
Description(required)
- $description
- in file DRSSChannelNodeImage.php, variable DRSSChannelNodeImage::$description
Description
- $description
- in file DRSSWriter.php, variable DRSSWriter::$description
Description(required)
- $description
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$description
Description
- $description
- in file DRSSChannelNodeTextInput.php, variable DRSSChannelNodeTextInput::$description
Description
- $directHeaderMode
- in file DHTTPBase.php, variable DHTTPBase::$directHeaderMode
Direct header mode
- $directHeaderModeDenyFilter
- in file DHTTPBase.php, variable DHTTPBase::$directHeaderModeDenyFilter
Deny filter
- $direction
- in file DBitmapFonts.php, variable DBitmapFonts::$direction
Direction
- $direction
- in file DBitmapWriter.php, variable DBitmapWriter::$direction
Direction of the text
- $docs
- in file DRSSWriter.php, variable DRSSWriter::$docs
Docs url
- $docs
- in file DRSSReader.php, variable DRSSReader::$docs
Docs url
- $doDebug
- in file DSmtpSendMail.php, variable DSMTPSendMail::$doDebug
Sets whether debugging is turned on
- $domain
- in file DCookies.php, variable DCookies::$domain
Domain name
- $domain
- in file DRSSItemNodeCategory.php, variable DRSSItemNodeCategory::$domain
Domain url
- $domain
- in file DRSSChannelNodeCloud.php, variable DRSSChannelNodeCloud::$domain
Domain
- $dotRadius
- in file DDotChart.php, variable DDotChart::$dotRadius
Radius of the dot
- $dotSigningAutomaticallyFlipLastRecords
- in file DDotChart.php, variable DDotChart::$dotSigningAutomaticallyFlipLastRecords
Automatically to flip the last N records
- $dotSigningDirection
- in file DDotChart.php, variable DDotChart::$dotSigningDirection
Dots signing value direction
- $dotSigningXOffset
- in file DDotChart.php, variable DDotChart::$dotSigningXOffset
Dots signing X Offset in VERTICAL MODE
- $dotSigningYOffset
- in file DDotChart.php, variable DDotChart::$dotSigningYOffset
Dots signing Y Offset in VERTICAL MODE
- $doVerp
- in file DSmtpSendMail.php, variable DSMTPSendMail::$doVerp
Sets VERP use on/off (default is off)
- $do_debug
- in file DSmtp.php, variable DSmtp::$do_debug
Sets whether debugging is turned on
- $do_verp
- in file DSmtp.php, variable DSmtp::$do_verp
Sets VERP use on/off (default is off)
- DArrayBase.php
- procedural page DArrayBase.php
- DArrayUniqueStack.php
- procedural page DArrayUniqueStack.php
- DSafeArray.php
- procedural page DSafeArray.php
- DActionsConfigParser
- in file DActionsConfigParser.php, class DActionsConfigParser
Base class for parsing action configurations
- DActionTail
- in file DActionTail.php, class DActionTail
Action tail class
- DArrayBase
- in file DArrayBase.php, class DArrayBase
Base array collection
- DArrayUniqueStack
- in file DArrayUniqueStack.php, class DArrayUniqueStack
Unique value stack
- Data
- in file DSmtpSendMail.php, method DSMTPSendMail::Data()
Issues a data command and sends the msg_data to the server
- Data
- in file DSmtp.php, method DSmtp::Data()
Issues a data command and sends the msg_data to the server
- DDataBase.php
- procedural page DDataBase.php
- DDataBaseLoginFaultException.php
- procedural page DDataBaseLoginFaultException.php
- DDataBaseProtocolNotImplementedException.php
- procedural page DDataBaseProtocolNotImplementedException.php
- DDataBaseQueryFaultException.php
- procedural page DDataBaseQueryFaultException.php
- DRawAccess.php
- procedural page DRawAccess.php
- DRawAccessMissingParametersException.php
- procedural page DRawAccessMissingParametersException.php
- DDataBaseSQLImporter.php
- procedural page DDataBaseSQLImporter.php
- DConfigurationVersionCommon.php
- procedural page DConfigurationVersionCommon.php
- DConfigurationVersion_1_0.php
- procedural page DConfigurationVersion_1_0.php
- DConfigurationVersion_2_0.php
- procedural page DConfigurationVersion_2_0.php
- DConfigurationVersion_3_0.php
- procedural page DConfigurationVersion_3_0.php
- DDataTypeAnalyticNotImplementedException.php
- procedural page DDataTypeAnalyticNotImplementedException.php
- DDataTypeAnalyticsFactory.php
- procedural page DDataTypeAnalyticsFactory.php
- DShellConfigParser.php
- procedural page DShellConfigParser.php
- DShellConfigurationNotValidException.php
- procedural page DShellConfigurationNotValidException.php
- DSQLDependable.php
- procedural page DSQLDependable.php
- DTableShell.php
- procedural page DTableShell.php
- DTableShellDependencyFaultException.php
- procedural page DTableShellDependencyFaultException.php
- DTableShellInstanceEmptyException.php
- procedural page DTableShellInstanceEmptyException.php
- DTableSQLExporter.php
- procedural page DTableSQLExporter.php
- DSetCurrentDatabaseException.php
- procedural page DSetCurrentDatabaseException.php
- DSQLAbstractBase.php
- procedural page DSQLAbstractBase.php
- DSQLAbstractResultSet.php
- procedural page DSQLAbstractResultSet.php
- DMySQLBase.php
- procedural page DMySQLBase.php
- DMySQLResultSet.php
- procedural page DMySQLResultSet.php
- DMySQLShellDependency.php
- procedural page DMySQLShellDependency.php
- DPgSQLBase.php
- procedural page DPgSQLBase.php
- DPgSQLResultSet.php
- procedural page DPgSQLResultSet.php
- DPgSQLShellDependency.php
- procedural page DPgSQLShellDependency.php
- DDate.php
- procedural page DDate.php
- DDateDimensions.php
- procedural page DDateDimensions.php
- DTime.php
- procedural page DTime.php
- DAutomatedUploader
- in file DAutomatedUploader.php, class DAutomatedUploader
File Uploader Class
- DAY
- in file DDateDimensions.php, class constant DDateDimensions::DAY
- daysInMonth
- in file DDate.php, method DDate::daysInMonth()
Gets days in month
- DBaseChart
- in file DBaseChart.php, class DBaseChart
Base Chart class
- DBitmapFonts
- in file DBitmapFonts.php, class DBitmapFonts
Bitmap fonts
- DBitmapWriter
- in file DBitmapWriter.php, class DBitmapWriter
Bitmap writer
- DBitmapWriter
- in file DBitmapWriter.php, method DBitmapWriter::DBitmapWriter()
Constructor
- DBrowserHeaders
- in file DBrowserHeaders.php, class DBrowserHeaders
Header class
- DClonable
- in file DClonable.php, class DClonable
Clonable interface
- DCommonImages
- in file DCommonImages.php, class DCommonImages
Common images class
- DConfigurationVersionCommon
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::DConfigurationVersionCommon()
Class constructor
- DConfigurationVersionCommon
- in file DConfigurationVersionCommon.php, class DConfigurationVersionCommon
Base class for handling datatypes
- DConfigurationVersion_1_0
- in file DConfigurationVersion_1_0.php, class DConfigurationVersion_1_0
Datatype version 1.0
- DConfigurationVersion_2_0
- in file DConfigurationVersion_2_0.php, class DConfigurationVersion_2_0
Datatype version 2.0
- DConfigurationVersion_3_0
- in file DConfigurationVersion_3_0.php, class DConfigurationVersion_3_0
Datatype version 3.0
- DController
- in file DController.php, class DController
Controller class
- DCookies
- in file DCookies.php, class DCookies
Cookies class
- DCookieTail
- in file DCookieTail.php, method DCookieTail::DCookieTail()
Class constructor
- DCookieTail
- in file DCookieTail.php, class DCookieTail
Cookie tail class
- DCSVParser
- in file DCSVParser.php, class DCSVParser
CSV Parsing class
- DCURLUsernamePasswordObject
- in file DCURLUsernamePasswordObject.php, class DCURLUsernamePasswordObject
This file contains main FTP Class
- DDataBase
- in file DDataBase.php, class DDataBase
Base class for data base handling
- DDataBaseLoginFaultException
- in file DDataBaseLoginFaultException.php, class DDataBaseLoginFaultException
Database login fault exception
- DDataBaseProtocolNotImplementedException
- in file DDataBaseProtocolNotImplementedException.php, class DDataBaseProtocolNotImplementedException
Database not implemented exception
- DDataBaseQueryFaultException
- in file DDataBaseQueryFaultException.php, class DDataBaseQueryFaultException
Database query fault exception
- DDataBaseSQLImporter
- in file DDataBaseSQLImporter.php, class DDataBaseSQLImporter
SQL Database importer class
- DDataTypeAnalyticNotImplementedException
- in file DDataTypeAnalyticNotImplementedException.php, class DDataTypeAnalyticNotImplementedException
DataType analytic not implemented exception
- DDataTypeAnalyticsFactory
- in file DDataTypeAnalyticsFactory.php, class DDataTypeAnalyticsFactory
Datatype factory
- DDate
- in file DDate.php, class DDate
Date utility class
- DDateDimensions
- in file DDateDimensions.php, class DDateDimensions
Date dimensions
- DDirectory
- in file DDirectory.php, class DDirectory
Base directory functionality
- DDirectoryList
- in file DDirectoryList.php, class DDirectoryList
Directory list collection object
- DDotChart
- in file DDotChart.php, class DDotChart
Dot Chart class
- DEBUG
- in file DException.php, constant DEBUG
Defines DEBUG state for Exception handling
- debug
- in file DObject.php, method DObject::debug()
Debig
- delete
- in file DFormRequestCustom.php, method DFormRequestCustom::delete()
Delete variable from current request
- delete
- in file DFormRequestGet.php, method DFormRequestGet::delete()
Delete variable from current request
- delete
- in file DCookies.php, method DCookies::delete()
Deletes the cookie
- delete
- in file DIRequestCollection.php, method DIRequestCollection::delete()
Delete variable from current request
- delete
- in file DFormRequestPost.php, method DFormRequestPost::delete()
Delete variable from current request
- delete
- in file DCookieTail.php, method DCookieTail::delete()
Deletes a value from the tail
- deleteCollection
- in file DFormRequest.php, method DFormRequest::deleteCollection()
Deletes complex part of the request
- deleteFile
- in file DFile.php, method DFile::deleteFile()
Delete files
- deleteFile
- in file DXMLFileAppender.php, method DXMLFileAppender::deleteFile()
Deletes file
- deleteFileMask
- in file DFile.php, method DFile::deleteFileMask()
Delete files by mask
- deleteFromDB
- in file DTableShell.php, method DTableShell::deleteFromDB()
Delete record(s) from the table that match a $condition
- deletePage
- in file DSession.php, method DSession::deletePage()
Removes all variables from defined page and removed the page
- deleteUploadedFiles
- in file DAutomatedUploader.php, method DAutomatedUploader::deleteUploadedFiles()
Deletes uploaded files
- deleteValue
- in file DSession.php, method DSession::deleteValue()
Removes value from current page
- deleteValue
- in file DFormRequest.php, method DFormRequest::deleteValue()
Deletes value by given key
- delFromDisk
- in file DImageAbstract.php, method DImageAbstract::delFromDisk()
Removes the image
- DErrorXMLLogger
- in file DErrorXMLLogger.php, class DErrorXMLLogger
XML error tracer
- destroy
- in file DCookieTail.php, method DCookieTail::destroy()
Destroys the cookie tail
- destroy
- in file DSession.php, method DSession::destroy()
Removes all
- DException
- in file DException.php, class DException
DException
- DFile
- in file DFile.php, class DFile
Base file functionality
- DFileNotFoundException
- in file DFileNotFoundException.php, class DFileNotFoundException
File not found exception
- DFileSizeDimensions
- in file DFileSizeDimensions.php, class DFileSizeDimensions
File sizes
- DFileUploader
- in file DFileUploader.php, class DFileUploader
File uploading class
- DFormAction
- in file DFormAction.php, class DFormAction
Abstract form action class
- DFormRequest
- in file DFormRequest.php, class DFormRequest
Form request class
- DFormRequestCustom
- in file DFormRequestCustom.php, class DFormRequestCustom
Form request Custom
- DFormRequestGet
- in file DFormRequestGet.php, class DFormRequestGet
Form request get
- DFormRequestPost
- in file DFormRequestPost.php, class DFormRequestPost
Form request post class
- DFrameworkStatus
- in file DFrameworkStatus.php, class DFrameworkStatus
Framework Status monitor
- DFTP
- in file DFTP.php, class DFTP
Main FTP Class
- DFTPAdvanced
- in file DFTPAdvanced.php, class DFTPAdvanced
Advanced FTP class for upload, download and delete recursively on FTP server
- DFTPBase
- in file DFTPBase.php, class DFTPBase
Base FTP Class
- DGDConfigParser
- in file DGDConfigParser.php, class DGDConfigParser
ImageMagick parser
- DHTMLEscaper
- in file DHTMLEscaper.php, class DHTMLEscaper
Class for converting html texts with entitites
- DHTMLSpecialSymbolsConverter
- in file DHTMLSpecialSymbolsConverter.php, class DHTMLSpecialSymbolsConverter
Class for converting html texts with entitites
- DHTTPBase
- in file DHTTPBase.php, class DHTTPBase
Base HTTP Class
- DImageAbstract
- in file DImageAbstract.php, class DImageAbstract
Base image file
- DImageException
- in file DImageException.php, class DImageException
Images Exception
- DImageFile
- in file DImageFile.php, class DImageFile
Image class
- DImageGD
- in file DImageGD.php, class DImageGD
Base image file based on GD This class include the main image functions for transformation and image file handling.
- DImageMagick
- in file DImageMagick.php, class DImageMagick
Base image file based on ImageMagick This class include the main image functions for transformation and image file handling.
- DImageSizeTransform
- in file DImageSizeTransform.php, class DImageSizeTransform
Image class transofrm
- DImageStamper
- in file DImageStamper.php, class DImageStamper
DImageStamper
- DImageUploader
- in file DImageUploader.php, class DImageUploader
Image Uploader
- DIRECTION_HORIZONTAL
- in file DDotChart.php, class constant DDotChart::DIRECTION_HORIZONTAL
Horizontal direction
- DIRECTION_VERTICAL
- in file DDotChart.php, class constant DDotChart::DIRECTION_VERTICAL
Vertical direction
- DIRequestCollection
- in file DIRequestCollection.php, class DIRequestCollection
Form request partial collection interface
- displayResults
- in file DController.php, method DController::displayResults()
Displays HTML result on the screen
- DMagickConfigParser
- in file DMagickConfigParser.php, class DMagickConfigParser
ImageMagick parser
- DMailingAbstract
- in file DMailingAbstract.php, class DMailingAbstract
Abstract class for mailing
- DMailingAbstract
- in file DMailingAbstract.php, method DMailingAbstract::DMailingAbstract()
Constructor
- DMailSend
- in file DMailSend.php, class DMailSend
SMTP send mail class
- DMethodInvalidArgumentsException
- in file DMethodInvalidArgumentsException.php, class DMethodInvalidArgumentsException
Database login fault exception
- DMethodNotImplementedException
- in file DMethodNotImplementedException.php, class DMethodNotImplementedException
Database login fault exception
- DMonitorTools
- in file DMonitorTools.php, class DMonitorTools
System monitor tool
- DMultiLang
- in file DMultiLang.php, class DMultiLang
Base class for handling language configuration
- DMultipleDotChart
- in file DMultipleDotChart.php, class DMultipleDotChart
Multiple Dot Chart class
- DMVCActionConfigurationNotValidException
- in file DMVCActionConfigurationNotValidException.php, class DMVCActionConfigurationNotValidException
MVC ActionConfig not valid exception
- DMySQLBase
- in file DMySQLBase.php, class DMySQLBase
MySQL base file
- DMySQLResultSet
- in file DMySQLResultSet.php, class DMySQLResultSet
MySQL result set
- DMySQLShellDependency
- in file DMySQLShellDependency.php, class DMySQLShellDependency
MySQL shell dependency
- DObject
- in file DObject.php, class DObject
Base class
- DObject.php
- procedural page DObject.php
- doCheckIsInTable
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doCheckIsInTable()
Cecks if pair $key $value is in table
- doCheckIsInTable
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doCheckIsInTable()
Cecks if pair $key $value is in table
- doCheckIsInTable
- in file DSQLDependable.php, method DSQLDependable::doCheckIsInTable()
Cecks if pair $key $value is in table
- doCheckUniques
- in file DSQLDependable.php, method DSQLDependable::doCheckUniques()
Checks for unique fields
- doCheckUniques
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doCheckUniques()
Checks for unique fields
- doCheckUniques
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doCheckUniques()
Checks for unique fields
- doCount
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doCount()
Gets count result query
- doCount
- in file DSQLDependable.php, method DSQLDependable::doCount()
Gets count result query
- doCount
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doCount()
Gets count result query
- doDelete
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doDelete()
Deletes
- doDelete
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doDelete()
Deletes
- doDelete
- in file DSQLDependable.php, method DSQLDependable::doDelete()
Deletes
- doHeaders
- in file DBrowserHeaders.php, method DBrowserHeaders::doHeaders()
Does headers
- doInsert
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doInsert()
Makes insert
- doInsert
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doInsert()
Makes insert
- doInsert
- in file DSQLDependable.php, method DSQLDependable::doInsert()
Makes insert
- doSearch
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doSearch()
Makes search
- doSearch
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doSearch()
Makes search
- doSearch
- in file DSQLDependable.php, method DSQLDependable::doSearch()
Makes search
- doSelect
- in file DSQLDependable.php, method DSQLDependable::doSelect()
Gets select result
- doSelect
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doSelect()
Gets select result
- doSelect
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doSelect()
Gets select result
- doUpdate
- in file DSQLDependable.php, method DSQLDependable::doUpdate()
Makes update
- doUpdate
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::doUpdate()
Makes update
- doUpdate
- in file DMySQLShellDependency.php, method DMySQLShellDependency::doUpdate()
Makes update
- downloadDirectory
- in file DFTPAdvanced.php, method DFTPAdvanced::downloadDirectory()
Downloads directory recursively
- downloadFile
- in file DFTP.php, method DFTP::downloadFile()
Downloads file from FTP server
- DPages
- in file DPages.php, class DPages
Pages utility class
- DParserBase
- in file DParserBase.php, class DParserBase
Base parsing class
- DPasswordProtectedMailing
- in file DPasswordProtectedMailing.php, method DPasswordProtectedMailing::DPasswordProtectedMailing()
Constructor
- DPasswordProtectedMailing
- in file DPasswordProtectedMailing.php, class DPasswordProtectedMailing
Password Protected Mailing class
- DPgSQLBase
- in file DPgSQLBase.php, class DPgSQLBase
PgSQL base file
- DPgSQLResultSet
- in file DPgSQLResultSet.php, class DPgSQLResultSet
MySQL result set
- DPgSQLShellDependency
- in file DPgSQLShellDependency.php, class DPgSQLShellDependency
MySQL shell dependency
- DPHPMailer
- in file DPHPMailer.php, class DPHPMailer
- DPicturesConfigurationFileNotValidException
- in file DPicturesConfigurationFileNotValidException.php, class DPicturesConfigurationFileNotValidException
Configuration not valid exception
- DPreviousActionKeeper
- in file DPreviousActionKeeper.php, class DPreviousActionKeeper
Previous action keeper for the controller event handler
- DProxyHTTP
- in file DProxyHTTP.php, class DProxyHTTP
Proxy HTTP class
- DRandom
- in file DRandom.php, class DRandom
Random utility class
- DRawAccess
- in file DRawAccess.php, class DRawAccess
Base class for handling tables
- DRawAccessMissingParametersException
- in file DRawAccessMissingParametersException.php, class DRawAccessMissingParametersException
Database connection missing parameters exception
- DRSSAbstractReader
- in file DRSSAbstractReader.php, class DRSSAbstractReader
RSS Abstract Reader
- DRSSAbstractWriter
- in file DRSSAbstractWriter.php, class DRSSAbstractWriter
RSS Abstract Writer
- DRSSChannelNodeCloud
- in file DRSSChannelNodeCloud.php, class DRSSChannelNodeCloud
RSS Version 2.0 Channel Node Cloud
- DRSSChannelNodeImage
- in file DRSSChannelNodeImage.php, class DRSSChannelNodeImage
RSS Version 2.0 Channel Node Image
- DRSSChannelNodeItem
- in file DRSSChannelNodeItem.php, class DRSSChannelNodeItem
RSS Version 2.0 Channel Node Item
- DRSSChannelNodeItemCollection
- in file DRSSChannelNodeItemCollection.php, class DRSSChannelNodeItemCollection
RSS Version 2.0 Channel Node Item Collection
- DRSSChannelNodeTextInput
- in file DRSSChannelNodeTextInput.php, class DRSSChannelNodeTextInput
RSS Version 2.0 Channel Node Text Input
- DRSSItemNodeCategory
- in file DRSSItemNodeCategory.php, class DRSSItemNodeCategory
RSS Version 2.0 Item Node Category
- DRSSItemNodeCategoryCollection
- in file DRSSItemNodeCategoryCollection.php, class DRSSItemNodeCategoryCollection
RSS Version 2.0 Item Node Category Collection
- DRSSItemNodeEnclosure
- in file DRSSItemNodeEnclosure.php, class DRSSItemNodeEnclosure
RSS Version 2.0 Item Node Enclosure
- DRSSItemNodeGUID
- in file DRSSItemNodeGUID.php, class DRSSItemNodeGUID
RSS Version 2.0 Item Node GUID
- DRSSItemNodeSource
- in file DRSSItemNodeSource.php, class DRSSItemNodeSource
RSS Version 2.0 Item Node Source
- DRSSReader
- in file DRSSReader.php, class DRSSReader
RSS Version 2.0 Reader
- DRSSReader
- in file DRSSReader.php, method DRSSReader::DRSSReader()
Constructor
- DRSSWriter
- in file DRSSWriter.php, class DRSSWriter
RSS Version 2.0 Writer
- DSafeArray
- in file DSafeArray.php, class DSafeArray
Safe multi level array collection
- DSession
- in file DSession.php, class DSession
Session class
- DSetCurrentDatabaseException
- in file DSetCurrentDatabaseException.php, class DSetCurrentDatabaseException
Database connection missing parameters exception
- DShellConfigParser
- in file DShellConfigParser.php, class DShellConfigParser
Base class for handling talbe configuration
- DShellConfigurationNotValidException
- in file DShellConfigurationNotValidException.php, class DShellConfigurationNotValidException
- DSimpleErrorXMLNode
- in file DErrorXMLLogger.php, class DSimpleErrorXMLNode
DXMLNode wrapper
- DSimpleImageUpload
- in file DSimpleImageUpload.php, class DSimpleImageUpload
Image upload
- DSimplePHPMailing
- in file DSimplePHPMailing.php, class DSimplePHPMailing
Base PHP Mailing class
- DSimplePHPMailing
- in file DSimplePHPMailing.php, method DSimplePHPMailing::DSimplePHPMailing()
Constructor
- DSimpleTracer
- in file DSimpleTracer.php, class DSimpleTracer
Simple tracer class
- DSmarty
- in file DSmarty.php, class DSmarty
Wrapper class around Smarty template engine
- DSmtp
- in file DSmtp.php, class DSmtp
- DSMTPSendMail
- in file DSmtpSendMail.php, class DSMTPSendMail
SMTP send mail class
- DSocketServerBase
- in file DSocketServerBase.php, class DSocketServerBase
Socket server
- DSQLAbstractBase
- in file DSQLAbstractBase.php, class DSQLAbstractBase
SQL Bases interface
- DSQLAbstractResultSet
- in file DSQLAbstractResultSet.php, class DSQLAbstractResultSet
SQL Result Set Abstraction
- DSQLDependable
- in file DSQLDependable.php, class DSQLDependable
SQL dependable interface
- DSystemGroup
- in file DSystemGroup.php, class DSystemGroup
Base system group class collection
- DSystemUser
- in file DSystemUser.php, class DSystemUser
Base system user class collection
- DSystemUsersCollection
- in file DSystemUsersCollection.php, class DSystemUsersCollection
User class collection
- DTableShell
- in file DTableShell.php, class DTableShell
Base class for handling tables
- DTableShellDependencyFaultException
- in file DTableShellDependencyFaultException.php, class DTableShellDependencyFaultException
Database login fault exception
- DTableShellInstanceEmptyException
- in file DTableShellInstanceEmptyException.php, class DTableShellInstanceEmptyException
Database not implemented exception
- DTableSQLExporter
- in file DTableSQLExporter.php, class DTableSQLExporter
SQL exporter functionality
- DTime
- in file DTime.php, class DTime
Date utility class
- DXMLCachedSimpleShell
- in file DXMLCachedSimpleShell.php, class DXMLCachedSimpleShell
Simple wrapper over DXMLParser
- DXMLCacheParser
- in file DXMLCacheParser.php, class DXMLCacheParser
Caching xml parsing class
- DXMLFile
- in file DXMLFile.php, class DXMLFile
XML File generation
- DXMLFileAppender
- in file DXMLFileAppender.php, class DXMLFileAppender
XML appender
- DXMLNode
- in file DXMLNode.php, class DXMLNode
XML node class
- DXMLNodeAttribute
- in file DXMLNodeAttribute.php, class DXMLNodeAttribute
XML node attribute class
- DXMLParser
- in file DXMLParser.php, class DXMLParser
Base xml parsing class
- DXMLSimpleShell
- in file DXMLSimpleShell.php, class DXMLSimpleShell
Simple wrapper over DXMLParser
- DAutomatedUploader.php
- procedural page DAutomatedUploader.php
- DImageUploader.php
- procedural page DImageUploader.php
- DFileUploader.php
- procedural page DFileUploader.php
- DCommonImages.php
- procedural page DCommonImages.php
- DImageException.php
- procedural page DImageException.php
- DImageFile.php
- procedural page DImageFile.php
- DImageSizeTransform.php
- procedural page DImageSizeTransform.php
- DSimpleImageUpload.php
- procedural page DSimpleImageUpload.php
- DBitmapConstants.php
- procedural page DBitmapConstants.php
- DBitmapFonts.php
- procedural page DBitmapFonts.php
- DBitmapWriter.php
- procedural page DBitmapWriter.php
- DBaseChart.php
- procedural page DBaseChart.php
- DDotChart.php
- procedural page DDotChart.php
- DMultipleDotChart.php
- procedural page DMultipleDotChart.php
- DGDConfigParser.php
- procedural page DGDConfigParser.php
- DImageAbstract.php
- procedural page DImageAbstract.php
- DImageGD.php
- procedural page DImageGD.php
- DImageMagick.php
- procedural page DImageMagick.php
- DImageStamper.php
- procedural page DImageStamper.php
- DMagickConfigParser.php
- procedural page DMagickConfigParser.php
- DPicturesConfigurationFileNotValidException.php
- procedural page DPicturesConfigurationFileNotValidException.php
- DDirectory.php
- procedural page DDirectory.php
- DDirectoryList.php
- procedural page DDirectoryList.php
- DFile.php
- procedural page DFile.php
- DFileNotFoundException.php
- procedural page DFileNotFoundException.php
- DFileSizeDimensions.php
- procedural page DFileSizeDimensions.php
- DXMLFile.php
- procedural page DXMLFile.php
- DXMLFileAppender.php
- procedural page DXMLFileAppender.php
- DXMLNode.php
- procedural page DXMLNode.php
- DXMLNodeAttribute.php
- procedural page DXMLNodeAttribute.php
- DRSSAbstractReader.php
- procedural page DRSSAbstractReader.php
- DRSSAbstractWriter.php
- procedural page DRSSAbstractWriter.php
- DRSSChannelNodeCloud.php
- procedural page DRSSChannelNodeCloud.php
- DRSSChannelNodeImage.php
- procedural page DRSSChannelNodeImage.php
- DRSSChannelNodeItem.php
- procedural page DRSSChannelNodeItem.php
- DRSSChannelNodeItemCollection.php
- procedural page DRSSChannelNodeItemCollection.php
- DRSSChannelNodeTextInput.php
- procedural page DRSSChannelNodeTextInput.php
- DRSSItemNodeCategory.php
- procedural page DRSSItemNodeCategory.php
- DRSSItemNodeCategoryCollection.php
- procedural page DRSSItemNodeCategoryCollection.php
- DRSSItemNodeEnclosure.php
- procedural page DRSSItemNodeEnclosure.php
- DRSSItemNodeGUID.php
- procedural page DRSSItemNodeGUID.php
- DRSSItemNodeSource.php
- procedural page DRSSItemNodeSource.php
- DRSSReader.php
- procedural page DRSSReader.php
- DRSSWriter.php
- procedural page DRSSWriter.php
- DHTMLEscaper.php
- procedural page DHTMLEscaper.php
- DHTMLSpecialSymbolsConverter.php
- procedural page DHTMLSpecialSymbolsConverter.php
- DMultiLang.php
- procedural page DMultiLang.php
- DMailingAbstract.php
- procedural page DMailingAbstract.php
- DMailSend.php
- procedural page DMailSend.php
- DPasswordProtectedMailing.php
- procedural page DPasswordProtectedMailing.php
- DPHPMailer.php
- procedural page DPHPMailer.php
- DSimplePHPMailing.php
- procedural page DSimplePHPMailing.php
- DSmtp.php
- procedural page DSmtp.php
- DSmtpSendMail.php
- procedural page DSmtpSendMail.php
- DPages.php
- procedural page DPages.php
- DRandom.php
- procedural page DRandom.php
- DCSVParser.php
- procedural page DCSVParser.php
- DParserBase.php
- procedural page DParserBase.php
- DXMLCachedSimpleShell.php
- procedural page DXMLCachedSimpleShell.php
- DXMLCacheParser.php
- procedural page DXMLCacheParser.php
- DXMLParser.php
- procedural page DXMLParser.php
- DXMLSimpleShell.php
- procedural page DXMLSimpleShell.php
- DFTP.php
- procedural page DFTP.php
- DFTPAdvanced.php
- procedural page DFTPAdvanced.php
- DFTPBase.php
- procedural page DFTPBase.php
- DCURLUsernamePasswordObject.php
- procedural page DCURLUsernamePasswordObject.php
- DHTTPBase.php
- procedural page DHTTPBase.php
- DProxyHTTP.php
- procedural page DProxyHTTP.php
- DSocketServerBase.php
- procedural page DSocketServerBase.php
- DClonable.php
- procedural page DClonable.php
- DException.php
- procedural page DException.php
- DFrameworkStatus.php
- procedural page DFrameworkStatus.php
- DMethodInvalidArgumentsException.php
- procedural page DMethodInvalidArgumentsException.php
- DMethodNotImplementedException.php
- procedural page DMethodNotImplementedException.php
- DMonitorTools.php
- procedural page DMonitorTools.php
- DSystemGroup.php
- procedural page DSystemGroup.php
- DSystemUser.php
- procedural page DSystemUser.php
- DSystemUsersCollection.php
- procedural page DSystemUsersCollection.php
- DErrorXMLLogger.php
- procedural page DErrorXMLLogger.php
- DSimpleTracer.php
- procedural page DSimpleTracer.php
- DCookies.php
- procedural page DCookies.php
- DCookieTail.php
- procedural page DCookieTail.php
- DActionsConfigParser.php
- procedural page DActionsConfigParser.php
- DActionTail.php
- procedural page DActionTail.php
- DBrowserHeaders.php
- procedural page DBrowserHeaders.php
- DController.php
- procedural page DController.php
- DFormAction.php
- procedural page DFormAction.php
- DFormRequest.php
- procedural page DFormRequest.php
- DMVCActionConfigurationNotValidException.php
- procedural page DMVCActionConfigurationNotValidException.php
- DPreviousActionKeeper.php
- procedural page DPreviousActionKeeper.php
- DFormRequestCustom.php
- procedural page DFormRequestCustom.php
- DFormRequestGet.php
- procedural page DFormRequestGet.php
- DFormRequestPost.php
- procedural page DFormRequestPost.php
- DIRequestCollection.php
- procedural page DIRequestCollection.php
- DSession.php
- procedural page DSession.php
- DSmarty.php
- procedural page DSmarty.php
top
e
- $empty
- in file DSQLAbstractResultSet.php, variable DSQLAbstractResultSet::$empty
Indicator that the record field is EMPTY
- $enclosure
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$enclosure
Enclosure
- $Encoding
- in file DMailingAbstract.php, variable DMailingAbstract::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $Encoding
- in file DPHPMailer.php, variable DPHPMailer::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $encoding
- in file DShellConfigParser.php, variable DShellConfigParser::$encoding
Database encoding
- $encoding
- in file DXMLFile.php, variable DXMLFile::$encoding
File encoding
- $Encoding
- in file DMailSend.php, variable DMailSend::$Encoding
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
- $encoding
- in file DDataBase.php, variable DDataBase::$encoding
Database encoding
- $ErrorInfo
- in file DPHPMailer.php, variable DPHPMailer::$ErrorInfo
Holds the most recent mailer error message.
- $ErrorInfo
- in file DMailingAbstract.php, variable DMailingAbstract::$ErrorInfo
Holds the most recent mailer error message.
- $ErrorInfo
- in file DMailSend.php, variable DMailSend::$ErrorInfo
Holds the most recent mailer error message.
- $errorMessage
- in file DPasswordProtectedMailing.php, variable DPasswordProtectedMailing::$errorMessage
Error String
- $errorMsg
- in file DSocketServerBase.php, variable DSocketServerBase::$errorMsg
Error message
- $errorMsg
- in file DXMLParser.php, variable DXMLParser::$errorMsg
Error message
- $errorMsg
- in file DDataBase.php, variable DDataBase::$errorMsg
Error message
- $errorMsg
- in file DFTPBase.php, variable DFTPBase::$errorMsg
Error Message
- $errors
- in file DDataBaseSQLImporter.php, variable DDataBaseSQLImporter::$errors
Errors array
- $errors
- in file DFileUploader.php, variable DFileUploader::$errors
Error messages
- $extension
- in file DFile.php, variable DFile::$extension
Extension of the file
- $extraOffsetX
- in file DBaseChart.php, variable DBaseChart::$extraOffsetX
Extra offset on x
- $extraOffsetY
- in file DBaseChart.php, variable DBaseChart::$extraOffsetY
Extra offset on y
- $extraParameterDefaultValuesDelimiter
- in file DTableShell.php, variable DTableShell::$extraParameterDefaultValuesDelimiter
Extra paramter default values delimiter
- $extraParameterDefaultValuesEquals
- in file DTableShell.php, variable DTableShell::$extraParameterDefaultValuesEquals
Extra parameter default values equals
- $extraParameterPrefixSuffix
- in file DTableShell.php, variable DTableShell::$extraParameterPrefixSuffix
Extra parameter prefix and suffix
- EncodeFile
- in file DPHPMailer.php, method DPHPMailer::EncodeFile()
Encodes attachment in requested format. Returns an empty string on failure.
- EncodeHeader
- in file DPHPMailer.php, method DPHPMailer::EncodeHeader()
Encode a header string to best of Q, B, quoted or none.
- EncodeQ
- in file DPHPMailer.php, method DPHPMailer::EncodeQ()
Encode string to q encoding.
- EncodeQP
- in file DPHPMailer.php, method DPHPMailer::EncodeQP()
Encode string to quoted-printable.
- EncodeString
- in file DPHPMailer.php, method DPHPMailer::EncodeString()
Encodes string to requested format. Returns an empty string on failure.
- EndBoundary
- in file DPHPMailer.php, method DPHPMailer::EndBoundary()
Returns the end of a message boundary.
- ERR_CODE_DOUBLED
- in file DTableShell.php, class constant DTableShell::ERR_CODE_DOUBLED
Error code doubled
- ERR_CODE_NO_ERROR
- in file DTableShell.php, class constant DTableShell::ERR_CODE_NO_ERROR
Error code no error
- ERR_CODE_PROBLEM
- in file DTableShell.php, class constant DTableShell::ERR_CODE_PROBLEM
Error code syntax problem
- ERR_CODE_REQUIRED
- in file DTableShell.php, class constant DTableShell::ERR_CODE_REQUIRED
Error core required
- execute
- in file DSQLAbstractBase.php, method DSQLAbstractBase::execute()
Executes query gate
- executeCommand
- in file DFTPBase.php, method DFTPBase::executeCommand()
Executes command on ftp server
- executeNormal
- in file DMySQLBase.php, method DMySQLBase::executeNormal()
Executes normal query
- executeNormal
- in file DPgSQLBase.php, method DPgSQLBase::executeNormal()
Executes normal query
- executeNormal
- in file DSQLAbstractBase.php, method DSQLAbstractBase::executeNormal()
Executes normal query
- executeParamed
- in file DPgSQLBase.php, method DPgSQLBase::executeParamed()
Execute query with parameters
- executeParamed
- in file DMySQLBase.php, method DMySQLBase::executeParamed()
Execute query with parameters
- executeParamed
- in file DSQLAbstractBase.php, method DSQLAbstractBase::executeParamed()
Execute query with parameters
- executeSiteCommand
- in file DFTPBase.php, method DFTPBase::executeSiteCommand()
Executes SITE command on server
- Expand
- in file DSmtp.php, method DSmtp::Expand()
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
- Expand
- in file DSmtpSendMail.php, method DSMTPSendMail::Expand()
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
- extendValidatePOSTArray
- in file DTableShell.php, method DTableShell::extendValidatePOSTArray()
Extend validation POST array
top
f
- $fields
- in file DSQLAbstractResultSet.php, variable DSQLAbstractResultSet::$fields
Fields for the current row
- $fieldTypes
- in file DShellConfigParser.php, variable DShellConfigParser::$fieldTypes
Type of table fields
- $fileName
- in file DBitmapFonts.php, variable DBitmapFonts::$fileName
File name
- $fileName
- in file DXMLFileAppender.php, variable DXMLFileAppender::$fileName
File name
- $fileNames
- in file DFileUploader.php, variable DFileUploader::$fileNames
Name of the files already uploaded
- $files
- in file DDirectoryList.php, variable DDirectoryList::$files
Files list collection
- $filled
- in file DDotChart.php, variable DDotChart::$filled
Filled with color
- $font
- in file DBitmapWriter.php, variable DBitmapWriter::$font
Font
- $fontBitmapHorizontalFile
- in file DBitmapFonts.php, variable DBitmapFonts::$fontBitmapHorizontalFile
Bitmap file for horizontal fonts
- $fontBitmapVerticalFile
- in file DBitmapFonts.php, variable DBitmapFonts::$fontBitmapVerticalFile
Bitmap file for vertival fonts
- $fontDir
- in file DBitmapFonts.php, variable DBitmapFonts::$fontDir
Font directory
- $fontName
- in file DBitmapFonts.php, variable DBitmapFonts::$fontName
Font name
- $From
- in file DMailSend.php, variable DMailSend::$From
Sets the From email address for the message.
- $From
- in file DMailingAbstract.php, variable DMailingAbstract::$From
Sets the From email address for the message.
- $From
- in file DPHPMailer.php, variable DPHPMailer::$From
Sets the From email address for the message.
- $from
- in file DPasswordProtectedMailing.php, variable DPasswordProtectedMailing::$from
From
- $FromName
- in file DMailingAbstract.php, variable DMailingAbstract::$FromName
Sets the From name of the message.
- $FromName
- in file DMailSend.php, variable DMailSend::$FromName
Sets the From name of the message.
- $FromName
- in file DPHPMailer.php, variable DPHPMailer::$FromName
Sets the From name of the message.
- $fullPath
- in file DFile.php, variable DFile::$fullPath
Full path of the file
- firstDay
- in file DDate.php, method DDate::firstDay()
Gets first day
- firstDayOfWeek
- in file DDate.php, method DDate::firstDayOfWeek()
Gets first day of the week
- firstDayOfYear
- in file DDate.php, method DDate::firstDayOfYear()
Gets first da of the year
- firstMDay
- in file DDate.php, method DDate::firstMDay()
Gets first day of the month
- firstWeek
- in file DDate.php, method DDate::firstWeek()
Gets first week
- forceInitMemberVariables
- in file DFile.php, method DFile::forceInitMemberVariables()
Force Inits file options by file name
- FORM_ACTION_CLASSES_LOCATION
- in file DController.php, constant FORM_ACTION_CLASSES_LOCATION
Sets default form action classes location
- FORM_ACTION_PASS_PARAMETER
- in file DController.php, constant FORM_ACTION_PASS_PARAMETER
Sets default pass parameter for the form action
- FORM_ACTION_XML_CONFIGURATION_LOCATION
- in file DController.php, constant FORM_ACTION_XML_CONFIGURATION_LOCATION
Sets default form action xml configuration location
- fromArray
- in file DSafeArray.php, method DSafeArray::fromArray()
Sets data
- fromDDMMYYYY
- in file DDate.php, method DDate::fromDDMMYYYY()
Sets the object fields day, month and year from String format "dd-mm-yyyy"
- fromMMDDYYYY
- in file DDate.php, method DDate::fromMMDDYYYY()
Sets the object fields month, day and year from String format "mm-dd-yyyy"
- fromMySQLDate
- in file DDate.php, method DDate::fromMySQLDate()
Populate data from MySQL date format
- fromMySQLDateTime
- in file DDate.php, method DDate::fromMySQLDateTime()
Populates data from MySQL datetime format
- fromMySQLTime
- in file DTime.php, method DTime::fromMySQLTime()
Populates data from MySQL date
- fromRFC822
- in file DDate.php, method DDate::fromRFC822()
Populates data from RFC822 format
- fromTimestamp
- in file DDate.php, method DDate::fromTimestamp()
- fromTimestamp
- in file DTime.php, method DTime::fromTimestamp()
Populates data from timestamp
top
g
- $gdVersion
- in file DCommonImages.php, variable DCommonImages::$gdVersion
Version of GD lib
- $gecos
- in file DSystemUser.php, variable DSystemUser::$gecos
GECOS
- $generator
- in file DRSSWriter.php, variable DRSSWriter::$generator
Generator
- $generator
- in file DRSSReader.php, variable DRSSReader::$generator
Generator
- $get
- in file DFormRequest.php, variable DFormRequest::$get
Get
- $gridXStep
- in file DBaseChart.php, variable DBaseChart::$gridXStep
Step of the X grid
- $gridYStep
- in file DBaseChart.php, variable DBaseChart::$gridYStep
Step of the Y grid
- $gridYStepMin
- in file DDotChart.php, variable DDotChart::$gridYStepMin
Min value of the value of the y grid
- $group
- in file DFile.php, variable DFile::$group
Group the file is assigned to
- $groupId
- in file DSystemUser.php, variable DSystemUser::$groupId
Group Id
- $groupId
- in file DSystemGroup.php, variable DSystemGroup::$groupId
Group id
- $guid
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$guid
giud
- GBYTE
- in file DFileSizeDimensions.php, class constant DFileSizeDimensions::GBYTE
- generateEscapedText
- in file DHTMLEscaper.php, method DHTMLEscaper::generateEscapedText()
Convert method
- generateNewImageName
- in file DImageFile.php, method DImageFile::generateNewImageName()
generate random name for new image
- generatePermissionsNumbersFromString
- in file DFile.php, method DFile::generatePermissionsNumbersFromString()
Generates permissions 4 digis
- generatePermissionsStringFromCode
- in file DFile.php, method DFile::generatePermissionsStringFromCode()
Generates -rwxrwxrwx string from 4 digit numbers
- get
- in file DSafeArray.php, method DSafeArray::get()
Gets value
- GET
- in file DFormRequest.php, class constant DFormRequest::GET
Get
- getAll
- in file DActionsConfigParser.php, method DActionsConfigParser::getAll()
Gets all the action configuration in array
- getAll
- in file DFormRequest.php, method DFormRequest::getAll()
Gets all data
- getAllActionsConfiguration
- in file DController.php, method DController::getAllActionsConfiguration()
Gets all the action configuration in array
- getAllPages
- in file DSession.php, method DSession::getAllPages()
Returns all data from all pages
- getAllVariablesOnPage
- in file DSession.php, method DSession::getAllVariablesOnPage()
Gets all variables from given page
- getAttributes
- in file DActionsConfigParser.php, method DActionsConfigParser::getAttributes()
Gets node attributes
- GetBoundary
- in file DPHPMailer.php, method DPHPMailer::GetBoundary()
Returns the start of a message boundary.
- getBrowserHeader
- in file DFormAction.php, method DFormAction::getBrowserHeader()
Gets all browser headers
- getClass
- in file DActionsConfigParser.php, method DActionsConfigParser::getClass()
Gets the class in the file decided from the getFileByGetItem()
- getClassMembers
- in file DObject.php, method DObject::getClassMembers()
Gets member variables of the instance
- getClassMemberType
- in file DObject.php, method DObject::getClassMemberType()
Gets class member type
- getClassMethods
- in file DObject.php, method DObject::getClassMethods()
Gets classes of the class
- getClassName
- in file DObject.php, method DObject::getClassName()
Gets class name
- getClone
- in file DDate.php, method DDate::getClone()
Close object
- getClone
- in file DClonable.php, method DClonable::getClone()
get clone method
- getClone
- in file DTime.php, method DTime::getClone()
Close object
- getConditionedCount
- in file DTableShell.php, method DTableShell::getConditionedCount()
Gets count of elements depending on specific condition
- getCount
- in file DArrayBase.php, method DArrayBase::getCount()
Gets stack count
- getCurrentAction
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::getCurrentAction()
Gets the current action
- getCurrentDirectory
- in file DDirectory.php, method DDirectory::getCurrentDirectory()
Gets the current directory
- getCurrentDirectoryName
- in file DFTP.php, method DFTP::getCurrentDirectoryName()
Gets current directory name
- getCurrentRssVersion
- in file DRSSAbstractReader.php, method DRSSAbstractReader::getCurrentRssVersion()
Returns current rss version if exists
- getCustom
- in file DFormRequest.php, method DFormRequest::getCustom()
Gets custom data
- getData
- in file DPages.php, method DPages::getData()
Process data calculation
- getData
- in file DArrayBase.php, method DArrayBase::getData()
Gets data
- getDaysDiffBetweenDates
- in file DDate.php, method DDate::getDaysDiffBetweenDates()
Gets difference in days between 2 DDate objects
- getDBInstance
- in file DDataBase.php, method DDataBase::getDBInstance()
Gets IDSQLBase instance
- getDDirectoryListObject
- in file DDirectory.php, method DDirectory::getDDirectoryListObject()
Gets DDirectoryList object for the given directory
- getElementFromKey
- in file DArrayBase.php, method DArrayBase::getElementFromKey()
Gets element from the key position and doesn't remove the element
- getErrorMessage
- in file DSQLAbstractBase.php, method DSQLAbstractBase::getErrorMessage()
Gets sql error
- getErrors
- in file DFileUploader.php, method DFileUploader::getErrors()
- getExtraParameter
- in file DTableShell.php, method DTableShell::getExtraParameter()
Gets extra parameter
- getFields
- in file DTableShell.php, method DTableShell::getFields()
Return data fields
- getFieldTypeProperty
- in file DTableShell.php, method DTableShell::getFieldTypeProperty()
Gets field type property value
- getFile
- in file DMailSend.php, method DMailSend::getFile()
Read a file from a supplied filename and return it.
- getFile
- in file DPHPMailer.php, method DPHPMailer::getFile()
Read a file from a supplied filename and return it.
- getFileByGetItem
- in file DActionsConfigParser.php, method DActionsConfigParser::getFileByGetItem()
Get the file name from the config file
- getFileContent
- in file DFile.php, method DFile::getFileContent()
Gets file content to string
- getFileData
- in file DParserBase.php, method DParserBase::getFileData()
Get file content
- getFileData
- in file DImageAbstract.php, method DImageAbstract::getFileData()
Returns raw data
- getFileExtension
- in file DFileUploader.php, method DFileUploader::getFileExtension()
Gets file extension
- getFileExtention
- in file DAutomatedUploader.php, method DAutomatedUploader::getFileExtention()
Gets the extention of the file name
- getFileName
- in file DImageAbstract.php, method DImageAbstract::getFileName()
Returns file name
- getFileName
- in file DParserBase.php, method DParserBase::getFileName()
Gets the file name
- getFileNameByFilePath
- in file DFile.php, method DFile::getFileNameByFilePath()
Gets file name by file path
- getFileNoExtension
- in file DFileUploader.php, method DFileUploader::getFileNoExtension()
Gets file extension
- getFilePathByFileName
- in file DFile.php, method DFile::getFilePathByFileName()
Gets file path by file name
- getFrameworkStage
- in file DFrameworkStatus.php, method DFrameworkStatus::getFrameworkStage()
Gets framework stage
- getFrameworkVersion
- in file DFrameworkStatus.php, method DFrameworkStatus::getFrameworkVersion()
Gets framework version
- getFromActionTail
- in file DActionTail.php, method DActionTail::getFromActionTail()
Gets value from the action tail
- getFTPConnection
- in file DFTPBase.php, method DFTPBase::getFTPConnection()
Gets FTP connection resource
- getGet
- in file DFormRequest.php, method DFormRequest::getGet()
Returns get data
- getGetValue
- in file DFormRequest.php, method DFormRequest::getGetValue()
Get specific get data
- getHostIp
- in file DFTPBase.php, method DFTPBase::getHostIp()
Gets host IP
- getHostIp
- in file DMonitorTools.php, method DMonitorTools::getHostIp()
Gets host ip
- getHTML
- in file DFormAction.php, method DFormAction::getHTML()
Gets HTML string result
- getImagePointer
- in file DImageGD.php, method DImageGD::getImagePointer()
Get image pointer
- getInstance
- in file DDataTypeAnalyticsFactory.php, method DDataTypeAnalyticsFactory::getInstance()
Gets required class instance
- getInstance
- in file DDataBase.php, method DDataBase::getInstance()
Gets database instance
- getInstance
- in file DFormRequestGet.php, method DFormRequestGet::getInstance()
Get instance of current request
- getInstance
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::getInstance()
Gets DPreviousActionKeeper instance
- getInstance
- in file DFormRequestPost.php, method DFormRequestPost::getInstance()
Get instance of current request
- getInstance
- in file DFormRequestCustom.php, method DFormRequestCustom::getInstance()
Get instance of current request
- getInstance
- in file DTableShell.php, method DTableShell::getInstance()
Gets instance
- getInstance
- in file DActionsConfigParser.php, method DActionsConfigParser::getInstance()
&getInstance($configXMLFile)
- getInstance
- in file DIRequestCollection.php, method DIRequestCollection::getInstance()
Get instance of current request
- getInstance
- in file DActionTail.php, method DActionTail::getInstance()
Gets DActionTail instance
- getInstance
- in file DSimpleTracer.php, method DSimpleTracer::getInstance()
&getInstance()
- getInstance
- in file DFormRequest.php, method DFormRequest::getInstance()
Gets DFormRequest instance
- getInstance
- in file DBrowserHeaders.php, method DBrowserHeaders::getInstance()
&getInstance()
- getInstance
- in file DController.php, method DController::getInstance()
&getInstance()
- getInternalData
- in file DFormAction.php, method DFormAction::getInternalData()
Gets internal data
- getKeys
- in file DArrayBase.php, method DArrayBase::getKeys()
Gets keys of the stack
- getLastInsertID
- in file DTableShell.php, method DTableShell::getLastInsertID()
Return last insert id
- getLatestInsertId
- in file DMySQLBase.php, method DMySQLBase::getLatestInsertId()
Gets latest insert id
- getLatestInsertId
- in file DSQLAbstractBase.php, method DSQLAbstractBase::getLatestInsertId()
Gets latest insert id
- getLatestInsertId
- in file DTableShell.php, method DTableShell::getLatestInsertId()
Gets the latest insert id
- getLatestInsertId
- in file DPgSQLBase.php, method DPgSQLBase::getLatestInsertId()
Gets latest insert id
- getLayout
- in file DBaseChart.php, method DBaseChart::getLayout()
Gets the layout image as raw data
- getList
- in file DFTP.php, method DFTP::getList()
Gets FTP directory list
- GetMailMIME
- in file DPHPMailer.php, method DPHPMailer::GetMailMIME()
Returns the message MIME.
- getMemoryUsage
- in file DMonitorTools.php, method DMonitorTools::getMemoryUsage()
Gets memory usage of he PHP
- getMicroTime
- in file DMonitorTools.php, method DMonitorTools::getMicroTime()
Gets microtime
- getMultiLangInstance
- in file DMultiLang.php, method DMultiLang::getMultiLangInstance()
Returns DMultiLang instance
- getNewFileName
- in file DAutomatedUploader.php, method DAutomatedUploader::getNewFileName()
Gets the new file name
- getNewImageName
- in file DSimpleImageUpload.php, method DSimpleImageUpload::getNewImageName()
Get new image name
- getNextRecord
- in file DSQLAbstractResultSet.php, method DSQLAbstractResultSet::getNextRecord()
Moves to next record
- getNRandFromArray
- in file DRandom.php, method DRandom::getNRandFromArray()
Returns $count random values from $values
- getParameter
- in file DImageAbstract.php, method DImageAbstract::getParameter()
Returs parameter value
- getParamValue
- in file DFormRequest.php, method DFormRequest::getParamValue()
Returns field from active request
- getPID
- in file DMonitorTools.php, method DMonitorTools::getPID()
Get process PID
- getPost
- in file DFormRequest.php, method DFormRequest::getPost()
Returns post data
- getPostValue
- in file DFormRequest.php, method DFormRequest::getPostValue()
Get specific post data
- getPreviousAction
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::getPreviousAction()
Gets previous action
- getPrevRecord
- in file DSQLAbstractResultSet.php, method DSQLAbstractResultSet::getPrevRecord()
Moves to prev record
- getRemoteFileSize
- in file DFTPBase.php, method DFTPBase::getRemoteFileSize()
Gets remote file size in bytes
- getRequiredMisses
- in file DTableShell.php, method DTableShell::getRequiredMisses()
Returns required misses
- getResults
- in file DController.php, method DController::getResults()
Returns HTML result as HTML string
- getRowParams
- in file DImageAbstract.php, method DImageAbstract::getRowParams()
Returns row image parameters
- getSafeFields
- in file DTableShell.php, method DTableShell::getSafeFields()
Gets safe fields
- getSafeSingleRecord
- in file DTableShell.php, method DTableShell::getSafeSingleRecord()
Gets safe single record
- getSchemaName
- in file DTableShell.php, method DTableShell::getSchemaName()
Gets schema name
- getSessionId
- in file DSession.php, method DSession::getSessionId()
Gets session id
- getShellConfigXML
- in file DTableShell.php, method DTableShell::getShellConfigXML()
Gets shell config xml name
- getSingleRecord
- in file DTableShell.php, method DTableShell::getSingleRecord()
Returns single row query
- getSQLExporterInstance
- in file DTableShell.php, method DTableShell::getSQLExporterInstance()
Gets instance of DTableSQLExplorer class
- getStackTrace
- in file DSimpleTracer.php, method DSimpleTracer::getStackTrace()
Gets all stack
- getSystemType
- in file DFTPBase.php, method DFTPBase::getSystemType()
Gets FTP server type
- getTableDetails
- in file DTableShell.php, method DTableShell::getTableDetails()
Gets table details
- getTableFieldValue
- in file DTableShell.php, method DTableShell::getTableFieldValue()
Gets table field value
- getTableName
- in file DTableShell.php, method DTableShell::getTableName()
Gets table name
- getTail
- in file DCookieTail.php, method DCookieTail::getTail()
Get the tail values
- getTimeDifference
- in file DTime.php, method DTime::getTimeDifference()
Gets difference between 2 DTime objects
- getTypeProblems
- in file DTableShell.php, method DTableShell::getTypeProblems()
Return type problems
- getUniqueDoubles
- in file DTableShell.php, method DTableShell::getUniqueDoubles()
Return unique doubles
- getURL
- in file DHTTPBase.php, method DHTTPBase::getURL()
Gets to a givven URL
- getUserAgent
- in file DMonitorTools.php, method DMonitorTools::getUserAgent()
Gets user agent
- getUserIp
- in file DMonitorTools.php, method DMonitorTools::getUserIp()
Gets user ip
- getUserReferer
- in file DMonitorTools.php, method DMonitorTools::getUserReferer()
Gets user referer
- getValidatorErrors
- in file DTableShell.php, method DTableShell::getValidatorErrors()
Return array of errors
- getValue
- in file DXMLSimpleShell.php, method DXMLSimpleShell::getValue()
Gets value from the xml described by "."(coma) separated path to it
- getValue
- in file DXMLCachedSimpleShell.php, method DXMLCachedSimpleShell::getValue()
Gets value from the xml described by "."(coma) separated path to it
- getValue
- in file DSession.php, method DSession::getValue()
Gets value for given key from the current page
- getValues
- in file DArrayBase.php, method DArrayBase::getValues()
Gets values of the stack
- gotoFirstRecord
- in file DSQLAbstractResultSet.php, method DSQLAbstractResultSet::gotoFirstRecord()
Goes to first record
top
h
- $header
- in file DCSVParser.php, variable DCSVParser::$header
Headers of the CSV file
- $headers
- in file DHTTPBase.php, variable DHTTPBase::$headers
Headers array
- $height
- in file DBaseChart.php, variable DBaseChart::$height
Height of the image
- $height
- in file DRSSChannelNodeImage.php, variable DRSSChannelNodeImage::$height
Height
- $height
- in file DBitmapFonts.php, variable DBitmapFonts::$height
Height of the font
- $Helo
- in file DPHPMailer.php, variable DPHPMailer::$Helo
Sets the SMTP HELO of the message (Default is $Hostname).
- $Helo
- in file DSmtpSendMail.php, variable DSMTPSendMail::$Helo
Sets the SMTP HELO of the message (Default is $Hostname).
- $homeDirectory
- in file DSystemUser.php, variable DSystemUser::$homeDirectory
Home directory
- $horizontalFrequencyIndex
- in file DDotChart.php, variable DDotChart::$horizontalFrequencyIndex
Horizontal frequency index
- $horizontalSigned
- in file DDotChart.php, variable DDotChart::$horizontalSigned
Horizontal signed
- $Host
- in file DSmtpSendMail.php, variable DSMTPSendMail::$Host
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
- $host
- in file DPasswordProtectedMailing.php, variable DPasswordProtectedMailing::$host
Host
- $Host
- in file DPHPMailer.php, variable DPHPMailer::$Host
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
- $host
- in file DSocketServerBase.php, variable DSocketServerBase::$host
Host IP of the server
- $host
- in file DDataBase.php, variable DDataBase::$host
SQL Host
- $host
- in file DShellConfigParser.php, variable DShellConfigParser::$host
DB host
- $host
- in file DProxyHTTP.php, variable DProxyHTTP::$host
Host
- $Hostname
- in file DMailSend.php, variable DMailSend::$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'.
- $Hostname
- in file DPHPMailer.php, variable DPHPMailer::$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'.
- $Hostname
- in file DMailingAbstract.php, variable DMailingAbstract::$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'.
- $hostName
- in file DFTPBase.php, variable DFTPBase::$hostName
Host name
- $hostPort
- in file DFTPBase.php, variable DFTPBase::$hostPort
Host port
- $hostTimeout
- in file DFTPBase.php, variable DFTPBase::$hostTimeout
Host timeout
- $hostUserName
- in file DFTPBase.php, variable DFTPBase::$hostUserName
Host username
- $hostUserPass
- in file DFTPBase.php, variable DFTPBase::$hostUserPass
Host userpass
- $hours
- in file DTime.php, variable DTime::$hours
Hours
- $hours
- in file DDate.php, variable DDate::$hours
Hours
- $HTMLContentArray
- in file DHTTPBase.php, variable DHTTPBase::$HTMLContentArray
Array content data
- $HTMLContentString
- in file DHTTPBase.php, variable DHTTPBase::$HTMLContentString
String content data
- handleData
- in file DController.php, method DController::handleData()
Base method for handling the action tail
- HasMultiBytes
- in file DPHPMailer.php, method DPHPMailer::HasMultiBytes()
Checks if a string contains multibyte characters.
- HeaderLine
- in file DMailingAbstract.php, method DMailingAbstract::HeaderLine()
- HeaderLine
- in file DPHPMailer.php, method DPHPMailer::HeaderLine()
- Hello
- in file DSmtpSendMail.php, method DSMTPSendMail::Hello()
Sends the HELO command to the smtp server.
- Hello
- in file DSmtp.php, method DSmtp::Hello()
Sends the HELO command to the smtp server.
- Help
- in file DSmtpSendMail.php, method DSMTPSendMail::Help()
Gets help information on the keyword specified. If the keyword
- Help
- in file DSmtp.php, method DSmtp::Help()
Gets help information on the keyword specified. If the keyword
- HOURS
- in file DDateDimensions.php, class constant DDateDimensions::HOURS
- HTML2Text
- in file DHTMLEscaper.php, method DHTMLEscaper::HTML2Text()
Strips HTML tags
top
i
- $identify
- in file DMagickConfigParser.php, variable DMagickConfigParser::$identify
Path to ImageMagick Identify executable
- $image
- in file DRSSWriter.php, variable DRSSWriter::$image
Image
- $image
- in file DRSSReader.php, variable DRSSReader::$image
Image
- $isPermaLink
- in file DRSSItemNodeGUID.php, variable DRSSItemNodeGUID::$isPermaLink
Is permanent link
- $items
- in file DRSSReader.php, variable DRSSReader::$items
Items collection
- $items
- in file DRSSWriter.php, variable DRSSWriter::$items
Items collection
- imageRotate
- in file DImageGD.php, method DImageGD::imageRotate()
Rotates image
- imageSize
- in file DCommonImages.php, method DCommonImages::imageSize()
Get Image Size
- import
- in file utils.php, function import()
Makes require_once to all files in the package recursively or just a single class
- importFile
- in file DDataBaseSQLImporter.php, method DDataBaseSQLImporter::importFile()
Imports from file
- importString
- in file DDataBaseSQLImporter.php, method DDataBaseSQLImporter::importString()
Imports from string
- init
- in file DCSVParser.php, method DCSVParser::init()
Init
- init
- in file DRSSItemNodeEnclosure.php, method DRSSItemNodeEnclosure::init()
Init
- init
- in file DRSSItemNodeGUID.php, method DRSSItemNodeGUID::init()
Init
- init
- in file DRSSItemNodeCategory.php, method DRSSItemNodeCategory::init()
Init
- init
- in file DDirectory.php, method DDirectory::init()
Inits the directory properties
- init
- in file DRSSChannelNodeImage.php, method DRSSChannelNodeImage::init()
Init
- init
- in file DRSSChannelNodeCloud.php, method DRSSChannelNodeCloud::init()
Inits
- init
- in file DBaseChart.php, method DBaseChart::init()
Inits the chart with width and height
- init
- in file DArrayBase.php, method DArrayBase::init()
Inits the stack
- init
- in file DRSSChannelNodeItem.php, method DRSSChannelNodeItem::init()
Inits
- init
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::init()
Inits and passes additional parameters if needed
- init
- in file DDirectoryList.php, method DDirectoryList::init()
Inits structure
- init
- in file DFile.php, method DFile::init()
Inits the file properties
- init
- in file DRSSChannelNodeTextInput.php, method DRSSChannelNodeTextInput::init()
Init
- init
- in file DRSSItemNodeSource.php, method DRSSItemNodeSource::init()
Init
- init
- in file DSystemUsersCollection.php, method DSystemUsersCollection::init()
Inits users collection
- init
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::init()
Init method
- init
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::init()
Init
- initAll
- in file DRSSChannelNodeImage.php, method DRSSChannelNodeImage::initAll()
Inits and identifies image
- initChannel
- in file DRSSAbstractWriter.php, method DRSSAbstractWriter::initChannel()
Inits clannel
- initChannel
- in file DRSSWriter.php, method DRSSWriter::initChannel()
Inits channel
- initFields
- in file DPgSQLResultSet.php, method DPgSQLResultSet::initFields()
Inits fields
- initFields
- in file DMySQLResultSet.php, method DMySQLResultSet::initFields()
Inits fields
- initFields
- in file DSQLAbstractResultSet.php, method DSQLAbstractResultSet::initFields()
Inits fields
- initializeSQLBase
- in file DDataBase.php, method DDataBase::initializeSQLBase()
Initializes the DB Layber
- initImage
- in file DRSSChannelNodeImage.php, method DRSSChannelNodeImage::initImage()
Inits image
- initInstance
- in file DTableShell.php, method DTableShell::initInstance()
Inits DB instance
- initPage
- in file DSession.php, method DSession::initPage()
Inits the page
- initServer
- in file DSocketServerBase.php, method DSocketServerBase::initServer()
Inits server
- InlineImageExists
- in file DPHPMailer.php, method DPHPMailer::InlineImageExists()
Returns true if an inline attachment is present.
- isBeginning
- in file DSQLAbstractResultSet.php, method DSQLAbstractResultSet::isBeginning()
Checks if we are standing in the beginning of the result set
- isDateTime
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isDateTime()
Checks if type is datetime
- isDateTime
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isDateTime()
Checks if type is datetime
- isDateTime
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isDateTime()
Checks if type is datetime
- isEmail
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isEmail()
Checks if type is email
- isEmail
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isEmail()
Checks if type is email
- isEmail
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isEmail()
Checks if type is email
- isEmpty
- in file DXMLNode.php, method DXMLNode::isEmpty()
Checks if the node is empty
- isEmpty
- in file DFormRequestGet.php, method DFormRequestGet::isEmpty()
Check current request is empty
- isEmpty
- in file DFormRequestPost.php, method DFormRequestPost::isEmpty()
Check current request is empty
- isEmpty
- in file DIRequestCollection.php, method DIRequestCollection::isEmpty()
Check current request is empty
- isEmpty
- in file DFormRequestCustom.php, method DFormRequestCustom::isEmpty()
Check current request is empty
- isEnd
- in file DSQLAbstractResultSet.php, method DSQLAbstractResultSet::isEnd()
Checks if we are standing on the end of the result
- IsError
- in file DMailSend.php, method DMailSend::IsError()
Returns true if an error occurred.
- IsError
- in file DPHPMailer.php, method DPHPMailer::IsError()
Returns true if an error occurred.
- isFloat
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isFloat()
Checks if type is float
- isFloat
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isFloat()
Checks if type is float
- isFloat
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isFloat()
Checks if type is float
- IsHTML
- in file DPHPMailer.php, method DPHPMailer::IsHTML()
Sets message type to HTML.
- isInt
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isInt()
Checks if type is int
- isInt
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isInt()
Checks if type is int
- isInt
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isInt()
Checks if type is int
- IsMail
- in file DPHPMailer.php, method DPHPMailer::IsMail()
Sets Mailer to send message using PHP mail() function.
- isNULLable
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isNULLable()
Checks if the type is nullable
- isNULLable
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isNULLable()
Checks if the type is nullable
- isNULLable
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isNULLable()
Checks if the type is nullable
- isPost
- in file DFormRequest.php, method DFormRequest::isPost()
Checks if there is form submitted
- IsQmail
- in file DPHPMailer.php, method DPHPMailer::IsQmail()
Sets Mailer to send message using the qmail MTA.
- isQuotable
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isQuotable()
Checks if the type is quotable
- isQuotable
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isQuotable()
Checks if the type is quotable
- isQuotable
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isQuotable()
Checks if the type is quotable
- isRegularColumn
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isRegularColumn()
(non-PHPdoc)
- isRegularColumn
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isRegularColumn()
(non-PHPdoc)
- isRegularColumn
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isRegularColumn()
Checks if type is included in select as regular column name
- IsSendmail
- in file DPHPMailer.php, method DPHPMailer::IsSendmail()
Sets Mailer to send message using the $Sendmail program.
- IsSMTP
- in file DPHPMailer.php, method DPHPMailer::IsSMTP()
Sets Mailer to send message using SMTP.
- isText
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::isText()
Checks if type is text
- isText
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::isText()
(non-PHPdoc)
- isText
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::isText()
(non-PHPdoc)
- isTransferComplete
- in file DFTP.php, method DFTP::isTransferComplete()
Checks if the transpher is complete
- isWeekend
- in file DDate.php, method DDate::isWeekend()
Check if is weekend
top
top
l
- $labes
- in file DDotChart.php, variable DDotChart::$labes
Labes
- $language
- in file DRSSReader.php, variable DRSSReader::$language
Language
- $language
- in file DRSSWriter.php, variable DRSSWriter::$language
Language
- $lastBuildDate
- in file DRSSWriter.php, variable DRSSWriter::$lastBuildDate
Last Buld Data
- $lastBuildDate
- in file DRSSReader.php, variable DRSSReader::$lastBuildDate
Last Buld Data
- $latestSQL
- in file DDataBase.php, variable DDataBase::$latestSQL
Latest SQL exequted
- $length
- in file DRSSItemNodeEnclosure.php, variable DRSSItemNodeEnclosure::$length
Length in bytes of the media
- $link
- in file DRSSChannelNodeTextInput.php, variable DRSSChannelNodeTextInput::$link
Link
- $link
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$link
Link
- $link
- in file DRSSChannelNodeImage.php, variable DRSSChannelNodeImage::$link
Link
- $link
- in file DRSSWriter.php, variable DRSSWriter::$link
Link(required)
- $link
- in file DRSSReader.php, variable DRSSReader::$link
Link(required)
- $linked
- in file DDotChart.php, variable DDotChart::$linked
Dots to be linked
- lastMDay
- in file DDate.php, method DDate::lastMDay()
Gets last day of the month
- loadDataByGroupId
- in file DSystemGroup.php, method DSystemGroup::loadDataByGroupId()
Loads data of the group by Id
- loadDataByGroupName
- in file DSystemGroup.php, method DSystemGroup::loadDataByGroupName()
Loads data of the group by name
- loadDataByUserId
- in file DSystemUser.php, method DSystemUser::loadDataByUserId()
Loads user data by user Id
- loadDataByUserName
- in file DSystemUser.php, method DSystemUser::loadDataByUserName()
Loads user data by user name
- loadDataFromArray
- in file DTableShell.php, method DTableShell::loadDataFromArray()
Loads data to table fields from array data - multi record
- loadDataFromDB
- in file DTableShell.php, method DTableShell::loadDataFromDB()
Loads data to table fields from database
- loadDataFromPOSTArray
- in file DTableShell.php, method DTableShell::loadDataFromPOSTArray()
Loads data from $_POST like array - one record
- loadTemplate
- in file DPHPMailer.php, method DPHPMailer::loadTemplate()
Load smarty template for use in BODY
- loadUrl
- in file DHTTPBase.php, method DHTTPBase::loadUrl()
Loads the $url content in the HTMLContentArray member variable
- loadUrl
- in file DProxyHTTP.php, method DProxyHTTP::loadUrl()
Loads the $url content in the HTMLContentArray member variable
- logError
- in file DErrorXMLLogger.php, method DErrorXMLLogger::logError()
Logs the error and handles it (mail send or log)
- login
- in file DFTPBase.php, method DFTPBase::login()
Logs in
top
m
- $Mailer
- in file DPHPMailer.php, variable DPHPMailer::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $Mailer
- in file DMailingAbstract.php, variable DMailingAbstract::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $Mailer
- in file DMailSend.php, variable DMailSend::$Mailer
Method to send mail: ("mail", "sendmail", or "smtp").
- $mailEveryNTimes
- in file DErrorXMLLogger.php, variable DErrorXMLLogger::$mailEveryNTimes
Mail on every n mails
- $managingEditor
- in file DRSSReader.php, variable DRSSReader::$managingEditor
Managing Editor email
- $managingEditor
- in file DRSSWriter.php, variable DRSSWriter::$managingEditor
Managing Editor email
- $masterSocket
- in file DSocketServerBase.php, variable DSocketServerBase::$masterSocket
Master socket
- $members
- in file DSystemGroup.php, variable DSystemGroup::$members
Members collection
- $MessageID
- in file DPHPMailer.php, variable DPHPMailer::$MessageID
Sets the message ID to be used in the Message-Id header.
- $minutes
- in file DTime.php, variable DTime::$minutes
Minutes
- $minutes
- in file DDate.php, variable DDate::$minutes
Minutes
- $month
- in file DDate.php, variable DDate::$month
Month
- $monthStringToDigit
- in file DDate.php, variable DDate::$monthStringToDigit
Months to digits
- mail
- in file DSimplePHPMailing.php, method DSimplePHPMailing::mail()
Mail
- Mail
- in file DSmtp.php, method DSmtp::Mail()
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
- mail
- in file DPasswordProtectedMailing.php, method DPasswordProtectedMailing::mail()
Mail
- Mail
- in file DSmtpSendMail.php, method DSMTPSendMail::Mail()
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
- MailSend
- in file DPHPMailer.php, method DPHPMailer::MailSend()
Sends mail using the PHP mail() function.
- makeFileData
- in file DImageGD.php, method DImageGD::makeFileData()
Makes file data
- makeLayout
- in file DBaseChart.php, method DBaseChart::makeLayout()
Fills the base with color and draws the grid
- MBYTE
- in file DFileSizeDimensions.php, class constant DFileSizeDimensions::MBYTE
- MINUTES
- in file DDateDimensions.php, class constant DDateDimensions::MINUTES
- MONTH
- in file DDateDimensions.php, class constant DDateDimensions::MONTH
- moveFile
- in file DFile.php, method DFile::moveFile()
Moves file
- MsgHTML
- in file DMailSend.php, method DMailSend::MsgHTML()
Evaluates the message and returns modifications for inline images and backgrounds
- MsgHTML
- in file DPHPMailer.php, method DPHPMailer::MsgHTML()
Evaluates the message and returns modifications for inline images and backgrounds
- MYSQL_DATETIME_FORMAT
- in file DDate.php, class constant DDate::MYSQL_DATETIME_FORMAT
- MYSQL_DATETIME_NO_SECONDS_FORMAT
- in file DDate.php, class constant DDate::MYSQL_DATETIME_NO_SECONDS_FORMAT
- MYSQL_DATE_FORMAT
- in file DDate.php, class constant DDate::MYSQL_DATE_FORMAT
top
n
- $name
- in file DSystemGroup.php, variable DSystemGroup::$name
Name of the group
- $name
- in file DRSSChannelNodeTextInput.php, variable DRSSChannelNodeTextInput::$name
Name
- $name
- in file DSystemUser.php, variable DSystemUser::$name
User name
- $name
- in file DXMLNodeAttribute.php, variable DXMLNodeAttribute::$name
Attribute name
- $name
- in file DCookies.php, variable DCookies::$name
Name of the cookie
- $name
- in file DFile.php, variable DFile::$name
Name of the file with extension
- $newImageHeight
- in file DImageGD.php, variable DImageGD::$newImageHeight
New image height
- $newImageName
- in file DSimpleImageUpload.php, variable DSimpleImageUpload::$newImageName
new image name for save
- $newImageWidth
- in file DImageGD.php, variable DImageGD::$newImageWidth
New image width
- $newLineDelimiter
- in file DXMLNode.php, variable DXMLNode::$newLineDelimiter
New line delimiter
- $nodeName
- in file DXMLNode.php, variable DXMLNode::$nodeName
Node name
- $nullable
- in file DConfigurationVersion_2_0.php, variable DConfigurationVersion_2_0::$nullable
Nullable fields
- nextDay
- in file DDate.php, method DDate::nextDay()
Moves to next day
- nextMonth
- in file DDate.php, method DDate::nextMonth()
Moves to next month
- nextWeek
- in file DDate.php, method DDate::nextWeek()
Moves to next week - adds 7 days to the current day
- nextYear
- in file DDate.php, method DDate::nextYear()
Moves to next year
- Noop
- in file DSmtp.php, method DSmtp::Noop()
Sends the command NOOP to the SMTP server.
- Noop
- in file DSmtpSendMail.php, method DSMTPSendMail::Noop()
Sends the command NOOP to the SMTP server.
- normalizeDirectoryName
- in file DImageFile.php, method DImageFile::normalizeDirectoryName()
Normalize directory name
- NO_PAGING
- in file DDataBase.php, class constant DDataBase::NO_PAGING
No Paging constant
- NULL
- in file DFormRequest.php, class constant DFormRequest::NULL
NULL
top
top
p
- $pass
- in file DDataBase.php, variable DDataBase::$pass
SQL Passwrod
- $Password
- in file DSmtpSendMail.php, variable DSMTPSendMail::$Password
Sets SMTP password.
- $Password
- in file DPHPMailer.php, variable DPHPMailer::$Password
Sets SMTP password.
- $password
- in file DPasswordProtectedMailing.php, variable DPasswordProtectedMailing::$password
Password
- $password
- in file DCURLUsernamePasswordObject.php, variable DCURLUsernamePasswordObject::$password
Password
- $path
- in file DRSSChannelNodeCloud.php, variable DRSSChannelNodeCloud::$path
Path url
- $path
- in file DCookies.php, variable DCookies::$path
Path
- $permissionsNumber
- in file DFile.php, variable DFile::$permissionsNumber
Permissions string 4 digit way
- $permissionsString
- in file DFile.php, variable DFile::$permissionsString
Permissions string -rwxrwxrwx
- $PHP_CORE_LIB_CLASS
- in file DObject.php, variable DObject::$PHP_CORE_LIB_CLASS
Reserved member variable for the framework
- $PluginDir
- in file DPHPMailer.php, variable DPHPMailer::$PluginDir
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
- $port
- in file DRSSChannelNodeCloud.php, variable DRSSChannelNodeCloud::$port
Port
- $Port
- in file DSmtpSendMail.php, variable DSMTPSendMail::$Port
Sets the default SMTP server port.
- $Port
- in file DPHPMailer.php, variable DPHPMailer::$Port
Sets the default SMTP server port.
- $port
- in file DPasswordProtectedMailing.php, variable DPasswordProtectedMailing::$port
Port
- $port
- in file DSocketServerBase.php, variable DSocketServerBase::$port
Port of the server
- $port
- in file DProxyHTTP.php, variable DProxyHTTP::$port
Port
- $post
- in file DFormRequest.php, variable DFormRequest::$post
Post
- $Priority
- in file DMailSend.php, variable DMailSend::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- $Priority
- in file DPHPMailer.php, variable DPHPMailer::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- $Priority
- in file DMailingAbstract.php, variable DMailingAbstract::$Priority
Email priority (1 = High, 3 = Normal, 5 = low).
- $protocol
- in file DRSSChannelNodeCloud.php, variable DRSSChannelNodeCloud::$protocol
Protocol
- $pubDate
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$pubDate
Publication Date
- $pubDate
- in file DRSSWriter.php, variable DRSSWriter::$pubDate
Publication date
- $pubDate
- in file DRSSReader.php, variable DRSSReader::$pubDate
Publication date
- $pureName
- in file DFile.php, variable DFile::$pureName
Name of the file without extension
- $purePath
- in file DFile.php, variable DFile::$purePath
Pure path of the file
- parse
- in file DRSSReader.php, method DRSSReader::parse()
Parses the data and returns the success state from analyze method
- parse
- in file DParserBase.php, method DParserBase::parse()
Parse
- parse
- in file DXMLParser.php, method DXMLParser::parse()
Parses the XML file and returns an associative array. Null if file cannot be opened.
- parse
- in file DRSSAbstractReader.php, method DRSSAbstractReader::parse()
Parsers the rss file and returns and analyzes the rss file for the version
- parse
- in file DCSVParser.php, method DCSVParser::parse()
Parses the data
- parse
- in file DXMLCacheParser.php, method DXMLCacheParser::parse()
Parses the XML file and returns an associative array. Null if file cannot be opened.
- phpCoreLibSessionInitialization
- in file utils.php, function phpCoreLibSessionInitialization()
Inits session variable to avoid multiple imports for one package.
- PHPCORELIB_STAGE
- in file DObject.php, class constant DObject::PHPCORELIB_STAGE
Framework Stage
- PHPCORELIB_VERSION
- in file DObject.php, class constant DObject::PHPCORELIB_VERSION
Framework Version
- PHPSerialize
- in file DObject.php, method DObject::PHPSerialize()
Gets serialized string of the class
- PHP_DCONFIGURATIONVERSION_2_0_DEFAULT_NULLABLE_VALUE
- in file DConfigurationVersion_2_0.php, constant PHP_DCONFIGURATIONVERSION_2_0_DEFAULT_NULLABLE_VALUE
- PHP_DCSVPARSER_ORDER_WAY
- in file DCSVParser.php, constant PHP_DCSVPARSER_ORDER_WAY
- PHP_DDATABASE_AUTO_ADD_SLASHES
- in file DDataBase.php, constant PHP_DDATABASE_AUTO_ADD_SLASHES
Auto add slashes
- PHP_DDATABASE_AUTO_HTML_SPECIALCHARS
- in file DDataBase.php, constant PHP_DDATABASE_AUTO_HTML_SPECIALCHARS
Auto add special chars convert
- PHP_DDATABASE_AUTO_STRIP_SLASHES
- in file DDataBase.php, constant PHP_DDATABASE_AUTO_STRIP_SLASHES
Auto strip slashes
- PHP_DDATABASE_DEFAULT_ITEMS_PER_PAGE
- in file DDataBase.php, constant PHP_DDATABASE_DEFAULT_ITEMS_PER_PAGE
Items per page definition
- PHP_DDATABASE_DEFAULT_SET
- in file DDataBase.php, constant PHP_DDATABASE_DEFAULT_SET
Default database set of configurations
- PHP_DDATABASE_TRACE_QUERIES
- in file DDataBase.php, constant PHP_DDATABASE_TRACE_QUERIES
Global sql tracing
- PHP_DDATATYPEANALYTICSFACTORY_CLASSES_MASK
- in file DDataTypeAnalyticsFactory.php, constant PHP_DDATATYPEANALYTICSFACTORY_CLASSES_MASK
- PHP_DERRORXMLLOGGER_JUST_LOG
- in file DErrorXMLLogger.php, constant PHP_DERRORXMLLOGGER_JUST_LOG
use log constant
- PHP_DERRORXMLLOGGER_LOG_FILE_NAME
- in file DErrorXMLLogger.php, constant PHP_DERRORXMLLOGGER_LOG_FILE_NAME
XML log file name
- PHP_DERRORXMLLOGGER_MAILTO
- in file DErrorXMLLogger.php, constant PHP_DERRORXMLLOGGER_MAILTO
Mail of the error mail recepier
- PHP_DERRORXMLLOGGER_MAIL_EVERY_N_TIMES_DEFAULT_VALUE
- in file DErrorXMLLogger.php, constant PHP_DERRORXMLLOGGER_MAIL_EVERY_N_TIMES_DEFAULT_VALUE
email frequiency
- PHP_DERRORXMLLOGGER_ROOT_NODE
- in file DErrorXMLLogger.php, constant PHP_DERRORXMLLOGGER_ROOT_NODE
XML root name
- PHP_DERRORXMLLOGGER_SUBJECT
- in file DErrorXMLLogger.php, constant PHP_DERRORXMLLOGGER_SUBJECT
Subject of the mail
- PHP_DERRORXMLLOGGER_USE_MAIL
- in file DErrorXMLLogger.php, constant PHP_DERRORXMLLOGGER_USE_MAIL
use mail constant
- PHP_DFILE_DEFAULT_DIRECTORY_DELIMITER
- in file DFile.php, constant PHP_DFILE_DEFAULT_DIRECTORY_DELIMITER
Default directory delimiter sign
- PHP_DIMAGEGD_TEMP_SUFFIX
- in file DImageGD.php, constant PHP_DIMAGEGD_TEMP_SUFFIX
- PHP_DIMAGEUPLOADER_RESIZE_BY_HEIGHT
- in file DImageUploader.php, class constant DImageUploader::PHP_DIMAGEUPLOADER_RESIZE_BY_HEIGHT
- PHP_DIMAGEUPLOADER_RESIZE_BY_WIDTH
- in file DImageUploader.php, class constant DImageUploader::PHP_DIMAGEUPLOADER_RESIZE_BY_WIDTH
- PHP_DPARSERBASE_TEMP_DIRECTORY
- in file DParserBase.php, constant PHP_DPARSERBASE_TEMP_DIRECTORY
Define dafault temp directory
- PHP_DPREVIOUSACTIONKEEPER_SESSION_SECTION
- in file DPreviousActionKeeper.php, constant PHP_DPREVIOUSACTIONKEEPER_SESSION_SECTION
Defines name of the SESSION section where previous action will be kept
- PHP_DRAWACCESS_DEFAULT_DB_DEFAULT
- in file DRawAccess.php, constant PHP_DRAWACCESS_DEFAULT_DB_DEFAULT
- PHP_DSESSION_ROOT
- in file DSession.php, constant PHP_DSESSION_ROOT
Default session root node name
- PHP_DSHELLCONFIGPARSER_DEFAULT_CONFIGURATION_VERSION
- in file DShellConfigParser.php, constant PHP_DSHELLCONFIGPARSER_DEFAULT_CONFIGURATION_VERSION
- PHP_DSOCKETSERVERBASE_ZERO_TERMINATE_ON_SEND
- in file DSocketServerBase.php, constant PHP_DSOCKETSERVERBASE_ZERO_TERMINATE_ON_SEND
Define if the send message should be zero terminated
- PHP_DTABLESHELL_EXTRA_PARAMETER_DEFAULT_VALUES_DELIMITER
- in file DTableShell.php, constant PHP_DTABLESHELL_EXTRA_PARAMETER_DEFAULT_VALUES_DELIMITER
Default values for extra parameters is a string set, divided with this symbol / set of symbols
- PHP_DTABLESHELL_EXTRA_PARAMETER_DEFAULT_VALUES_EQUALS
- in file DTableShell.php, constant PHP_DTABLESHELL_EXTRA_PARAMETER_DEFAULT_VALUES_EQUALS
Default values for extra parameters is a string set of key=>value pairs, divided by the delimiter PHP_DTABLESHELL_EXTRA_PARAMETER_DEFAULT_VALUES_DELIMITER.
- PHP_DTABLESHELL_EXTRA_PARAMETER_PREFIX_SUFFIX
- in file DTableShell.php, constant PHP_DTABLESHELL_EXTRA_PARAMETER_PREFIX_SUFFIX
Prefix and Suffix of extra parameters
- PHP_DXMLCACHEPARSER_CACHE_DIRECTORY
- in file DXMLCacheParser.php, constant PHP_DXMLCACHEPARSER_CACHE_DIRECTORY
Cache directory
- PHP_DXMLCACHEPARSER_CACHE_FILE_NAME_MASK
- in file DXMLCacheParser.php, constant PHP_DXMLCACHEPARSER_CACHE_FILE_NAME_MASK
Cache mask
- PHP_DXMLCACHEPARSER_FILES_IN_ROW_FILE_NAME_MASK
- in file DXMLCacheParser.php, constant PHP_DXMLCACHEPARSER_FILES_IN_ROW_FILE_NAME_MASK
Files in row mask
- PHP_DXMLCACHEPARSER_USE_CACHE
- in file DXMLCacheParser.php, constant PHP_DXMLCACHEPARSER_USE_CACHE
Flag for cache use
- PHP_DXMLNODEATTRIBUTE_SKIP_EMPTY_TAGS
- in file DXMLNodeAttribute.php, constant PHP_DXMLNODEATTRIBUTE_SKIP_EMPTY_TAGS
- PHP_DXMLNODE_NEW_LINE_DELIMITER
- in file DXMLNode.php, constant PHP_DXMLNODE_NEW_LINE_DELIMITER
New line symbol
- PHP_DXMLNODE_TAB_DELIMITER
- in file DXMLNode.php, constant PHP_DXMLNODE_TAB_DELIMITER
- PHP_ROOT_PATH
- in file utils.php, constant PHP_ROOT_PATH
Defines the PHP_ROOT_PATH
- pop
- in file DArrayUniqueStack.php, method DArrayUniqueStack::pop()
Gets element from the stack
- popElementFromEnd
- in file DArrayBase.php, method DArrayBase::popElementFromEnd()
Pops element from the end of the stack and removes it
- popElementFromStart
- in file DArrayBase.php, method DArrayBase::popElementFromStart()
Pops element from the beginning of the stack and removes it
- POST
- in file DFormRequest.php, class constant DFormRequest::POST
Post
- postFile
- in file DHTTPBase.php, method DHTTPBase::postFile()
Posts file to a givven URL
- postUrl
- in file DHTTPBase.php, method DHTTPBase::postUrl()
Posts to a givven URL
- prevDay
- in file DDate.php, method DDate::prevDay()
Moves to prev day
- prevMonth
- in file DDate.php, method DDate::prevMonth()
Moves to prev month
- prevWeek
- in file DDate.php, method DDate::prevWeek()
Moves to prev week - removes 7 days from the current day
- prevYear
- in file DDate.php, method DDate::prevYear()
Moves to prev year
- printStackTrace
- in file DSimpleTracer.php, method DSimpleTracer::printStackTrace()
Prints stack trace
- push
- in file DRSSChannelNodeItemCollection.php, method DRSSChannelNodeItemCollection::push()
Push
- push
- in file DRSSItemNodeCategoryCollection.php, method DRSSItemNodeCategoryCollection::push()
Push
- push
- in file DArrayUniqueStack.php, method DArrayUniqueStack::push()
Adds element with unique check
- putAll
- in file DRSSChannelNodeItemCollection.php, method DRSSChannelNodeItemCollection::putAll()
Puts all
- putAll
- in file DRSSItemNodeCategoryCollection.php, method DRSSItemNodeCategoryCollection::putAll()
Push all
top
q
- $quotable
- in file DConfigurationVersion_2_0.php, variable DConfigurationVersion_2_0::$quotable
Quotable fields
- query
- in file DDataBase.php, method DDataBase::query()
Execute a SQL Query and returns the data
- Quit
- in file DSmtpSendMail.php, method DSMTPSendMail::Quit()
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
- Quit
- in file DSmtp.php, method DSmtp::Quit()
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
top
r
- $rating
- in file DRSSWriter.php, variable DRSSWriter::$rating
The PICS rating for the channel.
- $rating
- in file DRSSReader.php, variable DRSSReader::$rating
The PICS rating for the channel.
- $recordsCount
- in file DXMLFileAppender.php, variable DXMLFileAppender::$recordsCount
Records in the file
- $registerProcedure
- in file DRSSChannelNodeCloud.php, variable DRSSChannelNodeCloud::$registerProcedure
Register procedure
- $resource
- in file DBitmapWriter.php, variable DBitmapWriter::$resource
Image GD resource
- $rootNodeAttrib
- in file DXMLSimpleShell.php, variable DXMLSimpleShell::$rootNodeAttrib
Root node attributes
- $rootNodeName
- in file DRSSAbstractWriter.php, variable DRSSAbstractWriter::$rootNodeName
Root Name
- $rootNodeName
- in file DXMLSimpleShell.php, variable DXMLSimpleShell::$rootNodeName
Root node name
- $rssVersion
- in file DRSSAbstractWriter.php, variable DRSSAbstractWriter::$rssVersion
RSS Version
- $rssVersion
- in file DRSSWriter.php, variable DRSSWriter::$rssVersion
Version of the rss
- $rssVersion
- in file DRSSReader.php, variable DRSSReader::$rssVersion
Version of the rss
- read
- in file DCookies.php, method DCookies::read()
Reads the cookie values into value memeber variable
- Recipient
- in file DSmtpSendMail.php, method DSMTPSendMail::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to.
- Recipient
- in file DSmtp.php, method DSmtp::Recipient()
Sends the command RCPT to the SMTP server with the TO: argument of $to.
- remove
- in file DFileUploader.php, method DFileUploader::remove()
If smth wrong goest after uploading image and they should be removed
- remove
- in file DDirectory.php, method DDirectory::remove()
Removes empty directory
- removeEmptyDirectory
- in file DDirectory.php, method DDirectory::removeEmptyDirectory()
Removes empty directory
- removeEmptyDirectory
- in file DFTP.php, method DFTP::removeEmptyDirectory()
Removes empty directory
- removeFile
- in file DFTP.php, method DFTP::removeFile()
Removes file from FTP server
- removeFullDirectory
- in file DFTPAdvanced.php, method DFTPAdvanced::removeFullDirectory()
Removes full FTP Directory
- removeFullDirectory
- in file DDirectory.php, method DDirectory::removeFullDirectory()
Removes full directory
- removeSymbols
- in file DHTMLEscaper.php, method DHTMLEscaper::removeSymbols()
Removes non-letter and non-numeric symbols
- rename
- in file DFile.php, method DFile::rename()
Renames files
- reset
- in file DFile.php, method DFile::reset()
Resets data
- Reset
- in file DSmtpSendMail.php, method DSMTPSendMail::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
- Reset
- in file DSmtp.php, method DSmtp::Reset()
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
- resetExtraParameters
- in file DTableShell.php, method DTableShell::resetExtraParameters()
Clears extra parameters
- reverse
- in file DArrayBase.php, method DArrayBase::reverse()
Reverses the data
- rewriteActions
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::rewriteActions()
Sets current action as previous action
- run
- in file DFormAction.php, method DFormAction::run()
Main HTML Generation tool. This method should generate the _HTMLResult string or handle the request.
top
s
- $schema
- in file DShellConfigParser.php, variable DShellConfigParser::$schema
Database schema
- $seconds
- in file DDate.php, variable DDate::$seconds
Seconds
- $seconds
- in file DTime.php, variable DTime::$seconds
Seconds
- $secure
- in file DCookies.php, variable DCookies::$secure
Secure
- $Sender
- in file DMailingAbstract.php, variable DMailingAbstract::$Sender
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
- $Sender
- in file DPHPMailer.php, variable DPHPMailer::$Sender
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
- $Sender
- in file DMailSend.php, variable DMailSend::$Sender
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
- $Sendmail
- in file DMailingAbstract.php, variable DMailingAbstract::$Sendmail
Sets the path of the sendmail program.
- $Sendmail
- in file DMailSend.php, variable DMailSend::$Sendmail
Sets the path of the sendmail program.
- $Sendmail
- in file DPHPMailer.php, variable DPHPMailer::$Sendmail
Sets the path of the sendmail program.
- $set
- in file DTableShell.php, variable DTableShell::$set
DB_DEFAULT configuration set
- $set
- in file DRawAccess.php, variable DRawAccess::$set
Used set if present
- $set
- in file DShellConfigParser.php, variable DShellConfigParser::$set
Set
- $shell
- in file DSystemUser.php, variable DSystemUser::$shell
User shell type
- $SHELL_CONFIG
- in file DTableShell.php, variable DTableShell::$SHELL_CONFIG
Shell config name
- $signed
- in file DDotChart.php, variable DDotChart::$signed
Dots to be signed with values
- $SingleTo
- in file DPHPMailer.php, variable DPHPMailer::$SingleTo
Provides the ability to have the TO field process individual
- $SingleTo
- in file DSmtpSendMail.php, variable DSMTPSendMail::$SingleTo
Provides the ability to have the TO field process individual
- $size
- in file DFile.php, variable DFile::$size
File size
- $skipDays
- in file DRSSWriter.php, variable DRSSWriter::$skipDays
Day skip
- $skipDays
- in file DRSSReader.php, variable DRSSReader::$skipDays
Day skip
- $skipHours
- in file DRSSReader.php, variable DRSSReader::$skipHours
Hour skip
- $skipHours
- in file DRSSWriter.php, variable DRSSWriter::$skipHours
Hour skip
- $SMTPAuth
- in file DSmtpSendMail.php, variable DSMTPSendMail::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables.
- $SMTPAuth
- in file DPHPMailer.php, variable DPHPMailer::$SMTPAuth
Sets SMTP authentication. Utilizes the Username and Password variables.
- $SMTPDebug
- in file DPHPMailer.php, variable DPHPMailer::$SMTPDebug
Sets SMTP class debugging on or off.
- $SMTPKeepAlive
- in file DPHPMailer.php, variable DPHPMailer::$SMTPKeepAlive
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
- $SMTPKeepAlive
- in file DSmtpSendMail.php, variable DSMTPSendMail::$SMTPKeepAlive
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
- $SMTPSecure
- in file DPHPMailer.php, variable DPHPMailer::$SMTPSecure
Sets connection prefix.
- $SMTPSecure
- in file DSmtpSendMail.php, variable DSMTPSendMail::$SMTPSecure
Sets connection prefix.
- $SMTP_PORT
- in file DSmtp.php, variable DSmtp::$SMTP_PORT
SMTP server port
- $source
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$source
Source
- $space
- in file DBitmapFonts.php, variable DBitmapFonts::$space
Space interval between chars
- $sqltype
- in file DShellConfigParser.php, variable DShellConfigParser::$sqltype
SQL type
- $SQLType
- in file DDataBase.php, variable DDataBase::$SQLType
SQL Type
- $startWeek
- in file DDate.php, variable DDate::$startWeek
Start week
- $subDirectories
- in file DDirectoryList.php, variable DDirectoryList::$subDirectories
Subdirectories list collection
- $Subject
- in file DMailSend.php, variable DMailSend::$Subject
Sets the Subject of the message.
- $Subject
- in file DMailingAbstract.php, variable DMailingAbstract::$Subject
Sets the Subject of the message.
- $Subject
- in file DPHPMailer.php, variable DPHPMailer::$Subject
Sets the Subject of the message.
- $subNodes
- in file DXMLNode.php, variable DXMLNode::$subNodes
Sub nodes
- $suppressFormats
- in file DTableShell.php, variable DTableShell::$suppressFormats
Suppresses formats for all abstract fields
- $symbols
- in file DHTMLSpecialSymbolsConverter.php, variable DHTMLSpecialSymbolsConverter::$symbols
- saveBmpImageResource
- in file DCommonImages.php, method DCommonImages::saveBmpImageResource()
Save Bmp Resource As File
- saveDataToDB
- in file DTableShell.php, method DTableShell::saveDataToDB()
Saves data to DB. If you want to zero a field add value "__NULL"
- saveGifImageResource
- in file DCommonImages.php, method DCommonImages::saveGifImageResource()
Save Gif Resource As File
- saveJpgImageResource
- in file DCommonImages.php, method DCommonImages::saveJpgImageResource()
Save Jpg Resource As File
- saveOriginaFile
- in file DSimpleImageUpload.php, method DSimpleImageUpload::saveOriginaFile()
Save original file
- savePngImageResource
- in file DCommonImages.php, method DCommonImages::savePngImageResource()
Save Png Resource As File
- saveResizedCopy
- in file DImageUploader.php, method DImageUploader::saveResizedCopy()
Saves the resized copy of the selected field source file
- saveStackTraceToDisk
- in file DSimpleTracer.php, method DSimpleTracer::saveStackTraceToDisk()
Saves stack data to disk
- saveStampedFile
- in file DImageStamper.php, method DImageStamper::saveStampedFile()
Overrides the file with the stamped file
- saveThumbImage
- in file DSimpleImageUpload.php, method DSimpleImageUpload::saveThumbImage()
SaveNewThumbImage
- saveThumbWithWatermark
- in file DSimpleImageUpload.php, method DSimpleImageUpload::saveThumbWithWatermark()
SaveThumbImage with watermark
- saveToDisk
- in file DImageAbstract.php, method DImageAbstract::saveToDisk()
Saves the image to drive
- search
- in file DTableShell.php, method DTableShell::search()
Perform search
- SECONDS
- in file DDateDimensions.php, class constant DDateDimensions::SECONDS
- SecureHeader
- in file DPHPMailer.php, method DPHPMailer::SecureHeader()
Strips newlines to prevent header injection.
- selectLimited
- in file DSQLAbstractBase.php, method DSQLAbstractBase::selectLimited()
Selects limited query
- selectLimitedNormal
- in file DPgSQLBase.php, method DPgSQLBase::selectLimitedNormal()
Executes limited normal query
- selectLimitedNormal
- in file DSQLAbstractBase.php, method DSQLAbstractBase::selectLimitedNormal()
Executes limited normal query
- selectLimitedNormal
- in file DMySQLBase.php, method DMySQLBase::selectLimitedNormal()
Executes normal limited query
- selectLimitedParamed
- in file DPgSQLBase.php, method DPgSQLBase::selectLimitedParamed()
Executes limited paramed query
- selectLimitedParamed
- in file DSQLAbstractBase.php, method DSQLAbstractBase::selectLimitedParamed()
Executes limited paramed query
- selectLimitedParamed
- in file DMySQLBase.php, method DMySQLBase::selectLimitedParamed()
Executes limited paramed query
- Send
- in file DMailSend.php, method DMailSend::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 DSmtp.php, method DSmtp::Send()
Starts a mail transaction from the email address specified in
- Send
- in file DSmtpSendMail.php, method DSMTPSendMail::Send()
Starts a mail transaction from the email address specified in
- Send
- in file DPHPMailer.php, method DPHPMailer::Send()
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
- SendAndMail
- in file DSmtp.php, method DSmtp::SendAndMail()
Starts a mail transaction from the email address specified in
- SendAndMail
- in file DSmtpSendMail.php, method DSMTPSendMail::SendAndMail()
Starts a mail transaction from the email address specified in
- SendmailSend
- in file DPHPMailer.php, method DPHPMailer::SendmailSend()
Sends mail using the $Sendmail program.
- SendOrMail
- in file DSmtp.php, method DSmtp::SendOrMail()
Starts a mail transaction from the email address specified in
- SendOrMail
- in file DSmtpSendMail.php, method DSMTPSendMail::SendOrMail()
Starts a mail transaction from the email address specified in
- set
- in file DMailSend.php, method DMailSend::set()
Set (or reset) Class Objects (variables)
- set
- in file DSafeArray.php, method DSafeArray::set()
Sets value
- set
- in file DPHPMailer.php, method DPHPMailer::set()
Set (or reset) Class Objects (variables)
- setBaseColorRGBA
- in file DBaseChart.php, method DBaseChart::setBaseColorRGBA()
Sets base color
- setBrowserHeader
- in file DFormAction.php, method DFormAction::setBrowserHeader()
Sets browser header
- setColorScheme
- in file DMultipleDotChart.php, method DMultipleDotChart::setColorScheme()
Sets color scheme data
- setConvertOptions
- in file DImageAbstract.php, method DImageAbstract::setConvertOptions()
Sets convert options and makes simple validation ot the data
- setCurrentAction
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::setCurrentAction()
Sets current action
- setCurrentDB
- in file DSQLAbstractBase.php, method DSQLAbstractBase::setCurrentDB()
Sets current DB
- setCurrentDB
- in file DPgSQLBase.php, method DPgSQLBase::setCurrentDB()
Sets current DB
- setCurrentDB
- in file DDataBase.php, method DDataBase::setCurrentDB()
Sets the current db
- setCurrentDB
- in file DMySQLBase.php, method DMySQLBase::setCurrentDB()
Sets current DB
- setDotColorRGBA
- in file DDotChart.php, method DDotChart::setDotColorRGBA()
Sets color of the dots
- setDotColorTextRGBA
- in file DDotChart.php, method DDotChart::setDotColorTextRGBA()
Sets color of the texts
- setExtraParameter
- in file DTableShell.php, method DTableShell::setExtraParameter()
Sets extra parameter
- setFieldName
- in file DAutomatedUploader.php, method DAutomatedUploader::setFieldName()
Sets the field name of the source file
- setFieldName
- in file DImageUploader.php, method DImageUploader::setFieldName()
Sets the field name of the source file
- setFieldTypeProperty
- in file DTableShell.php, method DTableShell::setFieldTypeProperty()
Sets field type property value
- setFileData
- in file DParserBase.php, method DParserBase::setFileData()
Sets the xml srting to be parsed
- setFileData
- in file DImageAbstract.php, method DImageAbstract::setFileData()
Sets the file raw data
- setFileDirectoryPermissions
- in file DFTPBase.php, method DFTPBase::setFileDirectoryPermissions()
Sets file or directory permissions
- setFileName
- in file DImageAbstract.php, method DImageAbstract::setFileName()
Sets the file name
- setFileName
- in file DParserBase.php, method DParserBase::setFileName()
Sets the file name to be parsed
- setFilePath
- in file DImageUploader.php, method DImageUploader::setFilePath()
Sets file path
- setFilePath
- in file DImageStamper.php, method DImageStamper::setFilePath()
Sets the file path
- setForceBrowserHeader
- in file DFormAction.php, method DFormAction::setForceBrowserHeader()
Sets force browser headers with header() function directly- no waiting for the controller.
- setForceRedirect
- in file DFormAction.php, method DFormAction::setForceRedirect()
Redirects to another location
- setFormRedirect
- in file DFormAction.php, method DFormAction::setFormRedirect()
Sets next form action(s) to be executed
- setGetValue
- in file DFormRequest.php, method DFormRequest::setGetValue()
Sets value in the GET request object
- setGridColorRGBA
- in file DBaseChart.php, method DBaseChart::setGridColorRGBA()
Sets grid color
- setHost
- in file DFTPBase.php, method DFTPBase::setHost()
Sets host name and IP
- SetHTML
- in file DMailSend.php, method DMailSend::SetHTML()
Sets message type to HTML.
- setInternalData
- in file DFormAction.php, method DFormAction::setInternalData()
Sets internal data
- SetLanguage
- in file DMailSend.php, method DMailSend::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
- SetLanguage
- in file DPHPMailer.php, method DPHPMailer::SetLanguage()
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
- SetMail
- in file DMailSend.php, method DMailSend::SetMail()
Sets Mailer to send message using PHP mail() function.
- SetMessageType
- in file DPHPMailer.php, method DPHPMailer::SetMessageType()
Sets the message type.
- setMode
- in file DImageAbstract.php, method DImageAbstract::setMode()
Sets image transformation mode
- setNodeName
- in file DXMLNode.php, method DXMLNode::setNodeName()
Sets node name
- setParameter
- in file DImageAbstract.php, method DImageAbstract::setParameter()
Sets parameter value
- setPassiveMode
- in file DFTPBase.php, method DFTPBase::setPassiveMode()
Sets passive mode on/off
- setPostValue
- in file DFormRequest.php, method DFormRequest::setPostValue()
Sets value in the POST request object
- SetQmail
- in file DMailSend.php, method DMailSend::SetQmail()
Sets Mailer to send message using the qmail MTA.
- setRequiredStatus
- in file DTableShell.php, method DTableShell::setRequiredStatus()
Sets required status
- SetSendmail
- in file DMailSend.php, method DMailSend::SetSendmail()
Sets Mailer to send message using the $Sendmail program.
- SetSMTP
- in file DMailSend.php, method DMailSend::SetSMTP()
Sets Mailer to send message using SMTP.
- setStampPath
- in file DImageStamper.php, method DImageStamper::setStampPath()
Sets the stamp path
- setTableName
- in file DTableShell.php, method DTableShell::setTableName()
Sets table name
- setType
- in file DTableShell.php, method DTableShell::setType()
Sets type of filed
- setUploadDir
- in file DAutomatedUploader.php, method DAutomatedUploader::setUploadDir()
Sets the upload location of the files
- setValue
- in file DSession.php, method DSession::setValue()
Sets value for given key on the current page
- setValue
- in file DFormRequest.php, method DFormRequest::setValue()
Sets value in the request object
- setValues
- in file DDotChart.php, method DDotChart::setValues()
Sets values array and launches the analyze method
- setWatermarkImage
- in file DSimpleImageUpload.php, method DSimpleImageUpload::setWatermarkImage()
Set watermark image
- SetWordWrap
- in file DPHPMailer.php, method DPHPMailer::SetWordWrap()
Set the body wrapping.
- Sign
- in file DPHPMailer.php, method DPHPMailer::Sign()
Set the private key file and password to sign the message.
- SKIP_FIELD
- in file DTableShell.php, class constant DTableShell::SKIP_FIELD
Skip field constant
- SMTP
- in file DSmtpSendMail.php, method DSMTPSendMail::SMTP()
Initialize the class so that the data is in a known state.
- SmtpClose
- in file DPHPMailer.php, method DPHPMailer::SmtpClose()
Closes the active SMTP session if one exists.
- SmtpClose
- in file DMailSend.php, method DMailSend::SmtpClose()
Closes the active SMTP session if one exists.
- SmtpConnect
- in file DPHPMailer.php, method DPHPMailer::SmtpConnect()
Initiates a connection to an SMTP server. Returns false if the operation failed.
- SmtpSend
- in file DPHPMailer.php, method DPHPMailer::SmtpSend()
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
- STAGE_STABLE
- in file DFrameworkStatus.php, class constant DFrameworkStatus::STAGE_STABLE
Stable stage
- STAGE_TESTING
- in file DFrameworkStatus.php, class constant DFrameworkStatus::STAGE_TESTING
Testing stage
- STAGE_UNSTABLE
- in file DFrameworkStatus.php, class constant DFrameworkStatus::STAGE_UNSTABLE
Unstable stage
- stamp
- in file DImageStamper.php, method DImageStamper::stamp()
Puts a stamp from $stampPath to $filePath
- start
- in file DSocketServerBase.php, method DSocketServerBase::start()
Starts socket server
- StartTLS
- in file DSmtp.php, method DSmtp::StartTLS()
Initiate a TSL communication with the server.
- staticDeleteValue
- in file DSession.php, method DSession::staticDeleteValue()
Deletes value for defined page
- staticGetValue
- in file DSession.php, method DSession::staticGetValue()
Gets value from defined page
- staticSetValue
- in file DSession.php, method DSession::staticSetValue()
Sets value for defined page
- subTime
- in file DTime.php, method DTime::subTime()
Removes DTime time
top
t
- $tabDelimiter
- in file DXMLNode.php, variable DXMLNode::$tabDelimiter
Tab delimiter
- $table
- in file DShellConfigParser.php, variable DShellConfigParser::$table
Table name
- $tableFields
- in file DShellConfigParser.php, variable DShellConfigParser::$tableFields
Table fields
- $temp
- in file DMagickConfigParser.php, variable DMagickConfigParser::$temp
Path to ImageMagick Temp directory
- $temp
- in file DGDConfigParser.php, variable DGDConfigParser::$temp
Path to ImageGD Temp directory
- $text
- in file DRSSItemNodeSource.php, variable DRSSItemNodeSource::$text
Text
- $text
- in file DRSSItemNodeCategory.php, variable DRSSItemNodeCategory::$text
Text
- $text
- in file DRSSItemNodeGUID.php, variable DRSSItemNodeGUID::$text
Text
- $textInput
- in file DRSSReader.php, variable DRSSReader::$textInput
Text input
- $textInput
- in file DRSSWriter.php, variable DRSSWriter::$textInput
Text input
- $timeModified
- in file DFile.php, variable DFile::$timeModified
Modified time
- $Timeout
- in file DSmtpSendMail.php, variable DSMTPSendMail::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
- $Timeout
- in file DPHPMailer.php, variable DPHPMailer::$Timeout
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
- $title
- in file DRSSChannelNodeImage.php, variable DRSSChannelNodeImage::$title
Title
- $title
- in file DRSSWriter.php, variable DRSSWriter::$title
Title(required)
- $title
- in file DRSSReader.php, variable DRSSReader::$title
Title(required)
- $title
- in file DRSSChannelNodeItem.php, variable DRSSChannelNodeItem::$title
Title
- $title
- in file DRSSChannelNodeTextInput.php, variable DRSSChannelNodeTextInput::$title
Title
- $ttl
- in file DRSSReader.php, variable DRSSReader::$ttl
TTL
- $ttl
- in file DRSSWriter.php, variable DRSSWriter::$ttl
TTL
- $type
- in file DRSSItemNodeEnclosure.php, variable DRSSItemNodeEnclosure::$type
Type of the emdia
- TBYTE
- in file DFileSizeDimensions.php, class constant DFileSizeDimensions::TBYTE
- TextLine
- in file DPHPMailer.php, method DPHPMailer::TextLine()
Returns a formatted mail line.
- toArray
- in file DFormRequestCustom.php, method DFormRequestCustom::toArray()
Convert current request to array
- toArray
- in file DFormRequestGet.php, method DFormRequestGet::toArray()
Convert current request to array
- toArray
- in file DSafeArray.php, method DSafeArray::toArray()
Gets data as array
- toArray
- in file DIRequestCollection.php, method DIRequestCollection::toArray()
Convert current request to array
- toArray
- in file DFormRequestPost.php, method DFormRequestPost::toArray()
Convert current request to array
- toArray
- in file DTableSQLExporter.php, method DTableSQLExporter::toArray()
Gets array with sql export queries
- toCustom
- in file DDate.php, method DDate::toCustom()
To custom format
- toCustomStatic
- in file DDate.php, method DDate::toCustomStatic()
To custom format
- toFile
- in file DTableSQLExporter.php, method DTableSQLExporter::toFile()
Writes sql export questies to file
- toFile
- in file DXMLFile.php, method DXMLFile::toFile()
Saves data to file
- toFile
- in file DXMLFileAppender.php, method DXMLFileAppender::toFile()
Writes data to file
- toFile
- in file DBitmapWriter.php, method DBitmapWriter::toFile()
Saves to file
- toFile
- in file DHTTPBase.php, method DHTTPBase::toFile()
Saves data to file
- toFile
- in file DFile.php, method DFile::toFile()
Writes string content to file
- toFloatHoursMinutes
- in file DTime.php, method DTime::toFloatHoursMinutes()
Gets time as float from hours and minutes
- toMinutes
- in file DTime.php, method DTime::toMinutes()
Returns data to minutes
- toMySQLDate
- in file DDate.php, method DDate::toMySQLDate()
Returns MySQL date format
- toMySQLDateTime
- in file DDate.php, method DDate::toMySQLDateTime()
Returns MySQL datetime format
- toMySQLDateTimeButSeconds
- in file DDate.php, method DDate::toMySQLDateTimeButSeconds()
Returns MySQL datetime format, but with no seconds
- toMySQLTime
- in file DTime.php, method DTime::toMySQLTime()
Returs data to MySQL time
- toRFC822
- in file DDate.php, method DDate::toRFC822()
To RFC822 format
- toSeconds
- in file DTime.php, method DTime::toSeconds()
Returns data to seconds
- toStr
- in file DHTTPBase.php, method DHTTPBase::toStr()
Gets string raw data
- toString
- in file DFile.php, method DFile::toString()
Gets file content as string
- toSyslogStyleDate
- in file DDate.php, method DDate::toSyslogStyleDate()
To syslog style date
- toTimestamp
- in file DDate.php, method DDate::toTimestamp()
To timestamp
- toTimestamp
- in file DTime.php, method DTime::toTimestamp()
Returs timestamp
- tplAssign
- in file DPHPMailer.php, method DPHPMailer::tplAssign()
Assign variable to template engine
- trace
- in file DObject.php, method DObject::trace()
Trace
- tryToInit
- in file DRSSItemNodeEnclosure.php, method DRSSItemNodeEnclosure::tryToInit()
Try to init media
- Turn
- in file DSmtp.php, method DSmtp::Turn()
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
- Turn
- in file DSmtpSendMail.php, method DSMTPSendMail::Turn()
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
top
u
- $url
- in file DRSSItemNodeSource.php, variable DRSSItemNodeSource::$url
URL
- $url
- in file DRSSItemNodeEnclosure.php, variable DRSSItemNodeEnclosure::$url
URL of the media
- $url
- in file DRSSChannelNodeImage.php, variable DRSSChannelNodeImage::$url
URL
- $user
- in file DDataBase.php, variable DDataBase::$user
SQL User
- $userCache
- in file DXMLCacheParser.php, variable DXMLCacheParser::$userCache
Use cache flag
- $userId
- in file DSystemUser.php, variable DSystemUser::$userId
User Id
- $username
- in file DProxyHTTP.php, variable DProxyHTTP::$username
Username
- $Username
- in file DSmtpSendMail.php, variable DSMTPSendMail::$Username
Sets SMTP username.
- $Username
- in file DPHPMailer.php, variable DPHPMailer::$Username
Sets SMTP username.
- $username
- in file DCURLUsernamePasswordObject.php, variable DCURLUsernamePasswordObject::$username
Username
- $username
- in file DPasswordProtectedMailing.php, variable DPasswordProtectedMailing::$username
Username
- $userpass
- in file DProxyHTTP.php, variable DProxyHTTP::$userpass
Userpass
- unlink
- in file DFile.php, method DFile::unlink()
Deletes files
- unload
- in file DFormAction.php, method DFormAction::unload()
Unload event of the class
- upload
- in file DFileUploader.php, method DFileUploader::upload()
Uploads the files from $_FILES to specific dir with unique names
- upload
- in file DAutomatedUploader.php, method DAutomatedUploader::upload()
Uploads the seleced by field name source file
- uploadDirectory
- in file DFTPAdvanced.php, method DFTPAdvanced::uploadDirectory()
Uploads directory recursively
- uploadFile
- in file DFTP.php, method DFTP::uploadFile()
Uploads file on the FTP server
- UTF8CharBoundary
- in file DPHPMailer.php, method DPHPMailer::UTF8CharBoundary()
Finds last character boundary prior to maxLength in a utf-8 quoted (printable) encoded string.
- utils.php
- procedural page utils.php
top
v
- $value
- in file DCookies.php, variable DCookies::$value
Value of the cookie
- $value
- in file DXMLNodeAttribute.php, variable DXMLNodeAttribute::$value
Attribute value
- $values
- in file DDotChart.php, variable DDotChart::$values
Values
- $version
- in file DXMLFile.php, variable DXMLFile::$version
XML version
- $Version
- in file DPHPMailer.php, variable DPHPMailer::$Version
Holds PHPMailer version.
- $version
- in file DShellConfigParser.php, variable DShellConfigParser::$version
Configuration version
- $verticalFrequencyIndex
- in file DDotChart.php, variable DDotChart::$verticalFrequencyIndex
Vertical frequency index
- $verticalSigned
- in file DDotChart.php, variable DDotChart::$verticalSigned
Vertical signed
- validatePOSTArray
- in file DTableShell.php, method DTableShell::validatePOSTArray()
Checks the requirements, described in the table config before save to db - If there is a problem in required fields returns -1
- If there is a problem in unique fields returns -2
- If there is a problem in type fields returns -3
- If everythig is OK returns 1
- validatePOSTArraySpecific
- in file DTableShell.php, method DTableShell::validatePOSTArraySpecific()
Validates POST array with specific validation method
- VALIDATION_MODE_REQUIRED
- in file DTableShell.php, class constant DTableShell::VALIDATION_MODE_REQUIRED
Validation mode required
- VALIDATION_MODE_TYPES
- in file DTableShell.php, class constant DTableShell::VALIDATION_MODE_TYPES
Validation mode types
- VALIDATION_MODE_UNIQUE
- in file DTableShell.php, class constant DTableShell::VALIDATION_MODE_UNIQUE
Validation mode unique
- Verify
- in file DSmtp.php, method DSmtp::Verify()
Verifies that the name is recognized by the server.
- Verify
- in file DSmtpSendMail.php, method DSMTPSendMail::Verify()
Verifies that the name is recognized by the server.
- VERSION
- in file DFrameworkStatus.php, class constant DFrameworkStatus::VERSION
Version
top
w
- $watermarkHorizontalMargin
- in file DSimpleImageUpload.php, variable DSimpleImageUpload::$watermarkHorizontalMargin
watermark horizontal margin
- $watermarkHorizontalPosition
- in file DSimpleImageUpload.php, variable DSimpleImageUpload::$watermarkHorizontalPosition
watermark horizontal position
- $watermarkImagePath
- in file DSimpleImageUpload.php, variable DSimpleImageUpload::$watermarkImagePath
Set path to watermark image
- $watermarkVerticalMargin
- in file DSimpleImageUpload.php, variable DSimpleImageUpload::$watermarkVerticalMargin
watermark vertical margin
- $watermarkVerticalPosition
- in file DSimpleImageUpload.php, variable DSimpleImageUpload::$watermarkVerticalPosition
watermarh vertical position
- $webMaster
- in file DRSSWriter.php, variable DRSSWriter::$webMaster
Web Master email
- $webMaster
- in file DRSSReader.php, variable DRSSReader::$webMaster
Web Master email
- $width
- in file DBaseChart.php, variable DBaseChart::$width
Width of the image
- $width
- in file DBitmapFonts.php, variable DBitmapFonts::$width
Width of the font
- $width
- in file DRSSChannelNodeImage.php, variable DRSSChannelNodeImage::$width
Width
- $WordWrap
- in file DPHPMailer.php, variable DPHPMailer::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
- $WordWrap
- in file DMailingAbstract.php, variable DMailingAbstract::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
- $WordWrap
- in file DMailSend.php, variable DMailSend::$WordWrap
Sets word wrapping on the body of the message to a given number of characters.
- weekday
- in file DDate.php, method DDate::weekday()
Gets weekday
- weeknumber
- in file DDate.php, method DDate::weeknumber()
Gets week number
- WrapText
- in file DPHPMailer.php, method DPHPMailer::WrapText()
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
- write
- in file DBitmapWriter.php, method DBitmapWriter::write()
Generates the image
- write
- in file DCookies.php, method DCookies::write()
Writes cookie
top
top
top
_
- $_allFields
- in file DSQLAbstractResultSet.php, variable DSQLAbstractResultSet::$_allFields
All fields
- $_allSockets
- in file DSocketServerBase.php, variable DSocketServerBase::$_allSockets
All sockets
- $_attachment
- in file DMailingAbstract.php, variable DMailingAbstract::$_attachment
- $_attachment
- in file DMailSend.php, variable DMailSend::$_attachment
- $_base
- in file DBaseChart.php, variable DBaseChart::$_base
Image GD resource
- $_bcc
- in file DMailingAbstract.php, variable DMailingAbstract::$_bcc
- $_bcc
- in file DMailSend.php, variable DMailSend::$_bcc
- $_boundary
- in file DMailSend.php, variable DMailSend::$_boundary
- $_boundary
- in file DMailingAbstract.php, variable DMailingAbstract::$_boundary
- $_cc
- in file DMailSend.php, variable DMailSend::$_cc
- $_cc
- in file DMailingAbstract.php, variable DMailingAbstract::$_cc
- $_channelNode
- in file DRSSAbstractWriter.php, variable DRSSAbstractWriter::$_channelNode
Channel base node
- $_connection
- in file DFTPBase.php, variable DFTPBase::$_connection
FTP Connection
- $_connection
- in file DSQLAbstractBase.php, variable DSQLAbstractBase::$_connection
Connection
- $_convertOptions
- in file DImageAbstract.php, variable DImageAbstract::$_convertOptions
Convert options
- $_CustomHeader
- in file DMailingAbstract.php, variable DMailingAbstract::$_CustomHeader
- $_CustomHeader
- in file DMailSend.php, variable DMailSend::$_CustomHeader
- $_datatypeAnalytic
- in file DTableShell.php, variable DTableShell::$_datatypeAnalytic
Datatype analytic
- $_DBConnection
- in file DDataBase.php, variable DDataBase::$_DBConnection
DataBase connection
- $_DBDependency
- in file DTableShell.php, variable DTableShell::$_DBDependency
DataBase dependency
- $_dotColorRGBA
- in file DDotChart.php, variable DDotChart::$_dotColorRGBA
Dot Color
- $_dotColorTextRGBA
- in file DDotChart.php, variable DDotChart::$_dotColorTextRGBA
Text color
- $_error
- in file DImageAbstract.php, variable DImageAbstract::$_error
Error string
- $_error
- in file DSQLAbstractBase.php, variable DSQLAbstractBase::$_error
Error Message
- $_errorSplitBuffer
- in file DSocketServerBase.php, variable DSocketServerBase::$_errorSplitBuffer
Error split buffer
- $_error_count
- in file DMailSend.php, variable DMailSend::$_error_count
- $_error_count
- in file DMailingAbstract.php, variable DMailingAbstract::$_error_count
- $_extension
- in file DParserBase.php, variable DParserBase::$_extension
Extension for the temp file
- $_extraParameters
- in file DTableShell.php, variable DTableShell::$_extraParameters
Extra parameters holder
- $_fieldName
- in file DAutomatedUploader.php, variable DAutomatedUploader::$_fieldName
Field names
- $_fields
- in file DTableShell.php, variable DTableShell::$_fields
Table fields
- $_fieldTypes
- in file DTableShell.php, variable DTableShell::$_fieldTypes
Type of the fields
- $_fileData
- in file DImageAbstract.php, variable DImageAbstract::$_fileData
Raw data image
- $_fileExtention
- in file DAutomatedUploader.php, variable DAutomatedUploader::$_fileExtention
File extension
- $_fileName
- in file DImageAbstract.php, variable DImageAbstract::$_fileName
File name
- $_fileName
- in file DParserBase.php, variable DParserBase::$_fileName
Name of the file to be parsed
- $_fileNamesInRow
- in file DParserBase.php, variable DParserBase::$_fileNamesInRow
File names used to parse the file.
- $_filePath
- in file DAutomatedUploader.php, variable DAutomatedUploader::$_filePath
File path
- $_formRequest
- in file DFormAction.php, variable DFormAction::$_formRequest
Form request instance
- $_gridYStep
- in file DDotChart.php, variable DDotChart::$_gridYStep
Y step of the drig
- $_haltCondition
- in file DSocketServerBase.php, variable DSocketServerBase::$_haltCondition
Halt condition
- $_HTMLResult
- in file DFormAction.php, variable DFormAction::$_HTMLResult
HTML result string
- $_language
- in file DMailSend.php, variable DMailSend::$_language
- $_language
- in file DMailingAbstract.php, variable DMailingAbstract::$_language
- $_LE
- in file DMailSend.php, variable DMailSend::$_LE
- $_LE
- in file DMailingAbstract.php, variable DMailingAbstract::$_LE
- $_message_type
- in file DMailSend.php, variable DMailSend::$_message_type
- $_message_type
- in file DMailingAbstract.php, variable DMailingAbstract::$_message_type
- $_newFileName
- in file DAutomatedUploader.php, variable DAutomatedUploader::$_newFileName
New field name
- $_nodes
- in file DXMLParser.php, variable DXMLParser::$_nodes
Nodes structure used in the parsing of the xml
- $_parameters
- in file DImageAbstract.php, variable DImageAbstract::$_parameters
Parameters of the picture
- $_ReplyTo
- in file DMailingAbstract.php, variable DMailingAbstract::$_ReplyTo
- $_ReplyTo
- in file DMailSend.php, variable DMailSend::$_ReplyTo
- $_requiredMisses
- in file DTableShell.php, variable DTableShell::$_requiredMisses
On validate post if required fields are empty they are stored here
- $_schema
- in file DTableShell.php, variable DTableShell::$_schema
Schema name
- $_shellConfigXML
- in file DTableShell.php, variable DTableShell::$_shellConfigXML
XML Configuration File
- $_smtp
- in file DMailSend.php, variable DMailSend::$_smtp
- $_smtp
- in file DMailingAbstract.php, variable DMailingAbstract::$_smtp
- $_table
- in file DTableShell.php, variable DTableShell::$_table
Table name
- $_tempDir
- in file DImageAbstract.php, variable DImageAbstract::$_tempDir
Path to temp dir
- $_tmpFileNames
- in file DFileUploader.php, variable DFileUploader::$_tmpFileNames
Files just uploaded
- $_to
- in file DMailingAbstract.php, variable DMailingAbstract::$_to
- $_to
- in file DMailSend.php, variable DMailSend::$_to
- $_typeProblems
- in file DTableShell.php, variable DTableShell::$_typeProblems
On validate post if there is a type disorders in the fields they are stored here
- $_uniqueDoubles
- in file DTableShell.php, variable DTableShell::$_uniqueDoubles
On validate post if doubles in unireq fields they are stored here
- $_uploadDir
- in file DAutomatedUploader.php, variable DAutomatedUploader::$_uploadDir
Upload dir
- $_uploadedFiles
- in file DAutomatedUploader.php, variable DAutomatedUploader::$_uploadedFiles
Upload files
- _addNewSocket
- in file DSocketServerBase.php, method DSocketServerBase::_addNewSocket()
Adds new socket
- _analyze
- in file DDotChart.php, method DDotChart::_analyze()
Analyzes values and geneartes grid steps
- _analyze
- in file DMultipleDotChart.php, method DMultipleDotChart::_analyze()
Analyzes values and geneartes grid steps
- _blur
- in file DImageMagick.php, method DImageMagick::_blur()
Blurs the image and returns the raw data
- _calcPositionH
- in file DImageAbstract.php, method DImageAbstract::_calcPositionH()
Calculates Horizontal offset for the watermark
- _calcPositionV
- in file DImageAbstract.php, method DImageAbstract::_calcPositionV()
Calculates Vertical offsetfot the watermark
- _checkTypeExists
- in file DConfigurationVersionCommon.php, method DConfigurationVersionCommon::_checkTypeExists()
Checks if the type exists in the current version
- _closeSocket
- in file DSocketServerBase.php, method DSocketServerBase::_closeSocket()
Closes socket
- _convert
- in file DImageMagick.php, method DImageMagick::_convert()
Converts the image and returns the raw data
- _crop
- in file DImageMagick.php, method DImageMagick::_crop()
Crops the image and returns the raw data
- _crop
- in file DImageGD.php, method DImageGD::_crop()
Crops the image and returns the raw data
- _cutDataToLimit
- in file DSmtpSendMail.php, method DSMTPSendMail::_cutDataToLimit()
Function for cut data to require number of chars
- _errorHandling
- in file DSmtpSendMail.php, method DSMTPSendMail::_errorHandling()
Handling returned error
- _errorHandling
- in file DMailingAbstract.php, method DMailingAbstract::_errorHandling()
Handling returned error
- _fillInExistingXMLStructure
- in file DXMLFileAppender.php, method DXMLFileAppender::_fillInExistingXMLStructure()
Fills in the data from existing xml data
- _fillInInStructure
- in file DXMLFileAppender.php, method DXMLFileAppender::_fillInInStructure()
Fills in the data from existing xml data
- _flip
- in file DImageMagick.php, method DImageMagick::_flip()
Flips the image and returns the raw data
- _flop
- in file DImageMagick.php, method DImageMagick::_flop()
Flops the image and returns the raw data
- _generateUniqueFileName
- in file DFileUploader.php, method DFileUploader::_generateUniqueFileName()
Generates unique file name
- _getBottom
- in file DDotChart.php, method DDotChart::_getBottom()
Gets bottom y
- _getFileData
- in file DAutomatedUploader.php, method DAutomatedUploader::_getFileData()
Gets the data of the selected field source file
- _getFileExtension
- in file DFileUploader.php, method DFileUploader::_getFileExtension()
Gets the extension from a file name
- _getFileNoExtension
- in file DFileUploader.php, method DFileUploader::_getFileNoExtension()
Gets file with no extension
- _getSocketId
- in file DSocketServerBase.php, method DSocketServerBase::_getSocketId()
Gets socket id from socket resource
- _getUniqueName
- in file DAutomatedUploader.php, method DAutomatedUploader::_getUniqueName()
Gets the unique name of the selected field source file
- _handleCloseSocket
- in file DSocketServerBase.php, method DSocketServerBase::_handleCloseSocket()
Event on socket close
- _handleNewSocket
- in file DSocketServerBase.php, method DSocketServerBase::_handleNewSocket()
Event on new socket
- _handleResult
- in file DImageGD.php, method DImageGD::_handleResult()
Handles the result and returns the result status
- _handleResult
- in file DImageAbstract.php, method DImageAbstract::_handleResult()
Handles the result and returns the result status
- _identify
- in file DImageGD.php, method DImageGD::_identify()
Identifies the image and sets the $_parameters array
- _identify
- in file DImageMagick.php, method DImageMagick::_identify()
Identifies the image and sets the $_parameters array
- _imageCopyResampleBicubic
- in file DImageGD.php, method DImageGD::_imageCopyResampleBicubic()
port to PHP by John Jensen July 10 2001 (updated 4/21/02)
- _initMemberVariables
- in file DFile.php, method DFile::_initMemberVariables()
Inits file options by file name
- _isDateTime
- in file DTableShell.php, method DTableShell::_isDateTime()
Checks if the field is datetime
- _isEmail
- in file DTableShell.php, method DTableShell::_isEmail()
Checks if the field is email
- _isFloat
- in file DTableShell.php, method DTableShell::_isFloat()
Checks if the field is float
- _isInt
- in file DTableShell.php, method DTableShell::_isInt()
Checks if the field is int
- _isNULLable
- in file DTableShell.php, method DTableShell::_isNULLable()
Checks if the field can accept null or cannot
- _isQuotable
- in file DTableShell.php, method DTableShell::_isQuotable()
Checks if the field is quotable or non quotable
- _isRegularColumn
- in file DTableShell.php, method DTableShell::_isRegularColumn()
Checks if the field needs to be included in selects directly as a name of column
- _isText
- in file DTableShell.php, method DTableShell::_isText()
- _makeDestination
- in file DImageAbstract.php, method DImageAbstract::_makeDestination()
Makes the destination and temporary files if needed
- _makeSource
- in file DImageGD.php, method DImageGD::_makeSource()
Makes the source variable and temporary files if needed
- _makeSource
- in file DImageAbstract.php, method DImageAbstract::_makeSource()
Makes the source variable and temporary files if needed
- _mime_types
- in file DPHPMailer.php, method DPHPMailer::_mime_types()
Gets the mime type of the embedded or inline image
- _negate
- in file DImageMagick.php, method DImageMagick::_negate()
Negates the image and returns the raw data
- _noise
- in file DImageMagick.php, method DImageMagick::_noise()
Noises the image and returns the raw data
- _normalizeMessageData
- in file DSmtpSendMail.php, method DSMTPSendMail::_normalizeMessageData()
Normalise data to send
- _raise
- in file DImageMagick.php, method DImageMagick::_raise()
Raises the image and returns the raw data
- _resize
- in file DImageMagick.php, method DImageMagick::_resize()
Resizes the image and returns the raw data
- _resize
- in file DImageGD.php, method DImageGD::_resize()
Resizes the image and returns the raw data
- _rotate
- in file DImageMagick.php, method DImageMagick::_rotate()
Rotates the image and returns the raw data
- _sendDataToSocket
- in file DSocketServerBase.php, method DSocketServerBase::_sendDataToSocket()
Sends data to specific socket
- _setErrorMsg
- in file DFTPBase.php, method DFTPBase::_setErrorMsg()
Sets error message
- _sharpen
- in file DImageMagick.php, method DImageMagick::_sharpen()
Sharps the image
- _socketChanged
- in file DSocketServerBase.php, method DSocketServerBase::_socketChanged()
Event on socket change
- _spread
- in file DImageMagick.php, method DImageMagick::_spread()
Spreads the image and returns the raw data
- _swirl
- in file DImageMagick.php, method DImageMagick::_swirl()
Swirls the image and returns the raw data
- _watermark
- in file DImageGD.php, method DImageGD::_watermark()
Puts watermark on the image
- _watermark
- in file DImageMagick.php, method DImageMagick::_watermark()
Watermark
- __ALIGN_CENTER
- in file DBitmapConstants.php, constant __ALIGN_CENTER
Align center
- __ALIGN_LEFT
- in file DBitmapConstants.php, constant __ALIGN_LEFT
Align left
- __ALIGN_RIGHT
- in file DBitmapConstants.php, constant __ALIGN_RIGHT
Align right
- __construct
- in file DSession.php, method DSession::__construct()
Class constructor
- __construct
- in file DSafeArray.php, method DSafeArray::__construct()
Constructor
- __construct
- in file DRSSItemNodeSource.php, method DRSSItemNodeSource::__construct()
Constructor
- __construct
- in file DRSSWriter.php, method DRSSWriter::__construct()
Constructor
- __construct
- in file DSetCurrentDatabaseException.php, method DSetCurrentDatabaseException::__construct()
Constructor
- __construct
- in file DShellConfigParser.php, method DShellConfigParser::__construct()
Class constructor
- __construct
- in file DPicturesConfigurationFileNotValidException.php, method DPicturesConfigurationFileNotValidException::__construct()
Constructor
- __construct
- in file DSimpleTracer.php, method DSimpleTracer::__construct()
Class constructor
- __construct
- in file DSimpleImageUpload.php, method DSimpleImageUpload::__construct()
- __construct
- in file DPreviousActionKeeper.php, method DPreviousActionKeeper::__construct()
Constructor
- __construct
- in file DShellConfigurationNotValidException.php, method DShellConfigurationNotValidException::__construct()
- __construct
- in file DRSSItemNodeGUID.php, method DRSSItemNodeGUID::__construct()
Constructor
- __construct
- in file DXMLSimpleShell.php, method DXMLSimpleShell::__construct()
Class constructor
- __construct
- in file DRSSChannelNodeItem.php, method DRSSChannelNodeItem::__construct()
Constructor
- __construct
- in file DRSSChannelNodeItemCollection.php, method DRSSChannelNodeItemCollection::__construct()
Constructor
- __construct
- in file DRSSChannelNodeImage.php, method DRSSChannelNodeImage::__construct()
Constructor
- __construct
- in file DRawAccessMissingParametersException.php, method DRawAccessMissingParametersException::__construct()
Constructor
- __construct
- in file DProxyHTTP.php, method DProxyHTTP::__construct()
Constructor
- __construct
- in file DRawAccess.php, method DRawAccess::__construct()
Class constructor
- __construct
- in file DRSSChannelNodeTextInput.php, method DRSSChannelNodeTextInput::__construct()
Constructor
- __construct
- in file DRSSChannelNodeCloud.php, method DRSSChannelNodeCloud::__construct()
Constructor
- __construct
- in file DRSSItemNodeCategoryCollection.php, method DRSSItemNodeCategoryCollection::__construct()
Constructor
- __construct
- in file DRSSItemNodeEnclosure.php, method DRSSItemNodeEnclosure::__construct()
Constructor
- __construct
- in file DRSSItemNodeCategory.php, method DRSSItemNodeCategory::__construct()
Constructor
- __construct
- in file DRSSAbstractWriter.php, method DRSSAbstractWriter::__construct()
Constructor
- __construct
- in file DRSSAbstractReader.php, method DRSSAbstractReader::__construct()
Constructor
- __construct
- in file DSmarty.php, method DSmarty::__construct()
- __construct
- in file DTableSQLExporter.php, method DTableSQLExporter::__construct()
Class constructor
- __construct
- in file DTableShellDependencyFaultException.php, method DTableShellDependencyFaultException::__construct()
Constructor
- __construct
- in file DSystemGroup.php, method DSystemGroup::__construct()
Constructor
- __construct
- in file DSQLAbstractResultSet.php, method DSQLAbstractResultSet::__construct()
Constructor
- __construct
- in file DActionTail.php, method DActionTail::__construct()
Class constructor
- __construct
- in file DBaseChart.php, method DBaseChart::__construct()
Class constructor
- __construct
- in file DSystemUser.php, method DSystemUser::__construct()
Constructor
- __construct
- in file DSystemUsersCollection.php, method DSystemUsersCollection::__construct()
Class constructor
- __construct
- in file DDate.php, method DDate::__construct()
Constructor
- __construct
- in file DAutomatedUploader.php, method DAutomatedUploader::__construct()
File Uploader
- __construct
- in file DDataTypeAnalyticNotImplementedException.php, method DDataTypeAnalyticNotImplementedException::__construct()
Constructor
- __construct
- in file DDirectoryList.php, method DDirectoryList::__construct()
Constructor
- __construct
- in file DTableShell.php, method DTableShell::__construct()
Class constructor
- __construct
- in file DTableShellInstanceEmptyException.php, method DTableShellInstanceEmptyException::__construct()
Constructor
- __construct
- in file DDirectory.php, method DDirectory::__construct()
Constructor
- __construct
- in file DXMLNodeAttribute.php, method DXMLNodeAttribute::__construct()
Constructor
- __construct
- in file DXMLNode.php, method DXMLNode::__construct()
Constructor
- __construct
- in file DDataBaseSQLImporter.php, method DDataBaseSQLImporter::__construct()
Constructor
- __construct
- in file DArrayBase.php, method DArrayBase::__construct()
Constructor
- __construct
- in file DXMLParser.php, method DXMLParser::__construct()
Class constructor
- __construct
- in file DSocketServerBase.php, method DSocketServerBase::__construct()
Constructor
- __construct
- in file DXMLFileAppender.php, method DXMLFileAppender::__construct()
Constructor
- __construct
- in file DTime.php, method DTime::__construct()
Constructor
- __construct
- in file DXMLCachedSimpleShell.php, method DXMLCachedSimpleShell::__construct()
Class constructor
- __construct
- in file DXMLCacheParser.php, method DXMLCacheParser::__construct()
Constructor
- __construct
- in file DXMLFile.php, method DXMLFile::__construct()
Constructor
- __construct
- in file DSmtp.php, method DSmtp::__construct()
Initialize the class so that the data is in a known state.
- __construct
- in file DMySQLShellDependency.php, method DMySQLShellDependency::__construct()
Constructor
- __construct
- in file DImageUploader.php, method DImageUploader::__construct()
Image Uploader
- __construct
- in file DPgSQLShellDependency.php, method DPgSQLShellDependency::__construct()
Constructor
- __construct
- in file DMagickConfigParser.php, method DMagickConfigParser::__construct()
Class constructor
- __construct
- in file DImageStamper.php, method DImageStamper::__construct()
DImageStamper
- __construct
- in file DImageSizeTransform.php, method DImageSizeTransform::__construct()
- __construct
- in file DImageGD.php, method DImageGD::__construct()
Class constructor
- __construct
- in file DImageMagick.php, method DImageMagick::__construct()
Class constructor
- __construct
- in file DConfigurationVersion_1_0.php, method DConfigurationVersion_1_0::__construct()
Constructor
- __construct
- in file DActionsConfigParser.php, method DActionsConfigParser::__construct()
Class constructor
- __construct
- in file DErrorXMLLogger.php, method DSimpleErrorXMLNode::__construct()
Constructor
- __construct
- in file DErrorXMLLogger.php, method DErrorXMLLogger::__construct()
Init method
- __construct
- in file DException.php, method DException::__construct()
- __construct
- in file DFormRequestCustom.php, method DFormRequestCustom::__construct()
Constructor
- __construct
- in file DCommonImages.php, method DCommonImages::__construct()
Constructor
- __construct
- in file DBrowserHeaders.php, method DBrowserHeaders::__construct()
Constructor
- __construct
- in file DImageException.php, method DImageException::__construct()
Constructor
- __construct
- in file DImageAbstract.php, method DImageAbstract::__construct()
Class constructor
- __construct
- in file DCSVParser.php, method DCSVParser::__construct()
Constructor
- __construct
- in file DFTPBase.php, method DFTPBase::__construct()
Constructor
- __construct
- in file DFTPAdvanced.php, method DFTPAdvanced::__construct()
Constructor
- __construct
- in file DFTP.php, method DFTP::__construct()
Constructor
- __construct
- in file DFormRequestPost.php, method DFormRequestPost::__construct()
Constructor
- __construct
- in file DFormRequestGet.php, method DFormRequestGet::__construct()
Constructor
- __construct
- in file DGDConfigParser.php, method DGDConfigParser::__construct()
Class constructor
- __construct
- in file DHTMLEscaper.php, method DHTMLEscaper::__construct()
Class constructor
- __construct
- in file DConfigurationVersion_2_0.php, method DConfigurationVersion_2_0::__construct()
Constructor
- __construct
- in file DFile.php, method DFile::__construct()
Constructor
- __construct
- in file DConfigurationVersion_3_0.php, method DConfigurationVersion_3_0::__construct()
Constructor
- __construct
- in file DController.php, method DController::__construct()
Controller constructor
- __construct
- in file DHTTPBase.php, method DHTTPBase::__construct()
Constructor
- __construct
- in file DCookies.php, method DCookies::__construct()
Constructor
- __construct
- in file DArrayUniqueStack.php, method DArrayUniqueStack::__construct()
Constructor
- __construct
- in file DBitmapFonts.php, method DBitmapFonts::__construct()
Constructor
- __construct
- in file DMVCActionConfigurationNotValidException.php, method DMVCActionConfigurationNotValidException::__construct()
Constructor
- __construct
- in file DMySQLBase.php, method DMySQLBase::__construct()
Constructor
- __construct
- in file DMultiLang.php, method DMultiLang::__construct()
Class constructor
- __construct
- in file DMethodNotImplementedException.php, method DMethodNotImplementedException::__construct()
Constructor
- __construct
- in file DMethodInvalidArgumentsException.php, method DMethodInvalidArgumentsException::__construct()
Constructor
- __construct
- in file DFileUploader.php, method DFileUploader::__construct()
Class constructor
- __construct
- in file DMySQLResultSet.php, method DMySQLResultSet::__construct()
Constructor
- __construct
- in file DFileNotFoundException.php, method DFileNotFoundException::__construct()
Constructor
- __construct
- in file DPgSQLBase.php, method DPgSQLBase::__construct()
Constructor
- __construct
- in file DPgSQLResultSet.php, method DPgSQLResultSet::__construct()
Constructor
- __construct
- in file DParserBase.php, method DParserBase::__construct()
Constructor
- __construct
- in file DPages.php, method DPages::__construct()
DPages constructor
- __construct
- in file DObject.php, method DObject::__construct()
Constructor
- __construct
- in file DCURLUsernamePasswordObject.php, method DCURLUsernamePasswordObject::__construct()
Constructor
- __construct
- in file DMultipleDotChart.php, method DMultipleDotChart::__construct()
Class Constructor
- __construct
- in file DFormAction.php, method DFormAction::__construct()
Class constructor
- __construct
- in file DFormRequest.php, method DFormRequest::__construct()
Constructor
- __construct
- in file DDataBaseLoginFaultException.php, method DDataBaseLoginFaultException::__construct()
Constructor
- __construct
- in file DDataBase.php, method DDataBase::__construct()
Constructor
- __construct
- in file DDataBaseQueryFaultException.php, method DDataBaseQueryFaultException::__construct()
Constructor
- __construct
- in file DDotChart.php, method DDotChart::__construct()
Class Constructor
- __construct
- in file DDataBaseProtocolNotImplementedException.php, method DDataBaseProtocolNotImplementedException::__construct()
Constructor
- __destruct
- in file DFTPBase.php, method DFTPBase::__destruct()
Destructor
- __destruct
- in file DFTPAdvanced.php, method DFTPAdvanced::__destruct()
Destructor
- __destruct
- in file DObject.php, method DObject::__destruct()
Descructor
- __destruct
- in file DFTP.php, method DFTP::__destruct()
Destructor
- __DIRECTION_HORIZONTAL
- in file DBitmapConstants.php, constant __DIRECTION_HORIZONTAL
Direction horizontal
- __DIRECTION_VERTICAL
- in file DBitmapConstants.php, constant __DIRECTION_VERTICAL
Direction vertical
- __get
- in file DXMLSimpleShell.php, method DXMLSimpleShell::__get()
Gets value
- __get
- in file DFormRequest.php, method DFormRequest::__get()
Gets parameters value
- __get
- in file DFormRequestPost.php, method DFormRequestPost::__get()
Gets value
- __get
- in file DFormRequestGet.php, method DFormRequestGet::__get()
Gets value
- __get
- in file DSafeArray.php, method DSafeArray::__get()
Gets value
- __get
- in file DSession.php, method DSession::__get()
Gets value
- __get
- in file DFormRequestCustom.php, method DFormRequestCustom::__get()
Gets value
- __get
- in file DIRequestCollection.php, method DIRequestCollection::__get()
Gets value
- __IMAGE_TOO_BIG_IN_HEIGHT
- in file DBitmapConstants.php, constant __IMAGE_TOO_BIG_IN_HEIGHT
Error for height
- __IMAGE_TOO_BIG_IN_WIDTH
- in file DBitmapConstants.php, constant __IMAGE_TOO_BIG_IN_WIDTH
Error for width
- __IMAGE_WROTE_OK
- in file DBitmapConstants.php, constant __IMAGE_WROTE_OK
Write ok
- __INCORRECT_BITMAP_FILE
- in file DBitmapConstants.php, constant __INCORRECT_BITMAP_FILE
Incorect bitmap file
- __INCORRECT_FONT_FILE
- in file DBitmapConstants.php, constant __INCORRECT_FONT_FILE
Incorect font file
- __isset
- in file DSession.php, method DSession::__isset()
Checks if value is set
- __NULL
- in file DTableShell.php, constant __NULL
NULL value
- __set
- in file DFormRequestCustom.php, method DFormRequestCustom::__set()
Sets value
- __set
- in file DFormRequest.php, method DFormRequest::__set()
Sets value
- __set
- in file DIRequestCollection.php, method DIRequestCollection::__set()
Sets value
- __set
- in file DSession.php, method DSession::__set()
Sets name - value pair
- __set
- in file DFormRequestPost.php, method DFormRequestPost::__set()
Sets value
- __set
- in file DSafeArray.php, method DSafeArray::__set()
Sets value
- __set
- in file DFormRequestGet.php, method DFormRequestGet::__set()
Sets value
- __SIZE_UNLIMITET
- in file DBitmapConstants.php, constant __SIZE_UNLIMITET
No size check
- __toString
- in file DXMLNodeAttribute.php, method DXMLNodeAttribute::__toString()
Gets attribute as a string key="value"
- __toString
- in file DTableSQLExporter.php, method DTableSQLExporter::__toString()
Gets string with sql export queries as a string, delimited with $EOLN symbol
- __toString
- in file DCURLUsernamePasswordObject.php, method DCURLUsernamePasswordObject::__toString()
Get CURL username:password
- __toString
- in file DRSSWriter.php, method DRSSWriter::__toString()
Gets string data of the RSS file
- __toString
- in file DObject.php, method DObject::__toString()
Returns String equivalent of the object.
- __toString
- in file DFile.php, method DFile::__toString()
Gets file string content
- __toString
- in file DXMLNode.php, method DXMLNode::__toString()
Returns node string data
- __toString
- in file DTime.php, method DTime::__toString()
Hour equivalent of time divided with $divideSymbol
- __toString
- in file DXMLFile.php, method DXMLFile::__toString()
Gets data string
- __toString
- in file DBitmapWriter.php, method DBitmapWriter::__toString()
Get image
- __toString
- in file DArrayUniqueStack.php, method DArrayUniqueStack::__toString()
Gets stack data in array way
- __toString
- in file DDate.php, method DDate::__toString()
To string
- __toString
- in file DException.php, method DException::__toString()
- __unset
- in file DSession.php, method DSession::__unset()
Deletes value on unset
top
|
|