MCPcopy Create free account

hub / github.com/KDE/ghostwriter / functions

Functions5,522 in github.com/KDE/ghostwriter

↓ 6 callersFunctionf
(t,r,o)
3rdparty/MathJax/bin/node-main.js:1
↓ 6 callersFunctionf
(g)
3rdparty/MathJax/bin/sre/sre_browser.js:364
↓ 6 callersFunctionfactory
* @override
3rdparty/MathJax/src/ts/core/Tree/Node.ts:177
↓ 6 callersFunctionfinalize
3rdparty/cmark-gfm/src/blocks.c:274
↓ 6 callersFunctiongb
(a,b)
3rdparty/react/react-dom.production.min.js:13
↓ 6 callersMethodgetA11y
* Get the the value of an a11y option * @param {string} option The name of the ptions to get * @return {any} The value of the optio
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:657
↓ 6 callersMethodgetAnnotationMenu
* Look up the annotations in the MathItem and set the ShowAs and CopyToClipboard menus
3rdparty/MathJax/src/ts/ui/menu/MJContextMenu.ts:138
↓ 6 callersMethodgetAnnotations
* @param {MmlNode} node The semantics node whose annotations are to be obtained * @returns {[string, string][]} Array of [type, text] w
3rdparty/MathJax/src/ts/ui/menu/MJContextMenu.ts:163
↓ 6 callersMethodgetCache
* Return the font cache <defs> element
3rdparty/MathJax/src/ts/output/svg/FontCache.ts:103
↓ 6 callersFunctiongetClosestInstanceFromNode
(targetNode)
3rdparty/react/react-dom.development.js:10607
↓ 6 callersFunctiongetComponentName
(type)
3rdparty/react/react.development.js:485
↓ 6 callersFunctiongetCurrentPriorityLevel
()
3rdparty/react/react-dom.development.js:11250
↓ 6 callersFunctiongetHighestPriorityLanes
(lanes)
3rdparty/react/react-dom.development.js:5230
↓ 6 callersFunctiongetMaskedContext
(workInProgress, unmaskedContext)
3rdparty/react/react-dom.development.js:10896
↓ 6 callersMethodgetMetrics
* Get the metric information for all math in the given document * * @param {MathDocument} document The MathDocument being processed
3rdparty/MathJax/src/ts/core/OutputJax.ts:92
↓ 6 callersMethodgetPadding
* @return {number[]} Array of padding (i.e., BBox minus border) along each side
3rdparty/MathJax/src/ts/output/common/Wrappers/menclose.ts:86
↓ 6 callersFunctiongetParent
(inst)
3rdparty/react/react-dom.development.js:8625
↓ 6 callersMethodgetPropertyNames
* @return {string[]} An array of the names of every property currently defined
3rdparty/MathJax/src/ts/core/Tree/Node.ts:58
↓ 6 callersMethodgetScale
* Since inferred rows don't produce a container span, we can't * set a font-size for it, so we inherit the parent scale * * @override
3rdparty/MathJax/src/ts/output/common/Wrappers/mrow.ts:151
↓ 6 callersMethodgetSemanticNode
* Find the top-most semantics element that encloses the contents of the expression (if any) * * @returns {MmlNode | null} The semantics node t
3rdparty/MathJax/src/ts/ui/menu/MJContextMenu.ts:149
↓ 6 callersMethodgetSpace
* @override
3rdparty/MathJax/src/ts/output/common/Wrappers/TextNode.ts:138
↓ 6 callersFunctiongetUnmaskedContext
(workInProgress, Component, didPushOwnContextIfProvider)
3rdparty/react/react-dom.development.js:10874
↓ 6 callersFunctionh
(t)
3rdparty/MathJax/bin/output/chtml.js:1
↓ 6 callersMethodhandleAlign
* Handle alignment of table to surrounding baseline
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:434
↓ 6 callersMethodhandleColumnSpacing
* Set the inter-column spacing for all columns * (Use frame spacing on the outsides, if needed, and use half the column spacing on each * nei
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:208
↓ 6 callersMethodhandleColumnWidths
* Add widths to the cells for the column widths
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:259
↓ 6 callersMethodhandleEqualRows
* Set the heights of all rows to be the same, and properly center * baseline or axis rows within the newly sized
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:331
↓ 6 callersMethodhandleInline
* Handle in-line expressions
3rdparty/MathJax/src/ts/output/chtml/Wrappers/math.ts:135
↓ 6 callersMethodhandleJustify
* Mark the alignment of the table
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:450
↓ 6 callersMethodhandleRowSpacing
* Set the inter-row spacing for all rows * (Use frame spacing on the outsides, if needed, and use half the row spacing on each * neighboring
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:280
↓ 6 callersMethodhandleSpace
* Add the proper spacing
3rdparty/MathJax/src/ts/output/chtml/Wrapper.ts:253
↓ 6 callersMethodhandleWidth
* Handle percentage widths and fixed widths
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:405
↓ 6 callersMethodhighlightMatches
src/findreplace.cpp:505
↓ 6 callersFunctionib
(a,b,c,d)
3rdparty/react/react-dom.production.min.js:25
↓ 6 callersMethodinitMenu
* Create the menu object, attach the info boxes to it, and output any CSS needed for it
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:395
↓ 6 callersMethodinitSettings
* Set up the settings and jax objects, and transfer the output jax name and scale to the settings
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:379
↓ 6 callersFunctionisValidContainer
(node)
3rdparty/react/react-dom.development.js:25932
↓ 6 callersFunctionisValidElement
* Verifies the object is a ReactElement. * See https://reactjs.org/docs/react-api.html#isvalidelement * @param {?object} object * @return {bo
3rdparty/react/react.development.js:901
↓ 6 callersMethodisZoomEvent
* @param {MouseEvent} Event The event triggering the zoom action * @param {string} zoom The type of event (click, dblclick) that occurred
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:927
↓ 6 callersMethodlabel
* Create JSON for a label 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:1133
↓ 6 callersMethodlineClass
* @param {string} style The line style whose class is to be obtained * @returns {string} The class name for the style
3rdparty/MathJax/src/ts/output/svg/Wrappers/mtable.ts:241
↓ 6 callersFunctionm
(t,e,r)
3rdparty/MathJax/bin/input/tex-full.js:1
↓ 6 callersFunctionm
(t)
3rdparty/MathJax/bin/input/tex/extensions/ams.js:1
↓ 6 callersFunctionmarkRootSuspended$1
(root, suspendedLanes)
3rdparty/react/react-dom.development.js:22280
↓ 6 callersFunctionmarkUpdate
(workInProgress)
3rdparty/react/react-dom.development.js:19224
↓ 6 callersFunctionmb
(a)
3rdparty/react/react-dom.production.min.js:40
↓ 6 callersMethodmergeUserSettings
* Look up the saved settings from localStorage and merge them into the menu settings
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:610
↓ 6 callersMethodname
src/appactions.cpp:283
↓ 6 callersFunctionnb
(a)
3rdparty/react/react-dom.production.min.js:44
↓ 6 callersFunctionnewState
(name: string, state: number)
3rdparty/MathJax/src/ts/core/MathItem.ts:453
↓ 6 callersFunctiono
(e)
3rdparty/MathJax/bin/input/tex/extensions/tagformat.js:1
↓ 6 callersFunctiono
(a)
3rdparty/MathJax/bin/input/tex/extensions/colorv2.js:1
↓ 6 callersMethodpadRows
* Pad any short rows with extra cells
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:193
↓ 6 callersFunctionplaceChild
(newFiber, lastPlacedIndex, newIndex)
3rdparty/react/react-dom.development.js:13357
↓ 6 callersFunctionpopHostContainer
(fiber)
3rdparty/react/react-dom.development.js:14288
↓ 6 callersFunctionpopSuspenseContext
(fiber)
3rdparty/react/react-dom.development.js:14359
↓ 6 callersFunctionprepareFreshStack
(root, lanes)
3rdparty/react/react-dom.development.js:22511
↓ 6 callersFunctionprepareToReadContext
(workInProgress, renderLanes)
3rdparty/react/react-dom.development.js:11845
↓ 6 callersFunctionr
(a)
3rdparty/MathJax/bin/latest.js:1
↓ 6 callersMethodradio
* Create JSON for a radio button item * * @param {string} id The id for the item * @param {string} content The content for the
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:1122
↓ 6 callersFunctionregisterDirectEvent
(registrationName, dependencies)
3rdparty/react/react-dom.development.js:128
↓ 6 callersFunctionrenderWithHooks
(current, workInProgress, Component, props, secondArg, nextRenderLanes)
3rdparty/react/react-dom.development.js:14976
↓ 6 callersMethodrerender
* Rerender the output if we aren't in the middle of loading a new component * (in which case, we will rerender in the callback performed after i
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:941
↓ 6 callersMethodresetDefaults
* Reset all menu settings to the (page) defaults
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:774
↓ 6 callersFunctionresetRenderTimer
()
3rdparty/react/react-dom.development.js:21722
↓ 6 callersFunctionresolveFunctionForHotReloading
(type)
3rdparty/react/react-dom.development.js:24288
↓ 6 callersFunctionrow_from_string
3rdparty/cmark-gfm/extensions/table.c:114
↓ 6 callersFunctions
(t)
3rdparty/MathJax/bin/ui/menu.js:1
↓ 6 callersFunctionsb
(a)
3rdparty/react/react-dom.production.min.js:66
↓ 6 callersMethodscaleAllMath
* Request the scaling value from the user and save it in the settings
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:754
↓ 6 callersMethodserialize
* @param {LiteAdaptor} adaptor The adaptor for managing nodes * @param {LiteElement} node The node to serialize * @return {string}
3rdparty/MathJax/src/ts/adaptors/lite/Parser.ts:350
↓ 6 callersMethodsetAssistiveMml
* @param {boolean} mml True to output hidden Mathml, false to not
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:717
↓ 6 callersMethodsetCollapsible
* @param {boolean} collapse True to enable collapsible math, false to not
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:742
↓ 6 callersFunctionsetCurrentlyValidatingElement$1
(element)
3rdparty/react/react.development.js:1969
↓ 6 callersMethodsetExplorer
* @param {boolean} explore True to enable the explorer, false to not
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:729
↓ 6 callersMethodsetLineThickness
* @param {number} t The thickness of the line * @param {string} style The border style for the line * @param {OptionLi
3rdparty/MathJax/src/ts/output/svg/Wrappers/mtable.ts:299
↓ 6 callersMethodsetRenderer
* If the jax is already on record, just use it, otherwise load the new one * * @param {string} jax The name of the jax to switch to
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:679
↓ 6 callersMethodsetTabOrder
* @param {boolean} tab True for including math in the tab order, false for not
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:710
↓ 6 callersMethodshiftColor
* Move background color (if any) to inner itable node so that labeled tables are * only colored on the main part of the table.
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:179
↓ 6 callersMethodspeech
()
3rdparty/MathJax/src/ts/a11y/sre_browser.d.ts:30
↓ 6 callersMethodstretchHTML
* Create the HTML for a multi-character stretchy delimiter * * @param {N} chtml The parent element in which to put the delimiter
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mo.ts:160
↓ 6 callersFunctionsum
(A: number[])
3rdparty/MathJax/src/ts/util/numeric.ts:28
↓ 6 callersFunctiont
()
3rdparty/react/react.production.min.js:20
↓ 6 callersFunctiont
(t)
3rdparty/MathJax/bin/input/mml.js:1
↓ 6 callersFunctiontb
(a)
3rdparty/react/react-dom.production.min.js:68
↓ 6 callersMethodtoString
src/bookmark.cpp:118
↓ 6 callersMethodtransferMathList
* @param {MenuMathDocument} document The original document whose list is to be transferred
3rdparty/MathJax/src/ts/ui/menu/Menu.ts:872
↓ 6 callersMethodtypeset
* Converts the internal format to the typeset version by calling the output jax * * @param {MathDocument} document The MathDocument in which th
3rdparty/MathJax/src/ts/core/MathItem.ts:158
↓ 6 callersFunctionupdateEffect
(create, deps)
3rdparty/react/react-dom.development.js:15769
↓ 6 callersFunctionupdateOptions
(node, multiple, propValue, setDefaultSelected)
3rdparty/react/react-dom.development.js:1847
↓ 6 callersFunctionupdateRef
(initialValue)
3rdparty/react/react-dom.development.js:15723
↓ 6 callersMethodupdateRowHeights
* Update any rows that are not naturally tall enough for the labels, * and set the baseline for labels that are baseline aligned.
3rdparty/MathJax/src/ts/output/chtml/Wrappers/mtable.ts:514
↓ 6 callersFunctionvb
(a,b)
3rdparty/react/react-dom.production.min.js:70
↓ 6 callersFunctionwb
()
3rdparty/react/react-dom.production.min.js:72
↓ 6 callersMethodwriteInProgress
src/editor/asynctextwriter.cpp:108
↓ 6 callersFunctiony
(t,e,r)
3rdparty/MathJax/bin/tex-mml-chtml.js:1
↓ 6 callersFunctiony
(t,e,r)
3rdparty/MathJax/bin/tex-chtml.js:1
↓ 6 callersFunctionyb
(a,b)
3rdparty/react/react-dom.production.min.js:74
↓ 6 callersFunctionzb
(a,b,c,d)
3rdparty/react/react-dom.production.min.js:185
↓ 5 callersFunctionE
(a,b)
3rdparty/react/react.production.min.js:15
← previousnext →1,001–1,100 of 5,522, ranked by callers