MCPcopy Create free account

hub / github.com/KDE/ghostwriter / functions

Functions5,522 in github.com/KDE/ghostwriter

↓ 14 callersFunctionc
(t)
3rdparty/MathJax/bin/tex-chtml.js:1
↓ 14 callersFunctioncmark_node_set_literal
3rdparty/cmark-gfm/src/node.c:352
↓ 14 callersFunctioncmark_parse_document
3rdparty/cmark-gfm/src/blocks.c:668
↓ 14 callersFunctioncmark_strbuf_truncate
3rdparty/cmark-gfm/src/buffer.c:195
↓ 14 callersMethodcombineBBoxLists
* @param {BBox} bbox1 The bbox for the combined subscripts * @param {BBox} bbox2 The bbox for the combined superscripts * @param {BBox[]}
3rdparty/MathJax/src/ts/output/common/Wrappers/mmultiscripts.ts:121
↓ 14 callersMethodcopySkewIC
* Copy child skew and italic correction * * @param {BBox} bbox The bounding box to modify
3rdparty/MathJax/src/ts/output/common/Wrapper.ts:376
↓ 14 callersMethodcoreParent
* @return {MmlNode} The node that is the outermost embellished operator * with this node as its core
3rdparty/MathJax/src/ts/core/MmlTree/MmlNodes/mo.ts:147
↓ 14 callersMethodcreateMo
* @override
3rdparty/MathJax/src/ts/output/common/Wrappers/msqrt.ts:138
↓ 14 callersMethodcreateText
* Create a text wrapper with the given text; * * @param {string} text The text for the wrapped element * @return {CommonWrapper} The wrapp
3rdparty/MathJax/src/ts/output/common/Wrappers/ms.ts:37
↓ 14 callersMethoddocument
* @param {any} document The document to be processed * @param {OptionList} options The options for the handler * @return {MathDocument}
3rdparty/MathJax/src/ts/core/HandlerList.ts:77
↓ 14 callersMethodendPattern
* Create the pattern for a close delimiter * * @param {string} end The end delimiter text * @param {string} endp The end delimiter pattern
3rdparty/MathJax/src/ts/input/tex/FindTeX.ts:157
↓ 14 callersMethodexplicitVariant
* Set the CSS for a token element having an explicit font (rather than regular mathvariant). * * @param {string} fontFamily The font family to
3rdparty/MathJax/src/ts/output/common/Wrapper.ts:447
↓ 14 callersMethodextendString
* Add more text to the current string, and record the * node and its position in the string. * * @param {N|T} node The node to be push
3rdparty/MathJax/src/ts/handlers/html/HTMLDomStrings.ts:175
↓ 14 callersMethodfilePath
src/editor/markdowndocument.cpp:73
↓ 14 callersMethodfindPosition
* Creates a Location object for a delimiter at the position given by index in the N's string * of the array of strings searched for math, recoveri
3rdparty/MathJax/src/ts/handlers/html/HTMLDocument.ts:110
↓ 14 callersMethodgetColumnWidthsFixed
* For fixed-width tables, compute the column widths of all columns. * * @return {ColumnWidths} The array of widths
3rdparty/MathJax/src/ts/output/common/Wrappers/mtable.ts:248
↓ 14 callersMethodgetComputedStyle
(node: N)
3rdparty/MathJax/src/ts/adaptors/HTMLAdaptor.ts:138
↓ 14 callersMethodgetElements
* Get a list of containers (to be searched for math). These can be * specified by CSS selector, or as actual DOM elements or arrays of such. *
3rdparty/MathJax/src/ts/core/DOMAdaptor.ts:121
↓ 14 callersMethodgetFamily
* @param {string} family The font camily to use * @return {string} The family with the css prefix
3rdparty/MathJax/src/ts/output/common/FontData.ts:721
↓ 14 callersMethodgetPatterns
* Create the patterns needed for searching the strings for TeX * based on the configuration options
3rdparty/MathJax/src/ts/input/tex/FindTeX.ts:107
↓ 14 callersMethodgetRemappedChar
* @param {string} name The name of the map to query * @param {number} c The character to remap * @return {string} The remapped char
3rdparty/MathJax/src/ts/output/common/FontData.ts:730
↓ 14 callersMethodgetScaledWHD
* @param {BBox} bbox The bounding box from which to get the (scaled) width, height, and depth
3rdparty/MathJax/src/ts/output/common/Wrappers/mmultiscripts.ts:126
↓ 14 callersMethodgetSize
* @param {string} name The name of the attribute to get * @param {number} value The default value to use * @return {number} The size in
3rdparty/MathJax/src/ts/output/common/Wrappers/mo.ts:73
↓ 14 callersMethodgetSizeVariant
* @param {number} n The delimiter character number whose variant is needed * @param {number} i The index in the size array of the size whose vari
3rdparty/MathJax/src/ts/output/common/FontData.ts:685
↓ 14 callersMethodgetV
* Get the shift for a subscript (TeXBook Appendix G 18ab) * * @param {BBox} bbox The bounding box of the base element * @param {BBox} sbox
3rdparty/MathJax/src/ts/output/common/Wrappers/scriptbase.ts:97
↓ 14 callersMethodhandleExplicitForm
* @param {string[]} forms The three forms in the default order they are to be tested * @return {string[]} The forms in the new order,
3rdparty/MathJax/src/ts/core/MmlTree/MmlNodes/mo.ts:357
↓ 14 callersMethodhasSpacingAttributes
* @return {boolean} The core mo element has an explicit 'form', 'lspace', or 'rspace' attribute
3rdparty/MathJax/src/ts/core/MmlTree/MmlNode.ts:159
↓ 14 callersFunctionl
(t)
3rdparty/MathJax/bin/tex-chtml-full.js:1
↓ 14 callersMethodnextIsSpace
* @return {boolean} True if the next character to parse is a space.
3rdparty/MathJax/src/ts/input/tex/TexParser.ts:254
↓ 14 callersMethodnormalizeName
* @param {string} name The name of a style to normalize * @return {string} The name converted from CamelCase to lowercase with dashes
3rdparty/MathJax/src/ts/util/Styles.ts:504
↓ 14 callersMethodpadLists
* Pad the second list, if it is one short * * @param {BBox[]} list1 The first list * @param {BBox[]} list2 The second list
3rdparty/MathJax/src/ts/output/common/Wrappers/mmultiscripts.ts:113
↓ 14 callersFunctionreconcileChildren
(current, workInProgress, nextChildren, renderLanes)
3rdparty/react/react-dom.development.js:17014
↓ 14 callersFunctionresetCurrentFiber
()
3rdparty/react/react-dom.development.js:1262
↓ 14 callersMethodresolvePath
* Compute the path for a package. * * First, look for a configured source for the package. * Then, if the path doesn't look like the start of
3rdparty/MathJax/src/ts/components/package.ts:165
↓ 14 callersMethodselectAll
* Select all the main text of the info box
3rdparty/MathJax/src/ts/ui/menu/SelectableInfo.ts:52
↓ 14 callersMethodsetColumnPWidths
* Set cell widths for columns with percentage width children
3rdparty/MathJax/src/ts/output/common/Wrappers/mtable.ts:170
↓ 14 callersMethodsetCreators
* Adds a set of node creators to the factory. * @param {Object.<NodeFactoryMethod>} maps The set of functions.
3rdparty/MathJax/src/ts/input/tex/NodeFactory.ts:169
↓ 14 callersMethodsetInheritedAccent
* Check if an under or over accent should cause the appropriate accent attribute to eb inherited * on the munderover node, and if it is not the d
3rdparty/MathJax/src/ts/core/MmlTree/MmlNodes/munderover.ts:144
↓ 14 callersMethodsetMetrics
* Sets the metric information for this expression * * @param {number} em The size of 1 em in pixels * @param {number} ex The size o
3rdparty/MathJax/src/ts/core/MathItem.ts:184
↓ 14 callersMethodsetNodeClass
* Defines a class for a given node kind * * @param {string} kind The kind whose class is being defined * @param {C} nodeClass The class for
3rdparty/MathJax/src/ts/core/Tree/Factory.ts:72
↓ 14 callersMethodsetReadOnly
src/theme/theme.cpp:101
↓ 14 callersMethodupdateFrom
* @param {BBox} cbox The bounding box to use to overwrite this one
3rdparty/MathJax/src/ts/util/BBox.ts:164
↓ 14 callersMethodupdateHDW
* @param {C} cell The cell whose height, depth, and width are to be added into the H, D, W arrays * @param {number} i The column number
3rdparty/MathJax/src/ts/output/common/Wrappers/mtable.ts:165
↓ 14 callersMethodzero
* @return {BBox} A BBox initialized to zeros
3rdparty/MathJax/src/ts/util/BBox.ts:79
↓ 13 callersMethodStop
* Stops the explorer.
3rdparty/MathJax/src/ts/a11y/explorer/Explorer.ts:66
↓ 13 callersFunctionW
()
3rdparty/react/react-dom.production.min.js:156
↓ 13 callersFunctionZ
(a,b,c,d)
3rdparty/react/react-dom.production.min.js:238
↓ 13 callersMethodclearCache
* Clear the cache of which items need their styles to be output
3rdparty/MathJax/src/ts/output/chtml.ts:191
↓ 13 callersMethodclearTag
* Clears tagging information.
3rdparty/MathJax/src/ts/input/tex/Tags.ts:168
↓ 13 callersFunctioncmark_iter_next
3rdparty/cmark-gfm/src/iterator.c:41
↓ 13 callersFunctioncmark_markdown_to_html
3rdparty/cmark-gfm/src/cmark.c:45
↓ 13 callersFunctioncmark_node_check
3rdparty/cmark-gfm/src/node.c:925
↓ 13 callersFunctioncmark_node_get_list_type
3rdparty/cmark-gfm/src/node.c:419
↓ 13 callersFunctioncmark_node_get_type_string
3rdparty/cmark-gfm/src/node.c:207
↓ 13 callersFunctioncmark_strbuf_init
3rdparty/cmark-gfm/src/buffer.c:23
↓ 13 callersFunctioncreateFiber
(tag, pendingProps, key, mode)
3rdparty/react/react-dom.development.js:24777
↓ 13 callersMethodcreateNode
* Default node generation function. * @param {NodeFactory} factory The current node factory. * @param {string} kind The type of node to create.
3rdparty/MathJax/src/ts/input/tex/NodeFactory.ts:69
↓ 13 callersFunctioncreateSyntheticEvent
(Interface)
3rdparty/react/react-dom.development.js:6174
↓ 13 callersFunctionfn
()
3rdparty/MathJax/src/ts/input/asciimath/mathjax2/legacy/MathJax.js:101
↓ 13 callersMethodformatTag
* How to format tags. * @param {string} tag The tag string. * @return {string} The formatted numbered tag.
3rdparty/MathJax/src/ts/input/tex/Tags.ts:145
↓ 13 callersMethodgetAlignmentRow
* @return {[string,number|null]} The alignment and row number (based at 0) or null
3rdparty/MathJax/src/ts/output/common/Wrappers/mtable.ts:278
↓ 13 callersMethodgetStyles
* @override
3rdparty/MathJax/src/ts/output/common/Wrappers/TextNode.ts:123
↓ 13 callersMethodgetVerticalPosition
* @param {number} i The row number (starting at 0) * @param {string} align The alignment on that row * @return {number} The offest o
3rdparty/MathJax/src/ts/output/common/Wrappers/mtable.ts:255
↓ 13 callersMethodhandlesDocument
* Checks to see if the handler can process a given document * * @param {any} document The document to be processed (string, window, etc.) *
3rdparty/MathJax/src/ts/core/Handler.ts:65
↓ 13 callersFunctioni
(e)
3rdparty/MathJax/bin/a11y/explorer.js:1
↓ 13 callersMethodparseFromString
(text: string, format?: string)
3rdparty/MathJax/src/ts/adaptors/HTMLAdaptor.ts:118
↓ 13 callersMethodpath
src/theme/svgicontheme.cpp:83
↓ 13 callersMethodrenderDoc
* Perform the document-level rendering functions * * @param {MathDocument} document The MathDocument whose methods are to be called * @para
3rdparty/MathJax/src/ts/core/MathDocument.ts:177
↓ 13 callersFunctionrequestEventTime
()
3rdparty/react/react-dom.development.js:21766
↓ 13 callersMethodresetTag
* Resets the tag structure after an expression has been typeset.
3rdparty/MathJax/src/ts/input/tex/Tags.ts:173
↓ 13 callersMethodstopEvent
* Stops event bubbling. * @param {Event} event The event that is stopped.
3rdparty/MathJax/src/ts/a11y/explorer/Explorer.ts:130
↓ 13 callersFunctiontoString
(value)
3rdparty/react/react-dom.development.js:1290
↓ 13 callersFunctionu
(t)
3rdparty/MathJax/bin/input/tex-full.js:1
↓ 13 callersFunctionu
(t)
3rdparty/MathJax/bin/input/tex/extensions/all-packages.js:1
↓ 13 callersMethodverifyTree
* Check integrity of MathML structure * * @param {PropertyList} options The options controlling the check
3rdparty/MathJax/src/ts/core/MmlTree/MmlNode.ts:194
↓ 12 callersFunctiona
(r)
3rdparty/MathJax/bin/input/tex/extensions/require.js:1
↓ 12 callersMethodadjustOverDepth
* @param {N} over The HTML element for the overscript * @param {BBox} overbox The bbox for the overscript
3rdparty/MathJax/src/ts/output/chtml/Wrappers/scriptbase.ts:88
↓ 12 callersMethodadjustUnderDepth
* @param {N} under The HTML element for the underscript * @param {BBox} underbox The bbox for the underscript
3rdparty/MathJax/src/ts/output/chtml/Wrappers/scriptbase.ts:97
↓ 12 callersMethodautoTag
* Set the tag automatically, by incrementing equation number.
3rdparty/MathJax/src/ts/input/tex/Tags.ts:158
↓ 12 callersFunctionba
(a,b)
3rdparty/react/react-dom.production.min.js:158
↓ 12 callersMethodcheckComponent
* Check if a component is loading, and restart if it is * * @param {string} name The name of the component to check if it is loading
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:801
↓ 12 callersMethodchildrenComplexity
* @param {MmlNode} node The node whose children complexities are to be added * @return {number} The sum of the complexities, plus child
3rdparty/MathJax/src/ts/a11y/complexity/visitor.ts:369
↓ 12 callersFunctioncmark_parser_attach_syntax_extension
3rdparty/cmark-gfm/src/blocks.c:93
↓ 12 callersMethodcomputeBBox
* @override
3rdparty/MathJax/src/ts/output/common/Wrappers/mi.ts:61
↓ 12 callersMethodcreateAnnotationMenu
* Create a submenu from the available annotations and attach it to the proper menu item * * @param {string} id The id of
3rdparty/MathJax/src/ts/ui/menu/MJContextMenu.ts:199
↓ 12 callersMethoddeactivate
()
3rdparty/MathJax/src/ts/a11y/sre_browser.d.ts:29
↓ 12 callersMethodenableExplorerItems
* Enable/disable the Explorer submenu items * * @param {boolean} enable True to enable, false to disable
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:596
↓ 12 callersFunctionensureRootIsScheduled
(root, currentTime)
3rdparty/react/react-dom.development.js:22006
↓ 12 callersFunctionf
(t,r,o)
3rdparty/MathJax/bin/tex-chtml-full.js:1
↓ 12 callersFunctionget
* `ReactInstanceMap` maintains a mapping from a public facing stateful * instance (key) and the internal representation (value). This allows public
3rdparty/react/react-dom.development.js:4139
↓ 12 callersMethodgetEmHalfSpacing
* @param {number} fspace The frame spacing to use * @param {number[]} space The array of spacing values to convert to strings * @return {stri
3rdparty/MathJax/src/ts/output/common/Wrappers/mtable.ts:263
↓ 12 callersMethodisInferred
* @return {boolean} This is inferred
3rdparty/MathJax/src/ts/core/MmlTree/MmlNodes/mrow.ts:212
↓ 12 callersMethodisSpacelike
* An mrow is space-like if all its children are. * * @override
3rdparty/MathJax/src/ts/core/MmlTree/MmlNodes/mrow.ts:58
↓ 12 callersFunctionl
(t,e)
3rdparty/MathJax/bin/output/chtml.js:1
↓ 12 callersMethodloadComponent
* Attempt to load a component and perform a callback when done
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:811
↓ 12 callersFunctionn
(r)
3rdparty/MathJax/bin/loader.js:1
↓ 12 callersFunctiono
(t,e)
3rdparty/MathJax/bin/input/tex/extensions/html.js:1
↓ 12 callersMethodprocessMath
* @param {MmlNode} math The MML node whose SVG is to be produced * @param {N} parent The HTML node to contain the SVG
3rdparty/MathJax/src/ts/output/svg.ts:207
↓ 12 callersMethodsaveUserSettings
* Save any non-default menu settings in localStorage
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:624
↓ 12 callersMethodsetA11y
* Merge menu settings into the a11y document options. * @param {[key: string]: any} options The options.
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:646
← previousnext →501–600 of 5,522, ranked by callers