Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/ghostwriter
/ functions
Functions
5,522 in github.com/KDE/ghostwriter
⨍
Functions
5,522
◇
Types & classes
915
↓ 3,671 callers
Method
next
* @param {N|T} node The HTML node whose sibling is to be obtained * @return {N|T} The node following the given one (or null)
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:180
↓ 3,182 callers
Method
create
* Creates a MathDocument for the given handler * * @param {any} document The document to be handled * @param {OptionList} options The
3rdparty/MathJax/src/ts/core/Handler.ts:74
↓ 2,046 callers
Method
split
* @param {T} node The HTML text node to be split * @param {number} n The index of the character where the split will occur
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:174
↓ 1,956 callers
Method
push
* Push items on the end of the list * * @param {DataClass[]} args The list of data items to be pushed * @return {LinkedList} The Lin
3rdparty/MathJax/src/ts/util/LinkedList.ts:133
↓ 1,349 callers
Method
get
* @param {string} name The name of the style to get * @return {string} The value of the style (or empty string if not defined)
3rdparty/MathJax/src/ts/util/Styles.ts:438
↓ 1,024 callers
Function
r
(n)
3rdparty/MathJax/bin/tex-chtml-full.js:1
↓ 886 callers
Method
setAttribute
* @param {N} node The HTML node whose attribute is to be set * @param {string|number} name The name of the attribute to set * @p
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:249
↓ 856 callers
Method
replace
* @param {N|T} nnode The node to replace with * @param {N|T} onode The child to be replaced * @return {N|T} The removed node
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:162
↓ 845 callers
Function
r
(n)
3rdparty/MathJax/bin/tex-mml-chtml.js:1
↓ 833 callers
Function
r
(n)
3rdparty/MathJax/bin/tex-chtml.js:1
↓ 829 callers
Method
Push
* Pushes new nodes onto the items node stack. * @param {MmlNode[]} ...nodes A list of nodes.
3rdparty/MathJax/src/ts/input/tex/StackItem.ts:66
↓ 715 callers
Method
getProperty
* @param {string} name The name of the property to get * @return {Property} The value of the named property
3rdparty/MathJax/src/ts/core/Tree/Node.ts:53
↓ 693 callers
Method
em
* @param {number} n The number of ems * @return {string} The string representing the number with units of "em"
3rdparty/MathJax/src/ts/output/chtml/FontData.ts:409
↓ 680 callers
Method
getBBox
()
3rdparty/MathJax/src/ts/adaptors/HTMLAdaptor.ts:90
↓ 663 callers
Function
r
(n)
3rdparty/MathJax/bin/mml-chtml.js:1
↓ 640 callers
Method
setStyle
* @param {N} node The HTML node whose style is to be changed * @param {string} name The style to be set * @param {string} value The ne
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:313
↓ 629 callers
Method
append
* @param {N} node The HTML node to be appended to * @param {N|T} child The node or text to be appended * @return {N|T} The appended n
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:143
↓ 628 callers
Method
isKind
* @param {string} kind The type of node to test for * @return {boolean} True when the node is of the given type
3rdparty/MathJax/src/ts/core/Tree/Node.ts:75
↓ 587 callers
Method
keys
* All names of registered subhandlers. * @return {IterableIterator<string>} Iterable list of keys.
3rdparty/MathJax/src/ts/input/tex/MapHandler.ts:251
↓ 584 callers
Method
GetArgument
* Get and return a TeX argument (either a single character or control * sequence, or the contents of the next set of braces). * @param {stri
3rdparty/MathJax/src/ts/input/tex/TexParser.ts:289
↓ 576 callers
Method
concat
* Merges a MathList into the list for this document. * * @param {MathList} list The MathList to be merged into this document's list * @retu
3rdparty/MathJax/src/ts/core/MathDocument.ts:438
↓ 508 callers
Method
html
* @param {string} type The tag name of the HTML node to be created * @param {OptionList} def The properties to set for the created node *
3rdparty/MathJax/src/ts/output/svg/Wrapper.ts:357
↓ 499 callers
Method
add
* Adds a list of symbol maps to the handler. * @param {string[]} maps The names of the symbol maps to add. * @param {ParseMethod} fallback A fal
3rdparty/MathJax/src/ts/input/tex/MapHandler.ts:80
↓ 459 callers
Method
setProperty
* @param {string} name The name of the property to set * @param {Property} value The value to which the property will be set
3rdparty/MathJax/src/ts/core/Tree/Node.ts:47
↓ 399 callers
Method
appendChild
* @param {Node} child A node to add to this node's children * @return {Node} The child node that was added
3rdparty/MathJax/src/ts/core/Tree/Node.ts:86
↓ 399 callers
Method
set
* @param {string} name The name of the style to set * @param {srting|number|boolean} value The value to set it to
3rdparty/MathJax/src/ts/util/Styles.ts:411
↓ 378 callers
Function
r
(n)
3rdparty/MathJax/bin/input/tex-full.js:1
↓ 321 callers
Function
o
(t,e)
3rdparty/MathJax/bin/tex-chtml-full.js:1
↓ 320 callers
Function
o
(t,e)
3rdparty/MathJax/bin/tex-mml-chtml.js:1
↓ 314 callers
Function
o
(t,e)
3rdparty/MathJax/bin/tex-chtml.js:1
↓ 310 callers
Function
Error
* Produce an error message on the console * * @param {string} message The error message to display
3rdparty/MathJax/src/ts/components/latest.ts:132
↓ 294 callers
Method
length2em
* @param {Property} length A dimension (giving number and units) or number to be converted to ems * @param {number} size The default size of the
3rdparty/MathJax/src/ts/output/common/Wrapper.ts:713
↓ 281 callers
Function
i
(t)
3rdparty/MathJax/bin/ui/menu.js:1
↓ 268 callers
Function
i
(t)
3rdparty/MathJax/bin/tex-chtml-full.js:1
↓ 265 callers
Function
i
(t)
3rdparty/MathJax/bin/tex-mml-chtml.js:1
↓ 265 callers
Function
n
(t)
3rdparty/MathJax/bin/tex-chtml-full.js:1
↓ 262 callers
Function
o
(t,e)
3rdparty/MathJax/bin/mml-chtml.js:1
↓ 259 callers
Function
i
(t)
3rdparty/MathJax/bin/tex-chtml.js:1
↓ 257 callers
Function
n
(t)
3rdparty/MathJax/bin/tex-mml-chtml.js:1
↓ 254 callers
Method
GetNext
* @return {string} Get the next non-space character.
3rdparty/MathJax/src/ts/input/tex/TexParser.ts:261
↓ 254 callers
Function
n
(t)
3rdparty/MathJax/bin/tex-chtml.js:1
↓ 246 callers
Method
getAttribute
* @param {N} node The HTML node whose attribute is to be obtained * @param {string} name The name of the attribute to get * @return {st
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:262
↓ 243 callers
Function
r
(n)
3rdparty/MathJax/bin/node-main.js:1
↓ 241 callers
Method
fixed
* @param {number} x The dimension to display * @param {number=} n The number of digits to display * @return {string} The dimension with th
3rdparty/MathJax/src/ts/output/svg/Wrapper.ts:384
↓ 237 callers
Function
i
(t)
3rdparty/MathJax/bin/mml-chtml.js:1
↓ 231 callers
Function
r
(o)
3rdparty/MathJax/bin/output/svg.js:1
↓ 228 callers
Method
toString
* @override
3rdparty/MathJax/src/ts/input/tex/Stack.ts:154
↓ 227 callers
Function
r
(a)
3rdparty/MathJax/bin/input/tex/extensions/all-packages.js:1
↓ 227 callers
Method
setProperties
* Sets a list of properties. * @param {PropList} def The properties to set. * @return {StackItem} Returns the stack item object for pipelining.
3rdparty/MathJax/src/ts/input/tex/StackItem.ts:288
↓ 226 callers
Method
mml
* @return {MmlNode} The internal Mathml structure.
3rdparty/MathJax/src/ts/input/tex/TexParser.ts:219
↓ 225 callers
Function
r
(o)
3rdparty/MathJax/bin/output/chtml.js:1
↓ 223 callers
Method
getExplicit
* @param {string} name The value of the attribute whose value is to be returned * @return {Property} The attribute whose name was given if it i
3rdparty/MathJax/src/ts/core/MmlTree/Attributes.ts:103
↓ 209 callers
Method
getName
* Convenience method for returning the string property "name". * @return {string} The value for the name property.
3rdparty/MathJax/src/ts/input/tex/StackItem.ts:294
↓ 208 callers
Function
r
(n)
3rdparty/MathJax/bin/core.js:1
↓ 205 callers
Function
n
(t)
3rdparty/MathJax/bin/mml-chtml.js:1
↓ 197 callers
Function
error
(format)
3rdparty/react/react-dom.development.js:31
↓ 192 callers
Method
createElement
(kind: string)
3rdparty/MathJax/src/ts/adaptors/HTMLAdaptor.ts:41
↓ 187 callers
Function
r
(n)
3rdparty/MathJax/bin/input/tex.js:1
↓ 187 callers
Method
toCHTML
* @override
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mi.ts:48
↓ 184 callers
Method
setTeXclass
* @param {MmlNode} prev The node that is before this one for TeX spacing purposes * (not all nodes count in TeX measurement
3rdparty/MathJax/src/ts/core/MmlTree/MmlNode.ts:151
↓ 182 callers
Method
combine
* @param {BBox} cbox A bounding to combine with this one * @param {number} x An x-offest for the child bounding box * @param {number} y A y
3rdparty/MathJax/src/ts/util/BBox.ts:137
↓ 177 callers
Method
ParseArg
* Parse the arguments of a control sequence in a new parser instance. * @param {string} name Name of the current control sequence. * @return {Mm
3rdparty/MathJax/src/ts/input/tex/TexParser.ts:455
↓ 177 callers
Method
setInheritedAttributes
* Sets the nodes inherited attributes, and pushes them to the nodes children. * * @param {AttributeList} attributes The list of inheritable att
3rdparty/MathJax/src/ts/core/MmlTree/MmlNode.ts:170
↓ 176 callers
Method
GetBrackets
* Get an optional LaTeX argument in brackets. * @param {string} name Name of the current control sequence. * @param {string} def? The default va
3rdparty/MathJax/src/ts/input/tex/TexParser.ts:335
↓ 175 callers
Method
state
* Set or return the current processing state of this expression, * optionally restoring the document if rolling back an expression * that has be
3rdparty/MathJax/src/ts/core/MathItem.ts:196
↓ 173 callers
Method
remove
* @param {N|T} child The node or text to be removed from its parent * @return {N|T} The removed node
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:155
↓ 172 callers
Method
has
* @param {string} name The name of the bit to check for being defined * @return {boolean} True if the named bit is already allocated
3rdparty/MathJax/src/ts/util/BitField.ts:66
↓ 171 callers
Method
lookup
* @override
3rdparty/MathJax/src/ts/input/tex/SymbolMap.ts:171
↓ 171 callers
Function
n
(t)
3rdparty/MathJax/bin/input/asciimath.js:1
↓ 170 callers
Method
coreMO
* @return {MmlNode} For embellished operators, the core <mo> element (at whatever * depth). For non-embellished nodes, the ori
3rdparty/MathJax/src/ts/core/MmlTree/MmlNode.ts:134
↓ 170 callers
Function
o
(t)
3rdparty/MathJax/bin/ui/menu.js:1
↓ 168 callers
Method
getText
* @return {string} Return the node's text
3rdparty/MathJax/src/ts/core/MmlTree/MmlNode.ts:1129
↓ 164 callers
Method
Top
* Lookup the nth elements on the stack without removing them. * @param {number=} n Position of element that should be returned. Default 1. * @re
3rdparty/MathJax/src/ts/input/tex/Stack.ts:134
↓ 153 callers
Method
shift
* Remove an item from the head of the list and return its data * * @return {DataClass} The data from the first item in the list
3rdparty/MathJax/src/ts/util/LinkedList.ts:182
↓ 150 callers
Method
isSet
* @param {string} name The name of the bit to check if set * @return {boolean} True if the named bit is set
3rdparty/MathJax/src/ts/util/BitField.ts:88
↓ 147 callers
Method
text
* @param {string} text The text from which to create an HTML text node * @return {T} The generated text node with the given text
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:79
↓ 147 callers
Method
unshift
* Push items at the head of the list * * @param {DataClass[]} args The list of data items to inserted * @return {LinkedList} The Lin
3rdparty/MathJax/src/ts/util/LinkedList.ts:166
↓ 143 callers
Function
cmark_strbuf_puts
3rdparty/cmark-gfm/src/buffer.c:118
↓ 137 callers
Method
pop
* Pop the end item off the list and return its data * * @return {DataClass} The data from the last item in the list
3rdparty/MathJax/src/ts/util/LinkedList.ts:149
↓ 132 callers
Method
addAction
src/appactions.cpp:308
↓ 130 callers
Method
parse
* @param {string} text The serialized document to be parsed * @param {string} format The format (e.g., 'text/html' or 'text/xhtml') * @retur
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:64
↓ 127 callers
Method
connect
src/appactions.h:153
↓ 125 callers
Function
o
(t,e)
3rdparty/MathJax/bin/node-main.js:1
↓ 124 callers
Function
L
(H)
3rdparty/MathJax/bin/output/svg/fonts/tex.js:1
↓ 124 callers
Method
getList
* @param {string[]} names The names of attributes whose values are to be returned * @return {PropertyList} An object containing the attributes a
3rdparty/MathJax/src/ts/core/MmlTree/Attributes.ts:114
↓ 120 callers
Method
submenu
* Create JSON for a submenu item * * @param {string} id The id for the item * @param {string} content The content for the item
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:1063
↓ 119 callers
Method
firstChild
* @param {N} node The HTML node whose child is to be obtained * @return {N|T} The first child of the given node (or null)
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:192
↓ 118 callers
Function
i
(t)
3rdparty/MathJax/bin/output/chtml/fonts/tex.js:1
↓ 114 callers
Method
GetStar
* @return {boolean} True if a star follows the control sequence name.
3rdparty/MathJax/src/ts/input/tex/TexParser.ts:493
↓ 114 callers
Method
checkbox
* Create JSON for a checkbox item * * @param {string} id The id for the item * @param {string} content The content for the ite
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:1097
↓ 114 callers
Method
getChildren
* @param {MmlNode} node The node whose children are to be copied * @return {MmlJSON[]} The array of child JSON objects
3rdparty/MathJax/src/ts/core/MmlTree/JsonMmlVisitor.ts:119
↓ 114 callers
Function
o
(t,e)
3rdparty/MathJax/bin/core.js:1
↓ 114 callers
Method
standardCHTMLnode
* Create the standard CHTML element for the given wrapped node. * * @param {N} parent The HTML element in which the node is to be created *
3rdparty/MathJax/src/ts/output/chtml/Wrapper.ts:167
↓ 113 callers
Method
setText
* @param {string} text The text to use for the node * @return {TextNode} The text node (for chaining of method calls)
3rdparty/MathJax/src/ts/core/MmlTree/MmlNode.ts:1137
↓ 112 callers
Function
r
(n)
3rdparty/MathJax/bin/input/tex-base.js:1
↓ 108 callers
Function
a
(t,e)
3rdparty/MathJax/bin/tex-chtml-full.js:1
↓ 106 callers
Function
a
(t,e)
3rdparty/MathJax/bin/tex-mml-chtml.js:1
↓ 106 callers
Function
a
(t,e)
3rdparty/MathJax/bin/tex-chtml.js:1
↓ 104 callers
Function
i
(t,e)
3rdparty/MathJax/bin/output/svg.js:1
↓ 104 callers
Function
n
(t)
3rdparty/MathJax/bin/node-main.js:1
next →
1–100 of 5,522, ranked by callers