Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agadmator-library/agadmator-library.github.io
/ functions
Functions
335 in github.com/agadmator-library/agadmator-library.github.io
⨍
Functions
335
◇
Types & classes
116
Method
constructor
( private readonly left: VideoFilter, private readonly right: VideoFilter )
src/filter/OrFilter.ts:5
Method
constructor
()
src/filter/UnderpromotionFilter.ts:7
Method
constructor
( private readonly count: number )
src/filter/MovesFromFilter.ts:7
Method
constructor
( private readonly pgn: string, private readonly fen: string, private readonly transpo
src/filter/PgnFilter.ts:8
Method
constructor
( private readonly left: VideoFilter, private readonly right: VideoFilter )
src/filter/AndFilter.ts:5
Method
constructor
( private readonly t: string, )
src/filter/TemplateFilter.ts:5
Method
constructor
( private readonly year: number, )
src/filter/GameYearToFilter.ts:6
Method
constructor
( private readonly count: number )
src/filter/MovesToFilter.ts:7
Method
constructor
( private readonly playerName: string, private readonly side: Side | undefined, )
src/filter/PlayerSideFilter.ts:6
Method
constructor
( private readonly length: number, )
src/filter/LengthFromFilter.ts:5
Method
constructor
()
src/filter/WhitePlayedB4Filter.ts:7
Method
constructor
( private readonly opening: Opening, )
src/filter/GameOpeningFilter.ts:8
Method
constructor
( public readonly videoFilter: VideoFilter )
src/event/AddVideoFilterEvent.ts:4
Method
constructor
( public readonly filters: Array<VideoFilter> )
src/event/FiltersModifiedEvent.ts:4
Method
constructor
( public readonly predicate: (vf: VideoFilter) => boolean, public readonly videoFilter: VideoF
src/event/ReplaceVideoFilterEvent.ts:6
Method
constructor
( public readonly predicate: (vf: VideoFilter) => boolean )
src/event/RemovedVideoFilterEvent.ts:4
Method
constructor
()
build_scripts/stockfish/StockfishService.ts:17
Method
constructor
( retrievedAt: Date, playerWhite: string, playerBlack: string, id: string,
build_scripts/lichessMasters/LichessMastersClient.ts:55
Method
constructor
(retrievedAt: Date, playerWhite: string, playerBlack: string,
build_scripts/chess365/Chess365Client.ts:98
Method
constructor
( retrievedAt: Date, playerWhite: string, playerBlack: string, id: number,
build_scripts/chesstempo/ChesstempoClient.ts:78
Method
constructor
( retrievedAt: Date, playerWhite: string, playerBlack: string, href: string,
build_scripts/chessCom/ChessComClient.ts:66
Method
constructor
(minimalDelay: number)
build_scripts/util/RateLimiter.ts:4
Method
equals
(other: VideoFilter)
src/filter/PublishedFromFilter.ts:19
Method
equals
(other: VideoFilter)
src/filter/MultipleGamesFilter.ts:14
Method
equals
(other: VideoFilter)
src/filter/TitleFilter.ts:22
Method
equals
(other: VideoFilter)
src/filter/MatchBetweenFilter.ts:22
Method
equals
(other: VideoFilter)
src/filter/LengthToFilter.ts:18
Method
equals
(other: VideoFilter)
src/filter/AtLeastOneGameFilter.ts:14
Method
equals
(other: VideoFilter)
src/filter/PublishedToFilter.ts:19
Method
equals
(other: VideoFilter)
src/filter/GameYearFromFilter.ts:19
Method
equals
(other: VideoFilter)
src/filter/GameResultFilter.ts:22
Method
equals
(other: VideoFilter)
src/filter/SideResultFilter.ts:29
Method
equals
(other: VideoFilter)
src/filter/QueenCountFilter.ts:21
Method
equals
(other: VideoFilter)
src/filter/QueenSacrificeFilter.ts:102
Method
equals
(other: VideoFilter)
src/filter/OrFilter.ts:19
Method
equals
(other: VideoFilter)
src/filter/UnderpromotionFilter.ts:19
Method
equals
(other: VideoFilter)
src/filter/MovesFromFilter.ts:21
Method
equals
(other: VideoFilter)
src/filter/PgnFilter.ts:29
Method
equals
(other: VideoFilter)
src/filter/AndFilter.ts:19
Method
equals
(other: VideoFilter)
src/filter/TemplateFilter.ts:20
Method
equals
(other: VideoFilter)
src/filter/GameYearToFilter.ts:19
Method
equals
(other: VideoFilter)
src/filter/MovesToFilter.ts:21
Method
equals
(other: VideoFilter)
src/filter/PlayerSideFilter.ts:24
Method
equals
(other: VideoFilter)
src/filter/LengthFromFilter.ts:18
Method
equals
(other: VideoFilter)
src/filter/WhitePlayedB4Filter.ts:19
Method
equals
(other: VideoFilter)
src/filter/GameOpeningFilter.ts:22
Method
expand
(fen: string)
src/stores/positionsStore.ts:32
Function
fetchOpenings
()
src/stores/openingsStore.ts:25
Function
fetchPgns
()
src/stores/pgnsStore.ts:17
Function
fetchPositions
()
src/stores/positionsStore.ts:96
Function
fetchVideos
()
src/stores/videosStore.ts:12
Method
getBlacks
()
src/model/Video.ts:17
Method
getGameDates
()
src/model/Video.ts:21
Method
getResult
()
build_scripts/BaseGame.ts:16
Method
getResult
()
build_scripts/lichessMasters/LichessMastersClient.ts:77
Method
getResult
()
build_scripts/chess365/Chess365Client.ts:118
Method
getResult
()
build_scripts/chesstempo/ChesstempoClient.ts:106
Method
getResult
()
build_scripts/chessCom/ChessComClient.ts:84
Method
getWhites
()
src/model/Video.ts:13
Function
handleTimeout
()
js/chessboard-1.0.0.js:63
Function
i
()
js/chessboard-1.0.0.min.js:2
Method
initialized
()
build_scripts/stockfish/StockfishService.ts:13
Function
j
(e)
js/chessboard-1.0.0.min.js:2
Method
listener
(message: string)
build_scripts/stockfish/StockfishService.ts:107
Method
loadInfoForId
(id: string, force: boolean = false)
build_scripts/lichessMasters/LichessMastersService.ts:10
Method
loadInfoForId
(id: string, force: boolean = false)
build_scripts/chesstempo/ChesstempoService.ts:7
Method
loadInfoForId
(id: string, force: boolean = false)
build_scripts/chessCom/ChessComService.ts:9
Function
mousedownSparePiece
(evt)
js/chessboard-1.0.0.js:1621
Function
mousedownSquare
(evt)
js/chessboard-1.0.0.js:1591
Function
mouseenterSquare
(evt)
js/chessboard-1.0.0.js:1687
Function
mouseleaveSquare
(evt)
js/chessboard-1.0.0.js:1711
Function
mousemoveWindow
(evt)
js/chessboard-1.0.0.js:1645
Function
mouseupWindow
(evt)
js/chessboard-1.0.0.js:1666
Method
name
()
src/filter/PublishedFromFilter.ts:11
Method
name
()
src/filter/MultipleGamesFilter.ts:6
Method
name
()
src/filter/TitleFilter.ts:14
Method
name
()
src/filter/MatchBetweenFilter.ts:11
Method
name
()
src/filter/LengthToFilter.ts:10
Method
name
()
src/filter/AtLeastOneGameFilter.ts:6
Method
name
()
src/filter/PublishedToFilter.ts:11
Method
name
()
src/filter/GameYearFromFilter.ts:11
Method
name
()
src/filter/GameResultFilter.ts:12
Method
name
()
src/filter/SideResultFilter.ts:15
Method
name
()
src/filter/QueenCountFilter.ts:12
Method
name
()
src/filter/QueenSacrificeFilter.ts:90
Method
name
()
src/filter/OrFilter.ts:11
Method
name
()
src/filter/UnderpromotionFilter.ts:10
Method
name
()
src/filter/MovesFromFilter.ts:12
Method
name
()
src/filter/PgnFilter.ts:16
Method
name
()
src/filter/AndFilter.ts:11
Method
name
()
src/filter/TemplateFilter.ts:10
Method
name
()
src/filter/GameYearToFilter.ts:11
Method
name
()
src/filter/MovesToFilter.ts:12
Method
name
()
src/filter/PlayerSideFilter.ts:12
Method
name
()
src/filter/LengthFromFilter.ts:10
Method
name
()
src/filter/WhitePlayedB4Filter.ts:10
Method
name
()
src/filter/GameOpeningFilter.ts:13
Function
onAnimationComplete
()
js/chessboard-1.0.0.js:1258
Function
onFinishAnimation1
()
js/chessboard-1.0.0.js:930
Function
onFinishAnimation2
()
js/chessboard-1.0.0.js:968
← previous
next →
201–300 of 335, ranked by callers