[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/js/fields/ -> validate-es5.js (summary)

(no description)

File Size: 862 lines (28 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 10 functions

  _defineProperties()
  _createClass()
  _unsupportedIterableToArray()
  _arrayLikeToArray()
  _createForOfIteratorHelperLoose()
  error()
  map()
  mapDomain()
  ucs2decode()
  JFormValidator()

Functions
Functions that are not part of a class:

_defineProperties(target, props)   X-Ref
No description

_createClass(Constructor, protoProps, staticProps)   X-Ref
No description

_unsupportedIterableToArray(o, minLen)   X-Ref
No description

_arrayLikeToArray(arr, len)   X-Ref
No description

_createForOfIteratorHelperLoose(o, allowArrayLike)   X-Ref
No description

error(type)   X-Ref
A generic error utility function.

returns: {Error} Throws a `RangeError` with the applicable error message.
param: {String} type The error type.

map(array, fn)   X-Ref
A generic `Array#map` utility function.

returns: {Array} A new array of values returned by the callback function.
param: {Array} array The array to iterate over.
param: {Function} callback The function that gets called for every array

mapDomain(string, fn)   X-Ref
A simple `Array#map`-like wrapper to work with domain name strings or email
addresses.

returns: {Array} A new string of characters returned by the callback
param: {String} domain The domain name or email address.
param: {Function} callback The function that gets called for every

ucs2decode(string)   X-Ref
Creates an array containing the numeric code points of each Unicode
character in the string. While JavaScript uses UCS-2 internally,
this function will convert a pair of surrogate halves (each of which
UCS-2 exposes as separate characters) into a single code point,
matching UTF-16.

returns: {Array} The new array of code points.
param: {String} string The Unicode input string (UCS-2).

JFormValidator()   X-Ref




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer