MCPcopy Create free account

hub / github.com/brix/crypto-js / functions

Functions105 in github.com/brix/crypto-js

↓ 32 callersMethodparse
* 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 callersMethodparseScalar
* 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 callersMethodmoveToNextLine
* Moves the parser to the next line. * * @return Boolean */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:320
↓ 4 callersMethodupdateRepr
()
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:117
↓ 3 callersMethodgetCurrentLineIndentation
* Returns the current line indentation. * * @return integer The current line indentation */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:257
↓ 3 callersMethodgetRealCurrentLineNb
* 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 callersMethodisCurrentLineBlank
* 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 callersMethodisCurrentLineEmpty
* 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 callersMethodmoveToPreviousLine
* Moves the parser to the previous line. */
builder/lib/symfony/src/Symfony/Component/Yaml/Parser.php:334
↓ 2 callersFunctionbuildNextPackage
()
builder/builder.js:189
↓ 2 callersMethodgetTimestampRegex
* Gets a regex that matches an unix timestamp * * @return string The regular expression */
builder/lib/symfony/src/Symfony/Component/Yaml/Inline.php:389
↓ 2 callersMethodparseMapping
* 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 callersMethodparseSequence
* 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 callersMethodsetParsedLine
* 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 callersMethodsetSnippet
* 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 callersFunctionFF
(a, b, c, d, x, s, t)
src/md5.js:197
↓ 1 callersFunctionGG
(a, b, c, d, x, s, t)
src/md5.js:202
↓ 1 callersFunctionHH
(a, b, c, d, x, s, t)
src/md5.js:207
↓ 1 callersFunctionII
(a, b, c, d, x, s, t)
src/md5.js:212
↓ 1 callersFunctionX64Word_create
()
src/sha512.js:11
↓ 1 callersFunctionbuildPackage
(pkg)
builder/builder.js:144
↓ 1 callersMethodcleanup
* 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 callersFunctioncompress
($jsContent)
builder/builder.php:60
↓ 1 callersMethodcreateMap
* 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 callersMethoddump
* 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 callersMethoddumpArray
* 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 callersMethodescapeWithDoubleQuotes
* 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 callersMethodescapeWithSingleQuotes
* 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 callersMethodevaluateScalar
* 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 callersFunctionf1
(x, y, z)
src/ripemd160.js:189
↓ 1 callersFunctionf2
(x, y, z)
src/ripemd160.js:194
↓ 1 callersFunctionf3
(x, y, z)
src/ripemd160.js:198
↓ 1 callersFunctionf4
(x, y, z)
src/ripemd160.js:202
↓ 1 callersFunctionf5
(x, y, z)
src/ripemd160.js:206
↓ 1 callersMethodfindClasses
* 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 callersMethodfindFile
* 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 callersMethodfindFile
* 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 callersMethodfixNamespaceDeclarations
* 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 callersFunctiongetFractionalBits
(n)
src/sha256.js:26
↓ 1 callersMethodgetNamespaceFallbacks
* 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 callersMethodgetNamespaces
* 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 callersMethodgetNextEmbedBlock
* 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 callersMethodgetPrefixFallbacks
* 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 callersMethodgetPrefixes
* 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 callersMethodgetUseIncludePath
* 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 callersFunctionincCounter
(counter)
src/mode-ctr-gladman.js:53
↓ 1 callersFunctionincWord
(word)
src/mode-ctr-gladman.js:9
↓ 1 callersMethodisCurrentLineComment
* 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 callersMethodisNextLineIndented
* 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 callersFunctionisPrime
(n)
src/sha256.js:15
↓ 1 callersMethodload
* 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 callersMethodparse
* 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 callersMethodparseFoldedScalar
* 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 callersMethodparseQuotedScalar
* 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 callersMethodparseValue
* 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 callersMethodregister
* 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 callersMethodregisterNamespace
* 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 callersMethodregisterNamespaceFallbacks
* 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 callersMethodregisterNamespaces
* 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 callersMethodregisterPrefixFallbacks
* 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 callersMethodregisterPrefixes
* 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 callersFunctionrender
($__template__, $__params__)
builder/builder.php:49
↓ 1 callersMethodrequiresDoubleQuoting
* 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 callersMethodrequiresSingleQuoting
* 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 callersFunctionrotl
(x,n)
src/ripemd160.js:211
↓ 1 callersFunctionselectCipherStrategy
(key)
src/cipher-core.js:175
↓ 1 callersMethodsetParsedFile
* Sets the filename where the error occurred. * * @param string $parsedFile The filename */
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:88
↓ 1 callersMethodstripComments
* 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 callersFunctionswapEndian
(word)
src/enc-utf16.js:126
↓ 1 callersMethodunescapeCharacter
* 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 callersMethodunescapeDoubleQuotedString
* 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 callersMethodunescapeSingleQuotedString
* 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 callersMethoduseIncludePath
* 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 callersMethodwriteCacheFile
* 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 callersFunctionwriteFile
(path, content)
builder/builder.js:20
FunctionF
()
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
Methoddump
* 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
Methoddump
* 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
Methoddump
* 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
Methodenable
* Replaces all regular UniversalClassLoader instances by a DebugUniversalClassLoader ones. */
builder/lib/symfony/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php:24
MethodenablePhpParsing
()
builder/lib/symfony/src/Symfony/Component/Yaml/Yaml.php:27
FunctionexchangeLR
(offset, mask)
src/tripledes.js:685
FunctionexchangeRL
(offset, mask)
src/tripledes.js:691
MethodfindFile
* 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
FunctiongenerateKeystreamAndEncrypt
(words, offset, blockSize, cipher)
src/mode-cfb.js:36
FunctiongenerateKeystreamWord
()
src/rc4.js:50
MethodgetParsedFile
* 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
MethodgetParsedLine
* Gets the line where the error occurred. * * @return integer The file line */
builder/lib/symfony/src/Symfony/Component/Yaml/Exception/ParseException.php:100
MethodgetSnippet
* 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
MethodloadClass
* {@inheritDoc} */
builder/lib/symfony/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php:53
MethodloadClass
* Loads the given class or interface. * * @param string $class The name of the class */
builder/lib/symfony/src/Symfony/Component/ClassLoader/MapClassLoader.php:48
MethodloadClass
* Loads the given class or interface. * * @param string $class The name of the class */
builder/lib/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php:246
FunctionnextState
()
src/rabbit-legacy.js:113
FunctionnextState
()
src/rabbit.js:115
Methodparse
* 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
FunctionreadFile
(path)
builder/builder.js:15
next →1–100 of 105, ranked by callers