Lines Matching refs:a

96                 var a = this.dependents[e];
97 a.Disable && a.Disable(!1, i);
130 var a = n.mrow().With({ variable
135 a.Append.apply(a, i.data[0].data), i.data[0].data = [];
136 …ngth - 1; s = i.attrNames[l]; l--) "data-semantic-" === s.substr(0, 14) && (a.attr[s] = i.attr[s],
137 a.attrNames.push(s), delete i.attr[s], i.attrNames.splice(l, 1));
138 a.complexity = i.complexity, e.Append(a), i.Append(e), i.complexity = e.complexity,
149 var i, e, a, s = (t.attr || {})["data-semantic-type"]; variable
151 …[i] || e.value), t.complexity > e && ("string" != typeof (a = this.MARKER[s]) && (a = a[i] || a.va…
152 t = this.MakeAction(this.Marker(a), t)))), t;
156 var a = 1 === t.data.length && t.data[0].inferred ? t.data[0] : t; variable
157 … if (a && a.data[i] && a.data[i].collapsible) return a.SetData(i, a.data[i].data[1]),
158 t.complexity = a.complexity = null, t.getComplexity(), 1;
169 if (!t.isToken) for (var e = 0, a = t.data.length; e < a; e++) {
241 …var t, i = MathJax.Menu.ITEM, e = MathJax.Menu.menu, a = i.CHECKBOX([ "CollapsibleMath", "Collapsi…
246 … null !== (t = s.IndexOfId("CollapsibleMath")) ? s.items[t] = a : s.items.push(i.RULE(), a) : (t =…
247 e.items.splice(t, 0, a, i.RULE()));
251 …var t = MathJax.ElementJax.mml, i = MathJax.Extension.collapsible, a = i.COMPLEXITY, s = i.COMPLEX…
259 if (this.isToken) t = a.TEXT * this.data.join("").length + a.TOKEN; else {
262 1 < e && (t += e * a.CHILD);
275 … this.complexity *= a.SCRIPT, this.complexity += a.FRACTION, this.attr[s] = this.complexity),
281 this.complexity += a.SQRT, this.attr[s] = this.complexity), this.complexity;
286 … this.complexity -= (1 - a.SCRIPT) * this.data[1].getComplexity(), this.complexity += a.SQRT,
292 ….complexity && (t = 0, this.data[this.sub] && (t = this.data[this.sub].getComplexity() + a.CHILD),
293 … this.data[this.sup] && (t = Math.max(this.data[this.sup].getComplexity(), t)), t *= a.SCRIPT,
294 …is.sub] && (t += a.CHILD), this.data[this.sup] && (t += a.CHILD), this.data[this.base] && (t += th…
295 this.complexity = t + a.SUBSUP, this.reportComplexity()), this.complexity;
300 ….complexity && (t = 0, this.data[this.sub] && (t = this.data[this.sub].getComplexity() + a.CHILD),
301 … this.data[this.sup] && (t = Math.max(this.data[this.sup].getComplexity(), t)), t *= a.SCRIPT,
303 …this.data[this.sub] && (t += a.CHILD), this.data[this.sup] && (t += a.CHILD), this.data[this.base]…
304 this.complexity = t + a.UNDEROVER, this.reportComplexity()), this.complexity;
308 return this.complexity = a.PHANTOM, this.reportComplexity(), this.complexity;
312 ….SUPER(arguments).getComplexity.call(this), this.complexity += this.Get("lquote").length * a.TEXT,
313 this.complexity += this.Get("rquote").length * a.TEXT, this.attr[s] = this.complexity,
319 this.complexity += a.ACTION, this.attr[s] = this.complexity), this.complexity;
333 return this.complexity = a.XML, this.reportComplexity(), this.complexity;
337 return this.complexity = a.XML, this.reportComplexity(), this.complexity;
341 return this.complexity = a.GLYPH, this.reportComplexity(), this.complexity;