Lines Matching defs:extensions
10 ### (with respect to ECMAScript 6 standard)
18 ### Installation
24 ### Usage
174 #### global _(es5-ext/global)_
180 #### from(arrayLike[, mapFn[, thisArg]]) _(es5-ext/array/from)_
185 #### generate([length[, …fill]]) _(es5-ext/array/generate)_
189 #### isPlainArray(x) _(es5-ext/array/is-plain-array)_
193 #### of([…items]) _(es5-ext/array/of)_
198 #### toArray(obj) _(es5-ext/array/to-array)_
202 #### validArray(obj) _(es5-ext/array/valid-array)_
208 #### arr.binarySearch(compareFn) _(es5-ext/array/#/binary-search)_
213 #### arr.clear() _(es5-ext/array/#/clear)_
217 #### arr.compact() _(es5-ext/array/#/compact)_
221 #### arr.concat() _(es5-ext/array/#/concat)_
226 #### arr.contains(searchElement[, position]) _(es5-ext/array/#/contains)_
230 #### arr.copyWithin(target, start[, end]) _(es5-ext/array/#/copy-within)_
234 #### arr.diff(other) _(es5-ext/array/#/diff)_
238 #### arr.eIndexOf(searchElement[, fromIndex]) _(es5-ext/array/#/e-index-of)_
242 #### arr.eLastIndexOf(searchElement[, fromIndex]) _(es5-ext/array/#/e-last-index-of)_
246 #### arr.entries() _(es5-ext/array/#/entries)_
251 #### arr.exclusion([…lists]]) _(es5-ext/array/#/exclusion)_
255 #### arr.fill(value[, start, end]) _(es5-ext/array/#/fill)_
259 #### arr.filter(callback[, thisArg]) _(es5-ext/array/#/filter)_
264 #### arr.find(predicate[, thisArg]) _(es5-ext/array/#/find)_
269 #### arr.findIndex(predicate[, thisArg]) _(es5-ext/array/#/find-index)_
274 #### arr.first() _(es5-ext/array/#/first)_
278 #### arr.firstIndex() _(es5-ext/array/#/first-index)_
282 #### arr.flatten() _(es5-ext/array/#/flatten)_
286 #### arr.forEachRight(cb[, thisArg]) _(es5-ext/array/#/for-each-right)_
290 #### arr.group(cb[, thisArg]) _(es5-ext/array/#/group)_
294 #### arr.indexesOf(searchElement[, fromIndex]) _(es5-ext/array/#/indexes-of)_
298 #### arr.intersection([…lists]) _(es5-ext/array/#/intersection)_
302 #### arr.isCopy(other) _(es5-ext/array/#/is-copy)_
306 #### arr.isUniq() _(es5-ext/array/#/is-uniq)_
310 #### arr.keys() _(es5-ext/array/#/keys)_
315 #### arr.last() _(es5-ext/array/#/last)_
319 #### arr.lastIndex() _(es5-ext/array/#/last)_
323 #### arr.map(callback[, thisArg]) _(es5-ext/array/#/map)_
328 #### arr.remove(value[, …valuen]) _(es5-ext/array/#/remove)_
332 #### arr.separate(sep) _(es5-ext/array/#/separate)_
336 #### arr.slice(callback[, thisArg]) _(es5-ext/array/#/slice)_
341 #### arr.someRight(cb[, thisArg]) _(es5-ext/array/#/someRight)_
345 #### arr.splice(callback[, thisArg]) _(es5-ext/array/#/splice)_
350 #### arr.uniq() _(es5-ext/array/#/uniq)_
354 #### arr.values() _(es5-ext/array/#/values)_
359 #### arr[@@iterator] _(es5-ext/array/#/@@iterator)_
366 #### isBoolean(x) _(es5-ext/boolean/is-boolean)_
372 #### isDate(x) _(es5-ext/date/is-date)_
376 #### validDate(x) _(es5-ext/date/valid-date)_
382 #### date.copy(date) _(es5-ext/date/#/copy)_
386 #### date.daysInMonth() _(es5-ext/date/#/days-in-month)_
390 #### date.floorDay() _(es5-ext/date/#/floor-day)_
394 #### date.floorMonth() _(es5-ext/date/#/floor-month)_
398 #### date.floorYear() _(es5-ext/date/#/floor-year)_
402 #### date.format(pattern) _(es5-ext/date/#/format)_
417 #### custom(message/_, code, ext_/) _(es5-ext/error/custom)_
421 #### isError(x) _(es5-ext/error/is-error)_
425 #### validError(x) _(es5-ext/error/valid-error)_
431 #### err.throw() _(es5-ext/error/#/throw)_
439 #### constant(x) _(es5-ext/function/constant)_
445 #### identity(x) _(es5-ext/function/identity)_
451 #### invoke(name[, …args]) _(es5-ext/function/invoke)_
459 #### isArguments(x) _(es5-ext/function/is-arguments)_
463 #### isFunction(arg) _(es5-ext/function/is-function)_
467 #### noop() _(es5-ext/function/noop)_
471 #### pluck(name) _(es5-ext/function/pluck)_
478 #### validFunction(arg) _(es5-ext/function/valid-function)_
486 #### fn.compose([…fns]) _(es5-ext/function/#/compose)_
492 #### fn.copy() _(es5-ext/function/#/copy)_
496 #### fn.curry([n]) _(es5-ext/function/#/curry)_
503 #### fn.lock([…args]) _(es5-ext/function/#/lock)_
511 #### fn.not() _(es5-ext/function/#/not)_
517 #### fn.partial([…args]) _(es5-ext/function/#/partial)_
523 #### fn.spread() _(es5-ext/function/#/spread)_
529 #### fn.toStringTokens() _(es5-ext/function/#/to-string-tokens)_
535 #### acosh(x) _(es5-ext/math/acosh)_
539 #### asinh(x) _(es5-ext/math/asinh)_
543 #### atanh(x) _(es5-ext/math/atanh)_
547 #### cbrt(x) _(es5-ext/math/cbrt)_
551 #### clz32(x) _(es5-ext/math/clz32)_
555 #### cosh(x) _(es5-ext/math/cosh)_
559 #### expm1(x) _(es5-ext/math/expm1)_
563 #### fround(x) _(es5-ext/math/fround)_
567 #### hypot([…values]) _(es5-ext/math/hypot)_
571 #### imul(x, y) _(es5-ext/math/imul)_
575 #### log1p(x) _(es5-ext/math/log1p)_
579 #### log2(x) _(es5-ext/math/log2)_
583 #### log10(x) _(es5-ext/math/log10)_
587 #### sign(x) _(es5-ext/math/sign)_
591 #### sinh(x) _(es5-ext/math/sinh)_
595 #### tanh(x) _(es5-ext/math/tanh)_
599 #### trunc(x) _(es5-ext/math/trunc)_
605 #### EPSILON _(es5-ext/number/epsilon)_
611 #### isFinite(x) _(es5-ext/number/is-finite)_
616 #### isInteger(x) _(es5-ext/number/is-integer)_
621 #### isNaN(x) _(es5-ext/number/is-nan)_
626 #### isNumber(x) _(es5-ext/number/is-number)_
630 #### isSafeInteger(x) _(es5-ext/number/is-safe-integer)_
634 #### MAX*SAFE_INTEGER *(es5-ext/number/max-safe-integer)\_
639 #### MIN*SAFE_INTEGER *(es5-ext/number/min-safe-integer)\_
644 #### toInteger(x) _(es5-ext/number/to-integer)_
648 #### toPosInteger(x) _(es5-ext/number/to-pos-integer)_
652 #### toUint32(x) _(es5-ext/number/to-uint32)_
659 #### num.pad(length[, precision]) _(es5-ext/number/#/pad)_
665 #### assign(target, source[, …sourcen]) _(es5-ext/object/assign)_
670 #### clear(obj) _(es5-ext/object/clear)_
674 #### compact(obj) _(es5-ext/object/compact)_
678 #### compare(obj1, obj2) _(es5-ext/object/compare)_
682 #### copy(obj) _(es5-ext/object/copy)_
686 #### copyDeep(obj) _(es5-ext/object/copy-deep)_
690 #### count(obj) _(es5-ext/object/count)_
694 #### create(obj[, properties]) _(es5-ext/object/create)_
704 #### eq(x, y) _(es5-ext/object/eq)_
708 #### every(obj, cb[, thisArg[, compareFn]]) _(es5-ext/object/every)_
713 #### filter(obj, cb[, thisArg]) _(es5-ext/object/filter)_
717 #### firstKey(obj) _(es5-ext/object/first-key)_
721 #### flatten(obj) _(es5-ext/object/flatten)_
727 #### forEach(obj, cb[, thisArg[, compareFn]]) _(es5-ext/object/for-each)_
732 #### getPropertyNames() _(es5-ext/object/get-property-names)_
736 #### is(x, y) _(es5-ext/object/is)_
740 #### isArrayLike(x) _(es5-ext/object/is-array-like)_
744 #### isCopy(x, y) _(es5-ext/object/is-copy)_
748 #### isCopyDeep(x, y) _(es5-ext/object/is-copy-deep)_
752 #### isEmpty(obj) _(es5-ext/object/is-empty)_
756 #### isObject(arg) _(es5-ext/object/is-object)_
760 #### isPlainObject(arg) _(es5-ext/object/is-plain-object)_
764 #### keyOf(obj, searchValue) _(es5-ext/object/key-of)_
768 #### keys(obj) _(es5-ext/object/keys)_
773 #### map(obj, cb[, thisArg]) _(es5-ext/object/map)_
777 #### mapKeys(obj, cb[, thisArg]) _(es5-ext/object/map-keys)_
781 #### mixin(target, source) _(es5-ext/object/mixin)_
786 #### mixinPrototypes(target, …source]) _(es5-ext/object/mixin-prototypes)_
791 #### normalizeOptions(options) _(es5-ext/object/normalize-options)_
801 #### primitiveSet([…names]) _(es5-ext/object/primitive-set)_
805 #### safeTraverse(obj[, …names]) _(es5-ext/object/safe-traverse)_
809 #### serialize(value) _(es5-ext/object/serialize)_
813 #### setPrototypeOf(object, proto) _(es5-ext/object/set-prototype-of)_
818 #### some(obj, cb[, thisArg[, compareFn]]) _(es5-ext/object/some)_
824 #### toArray(obj[, cb[, thisArg[, compareFn]]]) _(es5-ext/object/to-array)_
829 #### unserialize(str) _(es5-ext/object/unserialize)_
833 #### validCallable(x) _(es5-ext/object/valid-callable)_
837 #### validObject(x) _(es5-ext/object/valid-object)_
841 #### validValue(x) _(es5-ext/object/valid-value)_
847 #### escape(str) _(es5-ext/reg-exp/escape)_
851 #### isRegExp(x) _(es5-ext/reg-exp/is-reg-exp)_
855 #### validRegExp(x) _(es5-ext/reg-exp/valid-reg-exp)_
861 #### re.isSticky(x) _(es5-ext/reg-exp/#/is-sticky)_
867 #### re.isUnicode(x) _(es5-ext/reg-exp/#/is-unicode)_
873 #### re.match(string) _(es5-ext/reg-exp/#/match)_
877 #### re.replace(string, replaceValue) _(es5-ext/reg-exp/#/replace)_
881 #### re.search(string) _(es5-ext/reg-exp/#/search)_
885 #### re.split(string) _(es5-ext/reg-exp/#/search)_
889 #### re.sticky _(es5-ext/reg-exp/#/sticky/implement)_
894 #### re.unicode _(es5-ext/reg-exp/#/unicode/implement)_
901 #### formatMethod(fMap) _(es5-ext/string/format-method)_
905 #### fromCodePoint([…codePoints]) _(es5-ext/string/from-code-point)_
909 #### isString(x) _(es5-ext/string/is-string)_
913 #### randomUniq() _(es5-ext/string/random-uniq)_
917 #### raw(callSite[, …substitutions]) _(es5-ext/string/raw)_
923 #### str.at(pos) _(es5-ext/string/#/at)_
930 #### str.camelToHyphen() _(es5-ext/string/#/camel-to-hyphen)_
935 #### str.capitalize() _(es5-ext/string/#/capitalize)_
939 #### str.caseInsensitiveCompare(str) _(es5-ext/string/#/case-insensitive-compare)_
943 #### str.codePointAt(pos) _(es5-ext/string/#/code-point-at)_
949 #### str.contains(searchString[, position]) _(es5-ext/string/#/contains)_
955 #### str.endsWith(searchString[, endPosition]) _(es5-ext/string/#/ends-with)_
960 #### str.hyphenToCamel() _(es5-ext/string/#/hyphen-to-camel)_
965 #### str.indent(str[, count]) _(es5-ext/string/#/indent)_
969 #### str.last() _(es5-ext/string/#/last)_
973 #### str.normalize([form]) _(es5-ext/string/#/normalize)_
979 #### str.pad(fill[, length]) _(es5-ext/string/#/pad)_
985 #### str.repeat(n) _(es5-ext/string/#/repeat)_
990 #### str.plainReplace(search, replace) _(es5-ext/string/#/plain-replace)_
994 #### str.plainReplaceAll(search, replace) _(es5-ext/string/#/plain-replace-all)_
998 #### str.startsWith(searchString[, position]) _(es5-ext/string/#/starts-with)_
1003 #### str[@@iterator] _(es5-ext/string/#/@@iterator)_