Home
last modified time | relevance | path

Searched defs:createTerm (Results 1 – 20 of 20) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/src/Tests/
H A DTaxonomyTestTrait.php47 public function createTerm(Vocabulary $vocabulary, $values = []) { function
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Traits/
H A DTaxonomyTestTrait.php44 public function createTerm(VocabularyInterface $vocabulary, $values = []) { function
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Traits/
H A DTaxonomyTestTrait.php44 public function createTerm(VocabularyInterface $vocabulary, $values = []) { function
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Functional/Views/
H A DTaxonomyTestBase.php141 protected function createTerm(array $settings = []) { function in Drupal\\Tests\\taxonomy\\Functional\\Views\\TaxonomyTestBase
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Functional/Views/
H A DTaxonomyTestBase.php141 protected function createTerm(array $settings = []) { function in Drupal\\Tests\\taxonomy\\Functional\\Views\\TaxonomyTestBase
/dports/www/drupal8/drupal-8.9.20/core/modules/quickedit/tests/src/FunctionalJavascript/
H A DQuickEditAutocompleteTermTest.php194 protected function createTerm() { function in Drupal\\Tests\\quickedit\\FunctionalJavascript\\QuickEditAutocompleteTermTest
/dports/www/drupal9/drupal-9.2.10/core/modules/quickedit/tests/src/FunctionalJavascript/
H A DQuickEditAutocompleteTermTest.php194 protected function createTerm() { function in Drupal\\Tests\\quickedit\\FunctionalJavascript\\QuickEditAutocompleteTermTest
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Kernel/Views/
H A DTaxonomyTestBase.php171 protected function createTerm(array $settings = []) { function in Drupal\\Tests\\taxonomy\\Kernel\\Views\\TaxonomyTestBase
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DTerm.cpp28 TermPtr Term::createTerm(const String& text) { in createTerm() function in Lucene::Term
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Kernel/Views/
H A DTaxonomyTestBase.php171 protected function createTerm(array $settings = []) { function in Drupal\\Tests\\taxonomy\\Kernel\\Views\\TaxonomyTestBase
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Functional/
H A DDefaultViewsTest.php169 public function createTerm($vocabulary) { function in Drupal\\Tests\\views\\Functional\\DefaultViewsTest
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Functional/
H A DDefaultViewsTest.php167 public function createTerm($vocabulary) { function in Drupal\\Tests\\views\\Functional\\DefaultViewsTest
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Functional/
H A DTermParentsTest.php261 protected function createTerm($name, array $parent_ids = []) { function in Drupal\\Tests\\taxonomy\\Functional\\TermParentsTest
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Functional/
H A DTermParentsTest.php262 protected function createTerm($name, array $parent_ids = []) { function in Drupal\\Tests\\taxonomy\\Functional\\TermParentsTest
/dports/math/stp/stp-2.3.3/lib/Simplifier/constantBitP/
H A DConstantBitP_MaxPrecision.cpp59 ASTNode createTerm(Kind k, int width, const ASTNode& n1, STPMgr* beev) in createTerm() function
66 ASTNode createTerm(Kind k, int width, const ASTNode& n1, const ASTNode& n2, in createTerm() function
81 ASTNode createTerm(Kind k, int width, const ASTNode& n1, const ASTNode& n2, in createTerm() function
/dports/devel/py-zope.schema/zope.schema-4.2.2/src/zope/schema/tests/
H A Dtest_vocabulary.py166 def createTerm(cls, value): member in SimpleVocabularyTests.test_overriding_createTerm.MyVocabulary
168 createTerm = classmethod(createTerm) variable in SimpleVocabularyTests.test_overriding_createTerm.MyVocabulary
/dports/devel/py-zope.schema/zope.schema-4.2.2/src/zope/schema/
H A Dvocabulary.py105 def createTerm(cls, *args): member in SimpleVocabulary
/dports/textproc/nux/nux/src/org/apache/lucene/index/memory/
H A DMemoryIndex.java780 private Term createTerm(Info info, int pos, String text) { in terms() method
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/memory/
H A DMemoryIndex.cpp497 TermPtr MemoryIndexTermEnum::createTerm(const MemoryIndexInfoPtr& info, int32_t pos, const String& … in createTerm() function in Lucene::MemoryIndexTermEnum
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/datacatalog/
H A Ddatacatalog_client.go1038 func (client DataCatalogClient) createTerm(ctx context.Context, request common.OCIRequest) (common.… func