MCPcopy Create free account

hub / github.com/alt-text-org/my.alt-text.org / functions

Functions374 in github.com/alt-text-org/my.alt-text.org

FunctionexportArchive
()
src/import-export.js:1
Functionfill
* @private
lib/fabric.min.js:2835
Functionfire
* Fires event with an optional options object * @memberOf fabric.Observable * @param {String} eventName Event name to fire * @param {Ob
lib/fabric.min.js:323
Methodfix
(value, idx)
src/palette.js:508
Methodfmt
(idx, multiplier = 1)
src/palette.js:555
FunctionfocusClick
(id)
src/core.js:90
FunctionfocusFilter
()
src/descriptions.js:350
FunctiongetBoundsOfCurve
(x0, y0, x1, y1, x2, y2, x3, y3)
lib/fabric.min.js:2078
FunctiongetById
* Takes id and returns an element with that id (if one exists in a document) * @memberOf fabric.util * @param {String|HTMLElement} id *
lib/fabric.min.js:3323
FunctiongetPointOnPath
(path, distance, infos)
lib/fabric.min.js:2581
FunctiongetSmoothPathFromPoints
* * Converts points to a smooth SVG path * @param {{ x: number,y: number }[]} points Array of points * @param {number} [correction] App
lib/fabric.min.js:2706
FunctiongraphemeSplit
* Divide a string in the user perceived single units * @memberOf fabric.util.string * @param {String} textstring String to escape * @re
lib/fabric.min.js:3008
Methodgrayscale
(value = 1)
src/palette.js:317
FunctionhandleCropMoving
()
src/canvas.js:268
FunctionhandleCropScaling
()
src/canvas.js:288
FunctionhandleMouseDown
(e)
src/canvas.js:172
FunctionhandleMouseMove
(e)
src/canvas.js:180
FunctionhandleMouseOut
(e)
src/canvas.js:200
FunctionhandleMouseOver
(e)
src/canvas.js:196
FunctionhandleMouseUp
(e)
src/canvas.js:190
FunctionimportArchive
(file)
src/import-export.js:21
FunctionimportMastodonJson
(jsonFile, sampleUrl, reportPct)
src/import-export.js:32
FunctionimportMastodonTgz
()
src/import-export.js:28
FunctioninitStoredImage
()
src/canvas.js:111
Functioninvoke
* Invokes method on all items in a given array * @memberOf fabric.util.array * @param {Array} array Array to iterate over * @param {Str
lib/fabric.min.js:2798
FunctionisNonSpace
* Returns true when the chunk does not solely consiste of whitespace. * * @param chunk a chunk of text. Starts and ends at word boundaries.
lib/unicode-break.js:80
Functionklass
()
lib/fabric.min.js:3162
Methodlength
()
lib/unicode-break.js:71
FunctionmakeElementSelectable
* Makes element selectable * @memberOf fabric.util * @param {HTMLElement} element Element to make selectable * @return {HTM
lib/fabric.min.js:3550
FunctionmakeElementUnselectable
* Makes element unselectable * @memberOf fabric.util * @param {HTMLElement} element Element to make unselectable * @return
lib/fabric.min.js:3531
FunctionmakePathSimpler
* This function take a parsed SVG path and make it simpler for fabricJS logic. * simplification consist of: only UPPERCASE absolute commands ( re
lib/fabric.min.js:2194
Functionnoop
()
lib/fabric.min.js:3811
Functionoff
* Stops event observing for a particular event handler. Calling this method * without arguments removes all handlers for all events * @membe
lib/fabric.min.js:292
Functionon
* Observes specified event * @memberOf fabric.Observable * @alias on * @param {String|Object} eventName Event name (eg. 'after:render')
lib/fabric.min.js:242
Functiononce
(eventName, handler)
lib/fabric.min.js:269
FunctionopenImport
()
src/import-export.js:17
Functionpa
(a,b,c,e)
lib/flexsearch.min.js:26
FunctionparsePath
* * @param {string} pathString * @return {(string|number)[][]} An array of SVG path commands * @example <caption>Usage</caption> *
lib/fabric.min.js:2631
Functionqa
(a)
lib/flexsearch.min.js:26
Functionra
(a)
lib/flexsearch.min.js:27
FunctionrenderCircleControl
* Render a round control, as per fabric features. * This function is written to respect object properties like transparentCorners, cornerSize
lib/fabric.min.js:7574
FunctionrenderSquareControl
* Render a square control, as per fabric features. * This function is written to respect object properties like transparentCorners, cornerSize
lib/fabric.min.js:7623
Functionrequest
* Cross-browser abstraction for sending XMLHttpRequest * @memberOf fabric.util * @param {String} url URL to send XMLHttpRequest to * @p
lib/fabric.min.js:3634
FunctionrotationStyleHandler
* Find the correct style for the control that is used for rotation. * this function is very simple and it just take care of not-allowed or standa
lib/fabric.min.js:6982
FunctionrotationWithSnapping
* Action handler for rotation and snapping, without anchor point. * Needs to be wrapped with `wrapWithFixedAnchor` to be effective * @param
lib/fabric.min.js:7281
FunctionsaveAllInFlight
()
src/in-flight.js:52
FunctionsaveImageTemp
()
src/canvas.js:100
FunctionscaleCursorStyleHandler
* return the correct cursor style for the scale action * @param {Event} eventData the javascript event that is causing the scale * @param {f
lib/fabric.min.js:6905
FunctionscaleObjectFromCorner
* Generic scaling logic, to scale from corners either equally or freely. * Needs to be wrapped with `wrapWithFixedAnchor` to be effective *
lib/fabric.min.js:7425
FunctionscaleObjectX
* Scaling logic for the X axis. * Needs to be wrapped with `wrapWithFixedAnchor` to be effective * @param {Event} eventData javascript event
lib/fabric.min.js:7438
FunctionscaleObjectY
* Scaling logic for the Y axis. * Needs to be wrapped with `wrapWithFixedAnchor` to be effective * @param {Event} eventData javascript event
lib/fabric.min.js:7451
FunctionscaleOrSkewActionName
* Inspect event, control and fabricObject to return the correct action name * @param {Event} eventData the javascript event that is causing the s
lib/fabric.min.js:6962
FunctionscaleSkewCursorStyleHandler
* Combine skew and scale style handlers to cover fabric standard use case * @param {Event} eventData the javascript event that is causing the sca
lib/fabric.min.js:6948
FunctionscalingXOrSkewingY
* Composed action handler to either scale X or skew Y * Needs to be wrapped with `wrapWithFixedAnchor` to be effective * @param {Event} even
lib/fabric.min.js:7481
FunctionscalingYOrSkewingX
* Composed action handler to either scale Y or skew X * Needs to be wrapped with `wrapWithFixedAnchor` to be effective * @param {Event} even
lib/fabric.min.js:7464
FunctionsetExtractionLang
(tesseractCode)
src/tesseract.js:22
FunctionsetImageSmoothing
(ctx, value)
lib/fabric.min.js:3587
FunctionsetPrimaryButtonState
(e)
src/canvas.js:143
FunctionsetStyle
* Cross-browser wrapper for setting element's style * @memberOf fabric.util * @param {HTMLElement} element * @param {Object} styles
lib/fabric.min.js:3250
FunctionshowHelp
()
src/core.js:74
FunctionshowPaletteChooser
()
src/palette.js:260
FunctionskewCursorStyleHandler
* return the correct cursor style for the skew action * @param {Event} eventData the javascript event that is causing the scale * @param {fa
lib/fabric.min.js:6929
FunctionskewHandlerX
* Wrapped Action handler for skewing on the Y axis, takes care of the * skew direction and determine the correct transform origin for the anchor
lib/fabric.min.js:7180
FunctionskewHandlerY
* Wrapped Action handler for skewing on the Y axis, takes care of the * skew direction and determine the correct transform origin for the anchor
lib/fabric.min.js:7230
FunctionskewObjectX
* Action handler for skewing on the X axis * @private
lib/fabric.min.js:7089
FunctionskewObjectY
* Action handler for skewing on the Y axis * @private
lib/fabric.min.js:7132
Functionsplit
* Splits text by its word breaks. Any spans that are composed entirely of * whitespace will not be returned. Returns an array of strings. * * @para
lib/unicode-break.js:30
Methodtext
()
lib/unicode-break.js:68
FunctiontoggleImageFilter
()
src/descriptions.js:28
FunctiontoggleSearchResults
(btn)
src/descriptions.js:17
FunctiontransformPath
* Transform a path by transforming each segment. * it has to be a simplified path or it won't work. * WARNING: this depends from pathOffset
lib/fabric.min.js:2749
Functionua
(a)
lib/flexsearch.min.js:27
FunctionwrapElement
* Wraps element with another element * @memberOf fabric.util * @param {HTMLElement} element Element to wrap * @param {HTMLElement|Strin
lib/fabric.min.js:3396
Functionya
(a,b)
lib/flexsearch.min.js:27
← previous301–374 of 374, ranked by callers