MCPcopy Create free account

hub / github.com/bill-xia/hexo-theme-mashiro / types & classes

Types & classes42 in github.com/bill-xia/hexo-theme-mashiro

Class
source/katex/katex.mjs:5
Class
source/katex/katex.mjs:58
Class
source/katex/katex.mjs:92
Class
source/katex/katex.mjs:395
Class
source/katex/katex.mjs:521
Class
source/katex/katex.mjs:987
Class
source/katex/katex.mjs:3439
Class
source/katex/katex.mjs:3961
Class
source/katex/katex.mjs:4003
Class
source/katex/katex.mjs:4038
Class
source/katex/katex.mjs:4106
Class
source/katex/katex.mjs:4235
Class
source/katex/katex.mjs:4280
Class
source/katex/katex.mjs:4310
Class
source/katex/katex.mjs:6578
Class
source/katex/katex.mjs:6673
Class
source/katex/katex.mjs:6711
Class
source/katex/katex.mjs:14889
Class
source/katex/katex.mjs:14960
Class
source/katex/katex.mjs:16058
Class
source/katex/katex.mjs:17092
ClassAnchor
* This node represents an anchor (<a>) element with a hyperlink. See `span` * for further details.
source/katex/katex.mjs:4003
ClassDocumentFragment
* This node represents a document fragment, which contains elements, but when * placed into the DOM doesn't have any representation itself. It only c
source/katex/katex.mjs:987
ClassImg
* This node represents an image embed (<img>) element.
source/katex/katex.mjs:4038
ClassLexer
Main Lexer class
source/katex/katex.mjs:14889
ClassLineNode
source/katex/katex.mjs:4310
ClassMacroExpander
source/katex/katex.mjs:16058
ClassMathNode
* This node represents a general purpose MathML node of any type. The * constructor requires the type of node to create (for example, `"mo"` or * `"
source/katex/katex.mjs:6578
ClassNamespace
* A `Namespace` refers to a space of nameable things like macros or lengths, * which can be `set` either globally or local to a nested group, using a
source/katex/katex.mjs:14960
ClassOptions
* This is the main options class. It contains the current style, size, color, * and font. * * Options objects should not be modified. To create a n
source/katex/katex.mjs:3439
ClassParseError
* This is the ParseError class, which is the main error thrown by KaTeX * functions when something has gone wrong. This is used to distinguish intern
source/katex/katex.mjs:92
ClassParser
* This file contains the parser used to parse out a TeX expression from the * input. Since TeX isn't context-free, standard parsers don't work partic
source/katex/katex.mjs:17092
ClassPathNode
source/katex/katex.mjs:4280
ClassSettings
* The main Settings object * * The current options stored are: * - displayMode: Whether the expression should be typeset as inline math *
source/katex/katex.mjs:395
ClassSourceLocation
* Lexing or parsing positional information for error reporting. * This object is immutable.
source/katex/katex.mjs:5
ClassSpaceNode
* This node represents a space, but may render as <mspace.../> or as text, * depending on the width.
source/katex/katex.mjs:6711
ClassSpan
* This node represents a span node, with a className, a list of children, and * an inline style. It also contains information about its height, depth
source/katex/katex.mjs:3961
ClassStyle
* The main style class. Contains a unique id for the style, a size (which is * the same for cramped and uncramped version of a style), and a cramped
source/katex/katex.mjs:521
ClassSvgNode
* SVG nodes are used to render stretchy wide elements.
source/katex/katex.mjs:4235
ClassSymbolNode
* A symbol node contains information about a single symbol. It either renders * to a single text node, or a span with a single text node in it, depen
source/katex/katex.mjs:4106
ClassTextNode
* This node represents a piece of text.
source/katex/katex.mjs:6673
ClassToken
* The resulting token returned from `lex`. * * It consists of the token text plus some position information. * The position information is essentia
source/katex/katex.mjs:58