Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brix/crypto-js
/ functions
Functions
105 in github.com/brix/crypto-js
⨍
Functions
105
◇
Types & classes
15
↓ 32 callers
Method
parse
* Parses YAML into a PHP array. * * The parse method, when supplied with a YAML stream (string or file), * will do its best to convert
builder/lib/symfony/src/Symfony/Component/Yaml/Yaml.php:52
↓ 5 callers
Method
parseScalar
* Parses a scalar to a YAML string. * * @param scalar $scalar * @param string $delimiters * @param array $stringDelimiters
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:159
↓ 4 callers
Method
moveToNextLine
* Moves the parser to the next line. * * @return Boolean */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:320
↓ 4 callers
Method
updateRepr
()
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:117
↓ 3 callers
Method
getCurrentLineIndentation
* Returns the current line indentation. * * @return integer The current line indentation */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:257
↓ 3 callers
Method
getRealCurrentLineNb
* Returns the current line number (takes the offset into account). * * @return integer The current line number */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:247
↓ 3 callers
Method
isCurrentLineBlank
* Returns true if the current line is blank. * * @return Boolean Returns true if the current line is blank, false otherwise */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:497
↓ 3 callers
Method
isCurrentLineEmpty
* Returns true if the current line is blank or if it is a comment line. * * @return Boolean Returns true if the current line is empty or if
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:487
↓ 3 callers
Method
moveToPreviousLine
* Moves the parser to the previous line. */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:334
↓ 2 callers
Function
buildNextPackage
()
builder/builder.js:189
↓ 2 callers
Method
getTimestampRegex
* Gets a regex that matches an unix timestamp * * @return string The regular expression */
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:389
↓ 2 callers
Method
parseMapping
* Parses a mapping to a YAML string. * * @param string $mapping * @param integer &$i * * @return string A YAML string *
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:283
↓ 2 callers
Method
parseSequence
* Parses a sequence to a YAML string. * * @param string $sequence * @param integer &$i * * @return string A YAML string
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:227
↓ 2 callers
Method
setParsedLine
* Sets the line where the error occurred. * * @param integer $parsedLine The file line */
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:110
↓ 2 callers
Method
setSnippet
* Sets the snippet of code near the error. * * @param string $snippet The code snippet */
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:64
↓ 1 callers
Function
FF
(a, b, c, d, x, s, t)
src/md5.js:197
↓ 1 callers
Function
GG
(a, b, c, d, x, s, t)
src/md5.js:202
↓ 1 callers
Function
HH
(a, b, c, d, x, s, t)
src/md5.js:207
↓ 1 callers
Function
II
(a, b, c, d, x, s, t)
src/md5.js:212
↓ 1 callers
Function
X64Word_create
()
src/sha512.js:11
↓ 1 callers
Function
buildPackage
(pkg)
builder/builder.js:144
↓ 1 callers
Method
cleanup
* Cleanups a YAML string to be parsed. * * @param string $value The input YAML string * * @return string A cleaned up YAML string
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:522
↓ 1 callers
Function
compress
($jsContent)
builder/builder.php:60
↓ 1 callers
Method
createMap
* Iterate over all files in the given directory searching for classes * * @param Iterator|string $dir The directory to search in or an itera
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php:46
↓ 1 callers
Method
dump
* Dumps a given PHP variable to a YAML string. * * @param mixed $value The PHP variable to convert * * @return string The YAML str
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:72
↓ 1 callers
Method
dumpArray
* Dumps a PHP array to a YAML string. * * @param array $value The PHP array to dump * * @return string The YAML string representin
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:122
↓ 1 callers
Method
escapeWithDoubleQuotes
* Escapes and surrounds a PHP value with double quotes. * * @param string $value A PHP value * * @return string The quoted, escape
builder/lib/symfony/src/Symfony/Component/Yaml/Escaper.php:60
↓ 1 callers
Method
escapeWithSingleQuotes
* Escapes and surrounds a PHP value with single quotes. * * @param string $value A PHP value * * @return string The quoted, escape
builder/lib/symfony/src/Symfony/Component/Yaml/Escaper.php:84
↓ 1 callers
Method
evaluateScalar
* Evaluates scalars and replaces magic values. * * @param string $scalar * * @return string A YAML string */
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:344
↓ 1 callers
Function
f1
(x, y, z)
src/ripemd160.js:189
↓ 1 callers
Function
f2
(x, y, z)
src/ripemd160.js:194
↓ 1 callers
Function
f3
(x, y, z)
src/ripemd160.js:198
↓ 1 callers
Function
f4
(x, y, z)
src/ripemd160.js:202
↓ 1 callers
Function
f5
(x, y, z)
src/ripemd160.js:206
↓ 1 callers
Method
findClasses
* Extract the classes in the given file * * @param string $path The file to check * * @return array The found classes */
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php:83
↓ 1 callers
Method
findFile
* Finds the path to the file where the class is defined. * * @param string $class The name of the class * * @return string|null Th
builder/lib/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php:66
↓ 1 callers
Method
findFile
* Finds the path to the file where the class is defined. * * @param string $class The name of the class * * @return string|null Th
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:260
↓ 1 callers
Method
fixNamespaceDeclarations
* Adds brackets around each namespace if it's not already the case. * * @param string $source Namespace string * * @return string
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php:126
↓ 1 callers
Function
getFractionalBits
(n)
src/sha256.js:26
↓ 1 callers
Method
getNamespaceFallbacks
* Gets the directory(ies) to use as a fallback for namespaces. * * @return array An array of directories */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:116
↓ 1 callers
Method
getNamespaces
* Gets the configured namespaces. * * @return array A hash with namespaces as keys and directories as values */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:96
↓ 1 callers
Method
getNextEmbedBlock
* Returns the next embed block of YAML. * * @param integer $indentation The indent level at which the block is to be read, or null for defau
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:271
↓ 1 callers
Method
getPrefixFallbacks
* Gets the directory(ies) to use as a fallback for class prefixes. * * @return array An array of directories */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:126
↓ 1 callers
Method
getPrefixes
* Gets the configured class prefixes. * * @return array A hash with class prefixes as keys and directories as values */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:106
↓ 1 callers
Method
getUseIncludePath
* Can be used to check if the autoloader uses the include path to check * for classes. * * @return Boolean */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:86
↓ 1 callers
Function
incCounter
(counter)
src/mode-ctr-gladman.js:53
↓ 1 callers
Function
incWord
(word)
src/mode-ctr-gladman.js:9
↓ 1 callers
Method
isCurrentLineComment
* Returns true if the current line is a comment line. * * @return Boolean Returns true if the current line is a comment line, false otherwis
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:507
↓ 1 callers
Method
isNextLineIndented
* Returns true if the next line is indented. * * @return Boolean Returns true if the next line is indented, false otherwise */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:459
↓ 1 callers
Function
isPrime
(n)
src/sha256.js:15
↓ 1 callers
Method
load
* Loads a list of classes and caches them in one big file. * * @param array $classes An array of classes to load * @param string
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php:35
↓ 1 callers
Method
parse
* Parses a YAML string to a PHP value. * * @param string $value A YAML string * * @return mixed A PHP value * * @throw
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:47
↓ 1 callers
Method
parseFoldedScalar
* Parses a folded scalar. * * @param string $separator The separator that was used to begin this folded scalar (| or >) * @param s
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:389
↓ 1 callers
Method
parseQuotedScalar
* Parses a quoted scalar to YAML. * * @param string $scalar * @param integer &$i * * @return string A YAML string *
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:197
↓ 1 callers
Method
parseValue
* Parses a YAML value. * * @param string $value A YAML value * * @return mixed A PHP value * * @throws ParseException
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:348
↓ 1 callers
Method
register
* Registers this instance as an autoloader. * * @param Boolean $prepend Whether to prepend the autoloader or not */
builder/lib/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php:38
↓ 1 callers
Method
registerNamespace
* Registers a namespace. * * @param string $namespace The namespace * @param array|string $paths The location(s) of the names
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:197
↓ 1 callers
Method
registerNamespaceFallbacks
* Registers the directory to use as a fallback for namespaces. * * @param array $dirs An array of directories * * @api */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:138
↓ 1 callers
Method
registerNamespaces
* Registers an array of namespaces * * @param array $namespaces An array of namespaces (namespaces as keys and locations as values) *
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:182
↓ 1 callers
Method
registerPrefixFallbacks
* Registers directories to use as a fallback for class prefixes. * * @param array $dirs An array of directories * * @api */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:160
↓ 1 callers
Method
registerPrefixes
* Registers an array of classes using the PEAR naming convention. * * @param array $classes An array of classes (prefixes as keys and locati
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:209
↓ 1 callers
Function
render
($__template__, $__params__)
builder/builder.php:49
↓ 1 callers
Method
requiresDoubleQuoting
* Determines if a PHP value would require double quoting in YAML. * * @param string $value A PHP value * * @return Boolean True if
builder/lib/symfony/src/Symfony/Component/Yaml/Escaper.php:48
↓ 1 callers
Method
requiresSingleQuoting
* Determines if a PHP value would require single quoting in YAML. * * @param string $value A PHP value * * @return Boolean True if
builder/lib/symfony/src/Symfony/Component/Yaml/Escaper.php:72
↓ 1 callers
Function
rotl
(x,n)
src/ripemd160.js:211
↓ 1 callers
Function
selectCipherStrategy
(key)
src/cipher-core.js:175
↓ 1 callers
Method
setParsedFile
* Sets the filename where the error occurred. * * @param string $parsedFile The filename */
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:88
↓ 1 callers
Method
stripComments
* Removes comments from a PHP source string. * * We don't use the PHP php_strip_whitespace() function * as we want the content to be re
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php:202
↓ 1 callers
Function
swapEndian
(word)
src/enc-utf16.js:126
↓ 1 callers
Method
unescapeCharacter
* Unescapes a character that was found in a double-quoted string * * @param string $value An escaped character * * @return string
builder/lib/symfony/src/Symfony/Component/Yaml/Unescaper.php:66
↓ 1 callers
Method
unescapeDoubleQuotedString
* Unescapes a double quoted string. * * @param string $value A double quoted string. * * @return string The unescaped string.
builder/lib/symfony/src/Symfony/Component/Yaml/Unescaper.php:48
↓ 1 callers
Method
unescapeSingleQuotedString
* Unescapes a single quoted string. * * @param string $value A single quoted string. * * @return string The unescaped string.
builder/lib/symfony/src/Symfony/Component/Yaml/Unescaper.php:36
↓ 1 callers
Method
useIncludePath
* Turns on searching the include for class files. Allows easy loading * of installed PEAR packages * * @param Boolean $useIncludePath
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:75
↓ 1 callers
Method
writeCacheFile
* Writes a cache file. * * @param string $file Filename * @param string $content Temporary file content * * @throws \RuntimeE
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php:180
↓ 1 callers
Function
writeFile
(path, content)
builder/builder.js:20
Function
F
()
src/core.js:19
Method
__construct
* Constructor. * * @param array $map A map where keys are classes and values the absolute file path */
builder/lib/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php:28
Method
__construct
* Constructor. * * @param string $prefix A prefix to create a namespace in APC * * @api */
builder/lib/symfony/src/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php:74
Method
__construct
* Constructor * * @param integer $offset The offset of YAML document (used for line numbers in error messages) */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:33
Method
__construct
* Constructor. * * @param string $message The error message * @param integer $parsedLine The line where the error occurred
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:37
Method
dump
* Generate a class map file * * @param array|string $dirs Directories or a single path to search in * @param string $file The name of t
builder/lib/symfony/src/Symfony/Component/ClassLoader/ClassMapGenerator.php:27
Method
dump
* Dumps a PHP value to YAML. * * @param mixed $input The PHP value * @param integer $inline The level where you switch to inline Y
builder/lib/symfony/src/Symfony/Component/Yaml/Dumper.php:30
Method
dump
* Dumps a PHP array to a YAML string. * * The dump method, when supplied with an array, will do its best * to convert the array into fr
builder/lib/symfony/src/Symfony/Component/Yaml/Yaml.php:105
Method
enable
* Replaces all regular UniversalClassLoader instances by a DebugUniversalClassLoader ones. */
builder/lib/symfony/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php:24
Method
enablePhpParsing
()
builder/lib/symfony/src/Symfony/Component/Yaml/Yaml.php:27
Function
exchangeLR
(offset, mask)
src/tripledes.js:685
Function
exchangeRL
(offset, mask)
src/tripledes.js:691
Method
findFile
* Finds a file by class name while caching lookups to APC. * * @param string $class A class name to resolve to file */
builder/lib/symfony/src/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php:88
Function
generateKeystreamAndEncrypt
(words, offset, blockSize, cipher)
src/mode-cfb.js:36
Function
generateKeystreamWord
()
src/rc4.js:50
Method
getParsedFile
* Gets the filename where the error occurred. * * This method returns null if a string is parsed. * * @return string The filename
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:78
Method
getParsedLine
* Gets the line where the error occurred. * * @return integer The file line */
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:100
Method
getSnippet
* Gets the snippet of code near the error. * * @return string The snippet of code */
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:54
Method
loadClass
* {@inheritDoc} */
builder/lib/symfony/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php:53
Method
loadClass
* Loads the given class or interface. * * @param string $class The name of the class */
builder/lib/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php:48
Method
loadClass
* Loads the given class or interface. * * @param string $class The name of the class */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:246
Function
nextState
()
src/rabbit-legacy.js:113
Function
nextState
()
src/rabbit.js:115
Method
parse
* Converts a YAML string to a PHP array. * * @param string $value A YAML string * * @return array A PHP array representing the YAM
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:32
Function
readFile
(path)
builder/builder.js:15
next →
1–100 of 105, ranked by callers