Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 25 of 1871) sorted by last modified time

12345678910>>...75

/dports/x11/kitty/kitty-0.23.1/
H A Dsetup.py569 is_newer_func: Callable,
571 on_success: Optional[Callable] = None,
H A Dgen-wcwidth.py237 def write_case(spec: Union[Tuple, int], p: Callable) -> None:
285 p: Callable,
315 def codepoint_to_mark_map(p: Callable, mark_map: List[int]) -> Dict[int, int]:
499 def add(p: Callable, comment: str, chars_: Union[Set[int], FrozenSet[int]], ret: int) -> None:
/dports/x11/kitty/kitty-0.23.1/docs/
H A Dconf.py267 def format_cmd(p: Callable, name: str, cmd: RemoteCommand) -> None:
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dglfw.py58 def init_env(env: Env, pkg_config: Callable, pkg_version: Callable, at_least_version: Callable, tes…
120 …ef build_wayland_protocols(env: Env, Command: Callable, parallel_run: Callable, emphasis: Callable
/dports/x11/kitty/kitty-0.23.1/kittens/tui/
H A Dloop.py170 on_winch: Callable,
171 on_interrupt: Callable,
172 on_term: Callable
H A Doperations.py390 def writer(handler: HandlerType, func: Callable) -> Callable:
404 def func_sig(func: Callable) -> Generator[str, None, None]:
H A Dhandler.py148 def __init__(self, impl: Callable, type_of_input: Optional[str], no_ui: bool):
159 def wrapper(impl: Callable) -> HandleResult:
H A Dline_edit.py102 def _move_loop(self, func: Callable[[], None], num: int) -> bool:
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dmultiprocessing.py46 initializer: Optional[Callable] = None,
H A Dcli.py747 ospec: Callable[[], str] = options_spec,
762 ospec: Callable[[], str] = options_spec,
H A Dwindow.py136 def call_watchers(windowref: Callable[[], Optional['Window']], which: str, data: Dict[str, Any]) ->…
H A Dnotify.py159 def notification_activated(identifier: str, activated_implementation: Optional[Callable] = None) ->…
180 def notify_with_command(cmd: NotificationCommand, window_id: int, notify: Callable = notify) -> Non…
194 notify_implementation: Callable = notify
H A Dboss.py842 def report_match(f: Callable) -> None:
1041 custom_callback: Optional[Callable] = None,
1042 action_on_removal: Optional[Callable] = None
1119 …def on_kitten_finish(self, target_window_id: str, end_kitten: Callable, source_window: Window) -> …
H A Ddebug_config.py44 def print_shortcut(key_sequence: Iterable[SingleKey], action: KeyAction, print: Callable) -> None:
59 …anges(defns: ShortcutMap, text: str, changes: Set[Tuple[SingleKey, ...]], print: Callable) -> None:
67 def compare_keymaps(final: ShortcutMap, initial: ShortcutMap, print: Callable) -> None:
84 def compare_mousemaps(final: MouseMap, initial: MouseMap, print: Callable) -> None:
106 def compare_opts(opts: KittyOpts, print: Callable) -> None:
H A Dutils.py300 … do_notify: bool = True, startup_id: Optional[str] = None, extra_callback: Optional[Callable] = No…
H A Dtypes.py68 def __init__(self, func: Callable[[], _T]): ...
94 def run_once(f: Callable[[], _T]) -> RunOnce:
/dports/x11/kitty/kitty-0.23.1/kittens/themes/
H A Dcollection.py251 def __init__(self, loader: Callable[[], str]):
/dports/x11/kitty/kitty-0.23.1/kitty/fonts/
H A Dbox_drawing.py176 def create_wrapper(f: Callable) -> Callable:
/dports/x11/kitty/kitty-0.23.1/kitty/layout/
H A Dgrid.py64 …def variable_layout(self, layout_func: Callable[..., LayoutDimension], num_windows: int, biased_ma…
/dports/x11/kitty/kitty-0.23.1/kitty/conf/
H A Dutils.py239 def w(f: Callable) -> Callable:
262 def parse_kittens_func_args(action: str, args_funcs: Dict[str, Callable]) -> KeyAction: argument
293 val: str, funcs_with_args: Dict[str, Callable] argument
H A Dtypes.py154 self, name: str, defval: str, macos_default: Union[Unset, str], parser_func: Callable,
226 … def __init__(self, name: str, parser_func: Callable, long_text: str, group: 'Group', ctype: str):
/dports/math/asymptote/asymptote-2.67/GUI/
H A DxasyUtils.py18 …ist1: ty.Union[ty.List, ty.Tuple], list2: ty.Union[ty.List, ty.Tuple], func: ty.Callable) -> tuple:
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dlists.py3672 def _elementwise(self, a, b, sameQ: Callable[..., bool]):
3706 def _elementwise(self, a, b, sameQ: Callable[..., bool]):
3751 def _elementwise(self, a, b, sameQ: Callable[..., bool]):
H A Dstrings.py2647 def _levenshtein(s1, s2, sameQ: Callable[..., bool]):
2654 def _damerau_levenshtein(s1, s2, sameQ: Callable[..., bool]):
2681 def _levenshtein_like_or_border_cases(s1, s2, sameQ: Callable[..., bool], compute):
2727 def _distance(self, s1, s2, sameQ: Callable[..., bool]):
2765 def _distance(self, s1, s2, sameQ: Callable[..., bool]):
H A Dlists-next.py3670 def _elementwise(self, a, b, sameQ: Callable[..., bool]):
3704 def _elementwise(self, a, b, sameQ: Callable[..., bool]):
3749 def _elementwise(self, a, b, sameQ: Callable[..., bool]):

12345678910>>...75