MCPcopy Create free account

hub / github.com/ShichaoMa/toolkit / functions

Functions797 in github.com/ShichaoMa/toolkit

↓ 2 callersFunctiongather
(nums)
tools/review.py:61
↓ 2 callersFunctiongen_default_method
(name, namespace=locals(), option="")
toolkit/service/combine.py:118
↓ 2 callersFunctiongetChildren
* Get the children comments from a ul. If recursive is true, * recursively include childrens' children.
docs/_build/html/_static/websupport.js:542
↓ 2 callersFunctiongetWidthOrHeight
( elem, name, extra )
docs/_build/html/_static/jquery-3.2.1.js:6343
↓ 2 callersFunctionhide
* Hide a comment div.
docs/_build/html/_static/websupport.js:168
↓ 2 callersFunctionhideProposeChange
(id)
docs/_build/html/_static/websupport.js:390
↓ 2 callersFunctioninspect
( dataType )
docs/_build/html/_static/jquery-3.2.1.js:8572
↓ 2 callersFunctioninspectPrefiltersOrTransports
( structure, options, originalOptions, jqXHR )
docs/_build/html/_static/jquery-3.2.1.js:8567
↓ 2 callersMethodis_ok
(self)
tools/coroutine.py:94
↓ 2 callersFunctionla
(a,b)
docs/_build/html/_static/jquery.js:2
↓ 2 callersMethodload
加载配置字典 :param local: 本地配置模块 :param default: 默认配置模块 :return: 配置信息字典
toolkit/settings/settings.py:130
↓ 2 callersFunctionload_module
返回字符串表示的模块 :param module_str: 模块描述字符串,如: os.path :return: 模块,如: os.path
toolkit/__init__.py:535
↓ 2 callersFunctionmanipulationTarget
( elem, content )
docs/_build/html/_static/jquery-3.2.1.js:5634
↓ 2 callersFunctionmerge_conflict
(src_template, returns)
toolkit/translator/sites.py:5
↓ 2 callersMethodn
(r, o)
toolkit/translator/token_acquirer.py:138
↓ 2 callersFunctionon
( elem, types, selector, data, fn, one )
docs/_build/html/_static/jquery-3.2.1.js:4905
↓ 2 callersFunctionp
(a,b)
docs/_build/html/_static/jquery.js:2
↓ 2 callersFunctionparser
找到一个密码中, 后续的字符对应前面出现过的字符的下标 :param secret: "abceeab" :return: {0: None, 1: None, 2: None, 3: None, 4: 3, 5: 1}
tools/secret_word.py:2
↓ 2 callersMethodpop
(self, index=-1)
toolkit/structures/linked_list.py:269
↓ 2 callersMethodproxy_choice
(self)
toolkit/translator/translate_adapter.py:82
↓ 2 callersFunctionre_search
抽取正则规则的第一组元素 :param regex: 正则对象或字符串 :param text: 被查找的字符串 :param dotall: 正则.是否匹配所有字符 :param default: 找不到时的默认值 :return: 抽取正则规则
toolkit/__init__.py:326
↓ 2 callersFunctionremove
( elem, selector, keepData )
docs/_build/html/_static/jquery-3.2.1.js:5799
↓ 2 callersFunctionsafeActiveElement
()
docs/_build/html/_static/jquery-3.2.1.js:4899
↓ 2 callersFunctionsetComparator
* Set comp, which is a comparator function used for sorting and * inserting comments into the list.
docs/_build/html/_static/websupport.js:107
↓ 2 callersFunctionshift_left_for_js
位运算左移js版 :param num: 值 :param count: 移的位数 :return: 结果
toolkit/__init__.py:976
↓ 2 callersFunctionsibling
( cur, dir )
docs/_build/html/_static/jquery-3.2.1.js:3157
↓ 2 callersFunctionsiblingCheck
* Checks document order of two siblings * @param {Element} a * @param {Element} b * @returns {Number} Returns less than 0 if a precedes b, greater
docs/_build/html/_static/jquery-3.2.1.js:957
↓ 2 callersFunctionsiblings
( n, elem )
docs/_build/html/_static/jquery-3.2.1.js:2825
↓ 2 callersFunctionsortComments
* Recursively sort a tree of comments using the comp comparator.
docs/_build/html/_static/websupport.js:530
↓ 2 callersFunctionsplit
(num)
tools/review.py:53
↓ 2 callersFunctionstopQueue
( hooks )
docs/_build/html/_static/jquery-3.2.1.js:7276
↓ 2 callersFunctionsum
(a, b)
tools/coroutine.py:143
↓ 2 callersFunctionswap
( elem, options, callback, args )
docs/_build/html/_static/jquery-3.2.1.js:4513
↓ 2 callersFunctionsync_method_error_after
()
tests/test_async_context.py:24
↓ 2 callersFunctionsync_method_error_before
()
tests/test_async_context.py:18
↓ 2 callersMethodtranslate
翻译主函数 :param src: 源 :return: 结果
toolkit/translator/translate_adapter.py:101
↓ 2 callersFunctionupdateFunc
( i )
docs/_build/html/_static/jquery-3.2.1.js:3818
↓ 2 callersMethodwait_timeout_or_notify
(self, notify=lambda: False)
toolkit/tools/managers.py:29
↓ 1 callersFunctionAb
(a,b,c,d)
docs/_build/html/_static/jquery.js:4
↓ 1 callersFunctionAnimation
( elem, properties, options )
docs/_build/html/_static/jquery-3.2.1.js:7038
↓ 1 callersFunctionIa
(a,b)
docs/_build/html/_static/jquery.js:3
↓ 1 callersFunctionK
(a,c)
docs/_build/html/_static/underscore.js:29
↓ 1 callersFunctionM
(a)
docs/_build/html/_static/jquery.js:2
↓ 1 callersMethodMerge
(self, pHead1, pHead2)
tools/merge_link.py:25
↓ 1 callersMethodNumberOf1Between1AndN_Solution
递归法,将输入的数字以最大位取整的值将此数分为两部分,如: 43123按10000分隔成0-9999和10000-43123两部分分别取值。 :param num: :return:
tools/review.py:139
↓ 1 callersFunctionPb
(a,b,c)
docs/_build/html/_static/jquery.js:4
↓ 1 callersFunctionQb
(a,b,c,d)
docs/_build/html/_static/jquery.js:4
↓ 1 callersFunctionWa
(a)
docs/_build/html/_static/jquery.js:3
↓ 1 callersFunctionYa
(a,b,c)
docs/_build/html/_static/jquery.js:3
↓ 1 callersMethod__exit__
(self, exc_type, exc_val, exc_tb)
toolkit/translator/token_acquirer.py:199
↓ 1 callersMethod__init__
(self)
toolkit/service/console.py:19
↓ 1 callersMethod__init__
(self, *args, **kwargs)
toolkit/structures/thread_safe_collections.py:9
↓ 1 callersMethod__init__
(self)
tests/test_service/test_combine.py:8
↓ 1 callersMethod_adjust_index
调整下标,统一成正数的形式,对于不合法的下标抛出异常 :param index: :return:
toolkit/structures/linked_list.py:100
↓ 1 callersMethod_alock
(self)
toolkit/tools/redis_tools.py:44
↓ 1 callersMethod_distance_between
求两个结点之间的距离 :param left: 左边的node, 不能为null :param right: 右边的node,为null时为左边到最后的距离 :return:
toolkit/structures/linked_list.py:160
↓ 1 callersMethod_first
(self, ls)
tools/hash_set.py:56
↓ 1 callersMethod_format_line
(lines)
toolkit/service/plugins.py:108
↓ 1 callersMethod_get_max_bit
如: 1234 -> 1000, 89321 -> 10000 :param num: :return:
tools/review.py:125
↓ 1 callersMethod_insert
(self, root, node)
tools/tree.py:95
↓ 1 callersMethod_load
(self, setting_module)
toolkit/settings/settings.py:163
↓ 1 callersMethod_lock
(self)
toolkit/tools/redis_tools.py:32
↓ 1 callersMethod_push
(self, string)
toolkit/structures/queues.py:100
↓ 1 callersMethod_save_info
(self)
toolkit/structures/queues.py:181
↓ 1 callersMethod_set_done
(self)
tools/coroutine.py:128
↓ 1 callersMethod_slice_parser
切片获取逻辑 :param sl: :return:
toolkit/structures/linked_list.py:195
↓ 1 callersMethod_start_client
(self, console_host, console_port)
toolkit/service/plugins.py:244
↓ 1 callersMethod_t_raw_input
重复启动时提示是否重启,10秒钟后超时返回n
toolkit/service/plugins.py:99
↓ 1 callersMethod_walk
(path)
toolkit/tools/markdown_helper.py:43
↓ 1 callersFunctionacceptComment
(id)
docs/_build/html/_static/websupport.js:320
↓ 1 callersFunctionaddToWrapper
(name, func)
docs/_build/html/_static/underscore-1.3.1.js:957
↓ 1 callersMethodadd_commandline_arguments
(cls, parser)
toolkit/service/plugins.py:305
↓ 1 callersMethodadd_handler
(self, fd, handler, events)
tools/coroutine.py:37
↓ 1 callersFunctionadjust
(num)
tools/review.py:68
↓ 1 callersFunctionadjust_2
(num)
tools/review.py:86
↓ 1 callersMethodaggregation
对所有运算结果进行逻辑与 :param iterable: 所有运算结果集合 :return: 运算结果True/False
toolkit/__init__.py:102
↓ 1 callersFunctionajaxConvert
( s, response, jqXHR, isSuccess )
docs/_build/html/_static/jquery-3.2.1.js:8674
↓ 1 callersFunctionajaxHandleResponses
( s, jqXHR, responses )
docs/_build/html/_static/jquery-3.2.1.js:8616
↓ 1 callersMethodalock
(self)
toolkit/tools/redis_tools.py:48
↓ 1 callersMethodaunlock
(self)
toolkit/tools/redis_tools.py:52
↓ 1 callersMethodauth
可以从resp获取必要信息,将必要信息字段存储在self中。 :param resp: :return:
toolkit/translator/token_acquirer.py:41
↓ 1 callersMethodauth
(self, resp)
toolkit/translator/token_acquirer.py:178
↓ 1 callersFunctionbubble_sort
(arr)
tools/bubble_sort.py:2
↓ 1 callersFunctionbuildParams
( prefix, obj, traditional, add )
docs/_build/html/_static/jquery-3.2.1.js:8383
↓ 1 callersFunctioncache_classproperty
类缓存属性 :param func: :return:
toolkit/__init__.py:757
↓ 1 callersFunctioncfg_manage
(cfg_tpl_filename)
setup.py:57
↓ 1 callersFunctioncreateButtonPseudo
* Returns a function to use in pseudos for buttons * @param {String} type
docs/_build/html/_static/jquery-3.2.1.js:994
↓ 1 callersFunctioncreateInputPseudo
* Returns a function to use in pseudos for input types * @param {String} type
docs/_build/html/_static/jquery-3.2.1.js:983
↓ 1 callersFunctioncreateOptions
( options )
docs/_build/html/_static/jquery-3.2.1.js:3244
↓ 1 callersFunctioncreateTween
( value, prop, animation )
docs/_build/html/_static/jquery-3.2.1.js:6816
↓ 1 callersFunctioncur_to_requests
(curl_cmd, filename)
tools/curl_to_requests.py:10
↓ 1 callersMethoddaemon
将进程变成守护进程 :param stdin: :param stdout: :param stderr: :return:
toolkit/service/plugins.py:171
↓ 1 callersFunctiondebugger
pdb的简单封装,在debug=False的情况下,不会打断点 :return:
toolkit/__init__.py:38
↓ 1 callersFunctiondeleteComment
(id)
docs/_build/html/_static/websupport.js:335
↓ 1 callersFunctiondisplayNextItem
()
docs/_build/html/_static/searchtools.js:513
↓ 1 callersFunctionduplicate
保序去重 :param iterable: 需要去重的列表 :param keep: 去重的同时要对element做的操作 :param key: 使用哪一部分去重 :param reverse: 是否反向去重 :return:
toolkit/__init__.py:123
↓ 1 callersFunctioneb
()
docs/_build/html/_static/jquery.js:3
↓ 1 callersMethodenrich
每次生成acquirer之后,调用enrich方法,将之前获取过的必要信息放回 :param kwargs: :return:
toolkit/translator/token_acquirer.py:49
↓ 1 callersFunctioneq
(a, b, stack)
docs/_build/html/_static/underscore-1.3.1.js:669
↓ 1 callersMethodfetch
()
toolkit/service/console.py:68
← previousnext →201–300 of 797, ranked by callers