|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Function in railo.runtime.functions.arrays |
---|
Classes in railo.runtime.functions.arrays that implement Function | |
---|---|
class |
Array_
implementation of the Function array |
class |
ArrayAppend
implementation of the Function arrayAppend |
class |
ArrayAvg
|
class |
ArrayClear
|
class |
ArrayContains
|
class |
ArrayContainsNoCase
|
class |
ArrayDelete
|
class |
ArrayDeleteAt
|
class |
ArrayFind
|
class |
ArrayFindNoCase
|
class |
ArrayFirst
|
class |
ArrayIndexExists
|
class |
ArrayInsertAt
|
class |
ArrayIsDefined
|
class |
ArrayIsEmpty
|
class |
ArrayLast
|
class |
ArrayLen
|
class |
ArrayMax
|
class |
ArrayMerge
|
class |
ArrayMin
|
class |
ArrayNew
|
class |
ArrayPrepend
|
class |
ArrayResize
|
class |
ArrayReverse
|
class |
ArraySet
|
class |
ArraySlice
|
class |
ArraySort
|
class |
ArraySum
|
class |
ArraySwap
|
class |
ArrayToStruct
|
class |
JsonArray
|
Uses of Function in railo.runtime.functions.cache |
---|
Classes in railo.runtime.functions.cache that implement Function | |
---|---|
class |
CacheClear
|
class |
CacheCount
|
class |
CacheDelete
|
class |
CacheGet
|
class |
CacheGetAll
|
class |
CacheGetAllIds
|
class |
CacheGetDefaultCacheName
|
class |
CacheGetMetadata
|
class |
CacheGetProperties
|
class |
CacheKeyExists
|
class |
CachePut
|
class |
CacheRemove
|
Uses of Function in railo.runtime.functions.component |
---|
Classes in railo.runtime.functions.component that implement Function | |
---|---|
class |
ComponentInfo
Deprecated. use function GetMetaData instead |
Uses of Function in railo.runtime.functions.conversion |
---|
Classes in railo.runtime.functions.conversion that implement Function | |
---|---|
class |
BinaryDecode
Decodes Binary Data that are encoded as String |
class |
BinaryEncode
Decodes Binary Data that are encoded as String |
class |
CharsetDecode
Decodes Binary Data that are encoded as String |
class |
CharsetEncode
Decodes Binary Data that are encoded as String |
class |
DeserializeJSON
Decodes Binary Data that are encoded as String |
class |
GenerateSecretKey
Generates a Secret Key |
class |
SerializeJSON
Decodes Binary Data that are encoded as String |
class |
ToScript
|
Uses of Function in railo.runtime.functions.dateTime |
---|
Classes in railo.runtime.functions.dateTime that implement Function | |
---|---|
class |
Beat
|
class |
CreateDate
|
class |
CreateDateTime
|
class |
CreateODBCDate
|
class |
CreateODBCDateTime
|
class |
CreateODBCTime
|
class |
CreateTime
|
class |
CreateTimeSpan
|
class |
DateAdd
|
class |
DateCompare
|
class |
DateConvert
|
class |
DateDiff
|
class |
DatePart
|
class |
Day
|
class |
DayOfWeek
|
class |
DayOfYear
|
class |
DaysInMonth
|
class |
DaysInYear
|
class |
FirstDayOfMonth
|
class |
GetHttpTimeString
|
class |
GetTimeZone
|
class |
Hour
|
class |
MilliSecond
|
class |
Minute
|
class |
Month
|
class |
Now
Implements the Cold Fusion Function now |
class |
NowServer
Deprecated. removed with no replacement |
class |
Quarter
|
class |
Second
|
class |
SetTimeZone
|
class |
Week
|
class |
Year
Implements the Cold Fusion Function year |
Uses of Function in railo.runtime.functions.decision |
---|
Classes in railo.runtime.functions.decision that implement Function | |
---|---|
class |
IsArray
|
class |
IsBinary
|
class |
IsBoolean
|
class |
IsCustomFunction
|
class |
IsDate
|
class |
IsDDX
|
class |
IsDebugMode
|
class |
IsDefined
|
class |
IsInstanceOf
|
class |
IsK2ServerABroker
|
class |
IsK2ServerDocCountExceeded
|
class |
IsK2ServerOnline
|
class |
IsLeapYear
Implements the Cold Fusion Function isleapyear |
class |
IsLocalHost
Implements the Cold Fusion Function isleapyear |
class |
IsNumeric
|
class |
IsNumericDate
|
class |
IsObject
|
class |
IsPDFFile
|
class |
IsPDFObject
|
class |
IsSimpleValue
|
class |
IsSOAPRequest
|
class |
IsUserInAnyRole
|
class |
IsUserInRole
|
class |
IsUserLoggedIn
|
class |
IsValid
|
class |
IsWddx
|
class |
IsXML
Check if a String is a well-formed XML |
class |
IsXmlAttribute
Check if a value is a XML Attribut (XML Attr Node) |
class |
IsXmlDoc
|
class |
IsXmlElem
|
class |
IsXmlNode
Check if a value is a XML Node |
class |
IsXmlRoot
Implements the Cold Fusion Function isxmlroot |
Uses of Function in railo.runtime.functions.displayFormatting |
---|
Classes in railo.runtime.functions.displayFormatting that implement Function | |
---|---|
class |
AjaxLink
Implements the Cold Fusion Function AjaxLink |
class |
AjaxOnLoad
Implements the Cold Fusion Function AjaxLink |
class |
DateFormat
Implements the Cold Fusion Function dateformat |
class |
DateTimeFormat
Implements the Cold Fusion Function dateformat |
class |
DecimalFormat
|
class |
DollarFormat
|
class |
FormatBaseN
|
class |
GetLocaleDisplayName
|
class |
HTMLCodeFormat
|
class |
HTMLEditFormat
|
class |
NumberFormat
Formats a Number by given pattern |
class |
ParagraphFormat
|
class |
TimeFormat
Implements the Cold Fusion Function dateformat |
class |
TrueFalseFormat
|
class |
YesNoFormat
|
Uses of Function in railo.runtime.functions.dynamicEvaluation |
---|
Classes in railo.runtime.functions.dynamicEvaluation that implement Function | |
---|---|
class |
DE
|
class |
Evaluate
Implements the Cold Fusion Function evaluate |
class |
EvaluateJava
|
class |
GetVariable
|
class |
IIf
|
class |
PrecisionEvaluate
Implements the Cold Fusion Function evaluate |
class |
Serialize
Implements the Cold Fusion Function Serialize |
class |
SetVariable
|
class |
UnserializeJava
Deprecated. use instead EvaluateJava |
Uses of Function in railo.runtime.functions.file |
---|
Classes in railo.runtime.functions.file that implement Function | |
---|---|
class |
GetFileFromPath
|
Uses of Function in railo.runtime.functions.gateway |
---|
Classes in railo.runtime.functions.gateway that implement Function | |
---|---|
class |
GetGatewayHelper
Decodes Binary Data that are encoded as String |
class |
SendGatewayMessage
|
Uses of Function in railo.runtime.functions.image |
---|
Classes in railo.runtime.functions.image that implement Function | |
---|---|
class |
ImageAddBorder
|
class |
ImageInfo
|
class |
ImageRead
|
class |
ImageReadBase64
|
class |
ImageResize
|
class |
ImageRotate
|
class |
ImageRotateDrawingAxis
|
class |
ImageWrite
|
Uses of Function in railo.runtime.functions.international |
---|
Classes in railo.runtime.functions.international that implement Function | |
---|---|
class |
GetEncoding
Implements the Cold Fusion Function getEncoding |
class |
GetLocale
|
class |
GetTimeZoneInfo
|
class |
LSCurrencyFormat
|
class |
LSDateFormat
|
class |
LSDayOfWeek
|
class |
LSEuroCurrencyFormat
|
class |
LSIsCurrency
|
class |
LSIsDate
|
class |
LSIsNumeric
|
class |
LSNumberFormat
|
class |
LSParseCurrency
|
class |
LSParseDateTime
|
class |
LSParseEuroCurrency
Implements the Cold Fusion Function lsparseeurocurrency |
class |
LSParseNumber
Implements the Cold Fusion Function lsparsecurrency |
class |
LSTimeFormat
Implements the Cold Fusion Function dateformat |
class |
LSWeek
|
class |
SetEncoding
Implements the Cold Fusion Function setlocale |
class |
SetLocale
Implements the Cold Fusion Function setlocale |
Uses of Function in railo.runtime.functions.list |
---|
Classes in railo.runtime.functions.list that implement Function | |
---|---|
class |
ArrayToList
|
class |
ListAppend
|
class |
ListAvg
|
class |
ListChangeDelims
|
class |
ListCompact
|
class |
ListContains
|
class |
ListContainsNoCase
|
class |
ListDeleteAt
|
class |
ListFind
Implements the Cold Fusion Function listfind |
class |
ListFindNoCase
|
class |
ListFirst
|
class |
ListGetAt
|
class |
ListIndexExists
|
class |
ListInsertAt
|
class |
ListItemTrim
|
class |
ListLast
Implements the Cold Fusion Function listlast |
class |
ListLen
|
class |
ListPrepend
|
class |
ListQualify
Implements the Cold Fusion Function listqualify |
class |
ListRest
|
class |
ListSetAt
|
class |
ListSort
|
class |
ListToArray
|
class |
ListTrim
|
class |
ListValueCount
|
class |
ListValueCountNoCase
|
Uses of Function in railo.runtime.functions.math |
---|
Classes in railo.runtime.functions.math that implement Function | |
---|---|
class |
Abs
|
class |
ACos
|
class |
ASin
|
class |
Atn
|
class |
BitAnd
|
class |
BitMaskClear
|
class |
BitMaskRead
|
class |
BitMaskSet
|
class |
BitNot
|
class |
BitOr
|
class |
BitSHLN
|
class |
BitSHRN
|
class |
BitXor
|
class |
Ceiling
|
class |
Cos
|
class |
DecrementValue
|
class |
Exp
|
class |
Fix
|
class |
IncrementValue
|
class |
InputBaseN
Implements the Cold Fusion Function inputbasen |
class |
Int
|
class |
Log
|
class |
Log10
|
class |
Max
|
class |
Min
|
class |
Pi
|
class |
Rand
|
class |
Randomize
|
class |
RandRange
|
class |
Round
|
class |
Sgn
|
class |
Sin
|
class |
Sqr
|
class |
Tan
|
Uses of Function in railo.runtime.functions.other |
---|
Uses of Function in railo.runtime.functions.query |
---|
Classes in railo.runtime.functions.query that implement Function | |
---|---|
class |
IsQuery
|
class |
Query_
|
class |
QueryAddColumn
|
class |
QueryAddRow
|
class |
QueryColumnArray
Implements the Cold Fusion Function querynew |
class |
QueryColumnCount
Implements the Cold Fusion Function querynew |
class |
QueryColumnList
Implements the Cold Fusion Function querynew |
class |
QueryConvertForGrid
|
class |
QueryGetCell
|
class |
QueryNew
Implements the Cold Fusion Function querynew |
class |
QueryRecordCount
Implements the Cold Fusion Function querynew |
class |
QuerySetCell
|
class |
QuerySetColumn
|
class |
QuerySlice
|
class |
QuerySort
|
class |
QueryValueArray
|
class |
QueryValueList
|
class |
SelectParse
|
class |
ValueArray
|
class |
ValueList
|
Uses of Function in railo.runtime.functions.string |
---|
Classes in railo.runtime.functions.string that implement Function | |
---|---|
class |
Asc
|
class |
Chr
|
class |
CJustify
|
class |
Compare
|
class |
CompareNoCase
|
class |
DayOfWeekAsString
|
class |
DayOfWeekShortAsString
|
class |
Find
|
class |
FindNoCase
|
class |
FindOneOf
|
class |
GetToken
|
class |
Hash
|
class |
Insert
|
class |
JavaCast
|
class |
JSStringFormat
|
class |
LCase
|
class |
Left
|
class |
Len
|
class |
LJustify
|
class |
LTrim
|
class |
Metaphone
|
class |
Mid
|
class |
MonthAsString
|
class |
MonthShortAsString
|
class |
NewLine
|
class |
ParseDateTime
Implements the Cold Fusion Function parsedatetime |
class |
REFind
|
class |
REFindNoCase
Implements the Cold Fusion Function refindnocase |
class |
REMatch
|
class |
REMatchNoCase
|
class |
RemoveChars
|
class |
RepeatString
|
class |
Replace
|
class |
ReplaceList
|
class |
ReplaceNoCase
|
class |
REReplace
|
class |
REReplaceNoCase
|
class |
Reverse
|
class |
Right
|
class |
RJustify
|
class |
RTrim
|
class |
Soundex
|
class |
SpanExcluding
|
class |
SpanIncluding
|
class |
StringLen
|
class |
ToBase64
Implements the Cold Fusion Function tobase64 |
class |
ToString
|
class |
Trim
|
class |
UCase
|
class |
UCFirst
|
class |
Val
|
class |
Wrap
|
Uses of Function in railo.runtime.functions.struct |
---|
Classes in railo.runtime.functions.struct that implement Function | |
---|---|
class |
Duplicate
|
class |
IsStruct
|
class |
JsonStruct
|
class |
Struct_
|
class |
StructAppend
|
class |
StructClear
|
class |
StructCopy
|
class |
StructCount
|
class |
StructDelete
|
class |
StructFind
|
class |
StructFindKey
|
class |
StructFindValue
|
class |
StructGet
|
class |
StructInsert
|
class |
StructIsEmpty
|
class |
StructKeyArray
|
class |
StructKeyExists
|
class |
StructKeyList
|
class |
StructNew
|
class |
StructSort
|
class |
StructUpdate
|
Uses of Function in railo.runtime.functions.system |
---|
Classes in railo.runtime.functions.system that implement Function | |
---|---|
class |
Compress
Implements the Cold Fusion Function compress |
class |
ContractPath
|
class |
DirectoryExists
|
class |
DotNetToCFType
|
class |
ExpandPath
|
class |
Extract
Implements the Cold Fusion Function compress |
class |
FileExists
Deprecated. replace with railo.runtime.functions.file.FileExists |
class |
GetBaseTemplatePath
|
class |
GetContextRoot
returns the root of this actuell Page Context |
class |
GetCurrentContext
returns the root of this actuell Page Context |
class |
GetCurrentTemplatePath
|
class |
GetDirectoryFromPath
|
class |
GetException
|
class |
GetLocalHostIP
|
class |
GetMemoryUsage
|
class |
GetMetricData
Implements the Cold Fusion Function getmetricdata |
class |
GetPrinterInfo
|
class |
GetProfileString
|
class |
GetSystemInfo
|
class |
GetTempDirectory
|
class |
GetTempFile
|
class |
GetTemplatePath
|
class |
GetUserRoles
|
class |
PagePoolClear
|
class |
PagePoolList
|
class |
SetProfileString
|
class |
SizeOf
|
class |
SystemCacheClear
|
Uses of Function in railo.runtime.functions.xml |
---|
Classes in railo.runtime.functions.xml that implement Function | |
---|---|
class |
AddSOAPRequestHeader
|
class |
GetSOAPRequest
|
class |
GetSOAPRequestHeader
|
class |
GetSOAPResponse
|
class |
GetSOAPResponseHeader
|
class |
HtmlParse
|
class |
XmlChildPos
Implements the Cold Fusion Function xmlchildpos |
class |
XmlElemNew
|
class |
XmlGetNodeType
|
class |
XmlNew
|
class |
XmlParse
|
class |
XmlSearch
Implements the Cold Fusion Function xmlsearch |
class |
XmlTransform
|
class |
XmlValidate
|
Uses of Function in railo.runtime.type |
---|
Subinterfaces of Function in railo.runtime.type | |
---|---|
interface |
ComponentMethod
|
interface |
UDF
a user defined function |
interface |
UserDefinedFunction
Deprecated. replaced with UDF |
Classes in railo.runtime.type that implement Function | |
---|---|
class |
UDFAddProperty
|
class |
UDFGetterProperty
|
class |
UDFGSProperty
|
class |
UDFHasProperty
|
class |
UDFImpl
defines a abstract class for a User defined Functions |
class |
UDFRemoveProperty
|
class |
UDFSetterProperty
|
Uses of Function in railo.runtime.type.trace |
---|
Classes in railo.runtime.type.trace that implement Function | |
---|---|
class |
TOUDF
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |