Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kamalisk/arkhamdb
/ functions
Functions
1,734 in github.com/Kamalisk/arkhamdb
⨍
Functions
1,734
◇
Types & classes
121
↓ 9 callers
Method
getPacks
* Get packs * * @return \Doctrine\Common\Collections\Collection */
src/AppBundle/Entity/Cycle.php:260
↓ 9 callers
Method
getParent
* Get parent * * @return \AppBundle\Entity\Decklist */
src/AppBundle/Entity/Deck.php:892
↓ 9 callers
Method
getQuantity
* Get quantity * @return integer */
src/AppBundle/Model/SlotInterface.php:21
↓ 9 callers
Method
loadCollection
($entityShortName)
src/AppBundle/Command/ImportStdCommand.php:975
↓ 9 callers
Function
p
(a,b)
src/AppBundle/Resources/public/js/fdb-all.min.js:1
↓ 9 callers
Method
setParent
* Set parent * * @param \AppBundle\Entity\Decklist $parent * * @return Deck */
src/AppBundle/Entity/Deck.php:880
↓ 9 callers
Method
setPrecedent
* Set precedent * * @param \AppBundle\Entity\Decklist $precedent * * @return Decklist */
src/AppBundle/Entity/Decklist.php:1012
↓ 8 callers
Function
Hb
(a)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 8 callers
Function
err
(strm, errorCode)
src/AppBundle/Resources/public/js/fdb-all.js:34321
↓ 8 callers
Function
flush_pending
(strm)
src/AppBundle/Resources/public/js/fdb-all.js:34339
↓ 8 callers
Method
getIgnoreDeckLimit
* Get ignoreDeckLimit * * @return integer */
src/AppBundle/Entity/Deckslot.php:89
↓ 8 callers
Method
getLinkedTo
* Get linkedTo * * @return \AppBundle\Entity\Card */
src/AppBundle/Entity/Card.php:2251
↓ 8 callers
Method
getNameCanonical
* Get nameCanonical * * @return string */
src/AppBundle/Entity/Decklist.php:293
↓ 8 callers
Method
getNextDeck
* Get nextDeck * * @return \AppBundle\Entity\Deck */
src/AppBundle/Entity/Deck.php:940
↓ 8 callers
Method
getRootDir
()
app/AppKernel.php:9
↓ 8 callers
Method
getSideSlots
* Get slots * * @return \AppBundle\Model\SlotCollectionInterface */
src/AppBundle/Entity/Deck.php:647
↓ 8 callers
Method
getVersion
()
src/AppBundle/Entity/Deck.php:1099
↓ 8 callers
Function
initialParams
(fn)
src/AppBundle/Resources/public/js/fdb-all.js:18811
↓ 8 callers
Method
setCard
* Set card * * @param \AppBundle\Entity\Card $card * * @return Review */
src/AppBundle/Entity/Review.php:307
↓ 8 callers
Method
setUser
* Set user * * @param \AppBundle\Entity\User $user * * @return Deck */
src/AppBundle/Entity/Deck.php:727
↓ 7 callers
Function
Pe
(e)
src/AppBundle/Resources/public/js/purify.min.js:190
↓ 7 callers
Function
_createTester
(eachfn, check, getResult)
src/AppBundle/Resources/public/js/fdb-all.js:21317
↓ 7 callers
Function
fill_window
(s)
src/AppBundle/Resources/public/js/fdb-all.js:34540
↓ 7 callers
Method
getDescriptionMd
* Get descriptionMd * * @return string */
src/AppBundle/Entity/Deck.php:481
↓ 7 callers
Method
getFileInfo
($path, $filename)
src/AppBundle/Command/ImportStdCommand.php:941
↓ 7 callers
Method
getOneOrNullResult
* Returns translated one (or null if not found) result for given locale * * @param QueryBuilder $qb A Doctrine query builder instance
src/AppBundle/Repository/TranslatableRepository.php:44
↓ 7 callers
Method
getReputation
* Get reputation * * @return integer */
src/AppBundle/Entity/User.php:203
↓ 7 callers
Method
setMeta
* Set meta * * @param string $meta * * @return Deck */
src/AppBundle/Entity/Deck.php:517
↓ 7 callers
Method
setTags
* Set tags * * @param string $tags * * @return Deck */
src/AppBundle/Entity/Deck.php:566
↓ 7 callers
Method
slugify
* Transforms the string into a valid filename, lower-case, no spaces, pure ASCII, etc. * @param string $filename * @return string */
src/AppBundle/Services/Texts.php:100
↓ 7 callers
Method
transform
* turns a Markdown string into a HTML string * @param unknown $string * @return string */
src/AppBundle/Services/Texts.php:80
↓ 7 callers
Function
za
(a,b,c)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 6 callers
Method
addPhpIniRecommendation
* Adds an optional recommendation in form of a php.ini configuration. * * @param string $cfgName The configuration name use
var/SymfonyRequirements.php:253
↓ 6 callers
Method
addPhpIniRequirement
* Adds a mandatory requirement in form of a php.ini configuration. * * @param string $cfgName The configuration name used f
var/SymfonyRequirements.php:235
↓ 6 callers
Function
executeTwoCallbacks
(promise, callback, errorCallback)
src/AppBundle/Resources/public/js/fdb-all.js:31112
↓ 6 callers
Method
getChildren
* Get children * * @return \Doctrine\Common\Collections\Collection */
src/AppBundle/Entity/Deck.php:681
↓ 6 callers
Method
getCycle
* Get cycle * * @return \AppBundle\Entity\Cycle */
src/AppBundle/Entity/Pack.php:393
↓ 6 callers
Method
getDateCreation
* Get dateCreation * * @return \DateTime */
src/AppBundle/Entity/User.php:155
↓ 6 callers
Method
getFaq
* Get faq * * @return boolean */
src/AppBundle/Entity/User.php:228
↓ 6 callers
Method
getOwnedPacks
* Get ownedPacks * * @return string */
src/AppBundle/Entity/User.php:321
↓ 6 callers
Method
getSlots
()
src/AppBundle/Model/SlotCollectionDecorator.php:156
↓ 6 callers
Method
getSubname
* Get subname * * @return string */
src/AppBundle/Entity/Card.php:757
↓ 6 callers
Method
getTranslatedQuery
* Returns translated Doctrine query instance * * @param QueryBuilder $qb A Doctrine query builder instance * @param string $locale A l
src/AppBundle/Repository/TranslatableRepository.php:124
↓ 6 callers
Method
getXpSpent
* Get xpSpent * * @return integer */
src/AppBundle/Entity/Deck.php:1014
↓ 6 callers
Method
markdown
* Returns the processed version of a markdown text */
src/AppBundle/Services/Texts.php:60
↓ 6 callers
Method
setDateUpdate
* Set dateUpdate * * @param \DateTime $dateUpdate * * @return User */
src/AppBundle/Entity/User.php:167
↓ 6 callers
Method
setDeck
* Set deck * * @param \AppBundle\Entity\Deck $deck * * @return Deckslot */
src/AppBundle/Entity/Deckslot.php:102
↓ 6 callers
Method
setDescriptionMd
* Set descriptionMd * * @param string $descriptionMd * * @return Deck */
src/AppBundle/Entity/Deck.php:469
↓ 6 callers
Method
setTaboo
* Set user * * @param \AppBundle\Entity\Taboo $taboo * * @return Deck */
src/AppBundle/Entity/Deck.php:751
↓ 6 callers
Method
truncate
* Returns a substring of $string that is $max_length length max and doesn't split * a word or a html tag */
src/AppBundle/Services/Texts.php:22
↓ 6 callers
Method
write
($output, $text)
src/AppBundle/Command/TwigCacheCommand.php:29
↓ 6 callers
Function
x
(a)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 6 callers
Function
x
(t)
src/AppBundle/Resources/public/js/purify.min.js:63
↓ 5 callers
Function
Ke
(e)
src/AppBundle/Resources/public/js/purify.min.js:240
↓ 5 callers
Function
X
(a,b)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 5 callers
Function
aa
(a,b)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 5 callers
Function
adler32
(adler, buf, len, pos)
src/AppBundle/Resources/public/js/fdb-all.js:34093
↓ 5 callers
Function
arrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array to iterat
src/AppBundle/Resources/public/js/fdb-all.js:20255
↓ 5 callers
Function
baseForOwn
* The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to iterate over.
src/AppBundle/Resources/public/js/fdb-all.js:19932
↓ 5 callers
Method
getCardInfo
* * @param \AppBundle\Entity\Card $card * @param string $api * @return multitype:multitype: string number mixed NULL unknown */
src/AppBundle/Services/CardsData.php:585
↓ 5 callers
Method
getCards
* Get cards * * @return \Doctrine\Common\Collections\Collection */
src/AppBundle/Entity/Type.php:137
↓ 5 callers
Method
getDeckLimit
* Get deckLimit * * @return integer */
src/AppBundle/Entity/Card.php:1252
↓ 5 callers
Method
getDrawDeck
* Get the draw deck * @return \AppBundle\Model\SlotCollectionInterface */
src/AppBundle/Model/SlotCollectionInterface.php:39
↓ 5 callers
Method
getNextDeck
* Get nextDeck * * @return \AppBundle\Entity\Decklist */
src/AppBundle/Entity/Decklist.php:745
↓ 5 callers
Method
getReplaced
* Get replacedBy * * @return boolean */
src/AppBundle/Entity/Pack.php:417
↓ 5 callers
Method
getSize
* Get size * * @return integer */
src/AppBundle/Entity/Pack.php:263
↓ 5 callers
Method
getSubtype
* Get subtype * * @return \AppBundle\Entity\Subtype */
src/AppBundle/Entity/Card.php:2154
↓ 5 callers
Method
paginationItem
($q = null, $v, $s, $e, $ps, $pi, $total)
src/AppBundle/Controller/SearchController.php:544
↓ 5 callers
Function
putShortMSB
(s, b)
src/AppBundle/Resources/public/js/fdb-all.js:34378
↓ 5 callers
Function
put_short
(s, w)
src/AppBundle/Resources/public/js/fdb-all.js:38509
↓ 5 callers
Method
removeChild
* Remove child * * @param \AppBundle\Entity\Decklist $child */
src/AppBundle/Entity/Deck.php:671
↓ 5 callers
Method
replaceSymbols
* Searches for and replaces symbol tokens with markup in a given text. * @param string $text * @return string */
src/AppBundle/Services/CardsData.php:33
↓ 5 callers
Function
s
(a)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 5 callers
Method
setIgnoreDeckLimit
* Set ignoreDeckLimit * * @param integer $ignoreDeckLimit * * @return Deckslot */
src/AppBundle/Entity/Deckslot.php:77
↓ 5 callers
Method
setNextDeck
* Set nextDeck * * @param \AppBundle\Entity\Deck $nextDeck * * @return Deck */
src/AppBundle/Entity/Deck.php:928
↓ 5 callers
Method
setPreviousDeck
* Set previousDeck * * @param \AppBundle\Entity\Deck $previousDeck * * @return Deck */
src/AppBundle/Entity/Deck.php:904
↓ 4 callers
Function
N
(a)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 4 callers
Function
R
(a)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 4 callers
Function
V
(a,b)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 4 callers
Function
_
(a,b,c)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 4 callers
Function
_eachOfLimit
(limit)
src/AppBundle/Resources/public/js/fdb-all.js:19430
↓ 4 callers
Method
add
* Adds a Requirement. * * @param Requirement $requirement A Requirement instance */
var/SymfonyRequirements.php:191
↓ 4 callers
Function
arrayEach
* A specialized version of `_.forEach` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The array to it
src/AppBundle/Resources/public/js/fdb-all.js:19875
↓ 4 callers
Function
baseIndexOf
* The base implementation of `_.indexOf` without `fromIndex` bounds checks. * * @private * @param {Array} array The array to inspect. * @param {*}
src/AppBundle/Resources/public/js/fdb-all.js:20001
↓ 4 callers
Function
ca
(a)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Tournament entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form
src/AppBundle/Controller/TournamentController.php:213
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Cycle entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form The f
src/AppBundle/Controller/CycleController.php:178
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Faction entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form The
src/AppBundle/Controller/FactionController.php:213
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Type entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form The fo
src/AppBundle/Controller/TypeController.php:213
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Type entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form The fo
src/AppBundle/Controller/SubtypeController.php:213
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Card entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form The fo
src/AppBundle/Controller/CardController.php:188
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Pack entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form The fo
src/AppBundle/Controller/PackController.php:178
↓ 4 callers
Method
createDeleteForm
* Creates a form to delete a Encounter entity by id. * * @param mixed $id The entity id * * @return \Symfony\Component\Form\Form T
src/AppBundle/Controller/EncounterController.php:213
↓ 4 callers
Function
da
(a)
src/AppBundle/Resources/public/js/fdb-all.min.js:6
↓ 4 callers
Function
decode_customization
(choice)
src/AppBundle/Resources/public/js/app.deck_history.js:474
↓ 4 callers
Function
doParallel
(fn)
src/AppBundle/Resources/public/js/fdb-all.js:19576
↓ 4 callers
Method
execute
(InputInterface $input, OutputInterface $output)
src/AppBundle/Command/ResendCommand.php:22
↓ 4 callers
Method
getIsSaved
* Get isSaved * * @return boolean */
src/AppBundle/Entity/Deckchange.php:147
↓ 4 callers
Method
getIterator
()
src/AppBundle/Model/SlotCollectionDecorator.php:33
↓ 4 callers
Method
getLastPack
* Get lastPack * * @return \AppBundle\Entity\Pack */
src/AppBundle/Entity/Deck.php:868
← previous
next →
101–200 of 1,734, ranked by callers