MCPcopy Create free account

hub / github.com/ThaPwned/WCS / functions

Functions3,700 in github.com/ThaPwned/WCS

↓ 2 callersFunctionget_encoding_from_headers
Returns encodings from given HTTP Header Dict. :param headers: dictionary to extract encoding from. :rtype: str
addons/source-python/packages/site-packages/requests/utils.py:486
↓ 2 callersFunctionget_environ_proxies
Return a dict of environment proxies. :rtype: dict
addons/source-python/packages/site-packages/requests/utils.py:766
↓ 2 callersFunctionget_host
Deprecated. Use :func:`parse_url` instead.
addons/source-python/packages/site-packages/urllib3/util/url.py:425
↓ 2 callersMethodget_host
(self)
addons/source-python/packages/site-packages/requests/cookies.py:45
↓ 2 callersFunctionget_netrc_auth
Returns the Requests tuple auth for a given url from netrc.
addons/source-python/packages/site-packages/requests/utils.py:169
↓ 2 callersMethodget_pull
:calls: `GET /repos/:owner/:repo/pulls/:number <http://developer.github.com/v3/pulls>`_ :param number: integer :rtype: :class
addons/source-python/packages/site-packages/github/Repository.py:2664
↓ 2 callersMethodget_rate_limit
Rate limit status for different resources (core/search/graphql). :calls: `GET /rate_limit <http://developer.github.com/v3/rate_limit
addons/source-python/packages/site-packages/github/MainClass.py:209
↓ 2 callersMethodget_redirect_target
Receives a Response. Returns a redirect URI or ``None``
addons/source-python/packages/site-packages/requests/sessions.py:98
↓ 2 callersMethodgetheaders
(self)
addons/source-python/packages/site-packages/urllib3/response.py:614
↓ 2 callersMethodgetpeercert
(self, binary_form=False)
addons/source-python/packages/site-packages/urllib3/util/ssltransport.py:156
↓ 2 callersMethodgeturl
Returns the URL that was the source of this response. If the request that generated this response redirected, this method wil
addons/source-python/packages/site-packages/urllib3/response.py:795
↓ 2 callersMethodinit_poolmanager
Initializes a urllib3 PoolManager. This method should not be called from user code, and is only exposed for use when subclassing the
addons/source-python/packages/site-packages/requests/adapters.py:146
↓ 2 callersMethodis_final
(self, c)
addons/source-python/packages/site-packages/chardet/hebrewprober.py:178
↓ 2 callersFunctionis_fp_closed
Checks whether a given file-like object is closed. :param obj: The file-like object to check.
addons/source-python/packages/site-packages/urllib3/util/response.py:9
↓ 2 callersFunctionis_prod_appengine
()
addons/source-python/packages/site-packages/urllib3/contrib/_appengine_environ.py:28
↓ 2 callersMethodis_retry
Is this method/status code retryable? (Based on allowlists and control variables such as the number of total retries to allow, whether to
addons/source-python/packages/site-packages/urllib3/util/retry.py:449
↓ 2 callersMethodis_same_host
Check if the given ``url`` is a member of the same host as this connection pool.
addons/source-python/packages/site-packages/urllib3/connectionpool.py:497
↓ 2 callersMethoditervalues
Dict-like itervalues() that returns an iterator of values of cookies from the jar. .. seealso:: iterkeys() and iteritems().
addons/source-python/packages/site-packages/requests/cookies.py:235
↓ 2 callersMethodjson
r"""Returns the json-encoded content of a response, if any. :param \*\*kwargs: Optional arguments that ``json.loads`` takes. :raises
addons/source-python/packages/site-packages/requests/models.py:876
↓ 2 callersMethodload_all
(self)
addons/source-python/plugins/wcs/core/modules/base.py:214
↓ 2 callersFunctionload_cdll
Loads a CDLL by name, falling back to known path on 10.16+
addons/source-python/packages/site-packages/urllib3/contrib/_securetransport/bindings.py:65
↓ 2 callersMethodload_cert_chain
(self, certfile, keyfile)
addons/source-python/packages/site-packages/urllib3/util/ssl_.py:140
↓ 2 callersFunctionlookup_attribute
(parent, attribute)
addons/source-python/packages/site-packages/wrapt/wrappers.py:755
↓ 2 callersMethodlower_items
Like iteritems(), but with all lowercase keys.
addons/source-python/packages/site-packages/requests/structures.py:65
↓ 2 callersMethodmake_multipart
Makes this request field into a multipart request field. This method overrides "Content-Disposition", "Content-Type" and "Co
addons/source-python/packages/site-packages/urllib3/fields.py:249
↓ 2 callersMethodmove
:calls: `POST /projects/columns/cards/:card_id/moves <https://developer.github.com/v3/projects/cards>`_ :param position: string
addons/source-python/packages/site-packages/github/ProjectCard.py:140
↓ 2 callersFunctionnotify_module_loaded
(module)
addons/source-python/packages/site-packages/wrapt/importer.py:127
↓ 2 callersFunctionnumber_to_bytes
(num, num_bytes)
addons/source-python/packages/site-packages/jwt/utils.py:84
↓ 2 callersMethodon_disappear
(self)
addons/source-python/plugins/wcs/core/helpers/wards.py:90
↓ 2 callersMethodprepare
Prepares the entire request with the given parameters.
addons/source-python/packages/site-packages/requests/models.py:310
↓ 2 callersMethodprepare_auth
Prepares the given HTTP auth data.
addons/source-python/packages/site-packages/requests/models.py:537
↓ 2 callersMethodprepare_content_length
Prepare Content-Length header based on request method and body
addons/source-python/packages/site-packages/requests/models.py:524
↓ 2 callersMethodprepare_key
Performs necessary validation and conversions on the key and returns the key value in the proper format for sign() and verify().
addons/source-python/packages/site-packages/jwt/algorithms.py:70
↓ 2 callersMethodput
r"""Sends a PUT request. Returns :class:`Response` object. :param url: URL for the new :class:`Request` object. :param data: (optiona
addons/source-python/packages/site-packages/requests/sessions.py:592
↓ 2 callersMethodputrequest
(self, method, url, *args, **kwargs)
addons/source-python/packages/site-packages/urllib3/connection.py:203
↓ 2 callersMethodrecv_into
(self, buffer, nbytes=None)
addons/source-python/packages/site-packages/urllib3/contrib/securetransport.py:581
↓ 2 callersMethodref
:type: string
addons/source-python/packages/site-packages/github/GitRef.py:54
↓ 2 callersMethodrefresh_commits
(self)
addons/source-python/plugins/wcs/core/helpers/github.py:724
↓ 2 callersFunctionregister_post_import_hook
(hook, name)
addons/source-python/packages/site-packages/wrapt/importer.py:48
↓ 2 callersFunctionremove_cookie_by_name
Unsets a cookie by name, by default over all domains and paths. Wraps CookieJar.clear(), is O(n).
addons/source-python/packages/site-packages/requests/cookies.py:146
↓ 2 callersMethodresolve_redirects
Receives a Response. Returns a generator of Responses or Requests.
addons/source-python/packages/site-packages/requests/sessions.py:144
↓ 2 callersFunctionresolve_ssl_version
like resolve_cert_reqs
addons/source-python/packages/site-packages/urllib3/util/ssl_.py:229
↓ 2 callersFunctionselect_proxy
Select a proxy for the url, if applicable. :param url: The url being for the request :param proxies: A dictionary of schemes or schemes and h
addons/source-python/packages/site-packages/requests/utils.py:778
↓ 2 callersFunctionshould_bypass_proxies
Returns whether we should bypass proxies or not. :rtype: bool
addons/source-python/packages/site-packages/requests/utils.py:705
↓ 2 callersFunctionsplit_str
(separators=[',', ';'])
addons/source-python/plugins/wcs/core/helpers/esc/converts.py:172
↓ 2 callersMethodstream
A generator wrapper for the read() method. A call will block until ``amt`` bytes have been read from the connection or until the
addons/source-python/packages/site-packages/urllib3/response.py:555
↓ 2 callersFunctionsuper_len
(o)
addons/source-python/packages/site-packages/requests/utils.py:108
↓ 2 callersMethodsupports_chunked_reads
Checks if the underlying file-like object looks like a :class:`http.client.HTTPResponse` object. We do this by testing for th
addons/source-python/packages/site-packages/urllib3/response.py:680
↓ 2 callersMethoduninstall_module
(self, module, name, userid=None)
addons/source-python/plugins/wcs/core/helpers/github.py:717
↓ 2 callersMethodunload_all
(self)
addons/source-python/plugins/wcs/core/modules/base.py:229
↓ 2 callersFunctionunquote_header_value
r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). This does not use the real unquoting but what browsers are actually us
addons/source-python/packages/site-packages/requests/utils.py:390
↓ 2 callersMethodupdate_module
(self, module, name, userid=None)
addons/source-python/plugins/wcs/core/helpers/github.py:710
↓ 2 callersFunctionuts46_remap
Re-map the characters in the string according to UTS46 processing.
addons/source-python/packages/site-packages/idna/core.py:316
↓ 2 callersFunctionvalid_label_length
(label)
addons/source-python/packages/site-packages/idna/core.py:53
↓ 2 callersMethodversion
(self)
addons/source-python/packages/site-packages/urllib3/util/ssltransport.py:159
↓ 2 callersFunctionwait_for_socket
(*args, **kwargs)
addons/source-python/packages/site-packages/urllib3/util/wait.py:127
↓ 2 callersFunctionwcs_set_cooldown_command
(command_info, wcsplayer:convert_userid_to_wcsplayer, value:float)
addons/source-python/plugins/wcs/core/helpers/esc/commands.py:1639
↓ 2 callersFunctionwrap_object
(module, name, factory, args=(), kwargs={})
addons/source-python/packages/site-packages/wrapt/wrappers.py:776
↓ 2 callersMethodwrap_socket
(self, socket, server_hostname=None, server_side=False)
addons/source-python/packages/site-packages/urllib3/util/ssl_.py:156
↓ 1 callersMethodDEBUG_ON_RESPONSE
Update current frame with response Current frame index will be attached to responseHeader
addons/source-python/packages/site-packages/github/Requester.py:227
↓ 1 callersMethodNEW_DEBUG_FRAME
Initialize a debug frame with requestHeader Frame count is updated and will be attached to respond header The structure of a
addons/source-python/packages/site-packages/github/Requester.py:209
↓ 1 callersMethod__addParametersToUrl
(self, url, parameters)
addons/source-python/packages/site-packages/github/Requester.py:565
↓ 1 callersMethod__authenticate
(self, url, requestHeaders, parameters)
addons/source-python/packages/site-packages/github/Requester.py:538
↓ 1 callersMethod__complete
(self)
addons/source-python/packages/site-packages/github/GithubObject.py:305
↓ 1 callersMethod__createConnection
(self)
addons/source-python/packages/site-packages/github/Requester.py:571
↓ 1 callersMethod__createException
(self, status, headers, output)
addons/source-python/packages/site-packages/github/Requester.py:367
↓ 1 callersMethod__create_pull_1
( self, title, body, base, head, maintainer_can_modify=github.
addons/source-python/packages/site-packages/github/Repository.py:1347
↓ 1 callersMethod__create_pull_2
(self, issue, base, head)
addons/source-python/packages/site-packages/github/Repository.py:1378
↓ 1 callersMethod__delattr__
(self, name)
addons/source-python/packages/site-packages/wrapt/wrappers.py:201
↓ 1 callersMethod__enter__
(self)
addons/source-python/packages/site-packages/requests/models.py:646
↓ 1 callersMethod__eq__
(self, other)
addons/source-python/packages/site-packages/urllib3/_collections.py:166
↓ 1 callersMethod__fetchToIndex
(self, index)
addons/source-python/packages/site-packages/github/PaginatedList.py:66
↓ 1 callersMethod__finished
(self, index)
addons/source-python/packages/site-packages/github/PaginatedList.py:91
↓ 1 callersMethod__get__
(self, obj, tp)
addons/source-python/packages/site-packages/urllib3/packages/six.py:90
↓ 1 callersMethod__getitem__
(self, index)
addons/source-python/plugins/wcs/core/helpers/effects.py:104
↓ 1 callersMethod__init__
(self)
addons/source-python/packages/site-packages/requests/adapters.py:58
↓ 1 callersMethod__init__
(self, requester, headers, attributes, completed)
addons/source-python/packages/site-packages/github/GithubObject.py:83
↓ 1 callersMethod__init__
(self, *args, **kw)
addons/source-python/packages/site-packages/urllib3/connection.py:110
↓ 1 callersMethod__init__
(self, num_pools=10, headers=None, **connection_pool_kw)
addons/source-python/packages/site-packages/urllib3/poolmanager.py:170
↓ 1 callersMethod__init__
(self, *args, **kwargs)
addons/source-python/packages/site-packages/urllib3/contrib/socks.py:80
↓ 1 callersMethod__init__
(self, name)
addons/source-python/plugins/wcs/core/modules/items/manager.py:42
↓ 1 callersMethod__init__
(self, type_, query=None, arguments=None, callback=None, keywords=None, priority=0, blocking=False)
addons/source-python/plugins/wcs/core/database/thread.py:98
↓ 1 callersMethod__log
(self, verb, url, requestHeaders, input, status, responseHeaders, output)
addons/source-python/packages/site-packages/github/Requester.py:585
↓ 1 callersMethod__makeAbsoluteUrl
(self, url)
addons/source-python/packages/site-packages/github/Requester.py:545
↓ 1 callersMethod__new__
(cls, name, this_bases, d)
addons/source-python/packages/site-packages/urllib3/packages/six.py:890
↓ 1 callersMethod__requestRaw
(self, cnx, verb, url, requestHeaders, input)
addons/source-python/packages/site-packages/github/Requester.py:508
↓ 1 callersMethod__reverse
(self)
addons/source-python/packages/site-packages/github/PaginatedList.py:193
↓ 1 callersMethod__structuredFromJson
(self, data)
addons/source-python/packages/site-packages/github/Requester.py:393
↓ 1 callersMethod_absolute_url
(self, path)
addons/source-python/packages/site-packages/urllib3/connectionpool.py:476
↓ 1 callersFunction_build_tls_unknown_ca_alert
Builds a TLS alert record for an unknown CA.
addons/source-python/packages/site-packages/urllib3/contrib/_securetransport/low_level.py:385
↓ 1 callersFunction_cert_array_from_pem
Given a bundle of certs in PEM format, turns them into a CFArray of certs that can be used to validate a cert chain.
addons/source-python/packages/site-packages/urllib3/contrib/_securetransport/low_level.py:150
↓ 1 callersFunction_cf_data_from_bytes
Given a bytestring, create a CFData object from it. This CFData object must be CFReleased by the caller.
addons/source-python/packages/site-packages/urllib3/contrib/_securetransport/low_level.py:27
↓ 1 callersFunction_cf_string_to_unicode
Creates a Unicode string from a CFString object. Used entirely for error reporting. Yes, it annoys me quite a lot that this function is
addons/source-python/packages/site-packages/urllib3/contrib/_securetransport/low_level.py:104
↓ 1 callersFunction_cfstr
Given a Python binary data, create a CFString. The string must be CFReleased by the caller.
addons/source-python/packages/site-packages/urllib3/contrib/_securetransport/low_level.py:59
↓ 1 callersFunction_check_cryptography
(cryptography_version)
addons/source-python/packages/site-packages/requests/__init__.py:74
↓ 1 callersMethod_connect_tls_proxy
Establish a TLS connection to the proxy using the provided SSL context.
addons/source-python/packages/site-packages/urllib3/connection.py:471
↓ 1 callersFunction_copy_cookie_jar
(jar)
addons/source-python/packages/site-packages/requests/cookies.py:426
↓ 1 callersFunction_create_cfstring_array
Given a list of Python binary data, create an associated CFMutableArray. The array must be CFReleased by the caller. Raises an ssl.SSLEr
addons/source-python/packages/site-packages/urllib3/contrib/_securetransport/low_level.py:73
↓ 1 callersFunction_create_import_hook_from_entrypoint
(entrypoint)
addons/source-python/packages/site-packages/wrapt/importer.py:102
↓ 1 callersFunction_create_import_hook_from_string
(name)
addons/source-python/packages/site-packages/wrapt/importer.py:36
← previousnext →301–400 of 3,700, ranked by callers