[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Memize options object.
File Size: | 1711 lines (52 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
memize( fn, options ) X-Ref |
Accepts a function to be memoized, and returns a new memoized function, with optional options. return: {F & MemizeMemoizedFunction} Memoized function. param: {F} fn Function to memoize. param: {MemizeOptions} [options] Options object. |
memoized( ) X-Ref |
No description |
sprintf(key) X-Ref |
No description |
vsprintf(fmt, argv) X-Ref |
No description |
sprintf_format(parse_tree, argv) X-Ref |
No description |
sprintf_parse(fmt) X-Ref |
No description |
__webpack_require__(moduleId) X-Ref |
No description |
sprintf_sprintf(format) X-Ref |
No description |
postfix( expression ) X-Ref |
Given a C expression, returns the equivalent postfix (Reverse Polish) notation terms as an array. If a postfix string is desired, simply `.join( ' ' )` the result. return: {string[]} Postfix terms. param: {string} expression C expression. |
evaluate( postfix, variables ) X-Ref |
Given an array of postfix terms and operand variables, returns the result of the postfix evaluation. return: {*} Result of evaluation. param: {string[]} postfix Postfix terms. param: {Object} variables Operand variables. |
compile( expression ) X-Ref |
Given a C expression, returns a function which can be called to evaluate its result. return: {(variables?:{[variable:string]:*})=>*} Compiled evaluator. param: {string} expression C expression. |
pluralForms( expression ) X-Ref |
Given a C expression, returns a function which, when called with a value, evaluates the result with the value assumed to be the "n" variable of the expression. The result will be coerced to its numeric equivalent. return: {Function} Evaluator function. param: {string} expression C expression. |
getPluralExpression( pf ) X-Ref |
Given a specific locale data's config `plural_forms` value, returns the expression. return: {string} Plural forms expression. param: {string} pf Locale data plural forms. |
Tannin( data, options ) X-Ref |
Tannin constructor. param: {TanninLocaleData} data Jed-formatted locale data. param: {TanninOptions} [options] Tannin options. |
Generated: Sat Nov 23 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |