Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sReturnTypes
Table Row (tr)
styleheight: 30px;
Table Head (th)
Return Types
Table Row (tr)
Table Cell (td)
Span
classsWordList
Array
Span
classsWordList
Boolean
Span
classsWordList
Date
Span
classsWordList
Math
Span
classsWordList
Namespace
Span
classsWordList
Number
Span
classsWordList
Object
Span
classsWordList
QName
Span
classsWordList
RegExp
Span
classsWordList
Special Operators
Span
classsWordList
Statements
Span
classsWordList
String
Span
classsWordList
XML
Span
classsWordList
XMLList

id
HTML Table
classservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#Infinity
Numeric value representing infinity.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#NaN
Value representing Not-a-Number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#undefined
The value undefined.

id
HTML Table
classservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#decodeURI()
Decodes a URI previously encoded with encodeURI or another similar routine.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#decodeURIComponent(encodedURI)
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#encodeURI()
Encodes a URI by replacing certain characters with escape sequences.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#encodeURIComponent()
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#eval()
Evaluates JavaScript code passed as a string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#isFinite()
Returns true if the given number is a finite number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#isNaN()
The NaN property indicates that a value is 'Not a Number'.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#isXMLName()
Returns true if the given name can be used as a valid name for an XML element or attribute.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#parseFloat()
Makes a floating point number from the starting numbers in a given string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#parseInt()
Makes a integer from the starting numbers in a given string in the base specified.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#uneval()
Returns the string representation behind a given object.

...