Lines Matching refs:complexity

123                 complexity: t.getComplexity(),
129 if (e.attr[r] = e.complexity, "math" === i.type) {
131 complexity: i.complexity,
138 a.complexity = i.complexity, e.Append(a), i.Append(e), i.complexity = e.complexity,
151 …"number" != typeof (e = this.COLLAPSE[s]) && (e = e[i] || e.value), t.complexity > e && ("string" …
158 t.complexity = a.complexity = null, t.getComplexity(), 1;
181 …return this.UncollapseChild(t, 1), t.complexity > this.COLLAPSE.fenced && "leftright" === t.attr["…
190 …return this.UncollapseChild(t, 0), t.complexity > this.COLLAPSE.sqrt && (t = this.MakeAction(this.…
194 …return this.UncollapseChild(t, 0), t.complexity > this.COLLAPSE.sqrt && (t = this.MakeAction(this.…
204 …return (t.complexity > this.COLLAPSE.bigop || "mo" !== t.data[0].type) && (i = this.SplitAttribute…
209 …return (t.complexity > this.COLLAPSE.integral || "mo" !== t.data[0].type) && (i = this.SplitAttrib…
214 return t.complexity > this.COLLAPSE.relseq && (i = this.SplitAttribute(t, "content"),
220 return t.complexity > this.COLLAPSE.multirel && (i = this.SplitAttribute(t, "content"),
225 …return this.UncollapseChild(t, 0, 2), t.complexity > this.COLLAPSE.superscript && (t = this.MakeAc…
229 …return this.UncollapseChild(t, 0, 2), t.complexity > this.COLLAPSE.subscript && (t = this.MakeActi…
233 …return this.UncollapseChild(t, 0, 3), t.complexity > this.COLLAPSE.subsup && (t = this.MakeAction(…
257 if (null == this.complexity) {
261 t += this.data[i].complexity);
265 this.complexity = t;
267 return this.complexity;
270 …r || !this.attrNames || s in this.attr || (this.attrNames.push(s), this.attr[s] = this.complexity);
274 return null == this.complexity && (this.SUPER(arguments).getComplexity.call(this),
275 … this.complexity *= a.SCRIPT, this.complexity += a.FRACTION, this.attr[s] = this.complexity),
276 this.complexity;
280 return null == this.complexity && (this.SUPER(arguments).getComplexity.call(this),
281 this.complexity += a.SQRT, this.attr[s] = this.complexity), this.complexity;
285 return null == this.complexity && (this.SUPER(arguments).getComplexity.call(this),
286 … this.complexity -= (1 - a.SCRIPT) * this.data[1].getComplexity(), this.complexity += a.SQRT,
287 this.attr[s] = this.complexity), this.complexity;
292 …return null == this.complexity && (t = 0, this.data[this.sub] && (t = this.data[this.sub].getCompl…
295 this.complexity = t + a.SUBSUP, this.reportComplexity()), this.complexity;
300 …return null == this.complexity && (t = 0, this.data[this.sub] && (t = this.data[this.sub].getCompl…
304 this.complexity = t + a.UNDEROVER, this.reportComplexity()), this.complexity;
308 return this.complexity = a.PHANTOM, this.reportComplexity(), this.complexity;
312 …return this.SUPER(arguments).getComplexity.call(this), this.complexity += this.Get("lquote").lengt…
313 this.complexity += this.Get("rquote").length * a.TEXT, this.attr[s] = this.complexity,
314 this.complexity;
318 return null == this.complexity && (this.SUPER(arguments).getComplexity.call(this),
319 this.complexity += a.ACTION, this.attr[s] = this.complexity), this.complexity;
323 … return this.complexity = (this.collapsible ? this.data[0] : this.selected()).getComplexity(),
324 this.reportComplexity(), this.complexity;
328 …return null == this.complexity && (this.complexity = this.data[0] ? this.data[0].getComplexity() :…
329 this.reportComplexity()), 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;