Home
last modified time | relevance | path

Searched refs:random_label (Results 1 – 17 of 17) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/Wizard/
H A DWizardPluginBaseKernelTest.php50 $random_label = $this->randomMachineName();
59 'label' => $random_label,
68 $this->assertEqual($view->get('label'), $random_label);
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/Wizard/
H A DWizardPluginBaseKernelTest.php50 $random_label = $this->randomMachineName();
59 'label' => $random_label,
68 $this->assertEquals($random_label, $view->get('label'));
/dports/www/drupal8/drupal-8.9.20/core/modules/views_ui/tests/src/Functional/
H A DHandlerTest.php122 $random_label = $this->randomMachineName();
123 $this->drupalPostForm(NULL, ['options[admin_label]' => $random_label], t('Apply'));
128 …s = $this->xpath('//a[starts-with(normalize-space(text()), :label)]', [':label' => $random_label]);
/dports/www/drupal9/drupal-9.2.10/core/modules/views_ui/tests/src/Functional/
H A DHandlerTest.php131 $random_label = $this->randomMachineName();
132 $this->submitForm(['options[admin_label]' => $random_label], 'Apply');
138 …tSession()->elementExists('xpath', "//a[starts-with(normalize-space(text()), '{$random_label}')]");
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/
H A DCommentNonNodeTest.php102 $random_label = $this->randomMachineName();
103 $data = ['type' => 'entity_test', 'name' => $random_label];
447 $random_label = $this->randomMachineName();
448 $data = ['bundle' => 'entity_test', 'name' => $random_label];
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Functional/
H A DCommentNonNodeTest.php101 $random_label = $this->randomMachineName();
102 $data = ['type' => 'entity_test', 'name' => $random_label];
450 $random_label = $this->randomMachineName();
451 $data = ['bundle' => 'entity_test', 'name' => $random_label];
/dports/games/coronapoker/coronapoker-4.33/src/main/java/com/tonikelope/coronapoker/
H A DNewGameDialog.java172 random_label = new javax.swing.JLabel(); in initComponents()
224 random_label.setFont(new java.awt.Font("Dialog", 1, 16)); // NOI18N in initComponents()
225 random_label.setText("Generador de números aleatorios:"); in initComponents()
226 random_label.setToolTipText("Se usará para barajar las cartas"); in initComponents()
227 random_label.setDoubleBuffered(true); in initComponents()
307 .addComponent(random_label) in initComponents()
344 .addComponent(random_label)) in initComponents()
670 private javax.swing.JLabel random_label; field in NewGameDialog
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/Handler/
H A DAreaEntityTest.php96 $random_label = $this->randomMachineName();
97 $data = ['bundle' => 'entity_test', 'name' => $random_label];
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/Handler/
H A DAreaEntityTest.php96 $random_label = $this->randomMachineName();
97 $data = ['bundle' => 'entity_test', 'name' => $random_label];
/dports/net/kf5-kcontacts/kcontacts-5.89.0/autotests/data/
H A Dvcard15.vcf.ref9 item1.X-ABLABEL:random_label
H A Dvcard15.vcf7 item1.X-ABLABEL:random_label
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/autotests/testfiles/v2/contacts/
H A Drelated.vcf7 item1.X-ABLABEL:random_label
/dports/misc/py-gluoncv/gluon-cv-0.9.0/tests/model_zoo/
H A Dtest_model_zoo.py72 random_label = mx.random.uniform(shape=(x.shape[0],1))
73 dataset = mx.gluon.data.dataset.ArrayDataset(x, random_label)
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-analysis-tools.c185 GtkWidget *random_label; member
1976 gtk_widget_hide (state->random_label); in sampling_method_toggled_cb()
1994 gtk_widget_show (state->random_label); in sampling_method_toggled_cb()
2078 state->random_label = go_gtk_builder_get_widget (state->base.gui, "random-label"); in dialog_sampling_tool()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/quantization/
H A Dtest_quantization.py1145 random_label = mx.random.uniform(shape=label_shape)
1146 dataset = mx.gluon.data.dataset.ArrayDataset(random_data, random_label)
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/quantization/
H A Dtest_quantization.py1145 random_label = mx.random.uniform(shape=label_shape)
1146 dataset = mx.gluon.data.dataset.ArrayDataset(random_data, random_label)
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/analysis/
H A Donline.py2128 random_label = ''.join(random.sample('abcdefghijklmnopqrstuvwxyz1234567890', 10))
2130 name_obj.nxdomain_name = dns.name.from_text(random_label, name_obj.name)