MCPcopy Create free account

hub / github.com/EasyIME/PIME / functions

Functions6,095 in github.com/EasyIME/PIME

↓ 16 callersFunctionto_string
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:3425
↓ 15 callersMethodaddButton
(self, button_id, **kwargs)
python/textService.py:196
↓ 15 callersFunctionb
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 15 callersMethodconnect
(c)
python/python3/tornado/test/tcpserver_test.py:93
↓ 15 callersFunctionea
(a,b)
python/cinbase/config/js/jquery-1.12.4.min.js:3
↓ 15 callersMethodflag
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:1237
↓ 15 callersMethodisNumberChar
(self, keyCode)
python/cinbase/__init__.py:2706
↓ 15 callersFunctionis_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 callersMethodnotify
Wake ``n`` waiters.
python/python3/tornado/locks.py:141
↓ 15 callersMethodremove_handler
(self, fd: Union[int, _Selectable])
python/python3/tornado/platform/asyncio.py:192
↓ 15 callersMethodreset
spdlog-1.2.1/tests/catch.hpp:371
↓ 15 callersMethodresolve
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 callersFunctionstopSpin
()
python/cinbase/config/js/jquery.bootstrap-touchspin.js:680
↓ 15 callersFunctiontoString
spdlog-1.2.1/tests/catch.hpp:1232
↓ 15 callersFunctionto_raw_hz
(ticks, scale)
python/cinbase/tools/cpuinfo.py:338
↓ 15 callersFunctionto_unicode
(value: str)
python/python3/tornado/escape.py:205
↓ 15 callersMethodtype
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:1239
↓ 15 callersFunctionurl_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 callersFunctionX
(e,t,n,o)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 14 callersMethod_run_asm
(self, *byte_code)
python/cinbase/tools/cpuinfo.py:470
↓ 14 callersMethodacquire
Attempt to lock. Returns an awaitable. Returns an awaitable, which raises `tornado.util.TimeoutError` after a timeout.
python/python3/tornado/locks.py:530
↓ 14 callersMethodadd_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 callersMethodconfigure
( cls, impl: "Union[None, str, Type[Configurable]]", **kwargs: Any )
python/python3/tornado/ioloop.py:166
↓ 14 callersMethodconnect
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 callersMethodconnect
(self)
python/python3/tornado/test/httpserver_test.py:835
↓ 14 callersFunctioncount_lines
spdlog-1.2.1/tests/utils.cpp:33
↓ 14 callersFunctiongetAll
( context, tag )
python/input_methods/chewing/js/jquery-ui-1.13.2/external/jquery/jquery.js:4965
↓ 14 callersMethodget_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 callersFunctionk
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 14 callersFunctionl
(i,o,a,s)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 14 callersMethodname
spdlog-1.2.1/tests/catch.hpp:3249
↓ 14 callersMethodparse_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 callersFunctionparse_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 callersFunctionreserve
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:674
↓ 14 callersMethodshowMessage
(self, message, duration=3)
python/textService.py:275
↓ 14 callersMethodstart
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 callersFunctionstartsWith
spdlog-1.2.1/tests/catch.hpp:3473
↓ 14 callersMethodtestSpec
spdlog-1.2.1/tests/catch.hpp:2969
↓ 14 callersFunctionto_friendly_hz
(ticks, scale)
python/cinbase/tools/cpuinfo.py:306
↓ 13 callersFunctionG
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 13 callersMethodchangeButton
(self, button_id, **kwargs)
python/textService.py:209
↓ 13 callersMethodcookie_headers
(self, token=None)
python/python3/tornado/test/web_test.py:2751
↓ 13 callersFunctioncreate_signed_value
( secret: _CookieSecretTypes, name: str, value: Union[str, bytes], version: Optional[int] = No
python/python3/tornado/web.py:3380
↓ 13 callersFunctiondecode_signed_value
( secret: _CookieSecretTypes, name: str, value: Union[None, str, bytes], max_age_days: float =
python/python3/tornado/web.py:3470
↓ 13 callersMethodfetch
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 callersMethodflush
(self)
python/python3/tornado/test/runtests.py:109
↓ 13 callersFunctionjQueryDialogAlert
(options)
python/input_methods/chewing/js/user_phrase.js:299
↓ 13 callersMethodread_response
(self)
python/python3/tornado/test/httpserver_test.py:848
↓ 13 callersMethodsetCandidateCursor
(self, pos)
python/textService.py:244
↓ 13 callersFunctionvisit
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:781
↓ 13 callersFunctiony
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 12 callersFunctionA
(e,t)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 12 callersFunctionL
(e)
python/input_methods/chewing/js/bootstrap-select.min.js:8
↓ 12 callersFunctiona
(t)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 12 callersMethodcheck_type
(self, name, obj, expected_type)
python/python3/tornado/test/web_test.py:608
↓ 12 callersMethodclose
(self)
python/python3/tornado/test/ioloop_test.py:273
↓ 12 callersMethodget
spdlog-1.2.1/tests/catch.hpp:387
↓ 12 callersMethodget
(self, *args: Any, **kwargs: Any)
python/python3/tornado/websocket.py:230
↓ 12 callersMethodgetResultType
spdlog-1.2.1/tests/catch.hpp:6522
↓ 12 callersMethodget_list
Returns all values for the given header as a list.
python/python3/tornado/httputil.py:147
↓ 12 callersFunctionh
(e,t,n)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 12 callersFunctionopCast
spdlog-1.2.1/tests/catch.hpp:833
↓ 12 callersMethodresetCompositionBuffer
(self, cbTS)
python/cinbase/__init__.py:2690
↓ 12 callersMethodsize
spdlog-1.2.1/include/spdlog/details/file_helper.h:93
↓ 11 callersFunctionR
(e,t,n)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 11 callersFunctionb
(c,e)
python/cinbase/config/js/jquery-1.12.4.min.js:2
↓ 11 callersFunctionce
(e)
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 11 callersFunctione
(a,b)
python/cinbase/config/js/jquery-1.12.4.min.js:4
↓ 11 callersMethodfull
(self)
python/python3/tornado/queues.py:180
↓ 11 callersMethodget_url
(self, path)
python/python3/tornado/test/httpclient_test.py:819
↓ 11 callersMethodisSymbolsChar
(self, keyCode)
python/cinbase/__init__.py:2710
↓ 11 callersFunctionlog_info
spdlog-1.2.1/tests/test_misc.cpp:5
↓ 11 callersFunctionlookAhead
( match )
python/input_methods/chewing/js/jquery-ui-1.13.2/jquery-ui.js:10954
↓ 11 callersFunctionnodeName
( elem, name )
python/input_methods/chewing/js/jquery-ui-1.13.2/external/jquery/jquery.js:3029
↓ 11 callersMethodout
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:2420
↓ 11 callersMethodparse
spdlog-1.2.1/tests/catch.hpp:3997
↓ 11 callersFunctionparse_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 callersMethodrecord_done
Record the resolution of a Future returned by Condition.wait.
python/python3/tornado/test/locks_test.py:28
↓ 11 callersMethodreverse
(self, *args: Any)
python/python3/tornado/routing.py:477
↓ 11 callersMethodrun
(self, test)
python/python3/tornado/test/runtests.py:67
↓ 11 callersFunctionrun_and_get_stdout
(command, pipe_command=None)
python/cinbase/tools/cpuinfo.py:180
↓ 11 callersFunctions
()
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 11 callersFunctionto_hz_string
(ticks)
python/cinbase/tools/cpuinfo.py:350
↓ 11 callersMethodupdate
(self)
python/input_methods/chewing/chewing_config.py:152
↓ 11 callersFunctionwebsocket_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 callersMethodwhat
spdlog-1.2.1/tests/catch.hpp:6047
↓ 11 callersMethodwrite_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 callersFunctionK
(t,n)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 10 callersFunctionP
()
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 10 callersFunction_
(e,t)
python/input_methods/chewing/js/sweetalert2.min.js:1
↓ 10 callersMethodadvance_to
Advances the begin iterator to ``it``.
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:960
↓ 10 callersFunctionappend_c_str
spdlog-1.2.1/include/spdlog/details/fmt_helper.h:23
↓ 10 callersMethodasync_exception
(self, e)
python/python3/tornado/test/gen_test.py:44
↓ 10 callersMethodasync_future
(self, result)
python/python3/tornado/test/gen_test.py:39
↓ 10 callersFunctionb
()
python/cinbase/config/js/bootstrap.min.js:6
↓ 10 callersMethodclose
(self)
python/python3/tornado/http1connection.py:343
↓ 10 callersMethodconsume
(self, count: Optional[int] = None)
python/python3/tornado/template.py:803
↓ 10 callersFunctioncopy
spdlog-1.2.1/include/spdlog/fmt/bundled/ranges.h:58
↓ 10 callersFunctione
()
python/input_methods/chewing/js/jquery-3.6.1.min.js:2
↓ 10 callersMethodend
spdlog-1.2.1/include/spdlog/fmt/bin_to_hex.h:41
← previousnext →201–300 of 6,095, ranked by callers