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
↓ 905 callers
Function
$
(e,t,n)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 458 callers
Function
V
(t,e)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 438 callers
Function
T
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 436 callers
Method
data
Returns a pointer to the output buffer content. No terminating null character is appended. */
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:3083
↓ 395 callers
Method
append
Append the given piece of data (should be a buffer-compatible object).
python/python3/tornado/iostream.py:139
↓ 375 callers
Method
test
(self)
python/python3/tornado/test/testing_test.py:256
↓ 361 callers
Method
fetch
(url, fail_ok=False)
python/python3/tornado/test/process_test.py:97
↓ 344 callers
Method
join
Block until all items in the queue are processed. Returns an awaitable, which raises `tornado.util.TimeoutError` after a timeout.
python/python3/tornado/queues.py:292
↓ 298 callers
Method
on
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:968
↓ 278 callers
Method
find
(self, needle: str, start: int = 0, end: Optional[int] = None)
python/python3/tornado/template.py:789
↓ 251 callers
Method
split
Partition the ``addrinfo`` list by address family. Returns two lists. The first list contains the first entry from ``addrinfo`` and
python/python3/tornado/tcpclient.py:76
↓ 219 callers
Method
write
(self, data)
python/python3/tornado/test/runtests.py:105
↓ 213 callers
Method
replace
Replace the named argument in ``args, kwargs`` with ``new_value``. Returns ``(old_value, args, kwargs)``. The returned ``args`` and
python/python3/tornado/util.py:399
↓ 169 callers
Method
_get
(self)
python/python3/tornado/queues.py:309
↓ 160 callers
Method
get
(self)
python/input_methods/chewing/config_tool.py:75
↓ 155 callers
Method
add
Adds a new value for the given key.
python/python3/tornado/httputil.py:135
↓ 152 callers
Method
close
(self)
python/python3/tornado/test/httpserver_test.py:853
↓ 144 callers
Method
val
(x: bytes)
python/python3/tornado/web.py:1656
↓ 130 callers
Function
a
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 122 callers
Method
done
(self)
python/python3/tornado/gen.py:694
↓ 118 callers
Function
utf8
(value: bytes)
python/python3/tornado/escape.py:174
↓ 113 callers
Function
is_bit_set
(reg, bit)
python/cinbase/tools/cpuinfo.py:405
↓ 113 callers
Method
match
Matches current instance against the request. :arg httputil.HTTPServerRequest request: current HTTP request :returns: a dict of param
python/python3/tornado/routing.py:493
↓ 98 callers
Method
filter
(self, record: logging.LogRecord)
python/python3/tornado/testing.py:753
↓ 93 callers
Method
end
spdlog-1.2.1/tests/catch.hpp:3404
↓ 93 callers
Method
size
spdlog-1.2.1/tests/catch.hpp:3406
↓ 91 callers
Method
info
spdlog-1.2.1/include/spdlog/details/logger_impl.h:118
↓ 87 callers
Function
print
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:1462
↓ 87 callers
Method
wait
Block until the internal flag is true. Returns an awaitable, which raises `tornado.util.TimeoutError` after a timeout.
python/python3/tornado/locks.py:231
↓ 85 callers
Method
get
Remove and return an item from the queue. Returns an awaitable which resolves once an item is available, or raises `tornado.util.Time
python/python3/tornado/queues.py:225
↓ 85 callers
Method
push_back
push back, overrun (oldest) item if no room left
spdlog-1.2.1/include/spdlog/details/circular_q.h:26
↓ 82 callers
Method
error
spdlog-1.2.1/include/spdlog/details/logger_impl.h:130
↓ 82 callers
Method
set
Set the internal flag to ``True``. All waiters are awakened. Calling `.wait` once the flag is set will not block.
python/python3/tornado/locks.py:212
↓ 75 callers
Method
exec
PIMELauncher/PipeServer.cpp:328
↓ 73 callers
Method
define
Defines a new command line option. ``type`` can be any of `str`, `int`, `float`, `bool`, `~datetime.datetime`, or `~datetime.timedelt
python/python3/tornado/options.py:223
↓ 72 callers
Method
c_str
Returns a pointer to the output buffer content with terminating null character appended. */
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:3089
↓ 72 callers
Method
empty
spdlog-1.2.1/tests/catch.hpp:7035
↓ 72 callers
Function
pushstring
installer/md5dll/pluginapi.h:76
↓ 70 callers
Method
time
Returns the current time according to the `IOLoop`'s clock. The return value is a floating-point number relative to an unspecified ti
python/python3/tornado/ioloop.py:531
↓ 67 callers
Method
get_argument
(self, name: str, default: str, strip: bool = True)
python/python3/tornado/web.py:426
↓ 65 callers
Method
width
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:1218
↓ 63 callers
Method
begin
spdlog-1.2.1/tests/catch.hpp:3403
↓ 63 callers
Function
list
spdlog-1.2.1/tests/catch.hpp:4917
↓ 60 callers
Method
close
Closes the `IOLoop`, freeing any resources used. If ``all_fds`` is true, all file descriptors registered on the IOLoop will be closed
python/python3/tornado/ioloop.py:358
↓ 57 callers
Method
next
Returns a `.Future` that will yield the next available result. Note that this `.Future` will not be the same object as any of the inp
python/python3/tornado/gen.py:394
↓ 57 callers
Method
push_back
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:890
↓ 57 callers
Method
resetComposition
(self, cbTS)
python/cinbase/__init__.py:2662
↓ 56 callers
Method
str
\rst Returns the content of the output buffer as an ``std::string``. \endrst */
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:3099
↓ 55 callers
Method
current
()
python/python3/tornado/ioloop.py:231
↓ 55 callers
Method
format
(self, record: Any)
python/python3/tornado/log.py:168
↓ 54 callers
Method
get
(self, *path_args)
python/python3/tornado/test/web_test.py:496
↓ 54 callers
Method
items
An iterable of (name, value) pairs. .. versionadded:: 3.1
python/python3/tornado/options.py:179
↓ 54 callers
Method
run_sync
Starts the `IOLoop`, runs the given function, and stops the loop. The function must return either an awaitable object or ``None``. If
python/python3/tornado/ioloop.py:455
↓ 52 callers
Method
generate
(self, writer: "_CodeWriter")
python/python3/tornado/template.py:507
↓ 51 callers
Method
size
Returns the number of characters written to the output buffer. */
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:3075
↓ 50 callers
Method
getCharDef
will return a list conaining all possible result
python/cinbase/cin.py:109
↓ 49 callers
Method
isKeyDown
(self, code)
python/textService.py:45
↓ 48 callers
Function
n
(a,b)
python/cinbase/config/js/jquery-1.12.4.min.js:2
↓ 48 callers
Method
setCompositionString
(self, s)
python/textService.py:228
↓ 48 callers
Method
set_header
Sets the given response header name and value. All header values are converted to strings (`datetime` objects are formatted according
python/python3/tornado/web.py:372
↓ 48 callers
Method
update
(self)
python/cinbase/config.py:167
↓ 47 callers
Method
finish
(self)
python/python3/tornado/test/httpserver_test.py:67
↓ 46 callers
Method
get
(self)
python/cinbase/configtool.py:79
↓ 45 callers
Method
load
Loads a template.
python/python3/tornado/template.py:441
↓ 44 callers
Function
json_decode
Returns Python objects for the given JSON string. Supports both `str` and `bytes` inputs.
python/python3/tornado/escape.py:78
↓ 43 callers
Method
toString
spdlog-1.2.1/tests/catch.hpp:3408
↓ 42 callers
Function
popstringn
installer/inetc/Contrib/Inetc/pluginapi.c:28
↓ 41 callers
Method
get
(self, *args: Any, **kwargs: Any)
python/python3/tornado/web.py:2511
↓ 41 callers
Function
jQuery
( selector, context )
python/input_methods/chewing/js/jquery-ui-1.13.2/external/jquery/jquery.js:157
↓ 41 callers
Function
m
(e)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 41 callers
Method
setCompositionBufferString
(self, cbTS, compositionString, removeStringLength)
python/cinbase/__init__.py:2807
↓ 40 callers
Function
isFunction
( obj )
python/input_methods/chewing/js/jquery-ui-1.13.2/external/jquery/jquery.js:77
↓ 40 callers
Method
write_message
Sends the given message to the client of this Web Socket. The message may be either a string or a dict (which will be encoded as json
python/python3/tornado/websocket.py:311
↓ 39 callers
Function
S
(e,t)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 39 callers
Method
add_timeout
Runs the ``callback`` at the time ``deadline`` from the I/O loop. Returns an opaque handle that may be passed to `remove_timeout` to
python/python3/tornado/ioloop.py:545
↓ 39 callers
Method
assert_pending
(self, *keys)
python/python3/tornado/test/tcpclient_test.py:227
↓ 39 callers
Method
read_bytes
Asynchronously read a number of bytes. If ``partial`` is true, data is returned as soon as we have any bytes to return (but never mor
python/python3/tornado/iostream.py:403
↓ 39 callers
Method
rethrow
If there was an error on the request, raise an `HTTPError`.
python/python3/tornado/httpclient.py:680
↓ 37 callers
Method
isInCharDef
(self, key)
python/cinbase/cin.py:105
↓ 36 callers
Function
f
(a,b)
python/cinbase/config/js/respond.min.js:5
↓ 36 callers
Function
popstring
installer/inetc/Contrib/Inetc/pluginapi.c:17
↓ 36 callers
Method
result
(self)
python/python3/tornado/gen.py:691
↓ 36 callers
Method
stop
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 35 callers
Method
load
(self)
python/cinbase/config.py:105
↓ 35 callers
Method
on_error
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:2140
↓ 35 callers
Method
read_until
Asynchronously read until we have found the given delimiter. The result includes all the data read including the delimiter. If ``max
python/python3/tornado/iostream.py:368
↓ 35 callers
Method
setCompositionCursor
(self, pos)
python/textService.py:232
↓ 35 callers
Method
write
Writes the given chunk to the output buffer. To write the output to the network, use the `flush()` method below. If the given chunk
python/python3/tornado/web.py:818
↓ 34 callers
Function
W
(e,t)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 34 callers
Function
_
(d: Deferred)
python/python3/tornado/platform/twisted.py:138
↓ 34 callers
Function
assert
* Support testing using an element * @param {Function} fn Passed the created element and returns a boolean result
python/input_methods/chewing/js/jquery-ui-1.13.2/external/jquery/jquery.js:936
↓ 34 callers
Method
setCommitString
(self, s)
python/textService.py:236
↓ 33 callers
Method
get_url
(path)
python/python3/tornado/test/process_test.py:62
↓ 33 callers
Function
v
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 33 callers
Function
z
(e,t,n)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 32 callers
Method
read_message
Reads a message from the WebSocket server. If on_message_callback was specified at WebSocket initialization, this function will never
python/python3/tornado/websocket.py:1502
↓ 32 callers
Method
setCompositionBufferChar
(self, cbTS, compositionType, compositionChar, compositionCursor)
python/cinbase/__init__.py:2819
↓ 31 callers
Method
debug
spdlog-1.2.1/include/spdlog/details/logger_impl.h:112
↓ 31 callers
Function
memset
installer/inetc/Contrib/Inetc/crt.cpp:13
↓ 30 callers
Method
clone
spdlog-1.2.1/tests/catch.hpp:3561
next →
1–100 of 6,095, ranked by callers