Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ functions
Functions
9,892 in github.com/BYVoid/OpenCC
⨍
Functions
9,892
◇
Types & classes
2,837
↳
Endpoints
5
↓ 2 callers
Function
_wrap_Keyset_push_back__SWIG_2
deps/marisa-0.3.1/bindings/python3/marisa-swig-python3_wrap.cxx:4235
↓ 2 callers
Function
_wrap_Trie_lookup__SWIG_1
deps/marisa-0.3.1/bindings/python/marisa-swig_wrap.cxx:5662
↓ 2 callers
Function
_wrap_Trie_lookup__SWIG_1
deps/marisa-0.3.1/bindings/ruby/marisa-swig_wrap.cxx:4090
↓ 2 callers
Function
_wrap_Trie_lookup__SWIG_1
deps/marisa-0.3.1/bindings/python3/marisa-swig-python3_wrap.cxx:5662
↓ 2 callers
Function
_write_resource_zip
(path: pathlib.Path)
python/tests/test_cli.py:46
↓ 2 callers
Method
add3
passing by reference
deps/pybind11-2.13.1/tests/test_methods_and_attributes.cpp:42
↓ 2 callers
Function
add_entry
(archive, entries, name, content, date_time)
data/scripts/opencc_resources_zip.py:174
↓ 2 callers
Function
append_dictionary_file_examples
(lines, entries)
data/scripts/opencc_resources_zip_diff.py:107
↓ 2 callers
Function
apply_exception_translators
Apply all the extensions translators from a list Return true if one of the translators completed without raising an exception itself. Return of false
deps/pybind11-2.13.1/include/pybind11/pybind11.h:102
↓ 2 callers
Method
assertFailFastXmlAndTxtOutput
Assert XML and text output of a test execution.
deps/googletest-1.15.0/googletest/test/googletest-failfast-unittest.py:242
↓ 2 callers
Method
assertXmlStatusCount
(self, status, count, xml)
deps/googletest-1.15.0/googletest/test/googletest-failfast-unittest.py:234
↓ 2 callers
Function
assert_keeps_alive
(cl, method, *args)
deps/pybind11-2.13.1/tests/test_eigen_matrix.py:397
↓ 2 callers
Method
bar
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:100
↓ 2 callers
Method
bark
deps/pybind11-2.13.1/tests/test_class.cpp:108
↓ 2 callers
Function
broadcast
deps/pybind11-2.13.1/include/pybind11/numpy.h:1791
↓ 2 callers
Method
build
deps/marisa-0.3.1/bindings/perl/marisa-swig.cxx:152
↓ 2 callers
Method
build_trie
deps/marisa-0.3.1/lib/marisa/grimoire/trie/louds-trie.cc:292
↓ 2 callers
Function
byte_offset_unsafe
deps/pybind11-2.13.1/include/pybind11/numpy.h:489
↓ 2 callers
Function
calculate_geomean
Extract all real/cpu times from all the benchmarks as seconds, and calculate their geomean.
deps/google-benchmark/tools/gbench/report.py:171
↓ 2 callers
Function
cardinality_specified
Returns true if and only if the user specified the cardinality explicitly using a .Times().
deps/googletest-1.15.0/googlemock/include/gmock/gmock-spec-builders.h:759
↓ 2 callers
Function
check
deps/pybind11-2.13.1/include/pybind11/pytypes.h:303
↓ 2 callers
Function
check_kw_only_arg
deps/pybind11-2.13.1/include/pybind11/attr.h:461
↓ 2 callers
Method
clear
deps/marisa-0.3.1/lib/marisa/grimoire/vector/bit-vector.h:104
↓ 2 callers
Method
clear
deps/marisa-0.3.1/bindings/perl/marisa-swig.cxx:80
↓ 2 callers
Method
clear
(self)
deps/marisa-0.3.1/bindings/python/marisa.py:252
↓ 2 callers
Method
clear
deps/marisa-0.3.1/bindings/ruby/marisa-swig.cxx:80
↓ 2 callers
Method
clear
(self)
deps/marisa-0.3.1/bindings/python3/marisa.py:253
↓ 2 callers
Function
cmdopt_getopt_long
Gets an argument of a long option.
deps/marisa-0.3.1/tools/cmdopt.cc:150
↓ 2 callers
Function
cmdopt_shift
Moves `optind' to the end and shifts other arguments.
deps/marisa-0.3.1/tools/cmdopt.cc:8
↓ 2 callers
Function
color_format
Return the result of 'fmt_str.format(*args, **kwargs)' after transforming 'args' and 'kwargs' according to the value of 'use_color'. If 'use_
deps/google-benchmark/tools/gbench/report.py:53
↓ 2 callers
Method
commonPrefixSearch
deps/darts-clone-0.32h/include/darts.h:527
↓ 2 callers
Method
common_prefix_search_init
deps/marisa-0.3.1/lib/marisa/grimoire/trie/state.h:87
↓ 2 callers
Function
compile_dict
(dict_def: Dict[str, Any], dict_dir: Path)
scripts/compile_to_inline_config.py:111
↓ 2 callers
Method
complexity
deps/google-benchmark/src/benchmark_api_internal.h:34
↓ 2 callers
Function
construct
deps/pybind11-2.13.1/include/pybind11/detail/init.h:107
↓ 2 callers
Function
convert
( command: Path, dict_dir: Path, input_path: Path, output_path: Path, config_path: Path,
test/golden/golden_convert_test.py:254
↓ 2 callers
Function
convert_dsizes_to_vector
deps/pybind11-2.13.1/include/pybind11/eigen/tensor.h:144
↓ 2 callers
Function
countr_zero
deps/marisa-0.3.1/lib/marisa/grimoire/vector/bit-vector.cc:16
↓ 2 callers
Method
create
deps/pybind11-2.13.1/tests/test_eigen_matrix.cpp:241
↓ 2 callers
Function
create_extension_module
\rst Create a new top-level module that can be used as the main module of a C extension. ``def`` should point to a statically allocat
deps/pybind11-2.13.1/include/pybind11/pybind11.h:1319
↓ 2 callers
Function
create_parser
()
deps/google-benchmark/tools/compare.py:37
↓ 2 callers
Method
description
deps/tclap-1.2.5/tclap/ValuesConstraint.h:126
↓ 2 callers
Method
dict
deps/pybind11-2.13.1/include/pybind11/pytypes.h:2110
↓ 2 callers
Function
dict_getitem
deps/pybind11-2.13.1/include/pybind11/pytypes.h:975
↓ 2 callers
Function
dictionary_file_summary
(name, data)
data/scripts/opencc_resources_zip_diff.py:99
↓ 2 callers
Function
diff_lines
(left: list[str], right: list[str])
test/golden/golden_diff.py:67
↓ 2 callers
Method
doc
deps/pybind11-2.13.1/include/pybind11/pytypes.h:2533
↓ 2 callers
Function
dt_fmt
()
deps/pybind11-2.13.1/tests/test_numpy_dtypes.py:31
↓ 2 callers
Function
dtoa
deps/rapidjson-1.1.0/rapidjson/internal/dtoa.h:220
↓ 2 callers
Method
empty
deps/marisa-0.3.1/bindings/perl/marisa-swig.cxx:64
↓ 2 callers
Method
empty
(self)
deps/marisa-0.3.1/bindings/python/marisa.py:240
↓ 2 callers
Method
empty
deps/marisa-0.3.1/bindings/ruby/marisa-swig.cxx:64
↓ 2 callers
Method
empty
(self)
deps/marisa-0.3.1/bindings/python3/marisa.py:241
↓ 2 callers
Function
enable_dynamic_attributes
Give instances of this type a `__dict__` and opt into garbage collection.
deps/pybind11-2.13.1/include/pybind11/detail/class.h:558
↓ 2 callers
Function
ensure_builtins_in_globals
deps/pybind11-2.13.1/include/pybind11/eval.h:21
↓ 2 callers
Function
enum_name
deps/pybind11-2.13.1/include/pybind11/pybind11.h:2039
↓ 2 callers
Function
extract_field
(partition, field_name)
deps/google-benchmark/tools/gbench/report.py:185
↓ 2 callers
Method
f
deps/pybind11-2.13.1/tests/test_virtual_functions.cpp:271
↓ 2 callers
Function
fail
(message)
scripts/verify-node-main-package.js:33
↓ 2 callers
Function
fail
(message)
plugins/jieba/node/scripts/verify-main-package.js:31
↓ 2 callers
Method
failed_test_suite_count
Gets the number of failed test suites.
deps/googletest-1.15.0/googletest/src/gtest.cc:1100
↓ 2 callers
Method
family_index
deps/google-benchmark/src/benchmark_api_internal.h:25
↓ 2 callers
Function
filterTofuRiskConversionChain
(config, includeTofuRiskDictionaries)
node/opencc.js:160
↓ 2 callers
Function
filter_benchmark
Apply a filter to the json, and only leave the 'family' of benchmarks.
deps/google-benchmark/tools/gbench/report.py:92
↓ 2 callers
Function
findFile
(dir, filename)
plugins/jieba/node/build.js:54
↓ 2 callers
Function
find_target_items
(input_filename, keyword)
data/scripts/common.py:187
↓ 2 callers
Function
first_value
(values, keys)
data/scripts/opencc_resources_zip.py:56
↓ 2 callers
Method
fix
deps/marisa-0.3.1/lib/marisa/grimoire/vector/vector.h:134
↓ 2 callers
Function
format_ptrs
Don't cast pointers to Python, print them as strings
deps/pybind11-2.13.1/tests/constructor_stats.h:260
↓ 2 callers
Method
from_file
(cls, file)
data/scripts/common.py:30
↓ 2 callers
Method
func
deps/pybind11-2.13.1/tests/test_embed/test_interpreter.cpp:45
↓ 2 callers
Method
func1
deps/pybind11-2.13.1/tests/test_methods_and_attributes.cpp:174
↓ 2 callers
Method
func2
deps/pybind11-2.13.1/tests/test_methods_and_attributes.cpp:175
↓ 2 callers
Method
func3
deps/pybind11-2.13.1/tests/test_methods_and_attributes.cpp:176
↓ 2 callers
Method
func4
deps/pybind11-2.13.1/tests/test_methods_and_attributes.cpp:177
↓ 2 callers
Function
gc_tester
Tests that an object is garbage collected. Assumes that any unreferenced objects are fully collected after calling `gc.collect()`. That is t
deps/pybind11-2.13.1/tests/test_custom_type_setup.py:13
↓ 2 callers
Function
getAssetsPath
()
node/test.js:144
↓ 2 callers
Method
getDelimiter
deps/tclap-1.2.5/tclap/CmdLine.h:612
↓ 2 callers
Method
getExitStatus
deps/tclap-1.2.5/tclap/ArgException.h:204
↓ 2 callers
Function
get_and_replace
(filename: Path, binary: bool = False, **opts: str)
deps/pybind11-2.13.1/setup.py:88
↓ 2 callers
Function
get_await_result
(x)
deps/pybind11-2.13.1/tests/test_async.py:16
↓ 2 callers
Function
get_color
(res)
deps/google-benchmark/tools/gbench/report.py:342
↓ 2 callers
Method
get_drvd_value
deps/pybind11-2.13.1/tests/test_python_multiple_inheritance.cpp:19
↓ 2 callers
Method
get_e_b
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:288
↓ 2 callers
Method
get_e_c
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:289
↓ 2 callers
Method
get_e_d0
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:290
↓ 2 callers
Method
get_e_d1
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:291
↓ 2 callers
Method
get_e_e
deps/pybind11-2.13.1/tests/test_multiple_inheritance.cpp:292
↓ 2 callers
Function
get_function
deps/pybind11-2.13.1/include/pybind11/pytypes.h:945
↓ 2 callers
Method
get_impl
deps/googletest-1.15.0/googlemock/test/gmock-matchers-misc_test.cc:805
↓ 2 callers
Function
get_internals_pp_from_capsule
deps/pybind11-2.13.1/include/pybind11/detail/internals.h:459
↓ 2 callers
Function
get_local_type_info
deps/pybind11-2.13.1/include/pybind11/detail/type_caster_base.h:200
↓ 2 callers
Method
get_ptr
Return a const pointer to the referenced object
deps/pybind11-2.13.1/tests/object.h:196
↓ 2 callers
Function
get_timedelta_field_as_seconds
Get value of field_name field of benchmark, which is time with time unit time_unit, as time in seconds.
deps/google-benchmark/tools/gbench/report.py:161
↓ 2 callers
Method
get_type
deps/pybind11-2.13.1/include/pybind11/pytypes.h:2538
↓ 2 callers
Function
get_type_handle
deps/pybind11-2.13.1/include/pybind11/detail/type_caster_base.h:241
↓ 2 callers
Function
get_type_override
deps/pybind11-2.13.1/include/pybind11/pybind11.h:2790
↓ 2 callers
Function
get_utest_color
(pval)
deps/google-benchmark/tools/gbench/report.py:211
↓ 2 callers
Method
get_value
deps/pybind11-2.13.1/tests/test_virtual_functions.cpp:127
↓ 2 callers
Function
git_output
(args)
data/scripts/opencc_resources_zip.py:45
← previous
next →
2,001–2,100 of 9,892, ranked by callers