Lines Matching refs:text
25 * @param {Object} initValue Hml text token information.
26 * @param {Object} functionFlag Hml text token information.
39 * @param {Object} value Hml text token information.
40 * @param {Object} functionFlag Hml text token information.
82 * @param {String} initValue Hml text token information.
95 * @param {String} value Hml text token information.
111 textArray.forEach(function(text) {
112 const transValue = text.tag ?
113 card ? `{{${text.value}}}` : content.parseExpression(text.value) :
114 card ? text.value : `'${text.value}'`