all |
vendor/guzzlehttp/promises/src/functions.php |
Given an array of promises, return a promise that is fulfilled when all the
items in the array are fulfilled. |
|
|
any |
vendor/guzzlehttp/promises/src/functions.php |
Like some(), with 1 as count. However, if the promise fulfills, the
fulfillment value is not an array of 1 but the value directly. |
|
|
auth0_install |
./auth0.install |
Implements hook_install(). |
|
|
auth0_library_info_build |
./auth0.module |
Implements hook_library_info_build(). |
|
|
auth0_schema |
./auth0.install |
Implements hook_schema(). |
|
|
auth0_signin_with_refresh_token |
./auth0.module |
Use Refresh Token. |
|
|
auth0_theme |
./auth0.module |
Replace a form with the lock widget. |
|
|
auth0_uninstall |
./auth0.install |
Implements hook_uninstall(). |
|
|
auth0_user_delete |
./auth0.module |
Handle users deletion, it should delete the Auth0 profile. |
|
|
build_query |
vendor/guzzlehttp/psr7/src/functions.php |
Build a query string from an array of key value pairs. |
|
|
choose_handler |
vendor/guzzlehttp/guzzle/src/functions.php |
Chooses and creates a default handler to use based on the environment. |
1 |
|
composerRequire42b92e6fb23fd5de32e1e488d7c54e6d |
vendor/composer/autoload_real.php |
|
1 |
|
copy_to_stream |
vendor/guzzlehttp/psr7/src/functions.php |
Copy the contents of a stream into another stream until the given number
of bytes have been read. |
2 |
|
copy_to_string |
vendor/guzzlehttp/psr7/src/functions.php |
Copy the contents of a stream into a string until the given number of
bytes have been read. |
3 |
|
coroutine |
vendor/guzzlehttp/promises/src/functions.php |
|
|
|
debug_resource |
vendor/guzzlehttp/guzzle/src/functions.php |
Returns a debug stream based on the provided variable. |
|
|
default_ca_bundle |
vendor/guzzlehttp/guzzle/src/functions.php |
Returns the default cacert bundle for the current system. |
|
|
default_user_agent |
vendor/guzzlehttp/guzzle/src/functions.php |
Get the default User-Agent string to use with Guzzle |
1 |
|
describe_type |
vendor/guzzlehttp/guzzle/src/functions.php |
Debug function used to describe the provided value type and class. |
|
|
each |
vendor/guzzlehttp/promises/src/functions.php |
Given an iterator that yields promises or values, returns a promise that is
fulfilled with a null value when the iterator has been consumed or the
aggregate promise has been fulfilled or rejected. |
|
|
each_limit |
vendor/guzzlehttp/promises/src/functions.php |
Like each, but only allows a certain number of outstanding promises at any
given time. |
1 |
|
each_limit_all |
vendor/guzzlehttp/promises/src/functions.php |
Like each_limit, but ensures that no promise in the given $iterable argument
is rejected. If any promise is rejected, then the aggregate promise is
rejected with the encountered rejection. |
|
|
exception_for |
vendor/guzzlehttp/promises/src/functions.php |
Create an exception for a rejected promise value. |
3 |
|
get_message_body_summary |
vendor/guzzlehttp/psr7/src/functions.php |
Get a short summary of the message body |
|
|
hash |
vendor/guzzlehttp/psr7/src/functions.php |
Calculate a hash of a Stream |
|
|
headers_from_lines |
vendor/guzzlehttp/guzzle/src/functions.php |
Parses an array of header lines into an associative array of headers. |
|
|
includeFile |
vendor/composer/ClassLoader.php |
Scope isolated include. |
1 |
|
inspect |
vendor/guzzlehttp/promises/src/functions.php |
Synchronously waits on a promise to resolve and returns an inspection state
array. |
1 |
|
inspect_all |
vendor/guzzlehttp/promises/src/functions.php |
Waits on all of the provided promises, but does not unwrap rejected promises
as thrown exception. |
|
|
is_fulfilled |
vendor/guzzlehttp/promises/src/functions.php |
Returns true if a promise is fulfilled. |
|
|
is_host_in_noproxy |
vendor/guzzlehttp/guzzle/src/functions.php |
Returns true if the provided host matches any of the no proxy areas. |
|
|
is_rejected |
vendor/guzzlehttp/promises/src/functions.php |
Returns true if a promise is rejected. |
|
|
is_settled |
vendor/guzzlehttp/promises/src/functions.php |
Returns true if a promise is fulfilled or rejected. |
|
|
iter_for |
vendor/guzzlehttp/promises/src/functions.php |
Returns an iterator for the given value. |
1 |
|
json_decode |
vendor/guzzlehttp/guzzle/src/functions.php |
Wrapper for json_decode that throws when an error occurs. |
|
1 |
json_encode |
vendor/guzzlehttp/guzzle/src/functions.php |
Wrapper for JSON encoding that throws when an error occurs. |
|
|
mimetype_from_extension |
vendor/guzzlehttp/psr7/src/functions.php |
Maps a file extensions to a mimetype. |
1 |
|
mimetype_from_filename |
vendor/guzzlehttp/psr7/src/functions.php |
Determines the mimetype of a file by looking at its extension. |
1 |
|
modify_request |
vendor/guzzlehttp/psr7/src/functions.php |
Clone and modify a request with the given changes. |
|
|
normalize_header |
vendor/guzzlehttp/psr7/src/functions.php |
Converts an array of header values that may contain comma separated
headers into an array of headers with no comma separated values. |
1 |
|
normalize_header_keys |
vendor/guzzlehttp/guzzle/src/functions.php |
Creates an associative array of lowercase header names to the actual
header casing. |
|
|
parse_header |
vendor/guzzlehttp/psr7/src/functions.php |
Parse an array of header values containing ";" separated data into an
array of associative arrays representing the header key value pair
data of the header. When a parameter does not contain a value, but just
contains a key, this function… |
|
|
parse_query |
vendor/guzzlehttp/psr7/src/functions.php |
Parse a query string into an associative array. |
|
|
parse_request |
vendor/guzzlehttp/psr7/src/functions.php |
Parses a request message string into a request object. |
|
|
parse_response |
vendor/guzzlehttp/psr7/src/functions.php |
Parses a response message string into a response object. |
|
|
promise_for |
vendor/guzzlehttp/promises/src/functions.php |
Creates a promise for a value if the value is not a promise. |
2 |
|
queue |
vendor/guzzlehttp/promises/src/functions.php |
Get the global task queue used for promise resolution. |
3 |
|
readline |
vendor/guzzlehttp/psr7/src/functions.php |
Read a line from the stream up to the maximum allowed buffer length |
|
|
rejection_for |
vendor/guzzlehttp/promises/src/functions.php |
Creates a rejected promise for a reason if the reason is not a promise. If
the provided reason is a promise, then it is returned as-is. |
1 |
|
rewind_body |
vendor/guzzlehttp/psr7/src/functions.php |
Attempts to rewind a message body and throws an exception on failure. |
|
|