Home
last modified time | relevance | path

Searched refs:get_close_matches (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/devel/stylua/StyLua-0.11.0/cargo-crates/similar-1.3.0/examples/
H A Dclose-matches.rs1 use similar::get_close_matches;
13 println!("{:?}", get_close_matches("app", &words, 3, 0.7)); in main()
14 println!("{:?}", get_close_matches("bee", &words, 3, 0.7)); in main()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/similar-1.3.0/examples/
H A Dclose-matches.rs1 use similar::get_close_matches;
13 println!("{:?}", get_close_matches("app", &words, 3, 0.7)); in main()
14 println!("{:?}", get_close_matches("bee", &words, 3, 0.7)); in main()
/dports/editors/helix/helix-0.5.0/cargo-crates/similar-2.1.0/examples/
H A Dclose-matches.rs1 use similar::get_close_matches;
13 println!("{:?}", get_close_matches("app", &words, 3, 0.7)); in main()
14 println!("{:?}", get_close_matches("bee", &words, 3, 0.7)); in main()
/dports/deskutils/just/just-0.10.5/cargo-crates/similar-2.1.0/examples/
H A Dclose-matches.rs1 use similar::get_close_matches;
13 println!("{:?}", get_close_matches("app", &words, 3, 0.7)); in main()
14 println!("{:?}", get_close_matches("bee", &words, 3, 0.7)); in main()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/similar-1.3.0/examples/
H A Dclose-matches.rs1 use similar::get_close_matches;
13 println!("{:?}", get_close_matches("app", &words, 3, 0.7)); in main()
14 println!("{:?}", get_close_matches("bee", &words, 3, 0.7)); in main()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/similar-1.3.0/examples/
H A Dclose-matches.rs1 use similar::get_close_matches;
13 println!("{:?}", get_close_matches("app", &words, 3, 0.7)); in main()
14 println!("{:?}", get_close_matches("bee", &words, 3, 0.7)); in main()
/dports/misc/thefuck/thefuck-3.31/thefuck/rules/
H A Dno_command.py1 from thefuck.utils import get_all_executables, get_close_matches, \
11 and bool(get_close_matches(command.script_parts[0],
34 new_cmds += [cmd for cmd in get_close_matches(old_command,
H A Dhistory.py1 from thefuck.utils import get_close_matches, get_closest, \
6 return len(get_close_matches(command.script,
H A Dgit_rebase_merge_dir.py1 from thefuck.utils import get_close_matches
17 return get_close_matches(command.script, command_list, 4, 0)
H A Dmvn_unknown_lifecycle_phase.py1 from thefuck.utils import for_app, get_close_matches, replace_command
26 selected_lifecycle = get_close_matches(
H A Dcd_correction.py7 from thefuck.utils import for_app, get_close_matches
56 best_matches = get_close_matches(directory, _get_sub_dirs(cwd), cutoff=MAX_ALLOWED_DIFF)
/dports/textproc/py-isbntools/isbntools-4.3.28/isbntools/bin/
H A Dmeta.py4 from difflib import get_close_matches
45 match = get_close_matches(a, fmts)
51 match = get_close_matches(a, providers)
H A Dgoom.py4 from difflib import get_close_matches
29 match = get_close_matches(fmt, fmts)
H A Dconfc.py5 from difflib import get_close_matches
97 cmd = get_close_matches(args[1], list(VERBS.keys()))[0]
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/coercers/inputs/
H A Denum_coercer.py1 from difflib import get_close_matches
50 get_close_matches(
H A Dinput_object_coercer.py3 from difflib import get_close_matches
138 get_close_matches(
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/commands/
H A D__init__.py106 from difflib import get_close_matches
110 close_commands = get_close_matches(name, commands_dict.keys())
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/commands/
H A D__init__.py113 from difflib import get_close_matches
117 close_commands = get_close_matches(name, commands_dict.keys())
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/commands/
H A D__init__.py114 from difflib import get_close_matches
118 close_commands = get_close_matches(name, commands_dict.keys())
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/commands/
H A D__init__.py103 from difflib import get_close_matches
107 close_commands = get_close_matches(name, commands_dict.keys())
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/commands/
H A D__init__.py105 from difflib import get_close_matches
109 close_commands = get_close_matches(name, commands_dict.keys())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/commands/
H A D__init__.py66 from difflib import get_close_matches
70 close_commands = get_close_matches(name, commands_dict.keys())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/commands/
H A D__init__.py66 from difflib import get_close_matches
70 close_commands = get_close_matches(name, commands_dict.keys())
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/commands/
H A D__init__.py61 from difflib import get_close_matches
65 close_commands = get_close_matches(name, commands_dict.keys())
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dsites.py15 from difflib import get_close_matches
55 close_names = get_close_matches(site_name, self._lowercase_names_to_locations)

12345678910