Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ functions
Functions
6,095 in github.com/EasyIME/PIME
⨍
Functions
6,095
◇
Types & classes
1,312
↓ 16 callers
Function
to_string
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:3425
↓ 15 callers
Method
addButton
(self, button_id, **kwargs)
python/textService.py:196
↓ 15 callers
Function
b
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 15 callers
Method
connect
(c)
python/python3/tornado/test/tcpserver_test.py:93
↓ 15 callers
Function
ea
(a,b)
python/cinbase/config/js/jquery-1.12.4.min.js:3
↓ 15 callers
Method
flag
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:1237
↓ 15 callers
Method
isNumberChar
(self, keyCode)
python/cinbase/__init__.py:2706
↓ 15 callers
Function
is_valid_ip
Returns ``True`` if the given string is a well-formed IP address. Supports IPv4 and IPv6.
python/python3/tornado/netutil.py:287
↓ 15 callers
Method
notify
Wake ``n`` waiters.
python/python3/tornado/locks.py:141
↓ 15 callers
Method
remove_handler
(self, fd: Union[int, _Selectable])
python/python3/tornado/platform/asyncio.py:192
↓ 15 callers
Method
reset
spdlog-1.2.1/tests/catch.hpp:371
↓ 15 callers
Method
resolve
Resolves an address. The ``host`` argument is a string which may be a hostname or a literal IP address. Returns a `.Future`
python/python3/tornado/netutil.py:351
↓ 15 callers
Function
stopSpin
()
python/cinbase/config/js/jquery.bootstrap-touchspin.js:680
↓ 15 callers
Function
toString
spdlog-1.2.1/tests/catch.hpp:1232
↓ 15 callers
Function
to_raw_hz
(ticks, scale)
python/cinbase/tools/cpuinfo.py:338
↓ 15 callers
Function
to_unicode
(value: str)
python/python3/tornado/escape.py:205
↓ 15 callers
Method
type
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:1239
↓ 15 callers
Function
url_concat
Concatenate url and arguments regardless of whether url has existing query parameters. ``args`` may be either a dictionary or a list of key-v
python/python3/tornado/httputil.py:609
↓ 14 callers
Function
X
(e,t,n,o)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 14 callers
Method
_run_asm
(self, *byte_code)
python/cinbase/tools/cpuinfo.py:470
↓ 14 callers
Method
acquire
Attempt to lock. Returns an awaitable. Returns an awaitable, which raises `tornado.util.TimeoutError` after a timeout.
python/python3/tornado/locks.py:530
↓ 14 callers
Method
add_callback
Calls the given callback on the next I/O loop iteration. It is safe to call this method from any thread at any time, except from a si
python/python3/tornado/ioloop.py:628
↓ 14 callers
Method
configure
( cls, impl: "Union[None, str, Type[Configurable]]", **kwargs: Any )
python/python3/tornado/ioloop.py:166
↓ 14 callers
Method
connect
Connects the socket to a remote address without blocking. May only be called if the socket passed to the constructor was not previous
python/python3/tornado/iostream.py:1152
↓ 14 callers
Method
connect
(self)
python/python3/tornado/test/httpserver_test.py:835
↓ 14 callers
Function
count_lines
spdlog-1.2.1/tests/utils.cpp:33
↓ 14 callers
Function
getAll
( context, tag )
python/input_methods/chewing/js/jquery-ui-1.13.2/external/jquery/jquery.js:4965
↓ 14 callers
Method
get_all
Returns an iterable of all (name, value) pairs. If a header has multiple values, multiple pairs will be returned with the same name.
python/python3/tornado/httputil.py:152
↓ 14 callers
Function
k
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 14 callers
Function
l
(i,o,a,s)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 14 callers
Method
name
spdlog-1.2.1/tests/catch.hpp:3249
↓ 14 callers
Method
parse_command_line
Parses all options given on the command line (defaults to `sys.argv`). Options look like ``--option=value`` and are parsed according
python/python3/tornado/options.py:315
↓ 14 callers
Function
parse_cookie
Parse a ``Cookie`` HTTP header into a dict of name/value pairs. This function attempts to mimic browser cookie parsing behavior; it specifica
python/python3/tornado/httputil.py:1111
↓ 14 callers
Function
reserve
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:674
↓ 14 callers
Method
showMessage
(self, message, duration=3)
python/textService.py:275
↓ 14 callers
Method
start
Starts the I/O loop. The loop will run until one of the callbacks calls `stop()`, which will make the loop stop after the current eve
python/python3/tornado/ioloop.py:434
↓ 14 callers
Function
startsWith
spdlog-1.2.1/tests/catch.hpp:3473
↓ 14 callers
Method
testSpec
spdlog-1.2.1/tests/catch.hpp:2969
↓ 14 callers
Function
to_friendly_hz
(ticks, scale)
python/cinbase/tools/cpuinfo.py:306
↓ 13 callers
Function
G
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 13 callers
Method
changeButton
(self, button_id, **kwargs)
python/textService.py:209
↓ 13 callers
Method
cookie_headers
(self, token=None)
python/python3/tornado/test/web_test.py:2751
↓ 13 callers
Function
create_signed_value
( secret: _CookieSecretTypes, name: str, value: Union[str, bytes], version: Optional[int] = No
python/python3/tornado/web.py:3380
↓ 13 callers
Function
decode_signed_value
( secret: _CookieSecretTypes, name: str, value: Union[None, str, bytes], max_age_days: float =
python/python3/tornado/web.py:3470
↓ 13 callers
Method
fetch
Executes a request, returning an `HTTPResponse`. The request may be either a string URL or an `HTTPRequest` object. If it is a string
python/python3/tornado/httpclient.py:122
↓ 13 callers
Method
flush
(self)
python/python3/tornado/test/runtests.py:109
↓ 13 callers
Function
jQueryDialogAlert
(options)
python/input_methods/chewing/js/user_phrase.js:299
↓ 13 callers
Method
read_response
(self)
python/python3/tornado/test/httpserver_test.py:848
↓ 13 callers
Method
setCandidateCursor
(self, pos)
python/textService.py:244
↓ 13 callers
Function
visit
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:781
↓ 13 callers
Function
y
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 12 callers
Function
A
(e,t)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 12 callers
Function
L
(e)
python/input_methods/chewing/js/bootstrap-select.min.js:8
↓ 12 callers
Function
a
(t)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 12 callers
Method
check_type
(self, name, obj, expected_type)
python/python3/tornado/test/web_test.py:608
↓ 12 callers
Method
close
(self)
python/python3/tornado/test/ioloop_test.py:273
↓ 12 callers
Method
get
spdlog-1.2.1/tests/catch.hpp:387
↓ 12 callers
Method
get
(self, *args: Any, **kwargs: Any)
python/python3/tornado/websocket.py:230
↓ 12 callers
Method
getResultType
spdlog-1.2.1/tests/catch.hpp:6522
↓ 12 callers
Method
get_list
Returns all values for the given header as a list.
python/python3/tornado/httputil.py:147
↓ 12 callers
Function
h
(e,t,n)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 12 callers
Function
opCast
spdlog-1.2.1/tests/catch.hpp:833
↓ 12 callers
Method
resetCompositionBuffer
(self, cbTS)
python/cinbase/__init__.py:2690
↓ 12 callers
Method
size
spdlog-1.2.1/include/spdlog/details/file_helper.h:93
↓ 11 callers
Function
R
(e,t,n)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 11 callers
Function
b
(c,e)
python/cinbase/config/js/jquery-1.12.4.min.js:2
↓ 11 callers
Function
ce
(e)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 11 callers
Function
e
(a,b)
python/cinbase/config/js/jquery-1.12.4.min.js:4
↓ 11 callers
Method
full
(self)
python/python3/tornado/queues.py:180
↓ 11 callers
Method
get_url
(self, path)
python/python3/tornado/test/httpclient_test.py:819
↓ 11 callers
Method
isSymbolsChar
(self, keyCode)
python/cinbase/__init__.py:2710
↓ 11 callers
Function
log_info
spdlog-1.2.1/tests/test_misc.cpp:5
↓ 11 callers
Function
lookAhead
( match )
python/input_methods/chewing/js/jquery-ui-1.13.2/jquery-ui.js:10954
↓ 11 callers
Function
nodeName
( elem, name )
python/input_methods/chewing/js/jquery-ui-1.13.2/external/jquery/jquery.js:3029
↓ 11 callers
Method
out
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:2420
↓ 11 callers
Method
parse
spdlog-1.2.1/tests/catch.hpp:3997
↓ 11 callers
Function
parse_multipart_form_data
Parses a ``multipart/form-data`` body. The ``boundary`` and ``data`` parameters are both byte strings. The dictionaries given in the argument
python/python3/tornado/httputil.py:794
↓ 11 callers
Method
record_done
Record the resolution of a Future returned by Condition.wait.
python/python3/tornado/test/locks_test.py:28
↓ 11 callers
Method
reverse
(self, *args: Any)
python/python3/tornado/routing.py:477
↓ 11 callers
Method
run
(self, test)
python/python3/tornado/test/runtests.py:67
↓ 11 callers
Function
run_and_get_stdout
(command, pipe_command=None)
python/cinbase/tools/cpuinfo.py:180
↓ 11 callers
Function
s
()
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 11 callers
Function
to_hz_string
(ticks)
python/cinbase/tools/cpuinfo.py:350
↓ 11 callers
Method
update
(self)
python/input_methods/chewing/chewing_config.py:152
↓ 11 callers
Function
websocket_connect
Client-side websocket support. Takes a url and returns a Future whose result is a `WebSocketClientConnection`. ``compression_options`` i
python/python3/tornado/websocket.py:1581
↓ 11 callers
Method
what
spdlog-1.2.1/tests/catch.hpp:6047
↓ 11 callers
Method
write_headers
Write an HTTP header block. :arg start_line: a `.RequestStartLine` or `.ResponseStartLine`. :arg headers: a `.HTTPHeaders` instance.
python/python3/tornado/httputil.py:569
↓ 10 callers
Function
K
(t,n)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 10 callers
Function
P
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 10 callers
Function
_
(e,t)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 10 callers
Method
advance_to
Advances the begin iterator to ``it``.
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:960
↓ 10 callers
Function
append_c_str
spdlog-1.2.1/include/spdlog/details/fmt_helper.h:23
↓ 10 callers
Method
async_exception
(self, e)
python/python3/tornado/test/gen_test.py:44
↓ 10 callers
Method
async_future
(self, result)
python/python3/tornado/test/gen_test.py:39
↓ 10 callers
Function
b
()
python/cinbase/config/js/bootstrap.min.js:6
↓ 10 callers
Method
close
(self)
python/python3/tornado/http1connection.py:343
↓ 10 callers
Method
consume
(self, count: Optional[int] = None)
python/python3/tornado/template.py:803
↓ 10 callers
Function
copy
spdlog-1.2.1/include/spdlog/fmt/bundled/ranges.h:58
↓ 10 callers
Function
e
()
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 10 callers
Method
end
spdlog-1.2.1/include/spdlog/fmt/bin_to_hex.h:41
← previous
next →
201–300 of 6,095, ranked by callers