Home
last modified time | relevance | path

Searched refs:optionExists (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/drupal9/drupal-9.2.10/core/modules/content_moderation/tests/src/Functional/
H A DModerationFormTest.php54 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
55 $this->assertSession()->optionExists('moderation_state[0][state]', 'published');
64 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
65 $this->assertSession()->optionExists('moderation_state[0][state]', 'published');
139 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
326 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
340 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
349 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
370 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
383 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/tests/src/Functional/
H A DModerationFormTest.php54 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
55 $this->assertSession()->optionExists('moderation_state[0][state]', 'published');
64 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
65 $this->assertSession()->optionExists('moderation_state[0][state]', 'published');
136 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
319 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
333 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
342 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
363 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
376 $this->assertSession()->optionExists('moderation_state[0][state]', 'draft');
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/options/tests/src/Functional/
H A DOptionsWidgetsTest.php298 $option = $this->assertSession()->optionExists('edit-card-1', '_none');
303 $this->assertFalse($this->assertSession()->optionExists('card_1', 0)->isSelected());
304 $this->assertFalse($this->assertSession()->optionExists('card_1', 1)->isSelected());
305 $this->assertFalse($this->assertSession()->optionExists('card_1', 2)->isSelected());
322 $this->assertTrue($this->assertSession()->optionExists('card_1', 0)->isSelected());
333 $option = $this->assertSession()->optionExists('edit-card-1', '_none');
363 $this->assertTrue($this->assertSession()->optionExists('card_1', 0)->isSelected());
414 $this->assertTrue($this->assertSession()->optionExists('card_2', 0)->isSelected());
416 $this->assertTrue($this->assertSession()->optionExists('card_2', 2)->isSelected());
425 $this->assertTrue($this->assertSession()->optionExists('card_2', 0)->isSelected());
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/options/tests/src/Functional/
H A DOptionsWidgetsTest.php302 $this->assertFalse($this->assertSession()->optionExists('card_1', 0)->isSelected());
303 $this->assertFalse($this->assertSession()->optionExists('card_1', 1)->isSelected());
304 $this->assertFalse($this->assertSession()->optionExists('card_1', 2)->isSelected());
321 $this->assertTrue($this->assertSession()->optionExists('card_1', 0)->isSelected());
322 $this->assertFalse($this->assertSession()->optionExists('card_1', 1)->isSelected());
323 $this->assertFalse($this->assertSession()->optionExists('card_1', 2)->isSelected());
360 $this->assertTrue($this->assertSession()->optionExists('card_1', 0)->isSelected());
410 $this->assertTrue($this->assertSession()->optionExists('card_2', 0)->isSelected());
412 $this->assertTrue($this->assertSession()->optionExists('card_2', 2)->isSelected());
421 $this->assertTrue($this->assertSession()->optionExists('card_2', 0)->isSelected());
[all …]
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonRegisteredOptions.hpp87 optionExists(option); in setOptionExtraInfo()
93 optionExists(option); in optionValidForHybrid()
98 optionExists(option); in optionValidForBQG()
103 optionExists(option); in optionValidForBOA()
108 optionExists(option); in optionValidForBBB()
113 optionExists(option); in optionValidForBEcp()
118 optionExists(option); in optionValidForBiFP()
123 optionExists(option); in optionValidForCbc()
137 optionExists(option); in isValidForBQG()
145 optionExists(option); in isValidForBOA()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/field/tests/src/FunctionalJavascript/EntityReference/
H A DEntityReferenceAdminTest.php166 $assert_session->optionExists('settings[handler_settings][sort][field]', 'nid');
168 $assert_session->optionExists('settings[handler_settings][sort][field]', 'title');
170 $assert_session->optionExists('settings[handler_settings][sort][field]', 'body.value');
181 $assert_session->optionExists('settings[handler_settings][sort][field]', 'nid');
182 $assert_session->optionExists('settings[handler_settings][sort][field]', 'title');
183 $assert_session->optionExists('settings[handler_settings][sort][field]', 'body.value');
184 $assert_session->optionExists('settings[handler_settings][sort][field]', 'field_text.value');
189 $assert_session->optionExists('settings[handler_settings][sort][field]', 'nid');
190 $assert_session->optionExists('settings[handler_settings][sort][field]', 'title');
191 $assert_session->optionExists('settings[handler_settings][sort][field]', 'body.value');
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/datetime/tests/src/Functional/
H A DDateTimeFieldTest.php464 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-year", '')->isSel…
465 $this->assertSession()->optionExists("edit-$field_name-0-value-year", 'Year');
469 $this->assertSession()->optionExists("edit-$field_name-0-value-month", 'Month');
472 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-day", '')->isSele…
473 $this->assertSession()->optionExists("edit-$field_name-0-value-day", 'Day');
476 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-hour", '')->isSel…
477 $this->assertSession()->optionExists("edit-$field_name-0-value-hour", 'Hour');
481 $this->assertSession()->optionExists("edit-$field_name-0-value-minute", 'Minute');
486 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-ampm", '')->isSel…
487 $this->assertSession()->optionExists("edit-$field_name-0-value-ampm", 'AM/PM');
[all …]
H A DDateFilterTest.php89 $this->assertSession()->optionExists('edit-field-date-value-op', '=');
112 $this->assertSession()->optionExists('edit-field-date-value-op', '>');
113 $this->assertSession()->optionExists('edit-field-date-value-op', '>=');
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/FunctionalJavascriptTests/Theme/
H A DClaroEntityDisplayTest.php48 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
53 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
57 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
78 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
82 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
86 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/FunctionalJavascriptTests/Theme/
H A DClaroEntityDisplayTest.php48 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
53 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
57 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
78 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
82 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
86 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
/dports/www/drupal8/drupal-8.9.20/core/modules/field_ui/tests/src/FunctionalJavascript/
H A DEntityDisplayTest.php57 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
62 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
66 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
83 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
87 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
91 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
/dports/www/drupal9/drupal-9.2.10/core/modules/field_ui/tests/src/FunctionalJavascript/
H A DEntityDisplayTest.php57 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
62 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
66 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
83 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
87 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
91 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Functional/
H A DTermLanguageTest.php71 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', $edit['langcode[0]…
80 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', $edit['langcode[0]…
93 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', 'bb')->isSelected(…
103 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', 'aa')->isSelected(…
105 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', 'bb')->isSelected(…
117 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', 'cc')->isSelected(…
H A DVocabularyLanguageTest.php59 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode', $edit['langcode'])->isSele…
68 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode', $edit['langcode'])->isSele…
97 …$this->assertTrue($this->assertSession()->optionExists('edit-default-language-langcode', 'bb')->is…
114 …$this->assertTrue($this->assertSession()->optionExists('edit-default-language-langcode', 'aa')->is…
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Functional/
H A DNodeTypeInitialLanguageTest.php48 …$this->assertTrue($this->assertSession()->optionExists('edit-language-configuration-langcode', Lan…
82 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', 'hu')->isSelected(…
94 …$this->assertTrue($this->assertSession()->optionExists('edit-fields-langcode-region', 'hidden')->i…
103 …$this->assertTrue($this->assertSession()->optionExists('edit-langcode-0-value', 'en')->isSelected(…
132 …$this->assertTrue($this->assertSession()->optionExists('edit-fields-langcode-type', 'language')->i…
/dports/www/drupal9/drupal-9.2.10/core/modules/datetime_range/tests/src/Functional/
H A DDateRangeFieldTest.php775 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-year", '2012')->i…
776 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-month", '12')->is…
777 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-day", '31')->isSe…
778 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-hour", '5')->isSe…
779 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-minute", '15')->i…
780 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-ampm", 'am')->isS…
807 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-hour", '')->isSel…
831 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-month", '12')->is…
832 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-day", '31')->isSe…
833 …$this->assertTrue($this->assertSession()->optionExists("edit-$field_name-0-value-hour", '17')->isS…
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/field_ui/tests/src/Functional/
H A DEntityDisplayTest.php41 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
44 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
48 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
/dports/www/drupal9/drupal-9.2.10/core/modules/field_ui/tests/src/Functional/
H A DEntityDisplayTest.php41 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'hidden'…
44 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
48 …$this->assertTrue($this->assertSession()->optionExists('fields[field_test_text][region]', 'content…
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Functional/Plugin/
H A DFilterTest.php184 $this->assertSession()->optionExists('edit-nid-op', '<');
185 $this->assertSession()->optionExists('edit-nid-op', '<=');
186 $this->assertSession()->optionExists('edit-nid-op', '=');
209 $this->assertSession()->optionExists('edit-nid-op', '>');
210 $this->assertSession()->optionExists('edit-nid-op', '>=');
/dports/www/drupal8/drupal-8.9.20/core/modules/field_layout/tests/src/Functional/
H A DFieldLayoutTest.php67 $this->assertSession()->optionExists('fields[body][region]', 'content');
76 $this->assertSession()->optionExists('fields[body][region]', 'content');
83 $this->assertSession()->optionExists('fields[body][region]', 'hidden');
/dports/www/drupal9/drupal-9.2.10/core/modules/field_layout/tests/src/Functional/
H A DFieldLayoutTest.php67 $this->assertSession()->optionExists('fields[body][region]', 'content');
76 $this->assertSession()->optionExists('fields[body][region]', 'content');
83 $this->assertSession()->optionExists('fields[body][region]', 'hidden');
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal_ui/tests/src/Functional/
H A DMigrateControllerTest.php52 $session->optionExists('type[]', 'migrate_drupal_ui')->isSelected();
62 $session->optionExists('type[]', 'migrate_drupal_ui')->isSelected();
68 $session->optionExists('type[]', 'migrate_drupal_ui')->isSelected();
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal_ui/tests/src/Functional/
H A DMigrateControllerTest.php52 $session->optionExists('type[]', 'migrate_drupal_ui')->isSelected();
62 $session->optionExists('type[]', 'migrate_drupal_ui')->isSelected();
68 $session->optionExists('type[]', 'migrate_drupal_ui')->isSelected();
/dports/www/drupal9/drupal-9.2.10/core/modules/config/tests/src/Functional/
H A DConfigSingleImportExportTest.php259 $option_node = $this->assertSession()->optionExists("config_type", 'Simple configuration');
262 $this->assertSession()->optionExists('config_name', 'system.site');
263 $this->assertSession()->optionExists('config_name', 'user.settings');
271 $option_node = $this->assertSession()->optionExists("config_type", 'Date format');
277 …$option_node = $this->assertSession()->optionExists("config_name", 'Fallback date format (fallback…
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/Euclid/
H A DParser_dh.c199 bool optionExists = false; in Parser_dhReadDouble() local
204 optionExists = true; in Parser_dhReadDouble()
206 END_FUNC_VAL_2(optionExists) in Parser_dhReadDouble()
214 bool optionExists = false; in Parser_dhReadString() local
219 optionExists = true; in Parser_dhReadString()
221 END_FUNC_VAL_2(optionExists) in Parser_dhReadString()

12345