Home
last modified time | relevance | path

Searched refs:checkid (Results 1 – 25 of 82) sorted by relevance

1234

/dports/security/nikto/nikto-2.1.6/program/plugins/
H A Dnikto_tests.plugin53 foreach my $checkid (sort keys %TESTS) {
57 my $intcheck=int($checkid);
66 if ($TESTS{$checkid}{'headers'}) {
73 $TESTS{$checkid}{'method'},
74 $TESTS{$checkid}{'data'},
77 $checkid);
126 $TESTS{$checkid}{'fail_1'} =~ s/^\@MD5//;
192 if ($TESTS{$checkid}{'fail_1'} ne "") {
205 if ($TESTS{$checkid}{'fail_2'} ne "") {
253 $checkid,
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/
H A Dpingdom.py84 def pause(checkid, uid, passwd, key): argument
87 c.modify_check(checkid, paused=True)
88 check = c.get_check(checkid)
96 def unpause(checkid, uid, passwd, key): argument
99 c.modify_check(checkid, paused=False)
100 check = c.get_check(checkid)
113 checkid=dict(required=True),
123 checkid = module.params['checkid']
130 (rc, name, result) = pause(checkid, uid, passwd, key)
136 module.fail_json(checkid=checkid, name=name, status=result)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Dpingdom.py83 def pause(checkid, uid, passwd, key): argument
86 c.modify_check(checkid, paused=True)
87 check = c.get_check(checkid)
95 def unpause(checkid, uid, passwd, key): argument
98 c.modify_check(checkid, paused=False)
99 check = c.get_check(checkid)
112 checkid=dict(required=True),
122 checkid = module.params['checkid']
129 (rc, name, result) = pause(checkid, uid, passwd, key)
135 module.fail_json(checkid=checkid, name=name, status=result)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpingdom.py83 def pause(checkid, uid, passwd, key): argument
86 c.modify_check(checkid, paused=True)
87 check = c.get_check(checkid)
95 def unpause(checkid, uid, passwd, key): argument
98 c.modify_check(checkid, paused=False)
99 check = c.get_check(checkid)
112 checkid=dict(required=True),
122 checkid = module.params['checkid']
129 (rc, name, result) = pause(checkid, uid, passwd, key)
135 module.fail_json(checkid=checkid, name=name, status=result)
[all …]
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/
H A Daccessibility.php268 $checkid = (isset($checknameids[$key])) ? $checknameids[$key] : 0;
270 $recordres->checkid = $checkid;
283 $error->checkid = $checkid;
298 ['contentid' => $error->contentid, 'checkid' => $error->checkid]);
300 unset($errors[$key2]->checkid);
313 ['contentid' => $error->contentid, 'checkid' => $error->checkid]);
315 unset($errors[$key]->checkid);
370 $checkid = (isset($checkdata->id)) ? $checkdata->id : 0;
372 $recordres->checkid = $checkid;
374 …xists = $DB->get_record(manager::DB_RESULTS, ['contentid' => $contentid, 'checkid' => $checkid])) {
/dports/biology/treepuzzle/tree-puzzle-5.2/src/sprng/
H A DMakefile.am23 checkid.$(OBJEXT) \
30 checkid.c \
65 checkid.$(OBJEXT) : checkid.c memory.h Makefile
66 $(SCOMPILE) -c checkid.c
H A DMakefile.in111 checkid.$(OBJEXT) \
119 checkid.c \
273 checkid.$(OBJEXT) : checkid.c memory.h Makefile
274 $(SCOMPILE) -c checkid.c
/dports/www/fabio/fabio-1.5.14/docs/content/ref/
H A Dmetrics.circonus.checkid.md2 title: "metrics.circonus.checkid"
5 `metrics.circonus.checkid` configures a specific check to use when
15 metrics.circonus.checkid =
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dconsul.py800 if not checkid:
803 function = "agent/check/deregister/{}".format(checkid)
842 if not checkid:
848 function = "agent/check/pass/{}".format(checkid)
861 ret["message"] = "Unable to update check {}.".format(checkid)
893 if not checkid:
899 function = "agent/check/warn/{}".format(checkid)
912 ret["message"] = "Unable to update check {}.".format(checkid)
944 if not checkid:
950 function = "agent/check/fail/{}".format(checkid)
[all …]
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/reporters/
H A Dghmarkdown.py51 def render_rationale(self, check, checkid): argument
61 content = unindent_rationale(check['rationale'], checkid)
66 checkid = check["key"][1].split(":")[1].split(">")[0]
75 rationale = self.render_rationale(check, checkid)
/dports/www/mybb/mybb-mybb_1829/
H A Dreport.php65 $checkid = $post['uid']; variable
99 $id = $checkid = $user['uid']; // id is the profile user variable
117 $id2 = $checkid = $reputation['adduid']; // id2 is the user who gave the comment variable
126 $permissions = user_permissions($checkid);
/dports/print/py-fontbakery/fontbakery-0.8.4/snippets/
H A Dcheck-custom.py105 def check_skip_filter(checkid, font=None, **iterargs): argument
106 if font and checkid in excluded_check_ids:
H A Dfontbakery.bash-completion13 …if [ $prev == "-c" ] || [ $prev == "--checkid" ] || [ $prev == "-x" ] || [ $prev == "--exclude-che…
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/
H A Dutils.py111 def unindent_rationale(rationale, checkid=None): argument
476 for checkid in overrides]
480 checkids[:] = [checkid for checkid in checkids
481 if checkid not in overrides]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dray.c67 static GLuint checkid; variable
411 glBindTexture(GL_TEXTURE_2D, checkid); in updatecheckmap()
528 glBindTexture(GL_TEXTURE_2D, checkid); in drawbase()
664 glBindTexture(GL_TEXTURE_2D, checkid); in draw()
754 glGenTextures(1, &checkid); in inittextures()
755 glBindTexture(GL_TEXTURE_2D, checkid); in inittextures()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dray.c67 static GLuint checkid; variable
411 glBindTexture(GL_TEXTURE_2D, checkid); in updatecheckmap()
528 glBindTexture(GL_TEXTURE_2D, checkid); in drawbase()
664 glBindTexture(GL_TEXTURE_2D, checkid); in draw()
754 glGenTextures(1, &checkid); in inittextures()
755 glBindTexture(GL_TEXTURE_2D, checkid); in inittextures()
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Ddrcatvalid.pl24 sub checkid() { subroutine
199 if($iline) {checkid()}
380 checkid();
/dports/devel/sunpromake/schily-2021-09-18/tartest/
H A Dtartest.c45 LOCAL BOOL checkid __PR((char *ptr, char *text));
338 if (!checkid(ptb->ustar_dbuf.t_uname, "t_uname"))
340 if (!checkid(ptb->ustar_dbuf.t_gname, "t_gname"))
499 checkid(ptr, text) in checkid() function
/dports/devel/schilybase/schily-2021-09-18/tartest/
H A Dtartest.c45 LOCAL BOOL checkid __PR((char *ptr, char *text));
338 if (!checkid(ptb->ustar_dbuf.t_uname, "t_uname"))
340 if (!checkid(ptb->ustar_dbuf.t_gname, "t_gname"))
499 checkid(ptr, text) in checkid() function
/dports/net/rscsi/schily-2021-09-18/tartest/
H A Dtartest.c45 LOCAL BOOL checkid __PR((char *ptr, char *text));
338 if (!checkid(ptb->ustar_dbuf.t_uname, "t_uname"))
340 if (!checkid(ptb->ustar_dbuf.t_gname, "t_gname"))
499 checkid(ptr, text)
/dports/archivers/star/schily-2021-09-18/tartest/
H A Dtartest.c45 LOCAL BOOL checkid __PR((char *ptr, char *text));
338 if (!checkid(ptb->ustar_dbuf.t_uname, "t_uname"))
340 if (!checkid(ptb->ustar_dbuf.t_gname, "t_gname"))
499 checkid(ptr, text) in checkid() function
/dports/sysutils/cdrtools/schily-2021-09-18/tartest/
H A Dtartest.c45 LOCAL BOOL checkid __PR((char *ptr, char *text));
338 if (!checkid(ptb->ustar_dbuf.t_uname, "t_uname"))
340 if (!checkid(ptb->ustar_dbuf.t_gname, "t_gname"))
499 checkid(ptr, text) in checkid() function
/dports/audio/id3mtag/id3-0.80/
H A Did3v2.c134 static int checkid(const char *ID, size_t n) /* check ID for A..Z0..9 */ in checkid() function
151 while(size < max && checkid((char*)buf, ID_siz)) { in calcsize()
445 return checkid(f->ID, ID_siz); in ID3_frame()
461 } else if((version|1) != 3 || !checkid(ID, version+1) || ID[version+1]) { in ID3_put()
/dports/editors/ved/schily-2021-09-18/tartest/
H A Dtartest.c45 LOCAL BOOL checkid __PR((char *ptr, char *text));
338 if (!checkid(ptb->ustar_dbuf.t_uname, "t_uname"))
340 if (!checkid(ptb->ustar_dbuf.t_gname, "t_gname"))
499 checkid(ptr, text) in checkid() function
/dports/devel/smake/schily-2021-09-18/tartest/
H A Dtartest.c45 LOCAL BOOL checkid __PR((char *ptr, char *text));
338 if (!checkid(ptb->ustar_dbuf.t_uname, "t_uname"))
340 if (!checkid(ptb->ustar_dbuf.t_gname, "t_gname"))
499 checkid(ptr, text) in checkid() function

1234