Home
last modified time | relevance | path

Searched refs:is_suffix (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/ai/nlp/stemmer/stemming/
H A Denglish_stem.h583 …else if (stem<string_typeT>::is_suffix(text,/*ed*/common_lang_constants::LOWER_E, common_lang_cons… in step_1b()
613 …if (stem<string_typeT>::is_suffix(text,/*at*/common_lang_constants::LOWER_A, common_lang_constants… in step_1b()
614 …stem<string_typeT>::is_suffix(text,/*bl*/common_lang_constants::LOWER_B, common_lang_constants::UP… in step_1b()
615 …stem<string_typeT>::is_suffix(text,/*iz*/common_lang_constants::LOWER_I, common_lang_constants::UP… in step_1b()
622 …stem<string_typeT>::is_suffix(text,/*dd*/common_lang_constants::LOWER_D, common_lang_constants::UP… in step_1b()
629 …stem<string_typeT>::is_suffix(text,/*tt*/common_lang_constants::LOWER_T, common_lang_constants::UP… in step_1b()
789 …stem<string_typeT>::is_suffix(text,/*li*/common_lang_constants::LOWER_L, common_lang_constants::UP… in step_2()
914 …(stem<string_typeT>::is_suffix(text,/*al*/common_lang_constants::LOWER_A, common_lang_constants::U… in step_4()
915 …stem<string_typeT>::is_suffix(text,/*er*/common_lang_constants::LOWER_E, common_lang_constants::UP… in step_4()
916 …stem<string_typeT>::is_suffix(text,/*ic*/common_lang_constants::LOWER_I, common_lang_constants::UP… in step_4()
[all …]
H A Ditalian_stem.h275 …else if (stem<string_typeT>::is_suffix(text,/*gli*/common_lang_constants::LOWER_G, common_lang_con… in step_0()
280 …else if (stem<string_typeT>::is_suffix(text,/*ci*/common_lang_constants::LOWER_C, common_lang_cons… in step_0()
285 …else if (stem<string_typeT>::is_suffix(text,/*la*/common_lang_constants::LOWER_L, common_lang_cons… in step_0()
290 …else if (stem<string_typeT>::is_suffix(text,/*le*/common_lang_constants::LOWER_L, common_lang_cons… in step_0()
295 …else if (stem<string_typeT>::is_suffix(text,/*li*/common_lang_constants::LOWER_L, common_lang_cons… in step_0()
300 …else if (stem<string_typeT>::is_suffix(text,/*lo*/common_lang_constants::LOWER_L, common_lang_cons… in step_0()
305 …else if (stem<string_typeT>::is_suffix(text,/*mi*/common_lang_constants::LOWER_M, common_lang_cons… in step_0()
310 …else if (stem<string_typeT>::is_suffix(text,/*ne*/common_lang_constants::LOWER_N, common_lang_cons… in step_0()
315 …else if (stem<string_typeT>::is_suffix(text,/*si*/common_lang_constants::LOWER_S, common_lang_cons… in step_0()
320 …else if (stem<string_typeT>::is_suffix(text,/*ti*/common_lang_constants::LOWER_T, common_lang_cons… in step_0()
[all …]
H A Ddutch_stem.h112 …if (stem<string_typeT>::is_suffix(text,/*heden*/common_lang_constants::LOWER_H, common_lang_consta… in step_1()
123 …else if (stem<string_typeT>::is_suffix(text,/*ene*/common_lang_constants::LOWER_E, common_lang_con… in step_1()
142 …else if (stem<string_typeT>::is_suffix(text,/*en*/common_lang_constants::LOWER_E, common_lang_cons… in step_1()
161 …stem<string_typeT>::is_suffix(text,/*se*/common_lang_constants::LOWER_S, common_lang_constants::UP… in step_1()
173 …stem<string_typeT>::is_suffix(text, common_lang_constants::LOWER_S, common_lang_constants::UPPER_S… in step_1()
188 …if (stem<string_typeT>::is_suffix(text, common_lang_constants::LOWER_E, common_lang_constants::UPP… in step_2()
215 …if (stem<string_typeT>::is_suffix(text,/*heid*/common_lang_constants::LOWER_H, common_lang_constan… in step_3a()
224 …stem<string_typeT>::is_suffix(text, common_lang_constants::LOWER_E, common_lang_constants::UPPER_E… in step_3a()
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/test/
H A Dcheckvtkfile.hh85 inline bool is_suffix(const std::string &s, const std::string &suffix) in is_suffix() function
109 if (is_suffix(filename, ".vtu")) return "vtkXMLUnstructuredGridReader"; in pythonVTKReader()
110 else if(is_suffix(filename, ".pvtu")) return "vtkXMLPUnstructuredGridReader"; in pythonVTKReader()
111 else if(is_suffix(filename, ".vts")) return "vtkXMLStructuredGridReader"; in pythonVTKReader()
112 else if(is_suffix(filename, ".pvts")) return "vtkXMLPStructuredGridReader"; in pythonVTKReader()
113 else if(is_suffix(filename, ".vtr")) return "vtkXMLRectilinearGridReader"; in pythonVTKReader()
114 else if(is_suffix(filename, ".pvtr")) return "vtkXMLPRectilinearGridReader"; in pythonVTKReader()
115 else if(is_suffix(filename, ".vti")) return "vtkXMLImageDataReader"; in pythonVTKReader()
116 else if(is_suffix(filename, ".pvti")) return "vtkXMLPImageDataReader"; in pythonVTKReader()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/build/
H A Dtype.py292 def set_generated_target_ps(is_suffix, type, properties, val): argument
293 assert isinstance(is_suffix, (int, bool))
298 __prefixes_suffixes[is_suffix].insert (properties, val)
300 def change_generated_target_ps(is_suffix, type, properties, val): argument
301 assert isinstance(is_suffix, (int, bool))
308 set_generated_target_ps(is_suffix, type, properties, val)
314 def generated_target_ps_real(is_suffix, type, properties): argument
315 assert isinstance(is_suffix, (int, bool))
334 def generated_target_ps(is_suffix, type, prop_set): argument
341 assert isinstance(is_suffix, (int, bool))
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/build/
H A Dtype.py292 def set_generated_target_ps(is_suffix, type, properties, val): argument
293 assert isinstance(is_suffix, (int, bool))
298 __prefixes_suffixes[is_suffix].insert (properties, val)
300 def change_generated_target_ps(is_suffix, type, properties, val): argument
301 assert isinstance(is_suffix, (int, bool))
308 set_generated_target_ps(is_suffix, type, properties, val)
314 def generated_target_ps_real(is_suffix, type, properties): argument
315 assert isinstance(is_suffix, (int, bool))
334 def generated_target_ps(is_suffix, type, prop_set): argument
341 assert isinstance(is_suffix, (int, bool))
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/build/
H A Dtype.py292 def set_generated_target_ps(is_suffix, type, properties, val): argument
293 assert isinstance(is_suffix, (int, bool))
298 __prefixes_suffixes[is_suffix].insert (properties, val)
300 def change_generated_target_ps(is_suffix, type, properties, val): argument
301 assert isinstance(is_suffix, (int, bool))
308 set_generated_target_ps(is_suffix, type, properties, val)
314 def generated_target_ps_real(is_suffix, type, properties): argument
315 assert isinstance(is_suffix, (int, bool))
334 def generated_target_ps(is_suffix, type, prop_set): argument
341 assert isinstance(is_suffix, (int, bool))
[all …]
/dports/devel/boost_build/build-29baa79/src/build/
H A Dtype.py292 def set_generated_target_ps(is_suffix, type, properties, val): argument
293 assert isinstance(is_suffix, (int, bool))
298 __prefixes_suffixes[is_suffix].insert (properties, val)
300 def change_generated_target_ps(is_suffix, type, properties, val): argument
301 assert isinstance(is_suffix, (int, bool))
308 set_generated_target_ps(is_suffix, type, properties, val)
314 def generated_target_ps_real(is_suffix, type, properties): argument
315 assert isinstance(is_suffix, (int, bool))
334 def generated_target_ps(is_suffix, type, prop_set): argument
341 assert isinstance(is_suffix, (int, bool))
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/build/
H A Dtype.py292 def set_generated_target_ps(is_suffix, type, properties, val): argument
293 assert isinstance(is_suffix, (int, bool))
298 __prefixes_suffixes[is_suffix].insert (properties, val)
300 def change_generated_target_ps(is_suffix, type, properties, val): argument
301 assert isinstance(is_suffix, (int, bool))
308 set_generated_target_ps(is_suffix, type, properties, val)
314 def generated_target_ps_real(is_suffix, type, properties): argument
315 assert isinstance(is_suffix, (int, bool))
334 def generated_target_ps(is_suffix, type, prop_set): argument
341 assert isinstance(is_suffix, (int, bool))
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/build/
H A Dtype.py292 def set_generated_target_ps(is_suffix, type, properties, val): argument
293 assert isinstance(is_suffix, (int, bool))
298 __prefixes_suffixes[is_suffix].insert (properties, val)
300 def change_generated_target_ps(is_suffix, type, properties, val): argument
301 assert isinstance(is_suffix, (int, bool))
308 set_generated_target_ps(is_suffix, type, properties, val)
314 def generated_target_ps_real(is_suffix, type, properties): argument
315 assert isinstance(is_suffix, (int, bool))
334 def generated_target_ps(is_suffix, type, prop_set): argument
341 assert isinstance(is_suffix, (int, bool))
[all …]
/dports/biology/rampler/rampler-2.0.0/src/
H A Dmain.cpp27 auto is_suffix = [] (const std::string& s, const std::string& suff) { in CreateParser() local
39 if (is_suffix(path, ".fasta") || is_suffix(path, ".fa") || in CreateParser()
40 is_suffix(path, ".fasta.gz") || is_suffix(path, ".fa.gz")) { in CreateParser()
48 if (is_suffix(path, ".fastq") || is_suffix(path, ".fq") || in CreateParser()
49 is_suffix(path, ".fastq.gz") || is_suffix(path, ".fq.gz")) { in CreateParser()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/build/
H A Dtype.py244 def set_generated_target_ps(is_suffix, type, properties, val): argument
246 __prefixes_suffixes[is_suffix].insert (properties, val)
248 def change_generated_target_ps(is_suffix, type, properties, val): argument
250 prev = __prefixes_suffixes[is_suffix].find_replace(properties, val)
252 set_generated_target_ps(is_suffix, type, properties, val)
258 def generated_target_ps_real(is_suffix, type, properties): argument
263 result = __prefixes_suffixes[is_suffix].find (['<target-type>' + type] + properties)
276 def generated_target_ps(is_suffix, type, prop_set): argument
281 key = (is_suffix, type, prop_set)
285 v = generated_target_ps_real(is_suffix, type, prop_set.raw())
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/build/
H A Dtype.py244 def set_generated_target_ps(is_suffix, type, properties, val): argument
246 __prefixes_suffixes[is_suffix].insert (properties, val)
248 def change_generated_target_ps(is_suffix, type, properties, val): argument
250 prev = __prefixes_suffixes[is_suffix].find_replace(properties, val)
252 set_generated_target_ps(is_suffix, type, properties, val)
258 def generated_target_ps_real(is_suffix, type, properties): argument
263 result = __prefixes_suffixes[is_suffix].find (['<target-type>' + type] + properties)
276 def generated_target_ps(is_suffix, type, prop_set): argument
281 key = (is_suffix, type, prop_set)
285 v = generated_target_ps_real(is_suffix, type, prop_set.raw())
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/build/
H A Dtype.py244 def set_generated_target_ps(is_suffix, type, properties, val): argument
246 __prefixes_suffixes[is_suffix].insert (properties, val)
248 def change_generated_target_ps(is_suffix, type, properties, val): argument
250 prev = __prefixes_suffixes[is_suffix].find_replace(properties, val)
252 set_generated_target_ps(is_suffix, type, properties, val)
258 def generated_target_ps_real(is_suffix, type, properties): argument
263 result = __prefixes_suffixes[is_suffix].find (['<target-type>' + type] + properties)
276 def generated_target_ps(is_suffix, type, prop_set): argument
281 key = (is_suffix, type, prop_set)
285 v = generated_target_ps_real(is_suffix, type, prop_set.raw())
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/build/
H A Dtype.py244 def set_generated_target_ps(is_suffix, type, properties, val): argument
246 __prefixes_suffixes[is_suffix].insert (properties, val)
248 def change_generated_target_ps(is_suffix, type, properties, val): argument
250 prev = __prefixes_suffixes[is_suffix].find_replace(properties, val)
252 set_generated_target_ps(is_suffix, type, properties, val)
258 def generated_target_ps_real(is_suffix, type, properties): argument
263 result = __prefixes_suffixes[is_suffix].find (['<target-type>' + type] + properties)
276 def generated_target_ps(is_suffix, type, prop_set): argument
281 key = (is_suffix, type, prop_set)
285 v = generated_target_ps_real(is_suffix, type, prop_set.raw())
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/build/
H A Dtype.py244 def set_generated_target_ps(is_suffix, type, properties, val): argument
246 __prefixes_suffixes[is_suffix].insert (properties, val)
248 def change_generated_target_ps(is_suffix, type, properties, val): argument
250 prev = __prefixes_suffixes[is_suffix].find_replace(properties, val)
252 set_generated_target_ps(is_suffix, type, properties, val)
258 def generated_target_ps_real(is_suffix, type, properties): argument
263 result = __prefixes_suffixes[is_suffix].find (['<target-type>' + type] + properties)
276 def generated_target_ps(is_suffix, type, prop_set): argument
281 key = (is_suffix, type, prop_set)
285 v = generated_target_ps_real(is_suffix, type, prop_set.raw())
/dports/biology/spoa/spoa-4.0.7/src/
H A Dmain.cpp29 auto is_suffix = [] (const std::string& str, const std::string& suff) { in CreateParser() local
34 if (is_suffix(path, ".fasta") || is_suffix(path, ".fasta.gz") || in CreateParser()
35 is_suffix(path, ".fna") || is_suffix(path, ".fna.gz") || in CreateParser()
36 is_suffix(path, ".faa") || is_suffix(path, ".faa.gz") || in CreateParser()
37 is_suffix(path, ".fa") || is_suffix(path, ".fa.gz")) { in CreateParser()
45 if (is_suffix(path, ".fastq") || is_suffix(path, ".fastq.gz") || in CreateParser()
46 is_suffix(path, ".fq") || is_suffix(path, ".fq.gz")) { in CreateParser()
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dparsedocx.c290 is_suffix(const char *s1, size_t length1, in is_suffix() function
352 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("/w:p/w:r"))) in startElement()
359 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("/w:r/w:rPr/w:u"))) in startElement()
374 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("w:tbl"))) in startElement()
379 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("w:tr"))) in startElement()
384 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("w:tc"))) in startElement()
405 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("w:r"))) in endElement()
410 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("w:t"))) in endElement()
415 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("w:tbl"))) in endElement()
420 if (is_suffix(src, length, UDM_CSTR_WITH_LEN("w:tr"))) in endElement()
[all …]
/dports/devel/libdatrie/libdatrie-0.2.13/datrie/
H A Dtrie.c721 s->is_suffix = is_suffix; in trie_state_new()
783 s->is_suffix = FALSE; in trie_state_rewind()
804 if (!s->is_suffix) { in trie_state_walk()
839 if (!s->is_suffix) in trie_state_is_walkable()
871 if (!s->is_suffix) { in trie_state_walkable_chars()
905 return s->is_suffix; in trie_state_is_single()
926 if (!s->is_suffix) { in trie_state_get_data()
1029 if (s->is_suffix) in trie_iterator_next()
1042 if (s->is_suffix) in trie_iterator_next()
1080 if (s->is_suffix) { in trie_iterator_get_key()
[all …]
/dports/devel/py-datrie/datrie-0.8.2/libdatrie/datrie/
H A Dtrie.c673 s->is_suffix = is_suffix; in trie_state_new()
735 s->is_suffix = FALSE; in trie_state_rewind()
756 if (!s->is_suffix) { in trie_state_walk()
791 if (!s->is_suffix) in trie_state_is_walkable()
823 if (!s->is_suffix) { in trie_state_walkable_chars()
857 return s->is_suffix; in trie_state_is_single()
878 if (!s->is_suffix) { in trie_state_get_data()
981 if (s->is_suffix) in trie_iterator_next()
994 if (s->is_suffix) in trie_iterator_next()
1032 if (s->is_suffix) { in trie_iterator_get_key()
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/io/file/test/
H A Dcheckvtkfile.hh86 inline bool is_suffix(const std::string &s, const std::string &suffix) in is_suffix() function
110 if (is_suffix(filename, ".vtu")) return "vtkXMLUnstructuredGridReader"; in pythonVTKReader()
111 else if(is_suffix(filename, ".pvtu")) return "vtkXMLPUnstructuredGridReader"; in pythonVTKReader()
112 else if(is_suffix(filename, ".vtp")) return "vtkXMLPolyDataReader"; in pythonVTKReader()
113 else if(is_suffix(filename, ".pvtp")) return "vtkXMLPPolyDataReader"; in pythonVTKReader()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dparse.c33 gboolean is_suffix = FALSE; in mono_gc_parse_environment_string_extract_number() local
51 is_suffix = TRUE; in mono_gc_parse_environment_string_extract_number()
66 if (is_suffix) { in mono_gc_parse_environment_string_extract_number()
/dports/deskutils/gcal/gcal-4.1/src/
H A Dhd-use.c878 if (is_suffix)
903 if (is_suffix)
1084 if (is_suffix)
1099 if (is_suffix)
1176 Bool *is_suffix;
1376 if (is_suffix)
1400 if (is_suffix)
1418 if (is_suffix)
1599 if (is_suffix)
1634 if (is_suffix)
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/
H A DgtestMain.cpp53 static bool is_suffix(const char* suffix, const char* str) { in is_suffix() function
98 return is_suffix("_vm", name) && !is_suffix("_other_vm", name); in is_same_vm_test()
214 if (is_suffix(othervm_suffix, test_name)) { in runUnitTestsInner()
216 } else if (is_suffix(vmassert_suffix, test_name)) { in runUnitTestsInner()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/
H A DgtestMain.cpp55 static bool is_suffix(const char* suffix, const char* str) { in is_suffix() function
107 return is_suffix("_vm", name) && !is_suffix("_other_vm", name); in is_same_vm_test()
223 if (is_suffix(othervm_suffix, test_name)) { in runUnitTestsInner()
225 } else if (is_suffix(vmassert_suffix, test_name)) { in runUnitTestsInner()

12345678910>>...27