Home
last modified time | relevance | path

Searched refs:do_check (Results 1 – 25 of 1218) sorted by last modified time

12345678910>>...49

/dports/www/vdradmin-am/vdradmin-am-3.6.10/
H A Dmake.sh81 function do_check() function
119 do_check;
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/cli/
H A Dconsole.py366 def do_check(self, arg): member in ConsoleCLI
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/cli/
H A Dconsole.py341 def do_check(self, arg): member in ConsoleCLI
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/cli/
H A Dconsole.py341 def do_check(self, arg): member in ConsoleCLI
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmkfs_minix.c462 static size_t do_check(char *buffer, size_t try, unsigned current_block) in do_check() function
508 got = do_check(G.check_blocks_buffer, try, G.currently_testing); in check_blocks()
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dutils.py176 def __set__(self, instance, value, do_check=True): argument
223 if do_check:
281 descriptor.__set__(self, val, do_check=False)
/dports/net/openmpi/openmpi-4.1.1/
H A Dconfigure134361 static void do_check (pid_t pid, int *in, int *out)
134396 do_check (getpid (), in, out);
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dserver.c2191 srv->do_check = src->do_check; in srv_settings_cpy()
2782 if (srv->do_check && srv->trackit) { in _srv_parse_finalize()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dserver-t.h324 …int do_check; /* temporary variable used during parsing to denote if hea… member
/dports/net/openmpi3/openmpi-3.1.6/
H A Dconfigure117179 static void do_check (pid_t pid, int *in, int *out)
117214 do_check (getpid (), in, out);
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/cadofactor/
H A Dverify.py10 def do_check(acc, wu, programs): function
80 result = do_check(acc, wu, list(args.program))
/dports/mail/py-fuglu/fuglu-0.8.0/src/fuglu/plugins/
H A Ddomainauth.py531 do_check = False
535do_check = self.get_domain_setting(suspect.to_domain, dbconnection, sqlquery, cache, cachename, Fa…
536 return do_check
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfio/
H A Dsfpoll.c71 goto do_check; in sfpoll()
99 do_check: /* local function to set a stream for further checking */ in sfpoll()
/dports/games/xataxx/xataxx/
H A Dnubot.c125 do_check(0,posx-1,posy-1,player);
126 do_check(0,posx,posy-1,player);
127 do_check(0,posx+1,posy-1,player);
128 do_check(0,posx+1,posy,player);
129 do_check(0,posx+1,posy+1,player);
130 do_check(0,posx,posy+1,player);
132 do_check(0,posx-1,posy,player);
136 do_check(1,posx,posy-2,player);
140 do_check(1,posx+2,posy,player);
144 do_check(1,posx,posy+2,player);
[all …]
H A Dboard.c293 do_check(x-1,y-1,player);
294 do_check(x,y-1,player);
295 do_check(x+1,y-1,player);
296 do_check(x+1,y,player);
297 do_check(x+1,y+1,player);
298 do_check(x,y+1,player);
300 do_check(x-1,y,player);
304 do_check(x,y-2,player);
308 do_check(x+2,y,player);
312 do_check(x,y+2,player);
[all …]
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dpassword_dialog.py241 def do_check(self, pw): member in AbstractPasswordDialog
291 self.do_check(pw)
311 self.do_check(pw)
/dports/devel/py-libtaxii/libtaxii-1.1.119/libtaxii/
H A Dmessages_10.py544 do_check(value, 'content') # Just check for not None
1100 do_check(value, 'feed_name', regex_tuple=uri_regex)
1127 do_check(value, 'push_methods', type=PushMethod)
1565 do_check(value, 'feed_name', regex_tuple=uri_regex)
1756 do_check(value, 'feed_name', regex_tuple=uri_regex)
1792 do_check(value, 'content_blocks', type=ContentBlock)
1937 do_check(value, 'status_type')
2154 do_check(value, 'feed_name', regex_tuple=uri_regex)
2276 do_check(value, 'feed_name', regex_tuple=uri_regex)
2285 do_check(value, 'action', value_tuple=ACT_TYPES)
[all …]
H A Dvalidation.py32 def do_check(var, varname, type=None, regex_tuple=None, value_tuple=None, can_be_none=False): function
52 do_check(item, "%s[%s]" % (varname, x), type, regex_tuple, value_tuple, can_be_none)
101 do_check(timestamp_label, varname, type=datetime.datetime, can_be_none=can_be_none)
H A Dtaxii_default_query.py20 from .validation import (do_check, uri_regex, targeting_expression_regex)
42 do_check(value, 'capability_module_id', type=six.string_types)
51 do_check(value, 'relationships', type=Relationship)
69 do_check(value, 'name', type=six.string_types)
78 do_check(value, 'parameters', type=Parameter)
362 do_check(value, 'criteria', type=DefaultQuery.Criteria)
431 do_check(value, 'operator', value_tuple=OP_TYPES)
440 do_check(value, 'critiera', type=DefaultQuery.Criteria)
556 do_check(value, 'target', type=six.string_types)
641 do_check(value, 'capability_id', regex_tuple=uri_regex)
[all …]
H A Dmessages_11.py23 from .validation import do_check, uri_regex, check_timestamp_label
291 do_check(value, 'format_id', regex_tuple=uri_regex)
338 do_check(value, 'format_id', regex_tuple=uri_regex)
412 do_check(value, 'binding_id', regex_tuple=uri_regex)
421 do_check(value, 'subtype_ids', regex_tuple=uri_regex)
475 do_check(value, 'record_count', type=int)
1666 do_check(value, 'push_methods', type=PushMethod)
2922 do_check(value, 'status_type')
2935 do_check(value.get(sd_name, None),
3441 do_check(value, 'action', value_tuple=ACT_TYPES)
[all …]
/dports/devel/py-libtaxii/libtaxii-1.1.119/libtaxii/test/
H A Dvalidation_test.py6 from libtaxii.validation import do_check, message_id_regex_10
13 do_check("12345", "Test Value", regex_tuple=message_id_regex_10)
20 self.assertRaises(ValueError, do_check, *args, **kwargs)
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsys_vars.cc4445 virtual bool do_check(THD *thd, set_var *var) in do_check() function in Sys_var_set_none
4458 return Sys_var_set::do_check(thd, var); in do_check()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsys_vars.cc5651 virtual bool do_check(THD *thd, set_var *var) in do_check() function in Sys_var_set_none
5664 return Sys_var_set::do_check(thd, var); in do_check()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsys_vars.cc4445 virtual bool do_check(THD *thd, set_var *var) in do_check() function in Sys_var_set_none
4458 return Sys_var_set::do_check(thd, var); in do_check()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsys_vars.cc5651 virtual bool do_check(THD *thd, set_var *var) in do_check() function in Sys_var_set_none
5664 return Sys_var_set::do_check(thd, var); in do_check()

12345678910>>...49