ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Static Public Member Functions | |
static | urlencode_rfc3986 ($input) |
static | urldecode_rfc3986 ($string) |
static | split_header ($header, $only_allow_oauth_parameters=true) |
static | get_headers () |
static | parse_parameters ($input) |
static | build_http_query ($params) |
|
static |
Definition at line 958 of file OAuth.php.
References $keys, PHPMailer\PHPMailer\$params, $values, and urlencode_rfc3986().
Referenced by OAuthRequest\get_signable_parameters(), and OAuthRequest\to_postdata().
|
static |
Definition at line 871 of file OAuth.php.
References $_SERVER, $key, and $out.
Referenced by OAuthRequest\from_request().
|
static |
Definition at line 926 of file OAuth.php.
References $input, and urldecode_rfc3986().
Referenced by OAuthRequest\__construct(), and OAuthRequest\from_request().
|
static |
Definition at line 856 of file OAuth.php.
References $h, $header, $i, PHPMailer\PHPMailer\$params, and urldecode_rfc3986().
Referenced by OAuthRequest\from_request().
|
static |
Definition at line 846 of file OAuth.php.
Referenced by parse_parameters(), and split_header().
|
static |
Definition at line 827 of file OAuth.php.
References $input.
Referenced by build_http_query(), OAuthSignatureMethod_HMAC_SHA1\build_signature(), OAuthSignatureMethod_PLAINTEXT\build_signature(), OAuthRequest\get_signature_base_string(), OAuthRequest\to_header(), and OAuthToken\to_string().