Home | History | Annotate | Download | only in webapp

Lines Matching refs:substitutions

28  * and an optional set of substitutions.
51 * attribute, and an optional set of substitutions.
68 * attributes to specify any placeholder substitutions.
72 * HTML iff there are any substitutions.
78 var substitutions = [];
83 substitutions.push(element.getAttribute(value));
88 substitutions.push(translation);
91 substitutions.push(name);
99 element.title = l10n.getTranslationOrError(titleTag, substitutions);
101 l10n.localizeElement(element, substitutions,
102 substitutions.length != 0);