Home
last modified time | relevance | path

Searched refs:add_label (Results 1 – 25 of 963) sorted by relevance

12345678910>>...39

/dports/www/ilias/ILIAS-5.4.25/tests/Transformation/Transformations/
H A DAddLabelTest.php27 $this->add_label = null;
41 $next_with = $this->add_label->transform($with);
50 $with = $this->add_label->transform($without);
59 $with = $this->add_label->transform($without);
77 $add_label = $this->f->addLabels(self::$labels);
78 $with = $add_label(self::$test_array);
84 $add_label = $this->f->addLabels(self::$labels);
89 $next_with = $add_label($with);
98 $with = $add_label($without);
107 $with = $add_label($without);
[all …]
/dports/www/ilias6/ILIAS-6.14/tests/Refinery/Container/Transformation/
H A DAddLabelTest.php35 $this->add_label = null;
40 $with = $this->add_label->transform(self::$test_array);
49 $next_with = $this->add_label->transform($with);
58 $with = $this->add_label->transform($without);
67 $with = $this->add_label->transform($without);
76 $with = $this->add_label->transform($std_class);
86 $with = $add_label(self::$test_array);
97 $next_with = $add_label($with);
106 $with = $add_label($without);
115 $with = $add_label($without);
[all …]
/dports/net-mgmt/py-prometheus-client/client_python-0.12.0/tests/
H A Dtest_multiprocess.py198 def add_label(key, value): function
224 Sample('g', add_label('pid', '0'), 1.0),
225 Sample('g', add_label('pid', '1'), 1.0),
237 Sample('h_bucket', add_label('le', '0.1'), 0.0),
239 Sample('h_bucket', add_label('le', '0.5'), 0.0),
241 Sample('h_bucket', add_label('le', '1.0'), 1.0),
242 Sample('h_bucket', add_label('le', '2.5'), 1.0),
243 Sample('h_bucket', add_label('le', '5.0'), 2.0),
244 Sample('h_bucket', add_label('le', '7.5'), 2.0),
258 def add_label(key, value): function
[all …]
/dports/sysutils/py-psutil/psutil-5.8.0/scripts/internal/
H A Dgithub_issue_bot.py172 def add_label(issue, label): function
212 add_label(issue, label)
229 add_label(issue, 'bug')
231 add_label(issue, 'enhancement')
237 add_label(issue, 'doc')
239 add_label(issue, 'performance')
241 add_label(issue, 'scripts')
243 add_label(issue, 'tests')
245 add_label(issue, 'wheels')
247 add_label(issue, 'api')
/dports/math/R-cran-dimRed/dimRed/inst/doc/
H A Ddimensionality-reduction.R16 add_label <- function(label) function
23 add_label("a")
26 add_label("b")
28 add_label("d")
36 add_label("c")
76 add_label <- function(label){ function
93 add_label("a")
95 add_label("b")
119 add_label("c")
124 add_label("d")
[all …]
/dports/mail/p5-Mail-Folder/MailFolder-0.07/t/emaul/
H A D06_label.t22 okay_if(13, $folder->add_label(1, 'arf'));
24 okay_if(15, $folder->add_label(1, 'greeble'));
25 $folder->add_label(1, 'zort');
41 okay_if(26, $folder->add_label(3, 'blah'));
66 okay_if(47, $folder->add_label(1, 'arf'));
67 okay_if(48, $folder->add_label(1, 'greeble'));
68 okay_if(49, $folder->add_label(1, 'zort'));
69 okay_if(50, $folder->add_label(3, 'blah'));
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/pubsub/
H A Dsnapshot_builder_test.cc58 .add_label("k0", "v0") in TEST()
59 .add_label("k1", "v1") in TEST()
76 .add_label("k0", "v0") in TEST()
77 .add_label("k1", "v1") in TEST()
95 .add_label("k0", "v0") in TEST()
96 .add_label("k1", "v1") in TEST()
98 .add_label("k2", "v2") in TEST()
H A Dtopic_builder_test.cc43 .add_label("key0", "label0") in TEST()
44 .add_label("key1", "label1") in TEST()
60 .add_label("key0", "label0") in TEST()
62 .add_label("key1", "label1") in TEST()
128 .add_label("key0", "label0") in TEST()
129 .add_label("key1", "label1") in TEST()
H A Dsnapshot_builder.h51 SnapshotBuilder& add_label(std::string const& key, in add_label() function
58 SnapshotBuilder&& add_label(std::string const& key, in add_label() function
60 return std::move(add_label(key, value)); in add_label()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/pubsub/
H A Dsnapshot_mutation_builder_test.cc59 .add_label("k0", "v0") in TEST()
60 .add_label("k1", "v1") in TEST()
77 .add_label("k0", "v0") in TEST()
78 .add_label("k1", "v1") in TEST()
96 .add_label("k0", "v0") in TEST()
97 .add_label("k1", "v1") in TEST()
99 .add_label("k2", "v2") in TEST()
H A Dtopic_mutation_builder_test.cc43 .add_label("key0", "label0") in TEST()
44 .add_label("key1", "label1") in TEST()
60 .add_label("key0", "label0") in TEST()
62 .add_label("key1", "label1") in TEST()
128 .add_label("key0", "label0") in TEST()
129 .add_label("key1", "label1") in TEST()
H A Dsnapshot_mutation_builder.h51 SnapshotMutationBuilder& add_label(std::string const& key, in add_label() function
58 SnapshotMutationBuilder&& add_label(std::string const& key, in add_label() function
60 return std::move(add_label(key, value)); in add_label()
/dports/www/searx/searx-1.0.0/searx/engines/
H A Dwikidata.py290 def add_label(name): function
317 add_label(p)
325 add_label(p)
330 add_label('P38') # currency
349 add_label(p)
353 add_label('P364') # original language
356 add_label('P275') # copyright license
363 add_label('P282') # writing system
368 add_label('P169') # ceo
369 add_label('P112') # founded by
[all …]
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/ruby/test/
H A Dtest_rdfs_resource.rb28 resource.add_label('First label')
30 resource.add_label('A new label')
33 resource.add_label('A new label','en') #should be different
41 resource.add_label('Hello','en')
42 resource.add_label('Hola','sp')
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/t/
H A D00rev.t83 $r1->add_label( "l1" ) ;
88 $r1->add_label( "l2" ) ;
89 $r1->add_label( "l3" ) ;
94 $r1->add_label( "l2" ) ;
95 $r1->add_label( "l3" ) ;
/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DInstall.c636 add_label(GTK_BOX(page), in user_install_dialog_create()
657 add_label(GTK_BOX(page), in user_install_dialog_create()
729 add_label(GTK_BOX(vbox), str); in user_install_dialog_create()
732 add_label(GTK_BOX(vbox), in user_install_dialog_create()
839 add_label(GTK_BOX(fontscolors_page), in user_install_dialog_create()
896 add_label(GTK_BOX(mpqc_basis_page), in user_install_dialog_create()
909 add_label(GTK_BOX(mm_file_page), in user_install_dialog_create()
1001 add_label(GTK_BOX(log_page), in user_install_run()
1021 add_label(GTK_BOX(log_page), in user_install_run()
1056 add_label(GTK_BOX(log_page), in user_install_run()
[all …]
/dports/databases/vfront/vfront-0.96c/inc/
H A Dfunc.stat.php32 $add_label='';
36 $add_label='<th>Perc</th>';
43 $add_label
/dports/graphics/clutter/clutter-1.26.4/examples/
H A Dpan-action.c135 add_label (const gchar *text, ClutterActor *box, ClutterActor *scroll) in add_label() function
181 add_label ("NONE", box, scroll); in main()
182 add_label ("X AXIS", box, scroll); in main()
183 add_label ("Y AXIS", box, scroll); in main()
184 add_label ("AUTO", box, scroll); in main()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/examples/
H A Dpan-action.c135 add_label (const gchar *text, ClutterActor *box, ClutterActor *scroll) in add_label() function
181 add_label ("NONE", box, scroll); in main()
182 add_label ("X AXIS", box, scroll); in main()
183 add_label ("Y AXIS", box, scroll); in main()
184 add_label ("AUTO", box, scroll); in main()
/dports/devel/p5-CPU-Z80-Assembler/CPU-Z80-Assembler-2.18/t/
H A DProgram-label.t19 $program->add_label("s1", $line1);
30 eval {$program->add_label("s1", $line5a)};
35 $program->add_label("s5", $line5b);
/dports/devel/p5-Spoon/Spoon-0.24/lib/Spoon/
H A DTrace.pm12 field add_label => 0;
17 $self->add_label(1);
29 ? join(' ', @_) . ($self->add_label && "\t(" . $self->get_label . ')')
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/test/framework-ts/
H A Drun-by-name-or-label-test.cpp305 ts1->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()
307 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
309 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
310 tc->add_label( "l2" ); in BOOST_AUTO_TEST_CASE()
313 ts2->add_label( "FAST" ); in BOOST_AUTO_TEST_CASE()
315 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
323 tc->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/test/test/framework-ts/
H A Drun-by-name-or-label-test.cpp295 ts1->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()
297 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
299 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
300 tc->add_label( "l2" ); in BOOST_AUTO_TEST_CASE()
303 ts2->add_label( "FAST" ); in BOOST_AUTO_TEST_CASE()
305 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
313 tc->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/test/test/framework-ts/
H A Drun-by-name-or-label-test.cpp295 ts1->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()
297 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
299 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
300 tc->add_label( "l2" ); in BOOST_AUTO_TEST_CASE()
303 ts2->add_label( "FAST" ); in BOOST_AUTO_TEST_CASE()
305 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
313 tc->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/test/test/framework-ts/
H A Drun-by-name-or-label-test.cpp295 ts1->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()
297 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
299 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
300 tc->add_label( "l2" ); in BOOST_AUTO_TEST_CASE()
303 ts2->add_label( "FAST" ); in BOOST_AUTO_TEST_CASE()
305 tc->add_label( "L1" ); in BOOST_AUTO_TEST_CASE()
313 tc->add_label( "f2" ); in BOOST_AUTO_TEST_CASE()

12345678910>>...39