Home
last modified time | relevance | path

Searched refs:_to_text (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/tests/
H A Dtest_widgets.py6 def _to_text(button: Button) -> str: function
13 assert _to_text(button) == "< Exit >"
18 assert _to_text(button) == "[ Exit ]"
/dports/mail/py-flanker/flanker-0.9.11/flanker/addresslib/
H A Daddress.py452 self._display_name = _to_text(raw_display_name)
453 self._mailbox = _to_text(mailbox.local_part)
454 self._hostname = _to_text(mailbox.domain)
459 self._mailbox = _to_text(mailbox.local_part)
460 self._hostname = _to_text(mailbox.domain)
465 self._mailbox = _to_text(mailbox.local_part)
466 self._hostname = _to_text(mailbox.domain)
844 _mailbox=_to_text(parse_rs.local_part),
845 _hostname=_to_text(parse_rs.domain))
850 return UrlAddress(_address=_to_text(parse_rs.address))
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/dns/
H A Dflags.py61 def _to_text(flags, enum_class): function
86 return _to_text(flags, Flag)
106 return _to_text(flags, EDNSFlag)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/
H A Dflags.py61 def _to_text(flags, enum_class): function
86 return _to_text(flags, Flag)
106 return _to_text(flags, EDNSFlag)
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/
H A Dflags.py56 def _to_text(flags, enum_class): function
81 return _to_text(flags, Flag)
101 return _to_text(flags, EDNSFlag)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/
H A Dflags.py85 def _to_text(flags, table, order): function
110 return _to_text(flags, _by_value, _flags_order)
130 return _to_text(flags, _edns_by_value, _edns_flags_order)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/
H A Dflags.py75 def _to_text(flags, table, order): function
96 return _to_text(flags, _by_value, _flags_order)
112 return _to_text(flags, _edns_by_value, _edns_flags_order)
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/
H A Dflags.py72 def _to_text(flags, table, order): function
91 return _to_text(flags, _by_value, _flags_order)
106 return _to_text(flags, _edns_by_value, _edns_flags_order)
/dports/dns/py-dnspython/dnspython-1.16.0/dns/
H A Dflags.py85 def _to_text(flags, table, order): function
110 return _to_text(flags, _by_value, _flags_order)
130 return _to_text(flags, _edns_by_value, _edns_flags_order)
/dports/security/john/john-1.9.0-jumbo-1/run/dns/
H A Dflags.py83 def _to_text(flags, table, order): function
108 return _to_text(flags, _by_value, _flags_order)
128 return _to_text(flags, _edns_by_value, _edns_flags_order)
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Annotation/
H A DStructuredValue.pm256 my $txt = &_to_text($self->{'values'}, $joins, $brackets);
267 sub _to_text{ subroutine
276 &_to_text($_, $joins, $brackets, $rec_n+1) :
/dports/www/p5-HTML-ContentExtractor/HTML-ContentExtractor-0.03/lib/HTML/
H A DContentExtractor.pm275 my $output = _to_text($self->{tree});
404 sub _to_text{ subroutine
416 $text .= _to_text($child) . "\n";
430 $text .= _to_text($child) . "\n";
/dports/textproc/ibus/ibus-1.5.24/ibus/
H A Dproperty.py56 def _to_text(text): function
93 self.__label = _to_text(label)
99 self.__symbol = _to_text(symbol)
111 self.__tooltip = _to_text(tooltip)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/backports/ssl_match_hostname/
H A D__init__.py19 def _to_text(obj): function
163 host_ip = _inet_paton(_to_text(hostname))
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dfont.py102 data = [self._to_text(block) for block in self.data]
107 def _to_text(obj, encoding='utf-8', errors='strict'): member in Font
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dpreprocessor.py50 def _to_text(a): function
786 return _to_text(self.context[v])
834 return _to_text(self.context[varname])
858 args = _to_text(args)
867 raise Preprocessor.Error(self, "FILE_NOT_FOUND", _to_text(args))
911 raise Preprocessor.Error(self, "Error: ", _to_text(args))
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dpreprocessor.py50 def _to_text(a): function
786 return _to_text(self.context[v])
834 return _to_text(self.context[varname])
858 args = _to_text(args)
867 raise Preprocessor.Error(self, "FILE_NOT_FOUND", _to_text(args))
911 raise Preprocessor.Error(self, "Error: ", _to_text(args))
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dpreprocessor.py50 def _to_text(a): function
786 return _to_text(self.context[v])
834 return _to_text(self.context[varname])
858 args = _to_text(args)
867 raise Preprocessor.Error(self, "FILE_NOT_FOUND", _to_text(args))
911 raise Preprocessor.Error(self, "Error: ", _to_text(args))
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dpreprocessor.py54 def _to_text(a): function
727 return _to_text(self.context[v])
782 return _to_text(self.context[varname])
805 args = _to_text(args)
814 raise Preprocessor.Error(self, 'FILE_NOT_FOUND', _to_text(args))
856 raise Preprocessor.Error(self, 'Error: ', _to_text(args))
/dports/www/p5-pQuery/pQuery-0.24/lib/
H A DpQuery.pm187 _to_text($_, \$text);
858 sub _to_text { subroutine
862 _to_text($child, $text);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c846 type##_to_text, cb, cbarg); \
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c846 type##_to_text, cb, cbarg); \
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c846 type##_to_text, cb, cbarg); \
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c846 type##_to_text, cb, cbarg); \
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/encode_decode/
H A Dencode_key2text.c849 type##_to_text, cb, cbarg); \

12