Home
last modified time | relevance | path

Searched refs:selection_handler (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/drupal8/drupal-8.9.20/core/modules/workspaces/tests/src/Kernel/
H A DWorkspaceAccessTest.php172 … $selection_handler = \Drupal::service('plugin.manager.entity_reference_selection')->getInstance([
188 …$this->assertEquals($expected, array_keys($selection_handler->getReferenceableEntities()['workspac…
189 …$this->assertEquals($expected, array_keys($selection_handler->getReferenceableEntities(NULL, 'CONT…
193 …$this->assertEquals($expected, array_keys($selection_handler->getReferenceableEntities('top')['wor…
215 …$this->assertEquals($expected_all, array_keys($selection_handler->getReferenceableEntities()['work…
216 …$this->assertEquals($expected_3, array_keys($selection_handler->getReferenceableEntities(NULL, 'CO…
217 …$this->assertEquals($expected_top, array_keys($selection_handler->getReferenceableEntities('top')[…
220 …$this->assertEquals($expected_all, array_keys($selection_handler->getReferenceableEntities()['work…
221 …$this->assertEquals($expected_3, array_keys($selection_handler->getReferenceableEntities(NULL, 'CO…
222 …$this->assertEquals($expected_top, array_keys($selection_handler->getReferenceableEntities('top')[…
/dports/www/drupal9/drupal-9.2.10/core/modules/workspaces/tests/src/Kernel/
H A DWorkspaceAccessTest.php176 … $selection_handler = \Drupal::service('plugin.manager.entity_reference_selection')->getInstance([
192 …$this->assertEquals($expected, array_keys($selection_handler->getReferenceableEntities()['workspac…
193 …$this->assertEquals($expected, array_keys($selection_handler->getReferenceableEntities(NULL, 'CONT…
197 …$this->assertEquals($expected, array_keys($selection_handler->getReferenceableEntities('top')['wor…
219 …$this->assertEquals($expected_all, array_keys($selection_handler->getReferenceableEntities()['work…
220 …$this->assertEquals($expected_3, array_keys($selection_handler->getReferenceableEntities(NULL, 'CO…
221 …$this->assertEquals($expected_top, array_keys($selection_handler->getReferenceableEntities('top')[…
224 …$this->assertEquals($expected_all, array_keys($selection_handler->getReferenceableEntities()['work…
225 …$this->assertEquals($expected_3, array_keys($selection_handler->getReferenceableEntities(NULL, 'CO…
226 …$this->assertEquals($expected_top, array_keys($selection_handler->getReferenceableEntities('top')[…
/dports/www/drupal9/drupal-9.2.10/core/modules/system/src/Controller/
H A DEntityAutocompleteController.php65 * @param string $selection_handler
78 …public function handleAutocomplete(Request $request, $target_type, $selection_handler, $selection_… argument
89 … Crypt::hmacBase64(serialize($selection_settings) . $target_type . $selection_handler, Settings::g…
102 …$matches = $this->matcher->getMatches($target_type, $selection_handler, $selection_settings, $type…
/dports/www/drupal8/drupal-8.9.20/core/modules/system/src/Controller/
H A DEntityAutocompleteController.php65 * @param string $selection_handler
78 …public function handleAutocomplete(Request $request, $target_type, $selection_handler, $selection_… argument
89 … Crypt::hmacBase64(serialize($selection_settings) . $target_type . $selection_handler, Settings::g…
102 …$matches = $this->matcher->getMatches($target_type, $selection_handler, $selection_settings, $type…
/dports/www/drupal8/drupal-8.9.20/core/modules/field/tests/src/Traits/
H A DEntityReferenceTestTrait.php27 * @param string $selection_handler
37 …ity_type, $bundle, $field_name, $field_label, $target_entity_type, $selection_handler = 'default',… argument
57 'handler' => $selection_handler,
/dports/www/drupal9/drupal-9.2.10/core/modules/field/tests/src/Traits/
H A DEntityReferenceTestTrait.php27 * @param string $selection_handler
37 …ity_type, $bundle, $field_name, $field_label, $target_entity_type, $selection_handler = 'default',… argument
57 'handler' => $selection_handler,
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/tests/src/Kernel/
H A DJsonapiKernelTestBase.php35 * @param string $selection_handler
45 …ity_type, $bundle, $field_name, $field_label, $target_entity_type, $selection_handler = 'default',… argument
65 'handler' => $selection_handler,
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/src/Kernel/
H A DJsonapiKernelTestBase.php35 * @param string $selection_handler
45 …ity_type, $bundle, $field_name, $field_label, $target_entity_type, $selection_handler = 'default',… argument
65 'handler' => $selection_handler,
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A DEntityAutocompleteMatcherInterface.php12 * @param string $selection_handler
28 public function getMatches($target_type, $selection_handler, $selection_settings, $string = ''); argument
H A DEntityAutocompleteMatcher.php34 public function getMatches($target_type, $selection_handler, $selection_settings, $string = '') { argument
39 'handler' => $selection_handler,
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/
H A DEntityAutocompleteMatcherInterface.php12 * @param string $selection_handler
28 public function getMatches($target_type, $selection_handler, $selection_settings, $string = ''); argument
H A DEntityAutocompleteMatcher.php34 public function getMatches($target_type, $selection_handler, $selection_settings, $string = '') { argument
39 'handler' => $selection_handler,
/dports/www/drupal8/drupal-8.9.20/core/modules/field/tests/src/Functional/EntityReference/Views/
H A DSelectionTest.php100 $selection_handler = 'views';
102 … Crypt::hmacBase64(serialize($selection_settings) . $target_type . $selection_handler, Settings::g…
105 …>drupalGet('entity_reference_autocomplete/' . $target_type . '/' . $selection_handler . '/' . $sel…
/dports/www/drupal9/drupal-9.2.10/core/modules/field/tests/src/Functional/EntityReference/Views/
H A DSelectionTest.php100 $selection_handler = 'views';
102 … Crypt::hmacBase64(serialize($selection_settings) . $target_type . $selection_handler, Settings::g…
105 …>drupalGet('entity_reference_autocomplete/' . $target_type . '/' . $selection_handler . '/' . $sel…
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_pad.pro7 character_palette_table_widget.h unicode_util.h selection_handler.h
13 unicode_util.cc selection_handler.cc
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_pad.pro7 character_palette_table_widget.h unicode_util.h selection_handler.h
13 unicode_util.cc selection_handler.cc
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_pad.pro7 character_palette_table_widget.h unicode_util.h selection_handler.h
13 unicode_util.cc selection_handler.cc
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_pad.pro7 character_palette_table_widget.h unicode_util.h selection_handler.h
13 unicode_util.cc selection_handler.cc
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_pad.pro7 character_palette_table_widget.h unicode_util.h selection_handler.h
13 unicode_util.cc selection_handler.cc
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/gui/character_pad/
H A Dcharacter_pad.pro7 character_palette_table_widget.h unicode_util.h selection_handler.h
13 unicode_util.cc selection_handler.cc
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/translate/
H A Dtranslate_infobar_mediator_unittest.mm94 id selection_handler() { return selection_handler_; }
166 EXPECT_EQ(selection_handler(),
168 EXPECT_EQ(selection_handler(),
177 EXPECT_EQ(selection_handler(),
179 EXPECT_EQ(selection_handler(),
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/migrations/
H A Dd6_vocabulary_field_instance.yml11 selection_handler: 'default:taxonomy_term'
50 'settings/handler': 'constants/selection_handler'
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/migrations/
H A Dd6_vocabulary_field_instance.yml11 selection_handler: 'default:taxonomy_term'
50 'settings/handler': 'constants/selection_handler'
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dclipbrd.cpp230 selection_handler( GtkWidget *WXUNUSED(widget),
424 GTK_SIGNAL_FUNC(selection_handler), in AddData()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dclipbrd.cpp230 selection_handler( GtkWidget *WXUNUSED(widget),
424 GTK_SIGNAL_FUNC(selection_handler), in AddData()

123