Coldfusion9 has added a system function named DirectoryExists.
Coldfusion9 has added a system function named FileDelete.
Coldfusion9 has added a system function named FileUpload.
Coldfusion9 has added a system function named FileUploadAll.
Coldfusion9 has added a system function named FileWriteLine.
Coldfusion9 has added a system function named GetFunctionCalledName.
Coldfusion9 has added a system function named GetFunctionCalledName.
Coldfusion9 has added a system function named SpreadsheetRemoveSheet.
Coldfusion9 has added a system function named SpreadsheetRemoveSheet.
Coldfusion9 has added a system function named WriteDump.
Coldfusion9 has added a system function named WriteLog.
Coldfusion9 has added a system function named Location.
Coldfusion9 has added a system function named Trace.
Coldfusion9 has added a system function named Throw.
Coldfusion9 has added a system function named ApplicationStop.
Coldfusion9 has added a system function named ArrayContains.
Coldfusion9 has added a system function named ArrayDelete.
Coldfusion9 has added a system function named ArrayFind.
Coldfusion9 has added a system function named ArrayFindNoCase.
Coldfusion9 has added a system function named CacheGet.
Coldfusion9 has added a system function named CacheGetAllIds.
Coldfusion9 has added a system function named CacheGetMetadata.
Coldfusion9 has added a system function named CacheGetProperties.
Coldfusion9 has added a system function named CachePut.
Coldfusion9 has added a system function named CacheRemove.
Coldfusion9 has added a system function named CacheSetProperties.
Coldfusion9 has added a system function named EntityDelete.
Coldfusion9 has added a system function named EntityLoad.
Coldfusion9 has added a system function named EntityLoadByExample.
Coldfusion9 has added a system function named EntityLoadByPK.
Coldfusion9 has added a system function named EntityReload.
Coldfusion9 has added a system function named EntitySave.
Coldfusion9 has added a system function named IsSpreadSheetFile.
Coldfusion9 has added a system function named IsSpreadSheetObject.
Coldfusion9 has added a system function named ObjectEquals.
Coldfusion9 has added a system function named ObjectLoad.
Coldfusion9 has added a system function named ObjectSave.
Coldfusion9 has added a system function named ORMClearSession.
Coldfusion9 has added a system function named ORMCloseSession.
Coldfusion9 has added a system function named ORMEvictCollection.
Coldfusion9 has added a system function named ORMEvictEntity.
Coldfusion9 has added a system function named ORMEvictQueries.
Coldfusion9 has added a system function named ORMExecuteQuery.
Coldfusion9 has added a system function named OrmFlush.
Coldfusion9 has added a system function named ORMGetSession.
Coldfusion9 has added a system function named ORMGetSessionFactory.
Coldfusion9 has added a system function named ORMReload.
Coldfusion9 has added a system function named SpreadSheetAddColumn.
Coldfusion9 has added a system function named SpreadSheetAddFreezePane.
Coldfusion9 has added a system function named SpreadSheetAddImage.
Coldfusion9 has added a system function named SpreadSheetAddInfo.
Coldfusion9 has added a system function named SpreadSheetAddRow.
Coldfusion9 has added a system function named SpreadSheetAddRows.
Coldfusion9 has added a system function named SpreadSheetAddSplitPane.
Coldfusion9 has added a system function named SpreadSheetCreateSheet.
Coldfusion9 has added a system function named SpreadSheetDeleteColumn.
Coldfusion9 has added a system function named SpreadSheetDeleteColumns.
Coldfusion9 has added a system function named SpreadSheetDeleteRow.
Coldfusion9 has added a system function named SpreadSheetDeleteRows.
Coldfusion9 has added a system function named SpreadSheetFormatCell.
Coldfusion9 has added a system function named SpreadSheetFormatColumn.
Coldfusion9 has added a system function named SpreadSheetFormatColumns.
Coldfusion9 has added a system function named SpreadSheetFormatRow.
Coldfusion9 has added a system function named SpreadSheetFormatRows.
Coldfusion9 has added a system function named SpreadSheetGetCellComment.
Coldfusion9 has added a system function named SpreadSheetGetCellFormula.
Coldfusion9 has added a system function named SpreadSheetGetCellValue.
Coldfusion9 has added a system function named SpreadSheetInfo.
Coldfusion9 has added a system function named SpreadSheetMergeCells.
Coldfusion9 has added a system function named SpreadSheetNew.
Coldfusion9 has added a system function named SpreadSheetReadBinary.
Coldfusion9 has added a system function named SpreadSheetSetActiveSheet.
Coldfusion9 has added a system function named SpreadSheetSetActiveSheetNumber.
Coldfusion9 has added a system function named SpreadSheetSetCellComment.
Coldfusion9 has added a system function named SpreadSheetSetCellFormula.
Coldfusion9 has added a system function named SpreadSheetSetCellValue.
Coldfusion9 has added a system function named SpreadSheetSetColumnWidth.
Coldfusion9 has added a system function named SpreadSheetSetFooter.
Coldfusion9 has added a system function named SpreadSheetSetHeader.
Coldfusion9 has added a system function named SpreadSheetSetRowHeight.
Coldfusion9 has added a system function named SpreadSheetShiftColumns.
Coldfusion9 has added a system function named SpreadSheetShiftRows.
Coldfusion9 has added a system function named ThreadJoin.
Coldfusion9 has added a system function named ThreadTerminate.
Coldfusion9 has added a system function named TransactionCommit.
Coldfusion9 has added a system function named TransactionRollback.
Coldfusion9 has added a system function named TransactionSetSavepoint.
Coldfusion9 has added new attribute EVALATPRINT for the tag cfdocumentitem.
Coldfusion10 has deprecated the attribute key for the tag cfcache. The corresponding new attribute is region. However key is still supported to ensure backward compatibility
Also, the CFCACHE tag has a changed behavior in ColdFusion9. If CFCACHE tag is used without end tag then instead of caching only current page, now it will be caching the whole request.<ul>
<li>VALUE,METADATA,STRIPWHITESPACE,THROWONERROR,ID,KEY,USECACHE,IDLETIME,DEPENDSON,NAME are new attributes added.</li> <li>DIRECTORY, CACHEDIRECTORY, PORT, PROTOCOL attributes are deprecated in ColdFusion9.</li></ul>
In ColdFusion9 LOCAL is a reserved word and built-in scope now. This means that Variables and Structures should not be named as LOCAL.
Naming a simple variable LOCAL will break the code..
In ColdFusion9 LOCAL is a reserved word and built-in scope now. This means that Variables and structures should not be named as LOCAL.
Naming a structure or array LOCAL may produce data discrepanies.
In ColdFusion9 for CFDUMP tag, METAINFO attribute defaults to No, and there is a new attribute ABORT added.
In ColdFusion9 it is recommended to use height and width attributes for CFLAYOUT tag as for some cases autoheight and autowidth might not give desired result.
Also Specifying values in % will not work. In ColdFusion9 for CFLAYOUTAREA tag Closable attribute is no longer supported if it is used within CFLAYOUT tag with attribute TYPE="BORDER".
In ColdFusion9 for CFGRID tag if BIND attribute is not provided, Specifying PAGESIZE attribute is an error.
Coldfusion9 has added a system function named IsNull.
Coldfusion9 has added a system function named ISIPV6.
Coldfusion9 has added a system function named ENTITYNEW.
Coldfusion9 has added a system function named ORMGetSessionFactory.
Coldfusion9 has added a system function named ENTITYTOQUERY.
Coldfusion9 has added a system function named FILESEEK.
Coldfusion9 has added a system function named FILESKIPBYTES.
Coldfusion9 has added a system function named SpreadsheetRead.
Coldfusion9 has added a system function named SpreadsheetWrite.
Coldfusion9 has added a system function named DirectoryCreate.
Coldfusion9 has added a system function named DirectoryDelete.
Coldfusion9 has added a system function named DirectoryList.
Coldfusion9 has added a system function named DirectoryRename.
Coldfusion9 has added a system function named EntityMerge.
Coldfusion9 has added a system function named GetVFSMetaData.
Coldfusion10 has added a system function named Encodeforhtml.
Coldfusion10 has added a system function named Encodeforhtmlattribute.
Coldfusion10 has added a system function named Encodeforurl.
Coldfusion10 has added a system function named Encodeforcss.
Coldfusion10 has added a system function named Encodeforjavascript.
Coldfusion10 has added a system function named Sessioninvalidate.
Coldfusion10 has added a system function named Sessionrotate.
Coldfusion10 has added a system function named Csrfgeneratetoken.
Coldfusion10 has added a system function named Csrfverifytoken.
Coldfusion10 has added a system function named Hmac.
Coldfusion10 has added a system function named Arrayfindall.
Coldfusion10 has added a system function named Arrayfindallnocase.
Coldfusion10 has added a system function named Structeach.
Coldfusion10 has added a system function named Arrayfindall.
Coldfusion10 has added a system function named invoke.
Coldfusion10 has added a system function named Callstackdump.
Coldfusion10 has added a system function named Callstackget.
Coldfusion10 has added a system function named Gettotalspace.
Coldfusion10 has added a system function named Getfreespace.
Coldfusion10 has added a system function named GetApplicationMetadata.
Coldfusion10 has added a system function named Filegetmimetype.
Coldfusion10 has added a system function named Setrestresponse.
Coldfusion10 has added a system function named Cacheexists.
Coldfusion10 has added a system function named Cacheregionnew.
Coldfusion10 has added a system function named Cacheregionremove.
Coldfusion10 has added a system function named Cacheremoveall.
Coldfusion10 has added a system function named Cacheregionexists.
Coldfusion10 has added a system function named Canonicalize.
Coldfusion10 has added a system function named Datetimeformat.
Coldfusion10 has added a system function named Imagecreatecaptcha.
Coldfusion10 has added a system function named Wssendmessage.
Coldfusion10 has added a system function named Wspublish.
Coldfusion10 has added a system function named Wsgetallchannels.
Coldfusion10 has added a system function named Wsgetclients.
Coldfusion10 has added a system function named Restinitapplication.
Coldfusion10 has added a system function named Restdeleteapplication.
Coldfusion10 has added a system function named Arrayeach.
Coldfusion10 has added a system function named Arrayslice.
Coldfusion10 has added a system function named Cachegetsession.
Coldfusion10 has added a system function named Cacheidexists.
Coldfusion10 has added a system function named CreateDynamicProxy.
Coldfusion10 has added a system function named Dihstatus.
Coldfusion10 has added a system function named Directorycopy.
Coldfusion10 has added a system function named Fileappend.
Coldfusion10 has added a system function named GetCPUusage.
Coldfusion10 has added a system function named Getmetadata.
Coldfusion10 has added a system function named GetSystemFreeMemory.
Coldfusion10 has added a system function named GetSystemTotalMemory.
Coldfusion10 has added a system function named ImageMakeColorTransparent.
Coldfusion10 has added a system function named ImageMakeTranslucent.
Coldfusion10 has added a system function named IsClosure.
Coldfusion10 has added a system function named ListFilter.
Coldfusion10 has added a system function named ListRemoveDuplicates.
Coldfusion10 has added a system function named ORMCloseAllSessions.
Coldfusion10 has added a system function named ORMFlushAll.
Coldfusion10 has added a system function named ORMIndex.
Coldfusion10 has added a system function named ORMIndexPurge.
Coldfusion10 has added a system function named REEscape.
Coldfusion10 has added a system function named RemoveCachedQuery.
Coldfusion10 has added a system function named RestSetResponse.
Coldfusion10 has added a system function named SessionStartTime.
Coldfusion10 has added a system function named StoreAddACL.
Coldfusion10 has added a system function named StoreGetACL.
Coldfusion10 has added a system function named StoreGetMetaData.
Coldfusion10 has added a system function named StoreSetACL.
Coldfusion10 has added a system function named StoreSetMetaData.
Coldfusion10 has added a system function named StructFilter.
Coldfusion10 has modified the attribute destination for the tag cfimage.If destination is specified, and action="captcha", captcha will get written to file only
Coldfusion10 has modified the usage of the tag cfmediaplayer
Coldfusion10 has modified the usage of the tag cfabort
Change name of UDF DirectoryExists.
Change name of UDF FileDelete.
Change name of UDF FileUpload.
Change name of UDF FileUploadAll.
Change name of UDF FileWriteLine.
Change name of UDF FileWriteLine.
Change name of UDF SpreadsheetFormatCellRange.
Change name of UDF SpreadsheetRemoveSheet.
Change name of UDF SpreadsheetSetRowHeight.
Change name of UDF writeDump.
Change name of UDF writeLog.
Change name of UDF location.
Change name of UDF trace.
Change name of UDF throw.
Change name of UDF ApplicationStop.
Change name of UDF ArrayContains.
Change name of UDF ArrayDelete.
Change name of UDF ArrayFind.
Change name of UDF ArrayFindNoCase.
Change name of UDF CacheGet.
Change name of UDF CacheGetAllIds.
Change name of UDF CacheGetMetadata.
Change name of UDF CacheGetProperties.
Change name of UDF CachePut.
Change name of UDF CacheRemove.
Change name of UDF CacheSetProperties.
Change name of UDF EntityDelete.
Change name of UDF EntityLoad.
Change name of UDF EntityLoadByExample.
Change name of UDF EntityLoadByPK.
Change name of UDF EntityReload.
Change name of UDF EntitySave.
Change name of UDF IsSpreadSheetFile.
Change name of UDF IsSpreadSheetObject.
Change name of UDF ObjectEquals.
Change name of UDF ObjectLoad.
Change name of UDF ObjectSave.
Change name of UDF ORMClearSession.
Change name of UDF ORMCloseSession.
Change name of UDF ORMEvictCollection.
Change name of UDF ORMEvictEntity.
Change name of UDF ORMEvictQueries.
Change name of UDF ORMExecuteQuery.
Change name of UDF OrmFlush.
Change name of UDF ORMGetSession.
Change name of UDF ORMGetSessionFactory.
Change name of UDF ORMReload.
Change name of UDF SpreadSheetAddColumn.
Change name of UDF SpreadSheetAddFreezePane.
Change name of UDF SpreadSheetAddImage.
Change name of UDF SpreadSheetAddInfo.
Change name of UDF SpreadSheetAddRow.
Change name of UDF SpreadSheetAddRows.
Change name of UDF SpreadSheetAddSplitPane.
Change name of UDF SpreadSheetCreateSheet.
Change name of UDF SpreadSheetDeleteColumn.
Change name of UDF SpreadSheetDeleteColumns.
Change name of UDF SpreadSheetDeleteRow.
Change name of UDF SpreadSheetDeleteRows.
Change name of UDF SpreadSheetFormatCell.
Change name of UDF SpreadSheetFormatColumn.
Change name of UDF SpreadSheetFormatColumns.
Change name of UDF SpreadSheetFormatRow.
Change name of UDF SpreadSheetFormatRows.
Change name of UDF SpreadSheetGetCellComment.
Change name of UDF SpreadSheetGetCellFormula.
Change name of UDF SpreadSheetGetCellValue.
Change name of UDF SpreadSheetInfo.
Change name of UDF SpreadSheetMergeCells.
Change name of UDF SpreadSheetNew.
Change name of UDF SpreadSheetReadBinary.
Change name of UDF SpreadSheetSetActiveSheet.
Change name of UDF SpreadSheetSetActiveSheetNumber.
Change name of UDF SpreadSheetSetCellComment.
Change name of UDF SpreadSheetSetCellFormula.
Change name of UDF SpreadSheetSetCellValue.
Change name of UDF SpreadSheetSetColumnWidth.
Change name of UDF SpreadSheetSetFooter.
Change name of UDF SpreadSheetSetHeader.
Change name of UDF SpreadSheetSetRowHeight.
Change name of UDF SpreadSheetShiftColumns.
Change name of UDF SpreadSheetShiftRows.
Change name of UDF ThreadJoin.
Change name of UDF ThreadTerminate.
Change name of UDF TransactionCommit.
Change name of UDF TransactionRollback.
Change name of UDF TransactionSetSavepoint.
Check the usage of the attribute EVALATPRINT for tag cfdocumentitem.
Check the usage of attribute key and region of tag cfcache. Also
there are changes for CFCACHE tag in ColdFusion9. To cache only a page fragement use the tag with end tag.
Check the usage for the new attributes VALUE,METADATA,STRIPWHITESPACE,THROWONERROR,ID,KEY,USECACHE,IDLETIME,DEPENDSON,NAME for tag cfcache. Note now the directory is specified at ehcache.xml.
Change the name of the variable.
Change the name of the variable.
Check the usage of the attribute ABORT for tag cfdump and to avoid any error, refer documentation and make changes appropriately
Check the usage of the CFLAYOUT.
Please remove CLOSABLE attribute at CFLAYOUTAREA.
Please remove PAGESIZE attribute at CFGRID.
Change name of UDF IsNull.
Change name of UDF ISIPV6.
Change name of UDF ENTITYNEW.
Change name of UDF ORMGetSessionFactory.
Change name of UDF ENTITYTOQUERY.
Change name of UDF FILESEEK.
Change name of UDF FILESKIPBYTES.
Change name of UDF SpreadSheetRead.
Change name of UDF SpreadSheetWrite.
Change name of UDF DirectoryCreate.
Change name of UDF DirectoryDelete.
Change name of UDF DirectoryList.
Change name of UDF DirectoryRename.
Change name of UDF EntityMerge.
Change name of UDF GetVFSMetaData.
Change name of UDF Encodeforhtml.
Change name of UDF Encodeforhtmlattribute.
Change name of UDF Encodeforurl.
Change name of UDF Encodeforcss.
Change name of UDF Encodeforjavascript.
Change name of UDF Sessioninvalidate.
Change name of UDF Sessionrotate.
Change name of UDF Csrfgeneratetoken.
Change name of UDF Csrfverifytoken.
Change name of UDF Hmac.
Change name of UDF Arrayfindall.
Change name of UDF Arrayfindallnocase.
Change name of UDF Structeach.
Change name of UDF Arrayfindall.
Change name of UDF Invoke.
Change name of UDF Callstackdump.
Change name of UDF Callstackget.
Change name of UDF Gettotalspace.
Change name of UDF Getfreespace.
Change name of UDF Getapplicationmetadata.
Change name of UDF Filegetmimetype.
Change name of UDF Setrestresponse.
Change name of UDF Cacheexists.
Change name of UDF Cacheregionnew.
Change name of UDF Cacheregionremove.
Change name of UDF Cacheremoveall.
Change name of UDF CacheRegionexists.
Change name of UDF Canonicalize.
Change name of UDF Datetimeformat.
Change name of UDF Imagecreatecaptcha.
Change name of UDF Wssendmessage.
Change name of UDF Wspublish.
Change name of UDF Wsgetallchannels.
Change name of UDF Wsgetclients.
Change name of UDF Restinitapplication.
Change name of UDF Restdeleteapplication.
Change name of UDF Arrayeach.
Change name of UDF Arrayslice.
Change name of UDF Cachegetsession.
Change name of UDF Cacheidexists.
Change name of UDF CreateDynamicProxy.
Change name of UDF Dihstatus.
Change name of UDF Directorycopy.
Change name of UDF Fileappend.
Change name of UDF GetCPUusage.
Change name of UDF Getmetadata.
Change name of UDF GetSystemFreeMemory.
Change name of UDF GetSystemTotalMemory.
Change name of UDF ImageMakeColorTransparent.
Change name of UDF ImageMakeTranslucent.
Change name of UDF Isclosure.
Change name of UDF ListFilter.
Change name of UDF ListRemoveDuplicates.
Change name of UDF ORMCloseAllSessions.
Change name of UDF ORMFlushAll.
Change name of UDF ORMIndex.
Change name of UDF ORMIndexPurge.
Change name of UDF REEscape.
Change name of UDF RemoveCachedQuery.
Change name of UDF RestSetResponse.
Change name of UDF SessionStartTime.
Change name of UDF StoreAddACL.
Change name of UDF StoregetACL.
Change name of UDF StoreGetMetadata.
Change name of UDF StoreSetACL.
Change name of UDF StoreSetMetadata.
Change name of UDF StructFilter.
Check the usage of the attribute destination of the tag cfimage
Check the usage of the tag cfmediaplayer
Check the usage of the tag cfabort
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Info
Info
Error
Info
Info
Info
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error
Info
Info
Info
DirectoryExists
FileDelete
FileUpload
FileUploadAll
FileWriteLine
GetFunctionCalledName
SpreadsheetFormatCellRange
SpreadsheetRemoveSheet
SpreadsheetSetRowHeight
writeDump
writeLog
location
trace
throw
ApplicationStop
ArrayContains
ArrayDelete
ArrayFind
ArrayFindNoCase
CacheGet
CacheGetAllIds
CacheGetMetadata
CacheGetProperties
CachePut
CacheRemove
CacheSetProperties
EntityDelete
EntityLoad
EntityLoadByExample
EntityLoadByPK
EntityReload
EntitySave
IsSpreadSheetFile
IsSpreadSheetObject
ObjectEquals
ObjectLoad
ObjectSave
ORMClearSession
ORMCloseSession
ORMEvictCollection
ORMEvictEntity
ORMEvictQueries
ORMExecuteQuery
OrmFlush
ORMGetSession
ORMGetSessionFactory
ORMReload
SpreadSheetAddColumn
SpreadSheetAddFreezePane
SpreadSheetAddImage
SpreadSheetAddInfo
SpreadSheetAddRow
SpreadSheetAddRows
SpreadSheetAddSplitPane
SpreadSheetCreateSheet
SpreadSheetDeleteColumn
SpreadSheetDeleteColumns
SpreadSheetDeleteRow
SpreadSheetDeleteRows
SpreadSheetFormatCell
SpreadSheetFormatColumn
SpreadSheetFormatColumns
SpreadSheetFormatRow
SpreadSheetFormatRows
SpreadSheetGetCellComment
SpreadSheetGetCellFormula
SpreadSheetGetCellValue
SpreadSheetInfo
SpreadSheetMergeCells
SpreadSheetNew
SpreadSheetReadBinary
SpreadSheetSetActiveSheet
SpreadSheetSetActiveSheetNumber
SpreadSheetSetCellComment
SpreadSheetSetCellFormula
SpreadSheetSetCellValue
SpreadSheetSetColumnWidth
SpreadSheetSetFooter
SpreadSheetSetHeader
SpreadSheetSetRowHeight
SpreadSheetShiftColumns
SpreadSheetShiftRows
ThreadJoin
ThreadTerminate
TransactionCommit
TransactionRollback
TransactionSetSavepoint
cfdocumentitem
cfcache
local_scope_error
local_scope_info
CFDUMP
CFLAYOUT
CFGRID
IsNull
ISIPV6
ENTITYNEW
ORMGetSessionFactory
ENTITYTOQUERY
FILESEEK
FILESKIPBYTES
SpreadSheetRead
SpreadSheetWrite
DirectoryCreate
DirectoryDelete
DirectoryList
DirectoryRename
EntityMerge
getVFSMetaData
EncodeForHTML
Encodeforhtmlattribute
Encodeforurl
Encodeforcss
Encodeforjavascript
Sessioninvalidate
Sessionrotate
Csrfgeneratetoken
Csrfverifytoken
Hmac
Arrayfindall
Arrayfindallnocase
Structeach
Arrayfindall
Invoke
Callstackdump
Callstackget
Gettotalspace
Getfreespace
Getapplicationmetadata
Filegetmimetype
Setrestresponse
CacheExists
Cacheregionnew
cacheregionremove
Cacheremoveall
Cacheregionexists
Canonicalize
Datetimeformat
Imagecreatecaptcha
Wssendmessage
Wspublish
Wsgetallchannels
Wsgetclients
Restinitapplication
Restdeleteapplication
Arrayeach
Arrayslice
Cachegetsession
Cacheidexists
CreateDynamicProxy
Dihstatus
Directorycopy
Fileappend
GetCPUusage
Getmetadata
GetSystemFreeMemory
GetSystemTotalMemory
ImageMakeColorTransparent
ImageMakeTranslucent
IsClosure
ListFilter
ListRemoveDuplicates
ORMCloseAllSessions
ORMFlushAll
ORMIndex
ORMIndexPurge
REEscape
RemovecachedQuery
RestSetResponse
SessionStartTime
StoreAddACL
StoreGetACL
StoreGetMetadata
StoreSetACL
StoreSetMetaData
StructFilter
cfimage
cfmediaplayer
cfabort
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Tag
Tag
Variable
Variable
Tag
Tag
Tag
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Function
Tag
Tag
Tag
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
EVALATPRINT
N/A
N/A
N/A
N/A
N/A
PAGESIZE
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
destination
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
10
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10
10