Home
last modified time | relevance | path

Searched defs:dictionaries (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/www/firefox/firefox-99.0/services/settings/dumps/main/
H A Dlanguage-dictionaries.json5 "dictionaries": [ array
13 "dictionaries": [ array
21 "dictionaries": [ array
29 "dictionaries": [ array
37 "dictionaries": [ array
45 "dictionaries": [ array
53 "dictionaries": [ array
61 "dictionaries": [ array
69 "dictionaries": [ array
77 "dictionaries": [ array
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/dumps/main/
H A Dlanguage-dictionaries.json5 "dictionaries": [ array
13 "dictionaries": [ array
21 "dictionaries": [ array
29 "dictionaries": [ array
37 "dictionaries": [ array
45 "dictionaries": [ array
53 "dictionaries": [ array
61 "dictionaries": [ array
69 "dictionaries": [ array
77 "dictionaries": [ array
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/services/settings/dumps/main/
H A Dlanguage-dictionaries.json5 "dictionaries": [ array
13 "dictionaries": [ array
21 "dictionaries": [ array
29 "dictionaries": [ array
37 "dictionaries": [ array
45 "dictionaries": [ array
53 "dictionaries": [ array
61 "dictionaries": [ array
69 "dictionaries": [ array
77 "dictionaries": [ array
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DArrowFooter.java41 private final List<ArrowBlock> dictionaries; field in ArrowFooter
49 public ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches) { in ArrowFooter()
63 List<ArrowBlock> dictionaries, in ArrowFooter()
80 List<ArrowBlock> dictionaries, in ArrowFooter()
115 private static List<ArrowBlock> dictionaries(Footer footer) { in dictionaries() method in ArrowFooter
116 List<ArrowBlock> dictionaries = new ArrayList<>(); in dictionaries() local
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DArrowFooter.java41 private final List<ArrowBlock> dictionaries; field in ArrowFooter
49 public ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches) { in ArrowFooter()
63 List<ArrowBlock> dictionaries, in ArrowFooter()
80 List<ArrowBlock> dictionaries, in ArrowFooter()
115 private static List<ArrowBlock> dictionaries(Footer footer) { in dictionaries() method in ArrowFooter
116 List<ArrowBlock> dictionaries = new ArrayList<>(); in dictionaries() local
/dports/www/firefox-esr/firefox-91.8.0/services/settings/dumps/main/
H A Dmoz.build5 FINAL_TARGET_FILES.defaults.settings.main += [
13 "search-default-override-allowlist.json",
21 if CONFIG["MOZ_BUILD_APP"] == "browser":
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DArrowFooter.java36 private final List<ArrowBlock> dictionaries; field in ArrowFooter
47 public ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches) { in ArrowFooter()
75 private static List<ArrowBlock> dictionaries(Footer footer) { in dictionaries() method in ArrowFooter
76 List<ArrowBlock> dictionaries = new ArrayList<>(); in dictionaries() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/renderer_context_menu/
H A Dspelling_options_submenu_observer_browsertest.cc47 const std::vector<std::string>& dictionaries) { in InitMenu()
63 const std::vector<std::string>& dictionaries) { in ExpectPreferences()
134 std::vector<std::string> dictionaries; in IN_PROC_BROWSER_TEST_F() local
145 std::vector<std::string> dictionaries; in IN_PROC_BROWSER_TEST_F() local
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/addresses/
H A Dconfig.py67 def cache_key(self, prop, language, dictionaries=(), country=None): argument
70 def alternative_probabilities(self, prop, language, dictionaries=(), country=None): argument
113 def form_probabilities(self, properties, language, dictionaries=()): argument
H A Ddirections.py8 dictionaries = ['unit_directions'] variable in RelativeDirection
21 dictionaries = ['cardinal_directions'] variable in CardinalDirection
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/
H A DHunspellCustomDictionaries.cpp29 std::vector<std::string> HunspellCustomDictionaries::dictionaries() const in dictionaries() function in rstudio::core::spelling::HunspellCustomDictionaries
31 std::vector<std::string> dictionaries; in dictionaries() local
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dfunction_replace.py305 def replace_uppercase(match, number, file_name, metadata, dictionaries, data, functions, *args, **k… argument
313 def replace_lowercase(match, number, file_name, metadata, dictionaries, data, functions, *args, **k… argument
321 def replace_capitalize(match, number, file_name, metadata, dictionaries, data, functions, *args, **… argument
329 def replace_titlecase(match, number, file_name, metadata, dictionaries, data, functions, *args, **k… argument
337 def replace_swapcase(match, number, file_name, metadata, dictionaries, data, functions, *args, **kw… argument
345 def replace_uppercase_ignore_tags(match, number, file_name, metadata, dictionaries, data, functions… argument
351 def replace_lowercase_ignore_tags(match, number, file_name, metadata, dictionaries, data, functions… argument
357 def replace_capitalize_ignore_tags(match, number, file_name, metadata, dictionaries, data, function… argument
363 def replace_titlecase_ignore_tags(match, number, file_name, metadata, dictionaries, data, functions… argument
369 def replace_swapcase_ignore_tags(match, number, file_name, metadata, dictionaries, data, functions,… argument
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DSpellCheckManager.cpp54 const QStringList dictionaries(m_dictionaries.values()); in updateDefaultDictionary() local
107 QVector<DictionaryInformation> dictionaries; in getDictionaries() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DOutboundStreamListener.java66 default void start(VectorSchemaRoot root, DictionaryProvider dictionaries) { in start()
75 void start(VectorSchemaRoot root, DictionaryProvider dictionaries, IpcOption option); in start()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/dataset/
H A Dpartition.h175 const ArrayVector& dictionaries() const { return dictionaries_; } in dictionaries() function
178 KeyValuePartitioning(std::shared_ptr<Schema> schema, ArrayVector dictionaries, in KeyValuePartitioning()
256 : KeyValuePartitioning(std::move(schema), std::move(dictionaries), in KeyValuePartitioning()
262 explicit HivePartitioning(std::shared_ptr<Schema> schema, ArrayVector dictionaries, in HivePartitioning()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dfulltextsearch.hh73 std::vector< sptr< Dictionary::Class > > const & dictionaries; member in FTS::Indexing
123 std::vector< sptr< Dictionary::Class > > dictionaries; member in FTS::FtsIndexing
161 std::vector< sptr< Dictionary::Class > > const & dictionaries; member in FTS::HeadwordsListModel
174 std::vector< sptr< Dictionary::Class > > const & dictionaries; member in FTS::FullTextSearchDialog
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/dataset/
H A Dpartition.h136 KeyValuePartitioning(std::shared_ptr<Schema> schema, ArrayVector dictionaries) in KeyValuePartitioning()
165 : KeyValuePartitioning(std::move(schema), std::move(dictionaries)) {} in KeyValuePartitioning()
192 : KeyValuePartitioning(std::move(schema), std::move(dictionaries)) {} in KeyValuePartitioning()
/dports/databases/arrow/apache-arrow-6.0.1/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DOutboundStreamListener.java66 default void start(VectorSchemaRoot root, DictionaryProvider dictionaries) { in start()
75 void start(VectorSchemaRoot root, DictionaryProvider dictionaries, IpcOption option); in start()
/dports/math/R/R-4.1.2/src/library/utils/R/
H A Daspell.R21 program = NULL, dictionaries = character()) argument
326 function(dictionaries, dirnames = character()) argument
428 dictionaries = aspell_dictionaries_R) argument
462 program = NULL, dictionaries = aspell_dictionaries_R) argument
497 control = list(), program = NULL, dictionaries = character()) argument
567 function(program = NULL, dictionaries = aspell_dictionaries_R) argument
599 control = list(), program = NULL, dictionaries = character()) argument
835 program = NULL, dictionaries = aspell_dictionaries_R) argument
861 control = list(), program = NULL, dictionaries = character()) argument
974 program = NULL, dictionaries = aspell_dictionaries_R) argument
[all …]
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A Daspell.R21 program = NULL, dictionaries = character()) argument
326 function(dictionaries, dirnames = character()) argument
428 dictionaries = aspell_dictionaries_R) argument
462 program = NULL, dictionaries = aspell_dictionaries_R) argument
497 control = list(), program = NULL, dictionaries = character()) argument
567 function(program = NULL, dictionaries = aspell_dictionaries_R) argument
599 control = list(), program = NULL, dictionaries = character()) argument
835 program = NULL, dictionaries = aspell_dictionaries_R) argument
861 control = list(), program = NULL, dictionaries = character()) argument
974 program = NULL, dictionaries = aspell_dictionaries_R) argument
[all …]
/dports/math/form/form-4.2.1/doc/manual/
H A Ddict.tex3 \label{dictionaries} label
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Drecovery_stress.cc98 static void verify (DICTIONARY dictionaries, int iter) { in verify()
125 DICTIONARY dictionaries; member
169 DICTIONARY dictionaries = spec->dictionaries; in pre_checkpoint_acts() local
268 DICTIONARY dictionaries = spec->dictionaries; in checkpoint_acts() local
357 DICTIONARY dictionaries = spec->dictionaries; in post_checkpoint_acts() local
483 DICTIONARY_S dictionaries[NUM_DICTIONARIES]; in run_test() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Drecovery_stress.cc98 static void verify (DICTIONARY dictionaries, int iter) { in verify()
125 DICTIONARY dictionaries; member
169 DICTIONARY dictionaries = spec->dictionaries; in pre_checkpoint_acts() local
268 DICTIONARY dictionaries = spec->dictionaries; in checkpoint_acts() local
357 DICTIONARY dictionaries = spec->dictionaries; in post_checkpoint_acts() local
483 DICTIONARY_S dictionaries[NUM_DICTIONARIES]; in run_test() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Drecovery_stress.cc98 static void verify (DICTIONARY dictionaries, int iter) { in verify()
125 DICTIONARY dictionaries; member
169 DICTIONARY dictionaries = spec->dictionaries; in pre_checkpoint_acts() local
268 DICTIONARY dictionaries = spec->dictionaries; in checkpoint_acts() local
357 DICTIONARY dictionaries = spec->dictionaries; in post_checkpoint_acts() local
483 DICTIONARY_S dictionaries[NUM_DICTIONARIES]; in run_test() local
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Drecovery_stress.cc98 static void verify (DICTIONARY dictionaries, int iter) { in verify()
125 DICTIONARY dictionaries; member
169 DICTIONARY dictionaries = spec->dictionaries; in pre_checkpoint_acts() local
268 DICTIONARY dictionaries = spec->dictionaries; in checkpoint_acts() local
357 DICTIONARY dictionaries = spec->dictionaries; in post_checkpoint_acts() local
483 DICTIONARY_S dictionaries[NUM_DICTIONARIES]; in run_test() local

12345678910>>...16