Home
last modified time | relevance | path

Searched defs:prefix (Results 226 – 250 of 42742) sorted by relevance

12345678910>>...1710

/dports/www/py-bleach/bleach-3.1.5/bleach/_vendor/html5lib/_trie/
H A D_base.py9 def keys(self, prefix=None): argument
18 def has_keys_with_prefix(self, prefix): argument
25 def longest_prefix(self, prefix): argument
35 def longest_prefix_item(self, prefix): argument
/dports/www/py-html5lib/html5lib-1.0.1/html5lib/_trie/
H A D_base.py9 def keys(self, prefix=None): argument
18 def has_keys_with_prefix(self, prefix): argument
25 def longest_prefix(self, prefix): argument
35 def longest_prefix_item(self, prefix): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/html5lib/html5lib/trie/
H A D_base.py9 def keys(self, prefix=None): argument
18 def has_keys_with_prefix(self, prefix): argument
25 def longest_prefix(self, prefix): argument
35 def longest_prefix_item(self, prefix): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/third_party/html5lib/html5lib/_trie/
H A D_base.py9 def keys(self, prefix=None): argument
18 def has_keys_with_prefix(self, prefix): argument
25 def longest_prefix(self, prefix): argument
35 def longest_prefix_item(self, prefix): argument
/dports/audio/ampache/ampache-php74-5.0.0/vendor/scn/phptal/src/
H A DTalesRegistryInterface.php24 public static function getCallback(string $prefix): ?callable;
33 public static function isRegistered(string $prefix): bool;
47 … public static function registerPrefix(string $prefix, $callback, ?bool $is_fallback = null): void;
56 public static function unregisterPrefix(string $prefix): void;
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/html5lib/_trie/
H A D_base.py12 def keys(self, prefix=None): argument
21 def has_keys_with_prefix(self, prefix): argument
28 def longest_prefix(self, prefix): argument
38 def longest_prefix_item(self, prefix): argument
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/
H A D_base.py12 def keys(self, prefix=None): argument
21 def has_keys_with_prefix(self, prefix): argument
28 def longest_prefix(self, prefix): argument
38 def longest_prefix_item(self, prefix): argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/
H A D_base.py12 def keys(self, prefix=None): argument
21 def has_keys_with_prefix(self, prefix): argument
28 def longest_prefix(self, prefix): argument
38 def longest_prefix_item(self, prefix): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/html5lib-python/html5lib/trie/
H A D_base.py9 def keys(self, prefix=None): argument
18 def has_keys_with_prefix(self, prefix): argument
25 def longest_prefix(self, prefix): argument
35 def longest_prefix_item(self, prefix): argument
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/
H A D_base.py12 def keys(self, prefix=None): argument
21 def has_keys_with_prefix(self, prefix): argument
28 def longest_prefix(self, prefix): argument
38 def longest_prefix_item(self, prefix): argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/html5lib/_trie/
H A D_base.py9 def keys(self, prefix=None): argument
19 def has_keys_with_prefix(self, prefix): argument
26 def longest_prefix(self, prefix): argument
36 def longest_prefix_item(self, prefix): argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/html5lib/_trie/
H A D_base.py9 def keys(self, prefix=None): argument
19 def has_keys_with_prefix(self, prefix): argument
26 def longest_prefix(self, prefix): argument
36 def longest_prefix_item(self, prefix): argument
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/_trie/
H A D_base.py9 def keys(self, prefix=None): argument
18 def has_keys_with_prefix(self, prefix): argument
25 def longest_prefix(self, prefix): argument
35 def longest_prefix_item(self, prefix): argument
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/html5lib/_trie/
H A D_base.py12 def keys(self, prefix=None): argument
21 def has_keys_with_prefix(self, prefix): argument
28 def longest_prefix(self, prefix): argument
38 def longest_prefix_item(self, prefix): argument
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/html5lib/_trie/
H A D_base.py12 def keys(self, prefix=None): argument
21 def has_keys_with_prefix(self, prefix): argument
28 def longest_prefix(self, prefix): argument
38 def longest_prefix_item(self, prefix): argument
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Tools/langtool/src/
H A Dsection.rs15 let prefix = if let Some(pos) = line.find(" =") { in insert_line_if_missing() localVariable
29 let prefix = prefix.to_owned(); in insert_line_if_missing() localVariable
39 let prefix = prefix.to_ascii_lowercase(); in insert_line_if_missing() localVariable
67 let prefix = if let Some(pos) = line.find(" =") { in comment_out_lines_if_not_in() localVariable
88 let prefix = if let Some(pos) = line.find(" =") { in remove_lines_if_not_in() localVariable
/dports/emulators/ppsspp/ppsspp-1.12.3/Tools/langtool/src/
H A Dsection.rs15 let prefix = if let Some(pos) = line.find(" =") { in insert_line_if_missing() localVariable
29 let prefix = prefix.to_owned(); in insert_line_if_missing() localVariable
39 let prefix = prefix.to_ascii_lowercase(); in insert_line_if_missing() localVariable
67 let prefix = if let Some(pos) = line.find(" =") { in comment_out_lines_if_not_in() localVariable
88 let prefix = if let Some(pos) = line.find(" =") { in remove_lines_if_not_in() localVariable
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Tools/langtool/src/
H A Dsection.rs15 let prefix = if let Some(pos) = line.find(" =") { in insert_line_if_missing() localVariable
29 let prefix = prefix.to_owned(); in insert_line_if_missing() localVariable
39 let prefix = prefix.to_ascii_lowercase(); in insert_line_if_missing() localVariable
67 let prefix = if let Some(pos) = line.find(" =") { in comment_out_lines_if_not_in() localVariable
88 let prefix = if let Some(pos) = line.find(" =") { in remove_lines_if_not_in() localVariable
/dports/devel/R-cran-BH/BH/inst/include/boost/system/
H A Dsystem_error.hpp28 static std::string build_message( char const * prefix, error_code const & ec ) in build_message()
42 static std::string build_message( char const * prefix, int ev, error_category const & cat ) in build_message()
52 system_error( error_code const & ec, std::string const & prefix ) in system_error()
55 system_error( error_code const & ec, char const * prefix ) in system_error()
61 system_error( int ev, error_category const & ecat, std::string const & prefix ) in system_error()
64 system_error( int ev, error_category const & ecat, char const * prefix ) in system_error()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c36 static void create_key(const char *prefix, const char *postfix, in create_key()
49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var()
116 static void nvram_read_leddc(const char *prefix, const char *name, in nvram_read_leddc()
141 static void nvram_read_macaddr(const char *prefix, const char *name, in nvram_read_macaddr()
156 static void nvram_read_alpha2(const char *prefix, const char *name, in nvram_read_alpha2()
189 const char *prefix, bool fallback) in bcm47xx_sprom_fill_auto()
410 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r4589()
461 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r45()
511 const char *prefix, bool fallback) in bcm47xx_fill_sprom_ethernet()
596 char prefix[10]; in bcm47xx_get_sprom_ssb() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c36 static void create_key(const char *prefix, const char *postfix, in create_key()
49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var()
116 static void nvram_read_leddc(const char *prefix, const char *name, in nvram_read_leddc()
141 static void nvram_read_macaddr(const char *prefix, const char *name, in nvram_read_macaddr()
156 static void nvram_read_alpha2(const char *prefix, const char *name, in nvram_read_alpha2()
189 const char *prefix, bool fallback) in bcm47xx_sprom_fill_auto()
410 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r4589()
461 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r45()
511 const char *prefix, bool fallback) in bcm47xx_fill_sprom_ethernet()
596 char prefix[10]; in bcm47xx_get_sprom_ssb() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c36 static void create_key(const char *prefix, const char *postfix, in create_key()
49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var()
116 static void nvram_read_leddc(const char *prefix, const char *name, in nvram_read_leddc()
141 static void nvram_read_macaddr(const char *prefix, const char *name, in nvram_read_macaddr()
156 static void nvram_read_alpha2(const char *prefix, const char *name, in nvram_read_alpha2()
189 const char *prefix, bool fallback) in bcm47xx_sprom_fill_auto()
410 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r4589()
461 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r45()
511 const char *prefix, bool fallback) in bcm47xx_fill_sprom_ethernet()
596 char prefix[10]; in bcm47xx_get_sprom_ssb() local
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/libratbox/src/
H A Dpatricia.c45 prefix_tochar(rb_prefix_t *prefix) in prefix_tochar()
98 prefix_toa(rb_prefix_t *prefix) in prefix_toa()
234 Ref_Prefix(rb_prefix_t *prefix) in Ref_Prefix()
248 Deref_Prefix(rb_prefix_t *prefix) in Deref_Prefix()
921 rb_prefix_t *prefix; in make_and_lookup_ip() local
948 rb_prefix_t *prefix; in make_and_lookup() local
975 rb_prefix_t *prefix; in try_search_exact() local
1008 rb_prefix_t *prefix; in rb_match_ip() local
1044 rb_prefix_t *prefix; in rb_match_ip_exact() local
1086 rb_prefix_t *prefix; in rb_match_string() local
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/libratbox/src/
H A Dpatricia.c45 prefix_tochar(rb_prefix_t *prefix) in prefix_tochar()
98 prefix_toa(rb_prefix_t *prefix) in prefix_toa()
234 Ref_Prefix(rb_prefix_t *prefix) in Ref_Prefix()
248 Deref_Prefix(rb_prefix_t *prefix) in Deref_Prefix()
921 rb_prefix_t *prefix; in make_and_lookup_ip() local
948 rb_prefix_t *prefix; in make_and_lookup() local
975 rb_prefix_t *prefix; in try_search_exact() local
1008 rb_prefix_t *prefix; in rb_match_ip() local
1044 rb_prefix_t *prefix; in rb_match_ip_exact() local
1086 rb_prefix_t *prefix; in rb_match_string() local
[all …]
/dports/devel/cgit/cgit-1.2.3/
H A Dui-snapshot.c14 static int write_archive_type(const char *format, const char *hex, const char *prefix) in write_archive_type()
46 static int write_tar_archive(const char *hex, const char *prefix) in write_tar_archive()
51 static int write_zip_archive(const char *hex, const char *prefix) in write_zip_archive()
57 const char *prefix, in write_compressed_tar_archive()
70 static int write_tar_gzip_archive(const char *hex, const char *prefix) in write_tar_gzip_archive()
76 static int write_tar_bzip2_archive(const char *hex, const char *prefix) in write_tar_bzip2_archive()
82 static int write_tar_lzip_archive(const char *hex, const char *prefix) in write_tar_lzip_archive()
88 static int write_tar_xz_archive(const char *hex, const char *prefix) in write_tar_xz_archive()
94 static int write_tar_zstd_archive(const char *hex, const char *prefix) in write_tar_zstd_archive()
154 const char *hex, const char *prefix, in make_snapshot()
[all …]

12345678910>>...1710