You are here

Functions in Lockr 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
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.
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
composerRequire5b4ef5f867672431561418e16d078844 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.
drush_lockr_lockdown ./lockr.drush.inc Patches installed modules for Key.
drush_lockr_register ./lockr.drush.inc Registers the site with lockr.
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.
json_encode vendor/guzzlehttp/guzzle/src/functions.php Wrapper for JSON encoding that throws when an error occurs.
key_provider_lockr_build_configuration_form plugins/key_provider/lockr.inc The settings form. 1
key_provider_lockr_default_configuration plugins/key_provider/lockr.inc The default plugin configuration. 1
key_provider_lockr_delete_key_value plugins/key_provider/lockr.inc Delete key form submit callback. 1 1
key_provider_lockr_get_key_value plugins/key_provider/lockr.inc Get callback for key_provider plugin. 1
key_provider_lockr_key_value_obscure plugins/key_provider/lockr.inc Obscure key values for display in the admin form.
key_provider_lockr_set_key_value plugins/key_provider/lockr.inc Set callback for key_provider plugin. 1
key_type_lockr_encryption_build_configuration_form plugins/key_type/lockr_encryption.inc Build the plugin configuration form. 1
key_type_lockr_encryption_default_configuration plugins/key_type/lockr_encryption.inc The default plugin configuration. 1 1
key_type_lockr_encryption_generate_key_value plugins/key_type/lockr_encryption.inc Generate a key value. 1
key_type_lockr_encryption_validate_key_value plugins/key_type/lockr_encryption.inc Validate the key value. 1
lockr_admin_advanced_form ./lockr.admin.inc 1
lockr_admin_advanced_form_submit ./lockr.admin.inc
lockr_admin_advanced_form_validate ./lockr.admin.inc
lockr_admin_migrate_form ./lockr.admin.inc 1
lockr_admin_migrate_form_submit ./lockr.admin.inc
lockr_admin_page ./lockr.admin.inc 1
lockr_admin_register_form ./lockr.admin.inc 1
lockr_admin_register_form_submit ./lockr.admin.inc
lockr_admin_status include/status.inc @file Status callback for Lockr admin page. 1

Pages

Other projects