MCPcopy Create free account

hub / github.com/Netflix-Skunkworks/sketchy / functions

Functions229 in github.com/Netflix-Skunkworks/sketchy

Functiontemplate
* A micro-templating method that handles arbitrary delimiters, preserves * whitespace, and correctly escapes quotes within interpolated code.
sketchy/assets/lodash.js:6220
Methodtest_celery_sketch
(self)
tests.py:99
Methodtest_check_url_invalid
(self)
tests.py:143
Methodtest_check_url_valid
(self)
tests.py:120
Methodtest_eager_html
(self)
tests.py:86
Methodtest_eager_invalid
(self)
tests.py:93
Methodtest_eager_scrape
(self)
tests.py:79
Methodtest_eager_sketch
(self)
tests.py:72
Methodtest_token_invalid
(self)
tests.py:137
Methodtest_token_valid
(self)
tests.py:131
Methodtest_without_json_body
(self)
tests.py:65
Functionthrottle
* Creates a function that, when executed, will only call the `func` function * at most once per every `wait` milliseconds. Provide an options obj
sketchy/assets/lodash.js:5696
Functiontimes
* Executes the callback `n` times, returning an array of the results * of each callback execution. The callback is bound to `thisArg` and invoked
sketchy/assets/lodash.js:6343
FunctiontoArray
* Converts the `collection` to an array. * * @static * @memberOf _ * @category Collections * @param {Array|Object|string} col
sketchy/assets/lodash.js:4062
Functiontransform
* An alternative to `_.reduce` this method transforms `object` to a new * `accumulator` object which is the result of running each of its own
sketchy/assets/lodash.js:2870
Functionunescape
* The inverse of `_.escape` this method converts the HTML entities * `&`, `<`, `>`, `"`, and `'` in `string` to their * c
sketchy/assets/lodash.js:6370
FunctionunescapeHtmlChar
* Used by `unescape` to convert HTML entities to characters. * * @private * @param {string} match The matched character to unescape.
sketchy/assets/lodash.js:1534
Functionunion
* Creates an array of unique values, in order, of the provided arrays using * strict equality for comparisons, i.e. `===`. * * @static
sketchy/assets/lodash.js:4934
Functionuniq
* Creates a duplicate-value-free version of an array using strict equality * for comparisons, i.e. `===`. If the array is sorted, providing
sketchy/assets/lodash.js:4982
FunctionuniqueId
* Generates a unique ID. If `prefix` is provided the ID will be appended to it. * * @static * @memberOf _ * @category Utilities
sketchy/assets/lodash.js:6390
Functionuploaded_file
Route to retrieve a sketch, scrape, or html file when requested. If token auth is required, run the app_key_check decorator.
sketchy/__init__.py:121
Functionwithout
* Creates an array excluding all provided values using strict equality for * comparisons, i.e. `===`. * * @static * @memberOf _
sketchy/assets/lodash.js:5010
Functionwrap
* Creates a function that provides `value` to the wrapper function as its * first argument. Additional arguments provided to the function are app
sketchy/assets/lodash.js:5737
FunctionwrapperChain
* Enables explicit method chaining on the wrapper object. * * @name chain * @memberOf _ * @category Chaining * @returns {*} R
sketchy/assets/lodash.js:6477
FunctionwrapperToString
* Produces the `toString` result of the wrapped value. * * @name toString * @memberOf _ * @category Chaining * @returns {stri
sketchy/assets/lodash.js:6494
FunctionwrapperValueOf
* Extracts the wrapped value. * * @name valueOf * @memberOf _ * @alias value * @category Chaining * @returns {*} Returns
sketchy/assets/lodash.js:6511
Functionxor
* Creates an array that is the symmetric difference of the provided arrays. * See http://en.wikipedia.org/wiki/Symmetric_difference. *
sketchy/assets/lodash.js:5031
Functionzip
* Creates an array of grouped elements, the first of which contains the first * elements of the given arrays, the second of which contains the se
sketchy/assets/lodash.js:5062
FunctionzipObject
* Creates an object composed from arrays of `keys` and `values`. Provide * either a single two dimensional array, i.e. `[[key1, value1], [key2, v
sketchy/assets/lodash.js:5092
← previous201–229 of 229, ranked by callers