Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alt-text-org/my.alt-text.org
/ functions
Functions
374 in github.com/alt-text-org/my.alt-text.org
⨍
Functions
374
◇
Types & classes
6
Function
exportArchive
()
src/import-export.js:1
Function
fill
* @private
lib/fabric.min.js:2835
Function
fire
* Fires event with an optional options object * @memberOf fabric.Observable * @param {String} eventName Event name to fire * @param {Ob
lib/fabric.min.js:323
Method
fix
(value, idx)
src/palette.js:508
Method
fmt
(idx, multiplier = 1)
src/palette.js:555
Function
focusClick
(id)
src/core.js:90
Function
focusFilter
()
src/descriptions.js:350
Function
getBoundsOfCurve
(x0, y0, x1, y1, x2, y2, x3, y3)
lib/fabric.min.js:2078
Function
getById
* 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
Function
getPointOnPath
(path, distance, infos)
lib/fabric.min.js:2581
Function
getSmoothPathFromPoints
* * 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
Function
graphemeSplit
* 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
Method
grayscale
(value = 1)
src/palette.js:317
Function
handleCropMoving
()
src/canvas.js:268
Function
handleCropScaling
()
src/canvas.js:288
Function
handleMouseDown
(e)
src/canvas.js:172
Function
handleMouseMove
(e)
src/canvas.js:180
Function
handleMouseOut
(e)
src/canvas.js:200
Function
handleMouseOver
(e)
src/canvas.js:196
Function
handleMouseUp
(e)
src/canvas.js:190
Function
importArchive
(file)
src/import-export.js:21
Function
importMastodonJson
(jsonFile, sampleUrl, reportPct)
src/import-export.js:32
Function
importMastodonTgz
()
src/import-export.js:28
Function
initStoredImage
()
src/canvas.js:111
Function
invoke
* 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
Function
isNonSpace
* 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
Function
klass
()
lib/fabric.min.js:3162
Method
length
()
lib/unicode-break.js:71
Function
makeElementSelectable
* Makes element selectable * @memberOf fabric.util * @param {HTMLElement} element Element to make selectable * @return {HTM
lib/fabric.min.js:3550
Function
makeElementUnselectable
* Makes element unselectable * @memberOf fabric.util * @param {HTMLElement} element Element to make unselectable * @return
lib/fabric.min.js:3531
Function
makePathSimpler
* 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
Function
noop
()
lib/fabric.min.js:3811
Function
off
* 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
Function
on
* Observes specified event * @memberOf fabric.Observable * @alias on * @param {String|Object} eventName Event name (eg. 'after:render')
lib/fabric.min.js:242
Function
once
(eventName, handler)
lib/fabric.min.js:269
Function
openImport
()
src/import-export.js:17
Function
pa
(a,b,c,e)
lib/flexsearch.min.js:26
Function
parsePath
* * @param {string} pathString * @return {(string|number)[][]} An array of SVG path commands * @example <caption>Usage</caption> *
lib/fabric.min.js:2631
Function
qa
(a)
lib/flexsearch.min.js:26
Function
ra
(a)
lib/flexsearch.min.js:27
Function
renderCircleControl
* Render a round control, as per fabric features. * This function is written to respect object properties like transparentCorners, cornerSize
lib/fabric.min.js:7574
Function
renderSquareControl
* Render a square control, as per fabric features. * This function is written to respect object properties like transparentCorners, cornerSize
lib/fabric.min.js:7623
Function
request
* Cross-browser abstraction for sending XMLHttpRequest * @memberOf fabric.util * @param {String} url URL to send XMLHttpRequest to * @p
lib/fabric.min.js:3634
Function
rotationStyleHandler
* 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
Function
rotationWithSnapping
* Action handler for rotation and snapping, without anchor point. * Needs to be wrapped with `wrapWithFixedAnchor` to be effective * @param
lib/fabric.min.js:7281
Function
saveAllInFlight
()
src/in-flight.js:52
Function
saveImageTemp
()
src/canvas.js:100
Function
scaleCursorStyleHandler
* 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
Function
scaleObjectFromCorner
* 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
Function
scaleObjectX
* 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
Function
scaleObjectY
* 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
Function
scaleOrSkewActionName
* 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
Function
scaleSkewCursorStyleHandler
* 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
Function
scalingXOrSkewingY
* 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
Function
scalingYOrSkewingX
* 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
Function
setExtractionLang
(tesseractCode)
src/tesseract.js:22
Function
setImageSmoothing
(ctx, value)
lib/fabric.min.js:3587
Function
setPrimaryButtonState
(e)
src/canvas.js:143
Function
setStyle
* Cross-browser wrapper for setting element's style * @memberOf fabric.util * @param {HTMLElement} element * @param {Object} styles
lib/fabric.min.js:3250
Function
showHelp
()
src/core.js:74
Function
showPaletteChooser
()
src/palette.js:260
Function
skewCursorStyleHandler
* 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
Function
skewHandlerX
* 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
Function
skewHandlerY
* 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
Function
skewObjectX
* Action handler for skewing on the X axis * @private
lib/fabric.min.js:7089
Function
skewObjectY
* Action handler for skewing on the Y axis * @private
lib/fabric.min.js:7132
Function
split
* 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
Method
text
()
lib/unicode-break.js:68
Function
toggleImageFilter
()
src/descriptions.js:28
Function
toggleSearchResults
(btn)
src/descriptions.js:17
Function
transformPath
* 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
Function
ua
(a)
lib/flexsearch.min.js:27
Function
wrapElement
* Wraps element with another element * @memberOf fabric.util * @param {HTMLElement} element Element to wrap * @param {HTMLElement|Strin
lib/fabric.min.js:3396
Function
ya
(a,b)
lib/flexsearch.min.js:27
← previous
301–374 of 374, ranked by callers