Home
last modified time | relevance | path

Searched refs:add_check (Results 1 – 25 of 92) sorted by relevance

1234

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/ci/
H A Dclang++-and-tidy.sh58 function add_check() { function
62 add_check readability-braces-around-statements
63 add_check google-readability-braces-around-statements
64 add_check hicpp-braces-around-statements
65 add_check readability-container-size-empty
66 add_check bugprone-macro-parentheses
67 add_check bugprone-bool-pointer-implicit-conversion
68 add_check bugprone-suspicious-string-compare
69 add_check cppcoreguidelines-pro-type-member-init
H A Dclang-and-tidy.sh58 function add_check() { function
62 add_check readability-braces-around-statements
63 add_check google-readability-braces-around-statements
64 add_check hicpp-braces-around-statements
65 add_check readability-container-size-empty
66 add_check bugprone-macro-parentheses
67 add_check bugprone-bool-pointer-implicit-conversion
68 add_check bugprone-suspicious-string-compare
69 add_check cppcoreguidelines-pro-type-member-init
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/
H A Dcross_project_access_spec.rb17 described_class.add_check(super_class,
25 check_collection = described_class.add_check(super_class,
38 subclass_collection = described_class.add_check(descendant_class)
42 described_class.add_check(super_class)
46 super_collection = described_class.add_check(super_class)
47 descendant_collection = described_class.add_check(descendant_class)
55 expected_check = described_class.add_check(super_class,
65 described_class.add_check(super_class,
76 described_class.add_check(super_class,
78 expected_check = described_class.add_check(descendant_class,
/dports/devel/p5-Term-Query/Term-Query-2.0/
H A DQuery.pm112 &add_check("after"); },
117 &add_check(qw(default null)); },
120 &add_check(qw(help null)); },
126 &add_check(qw(int null strip default help)); },
138 &add_check(qw(key null strip default help)); },
146 &add_check(qw(maxlen null default help)); },
149 &add_check(qw(match null default help)); },
158 &add_check(qw(req null default help)); },
161 &add_check(qw(strip null default help)); },
320 sub add_check { subroutine
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/cross_project_access/
H A Dcheck_collection_spec.rb11 collection.add_check(initial_check)
15 other_collection.add_check(other_check)
18 other_collection.add_check(shared_check)
19 collection.add_check(shared_check)
41 collection.add_check(check)
42 collection.add_check(other_check)
51 collection.add_check(check)
52 collection.add_check(other_check)
/dports/www/p5-Mojolicious/Mojolicious-9.22/lib/Mojolicious/
H A DValidator.pm11 sub add_check { subroutine
23 $self->add_check(equal_to => \&_equal_to);
24 $self->add_check(in => \&_in);
25 $self->add_check(like => sub { $_[2] !~ $_[3] });
26 $self->add_check(num => \&_num);
27 $self->add_check(size => \&_size);
28 $self->add_check(upload => sub { !ref $_[2] || !$_[2]->isa('Mojo::Upload') });
/dports/devel/p5-Test2-Suite/Test2-Suite-0.000143/t/modules/Compare/
H A DSet.t47 subtest add_check => sub {
49 $one->add_check('b');
50 $one->add_check(match qr/xxx/);
97 $one->add_check(match qr/a/);
98 $one->add_check(match qr/b/);
99 $one->add_check(match qr/c/);
120 $one->add_check(mismatch qr/x/);
121 $one->add_check(match qr/fo/);
122 $one->add_check(match qr/oo/);
/dports/math/R-cran-recipes/recipes/man/
H A Dadd_step.Rd5 \alias{add_check}
10 add_check(rec, object)
22 \code{add_check} does the same for checks.
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_cli.c48 static int add_check; variable
67 AZ(add_check); in CLI_AddFuncs()
100 add_check = 1; in CLI_Run()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/cross_project_access/
H A Dclass_methods.rb9 Gitlab::CrossProjectAccess.add_check(
20 Gitlab::CrossProjectAccess.add_check(
H A Dcheck_collection.rb16 def add_check(check) method in Gitlab.CrossProjectAccess.CheckCollection
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dmove_check.cpp46 static void add_check (list_t * list, int move, board_t * board);
252 add_check(list,MOVE_MAKE_FLAGS(E1,G1,MoveCastle),board); in add_castle_checks()
260 add_check(list,MOVE_MAKE_FLAGS(E1,C1,MoveCastle),board); in add_castle_checks()
269 add_check(list,MOVE_MAKE_FLAGS(E8,G8,MoveCastle),board); in add_castle_checks()
277 add_check(list,MOVE_MAKE_FLAGS(E8,C8,MoveCastle),board); in add_castle_checks()
284 static void add_check(list_t * list, int move, board_t * board) { in add_check() function
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dmove_check.cpp24 static void add_check (list_t * list, int move, board_t * board);
230 add_check(list,MOVE_MAKE_FLAGS(E1,G1,MoveCastle),board); in add_castle_checks()
238 add_check(list,MOVE_MAKE_FLAGS(E1,C1,MoveCastle),board); in add_castle_checks()
247 add_check(list,MOVE_MAKE_FLAGS(E8,G8,MoveCastle),board); in add_castle_checks()
255 add_check(list,MOVE_MAKE_FLAGS(E8,C8,MoveCastle),board); in add_castle_checks()
262 static void add_check(list_t * list, int move, board_t * board) { in add_check() function
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/
H A Dsection.py65 def add_check(self, check): member in Section
122 self.add_check(check)
136 if not self.add_check(func):
/dports/devel/py-oslo.policy/oslo.policy-3.10.0/oslo_policy/
H A D_parser.py165 and_expr.add_check(check)
168 return [('or_expr', or_expr.add_check(and_expr))]
174 return [('and_expr', and_expr.add_check(check))]
190 return [('or_expr', or_expr.add_check(check))]
H A D_checks.py183 def add_check(self, rule): member in AndCheck
217 def add_check(self, rule): member in OrCheck
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dcross_project_access.rb20 def add_check( method in Gitlab.CrossProjectAccess
34 @checks[klass].add_check(new_check)
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A DGlobalHandler.py89 Fl.add_check(CheckHandler1, "Check1")
100 Fl.add_check(CheckHandler2)
/dports/devel/py-pydocstyle/pydocstyle-6.1.1/src/pydocstyle/
H A Dconfig.py770 add_check = check_group.add_option
773 add_check(
782 add_check(
792 add_check(
801 add_check(
809 add_check(
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/clustering/
H A Dconsul.py253 service.add_check(check)
256 add_check(module, check)
271 def add_check(module, check): function
427 def add_check(self, check): member in ConsulService
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/clustering/consul/
H A Dconsul.py261 service.add_check(check)
264 add_check(module, check)
279 def add_check(module, check): function
437 def add_check(self, check): member in ConsulService
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dconsul.py261 service.add_check(check)
264 add_check(module, check)
279 def add_check(module, check): function
437 def add_check(self, check): member in ConsulService
/dports/math/R-cran-recipes/recipes/R/
H A Dsteps_and_checks.R42 add_check <- function(rec, object) { function
/dports/devel/py-oslo.policy/oslo.policy-3.10.0/oslo_policy/tests/
H A Dtest_parser.py328 mock_expr.add_check.return_value = 'newcheck'
333 mock_expr.add_check.assert_called_once_with('check')
346 mock_expr.add_check.return_value = 'newcheck'
351 mock_expr.add_check.assert_called_once_with('check')
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dmain.cpp37 options.add_check([&] { in main()

1234