Lines Matching defs:classes
1017 this.classes = []; property
1085 const createClass = function createClass(classes) { argument
1089 const initNode = function initNode(classes, options, style) { argument
1198 constructor(classes, children, options, style) { argument
1240 constructor(href, classes, children, options) { argument
1285 this.classes = ["mord"]; property
1343 constructor(text, height, depth, italic, skew, width, classes, style) { argument
5414 const makeSymbol = function makeSymbol(value, fontName, mode, options, classes) { argument
5456 const mathsym = function mathsym(value, mode, options, classes) { argument
5483 const mathdefault = function mathdefault(value, mode, options, classes) { argument
5506 const mathnormal = function mathnormal(value, mode, options, classes) { argument
5532 const boldsymbol = function boldsymbol(value, mode, options, classes) { argument
5715 const makeSpan = function makeSpan(classes, children, options, style) { argument
5723 const makeSvgSpan = (classes, children, options, style) => new Span(classes, children, options, sty… argument
5738 const makeAnchor = function makeAnchor(href, classes, children, options) { argument
6564 const makeNullDelimiter = function makeNullDelimiter(options, classes) { argument
8165 const styleWrap = function styleWrap(delim, toStyle, options, classes) { argument
8190 const makeSmallDelim = function makeSmallDelim(delim, style, center, options, mode, classes) { argument
8214 const makeLargeDelim = function makeLargeDelim(delim, size, center, options, mode, classes) { argument
8260 … makeStackedDelim = function makeStackedDelim(delim, heightTotal, center, options, mode, classes) { argument
8568 const makeSizedDelim = function makeSizedDelim(delim, size, options, mode, classes) { argument
8719 …keCustomSizedDelim = function makeCustomSizedDelim(delim, height, center, options, mode, classes) { argument
8758 const makeLeftRightDelim = function makeLeftRightDelim(delim, height, depth, options, mode, classes… argument
12615 Array.prototype.push.apply(inner[i].classes, options.sizingClasses(baseOptions));