MCPcopy Create free account

hub / github.com/moraroy/NonSteamLaunchers-On-Steam-Deck / functions

Functions593 in github.com/moraroy/NonSteamLaunchers-On-Steam-Deck

↓ 365 callersMethodget
(self, n: int)
Modules/urllib3/response.py:253
↓ 71 callersMethodappend
Insert a single match. Will be inserted accordingly to preserve sort. Can be inserted as a submatch.
Modules/charset_normalizer/models.py:257
↓ 54 callersFunctioncreate_new_entry
(shortcutdirectory, appname, launchoptions, startingdir, launcher_name=None)
NSLGameScanner.py:3898
↓ 41 callersMethoditems
(self)
Modules/urllib3/_collections.py:448
↓ 32 callersFunctionbrowser_for_env
(envvar: str)
NSLGameScanner.py:4414
↓ 30 callersMethodread
Similar to :meth:`http.client.HTTPResponse.read`, but with two additional parameters: ``decode_content`` and ``cache_content``.
Modules/urllib3/response.py:841
↓ 30 callersFunctiontrack_create_entry
(directory, name, launch_options, starting_dir, launcher_name="NonSteamLaunchers")
NSLGameScanner.py:4351
↓ 23 callersFunctionsend_ws_text
(sock, message)
NSLGameScanner.py:1906
↓ 20 callersFunctiontrack_game
(appname, launcher)
NSLGameScanner.py:752
↓ 15 callersMethodadd
Adds a (name, value) pair, doesn't overwrite the value if it already exists. If this is called with combine=True, instead of adding a
Modules/urllib3/_collections.py:302
↓ 15 callersFunctionrecv_ws_message_for_id
(sock, expected_id)
NSLGameScanner.py:1976
↓ 14 callersMethodclose
(self)
Modules/urllib3/response.py:943
↓ 12 callersMethodurlopen
Same as :meth:`urllib3.HTTPConnectionPool.urlopen` with custom cross-host redirect logic and only sends the request-uri porti
Modules/urllib3/poolmanager.py:410
↓ 11 callersMethodkeys
(self)
Modules/urllib3/_collections.py:16
↓ 10 callersMethod__init__
(self, pool: ConnectionPool, message: str)
Modules/urllib3/exceptions.py:34
↓ 10 callersMethodsleep
Sleep between retry attempts. This method will respect a server's ``Retry-After`` response header and sleep the duration of the time
Modules/urllib3/util/retry.py:345
↓ 10 callersFunctionunicode_range
Retrieve the Unicode range official name from a single character.
Modules/charset_normalizer/utils.py:52
↓ 9 callersFunctionparse_url
Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is performed to parse incomplete urls. Fields not provided will be None.
Modules/urllib3/util/url.py:369
↓ 8 callersMethodcopy
(self)
Modules/urllib3/_collections.py:430
↓ 8 callersMethodextend
Generic import function for any type of header-like object. Adapted version of MutableMapping.update in order to insert items with sel
Modules/urllib3/_collections.py:337
↓ 8 callersFunctionis_accentuated
(character: str)
Modules/charset_normalizer/utils.py:23
↓ 8 callersMethodrecv
(self, buflen: int = 1024, flags: int = 0)
Modules/urllib3/util/ssltransport.py:85
↓ 7 callersFunction_encode_invalid_chars
( component: str, allowed_chars: typing.Container[str] )
Modules/urllib3/util/url.py:214
↓ 7 callersFunctioncreate_websocket_connection
(ws_url)
NSLGameScanner.py:1873
↓ 7 callersMethoddecompress
(self, data: bytes)
Modules/urllib3/response.py:119
↓ 7 callersFunctionget_ws_url_by_title
(host, port, title)
NSLGameScanner.py:1865
↓ 7 callersFunctionrecv_ws_message
(sock)
NSLGameScanner.py:1931
↓ 7 callersMethodsend
(self, data: bytes, flags: int = 0)
Modules/urllib3/util/ssltransport.py:112
↓ 6 callersMethodclose
Close all pooled connections and disable the pool.
Modules/urllib3/connectionpool.py:111
↓ 6 callersMethodconnect
(self)
Modules/urllib3/connection.py:242
↓ 6 callersMethoddrain_conn
Read and discard any remaining HTTP response data in the response connection. Unread data in the HTTPResponse connection blocks the
Modules/urllib3/response.py:606
↓ 6 callersMethodflush
(self)
Modules/urllib3/response.py:140
↓ 6 callersFunctionto_str
( x: str | bytes, encoding: str | None = None, errors: str | None = None )
Modules/urllib3/util/util.py:19
↓ 6 callersFunctionwindows_to_linux_path
(windows_path)
NSLGameScanner.py:5907
↓ 5 callersFunctiondownload_artwork
(game_id, art_type, shortcut_id, dimensions=None)
NSLGameScanner.py:308
↓ 5 callersFunctionis_multi_byte_encoding
Verify is a specific encoding is a multi byte one based on it IANA name
Modules/charset_normalizer/utils.py:248
↓ 5 callersMethodputheader
(self, header: str, *values: str)
Modules/urllib3/connection.py:305
↓ 5 callersMethodtell
Obtain the number of bytes pulled over the wire so far. May differ from the amount of content returned by :meth:``urllib3.response.HT
Modules/urllib3/response.py:635
↓ 4 callersMethod_decode
Decode the data passed in and potentially flush the decoder.
Modules/urllib3/response.py:431
↓ 4 callersMethod_ssl_io_loop
(self, func: typing.Callable[[], None])
Modules/urllib3/util/ssltransport.py:226
↓ 4 callersMethodbest
Simply return the first match. Strict equivalent to matches[0].
Modules/charset_normalizer/models.py:277
↓ 4 callersMethodconnection_from_host
Get a :class:`urllib3.connectionpool.ConnectionPool` based on the host, port, and scheme. If ``port`` isn't given, it will be derive
Modules/urllib3/poolmanager.py:277
↓ 4 callersFunctionensure_can_construct_http_header_dict
( potential: object, )
Modules/urllib3/_collections.py:45
↓ 4 callersFunctionget_file_name
(art_type, shortcut_id, dimensions=None)
NSLGameScanner.py:420
↓ 4 callersMethodget_redirect_location
Should we redirect and where to? :returns: Truthy redirect location string if we got a redirect status code and valid lo
Modules/urllib3/response.py:331
↓ 4 callersMethodgettimeout
(self)
Modules/urllib3/util/ssltransport.py:209
↓ 4 callersMethodincrement
Return a new Retry object with incremented retry counters. :param response: A response object, or None, if the server did not ret
Modules/urllib3/util/retry.py:424
↓ 4 callersMethodput
(self, data: bytes)
Modules/urllib3/response.py:249
↓ 4 callersMethodrequest
( # type: ignore[override] self, method: str, url: str, body: _TYPE_BODY | No
Modules/urllib3/connection.py:319
↓ 4 callersFunctionresolve_cert_reqs
Resolves the argument to a numeric constant, which can be passed to the wrap_socket function/method from the ssl module. Defaults to :dat
Modules/urllib3/util/ssl_.py:177
↓ 4 callersMethodsetdefault
(self, key: str, default: str = "")
Modules/urllib3/_collections.py:271
↓ 3 callersMethod__init__
(self, host: str, port: int | None = None)
Modules/urllib3/connectionpool.py:82
↓ 3 callersFunction_get_decoder
(mode: str)
Modules/urllib3/response.py:207
↓ 3 callersMethod_raise_timeout
Is the error actually a timeout? Will raise a ReadTimeout or pass
Modules/urllib3/connectionpool.py:361
↓ 3 callersMethod_set_ctx_options
(self)
Modules/urllib3/contrib/pyopenssl.py:515
↓ 3 callersMethod_validate_timeout
Check that a timeout attribute is valid. :param value: The timeout value to validate :param name: The name of the timeout attribute t
Modules/urllib3/util/timeout.py:135
↓ 3 callersMethodclose
(self)
Modules/urllib3/util/ssltransport.py:172
↓ 3 callersFunctionconnection_requires_http_tunnel
Returns True if the connection requires an HTTP CONNECT through the proxy. :param URL proxy_url: URL of the proxy. :param ProxyC
Modules/urllib3/util/proxy.py:11
↓ 3 callersFunctionfind_exe_file
(base_path, slugged_name, game_name)
NSLGameScanner.py:5913
↓ 3 callersFunctionfrom_bytes
Given a raw bytes sequence, return the best possibles charset usable to render str objects. If there is no results, it is a strong indicator
Modules/charset_normalizer/api.py:33
↓ 3 callersFunctionfrom_fp
Same thing than the function from_bytes but using a file pointer that is already ready. Will not close the file pointer.
Modules/charset_normalizer/api.py:502
↓ 3 callersFunctioniana_name
(cp_name: str, strict: bool = True)
Modules/charset_normalizer/utils.py:290
↓ 3 callersFunctionis_latin
(character: str)
Modules/charset_normalizer/utils.py:66
↓ 3 callersFunctionis_punctuation
(character: str)
Modules/charset_normalizer/utils.py:75
↓ 3 callersMethodisclosed
(self)
Modules/urllib3/response.py:632
↓ 3 callersMethoditeritems
Iterate over all header lines, including duplicate ones.
Modules/urllib3/_collections.py:435
↓ 3 callersMethoditermerged
Iterate over all headers, merging duplicate ones together.
Modules/urllib3/_collections.py:442
↓ 3 callersMethodread
(self, len: int = 1024, buffer: typing.Any | None = None)
Modules/urllib3/util/ssltransport.py:82
↓ 3 callersFunctionread_string
(fp, wide=False)
Modules/vdf/__init__.py:338
↓ 3 callersFunctionreraise
( tp: type[BaseException] | None, value: BaseException, tb: TracebackType | None = None, )
Modules/urllib3/util/util.py:31
↓ 3 callersMethodresolve_default_timeout
(timeout: _TYPE_TIMEOUT)
Modules/urllib3/util/timeout.py:131
↓ 3 callersFunctionscan_children
(children)
NSLGameScanner.py:6039
↓ 3 callersMethodsettimeout
(self, value: float | None)
Modules/urllib3/util/ssltransport.py:206
↓ 3 callersFunctionwrite_scan_state_to_file
(state: str)
NSLGameScanner.py:3717
↓ 2 callersFunction_binary_dump_gen
(obj, level=0, alt_format=False)
Modules/vdf/__init__.py:442
↓ 2 callersMethod_copy_from
(self, other: HTTPHeaderDict)
Modules/urllib3/_collections.py:425
↓ 2 callersFunction_dnsname_match
Matching according to RFC 6125, section 6.4.3 http://tools.ietf.org/html/rfc6125#section-6.4.3
Modules/urllib3/util/ssl_match_hostname.py:24
↓ 2 callersFunction_dump_gen
(data, pretty=False, escaped=True, level=0)
Modules/vdf/__init__.py:244
↓ 2 callersMethod_error_catcher
Catch low-level python exceptions, instead re-raising urllib3 variants, so that low-level exceptions are not leaked in the hi
Modules/urllib3/response.py:700
↓ 2 callersFunction_escape
(text)
Modules/vdf/__init__.py:59
↓ 2 callersMethod_flush_decoder
Flushes the decoder. Should only be called if the decoder is actually being used.
Modules/urllib3/response.py:461
↓ 2 callersMethod_get_timeout
Helper that always returns a :class:`urllib3.util.Timeout`
Modules/urllib3/connectionpool.py:349
↓ 2 callersMethod_init_decoder
Set-up the _decoder attribute if necessary.
Modules/urllib3/response.py:412
↓ 2 callersMethod_is_method_retryable
Checks if a given HTTP method should be retried upon, depending if it is included in the allowed_methods
Modules/urllib3/util/retry.py:375
↓ 2 callersMethod_new_conn
Establish a socket connection and set nodelay settings on it. :return: New socket connection.
Modules/urllib3/connection.py:197
↓ 2 callersFunction_normalize_host
(host: None, scheme: str | None)
Modules/urllib3/connectionpool.py:1140
↓ 2 callersMethod_prepare_for_method_change
Remove content-specific header fields before changing the request method to GET or HEAD according to RFC 9110, Section 15.4.
Modules/urllib3/_collections.py:396
↓ 2 callersMethod_put_conn
Put a connection back into the pool. :param conn: Connection object for the current host and port as returned by
Modules/urllib3/connectionpool.py:297
↓ 2 callersMethod_raw_read
Reads `amt` of bytes from the socket.
Modules/urllib3/response.py:799
↓ 2 callersFunction_ssl_wrap_socket_and_match_hostname
Logic for constructing an SSLContext from all TLS parameters, passing that down into ssl_wrap_socket, and then doing certificate verification
Modules/urllib3/connection.py:708
↓ 2 callersFunction_unescape
(text)
Modules/vdf/__init__.py:62
↓ 2 callersMethod_validate_conn
Called right before a request is made, after the socket is created.
Modules/urllib3/connectionpool.py:340
↓ 2 callersFunction_wrap_proxy_error
(err: Exception, proxy_scheme: str | None)
Modules/urllib3/connection.py:859
↓ 2 callersMethod_wrap_ssl_read
(self, len: int, buffer: bytearray | None = None)
Modules/urllib3/util/ssltransport.py:215
↓ 2 callersFunctioncleaned
(data)
NSLGameScanner.py:820
↓ 2 callersFunctioncli_detect
CLI assistant using ARGV and ArgumentParser :param argv: :return: 0 if everything is fine, anything else equal trouble
Modules/charset_normalizer/cli/__main__.py:48
↓ 2 callersMethodclone
Create a copy of the timeout object Timeout properties are stored per-pool but each request needs a fresh Timeout object to ensure ea
Modules/urllib3/util/timeout.py:192
↓ 2 callersMethodclose
(self)
Modules/urllib3/connection.py:270
↓ 2 callersMethodclose
(self)
Modules/urllib3/contrib/pyopenssl.py:373
↓ 2 callersFunctioncreate_urllib3_context
Creates and configures an :class:`ssl.SSLContext` instance for use with urllib3. :param ssl_version: The desired protocol version to use.
Modules/urllib3/util/ssl_.py:216
next →1–100 of 593, ranked by callers