/dports/security/py-stix/python-stix-1.2.0.11/stix/core/ |
H A D | __init__.py | 39 listfunc=partial(IdrefDeprecatedList, type=Campaign) 52 listfunc=partial(IdrefDeprecatedList, type=CourseOfAction) 65 listfunc=partial(IdrefDeprecatedList, type=ExploitTarget) 78 listfunc=partial(IdrefDeprecatedList, type=Incident) 91 listfunc=partial(IdrefDeprecatedList, type=Indicator) 104 listfunc=partial(IdrefDeprecatedList, type=ThreatActor) 117 listfunc=partial(IdrefDeprecatedList, type=Report)
|
/dports/ftp/yafc/yafc-1.3.7/src/ |
H A D | main.c | 95 gvFtpList = list_new((listfunc)ftp_destroy); in init_yafc() 142 gvDefaultMechanism = list_new((listfunc)free); in init_yafc() 164 gvBookmarks = list_new((listfunc)url_destroy); in init_yafc() 165 gvAliases = list_new((listfunc)alias_destroy); in init_yafc() 166 gvAsciiMasks = list_new((listfunc)free); in init_yafc() 167 gvTransferFirstMasks = list_new((listfunc)free); in init_yafc() 168 gvIgnoreMasks = list_new((listfunc)free); in init_yafc() 169 gvLocalTagList = list_new((listfunc)free); in init_yafc() 170 gvProxyExclude = list_new((listfunc)free); in init_yafc()
|
/dports/ftp/yafc/yafc-1.3.7/src/libmhe/ |
H A D | linklist.h | 19 typedef int (*listfunc)(void *); typedef 38 listfunc freefunc; 42 list *list_new(listfunc freefunc);
|
/dports/math/octave-forge-communications/communications-1.2.3/doc/ |
H A D | mktexi.pl | 77 my @listfunc = (); 128 push @listfunc, $func; 154 push @listfunc, $func; 172 @listfunc = sort(@listfunc); 176 foreach my $func (@listfunc) {
|
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/tools/go/packages/ |
H A D | golist.go | 125 var listfunc driver 127 listfunc = func(cfg *Config, words ...string) (*driverResponse, error) { 131 listfunc = golistDriverFallback 132 return listfunc(cfg, words...) 134 listfunc = golistDriverCurrent 145 dr, err := listfunc(cfg, restPatterns...) 164 if err := runContainsQueries(cfg, listfunc, isFallback, response, containFiles); err != nil { 170 if err := runNamedQueries(cfg, listfunc, response, packagesNamed); err != nil { 185 addNeededOverlayPackages(cfg, listfunc, response, needPkgs)
|
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/packages/ |
H A D | golist.go | 125 var listfunc driver 127 listfunc = func(cfg *Config, words ...string) (*driverResponse, error) { 131 listfunc = golistDriverFallback 132 return listfunc(cfg, words...) 134 listfunc = golistDriverCurrent 145 dr, err := listfunc(cfg, restPatterns...) 164 if err := runContainsQueries(cfg, listfunc, isFallback, response, containFiles); err != nil { 170 if err := runNamedQueries(cfg, listfunc, response, packagesNamed); err != nil { 185 addNeededOverlayPackages(cfg, listfunc, response, needPkgs)
|
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/tommy-muehle/go-mnd/v2/vendor/golang.org/x/tools/go/packages/ |
H A D | golist.go | 125 var listfunc driver 127 listfunc = func(cfg *Config, words ...string) (*driverResponse, error) { 131 listfunc = golistDriverFallback 132 return listfunc(cfg, words...) 134 listfunc = golistDriverCurrent 145 dr, err := listfunc(cfg, restPatterns...) 164 if err := runContainsQueries(cfg, listfunc, isFallback, response, containFiles); err != nil { 170 if err := runNamedQueries(cfg, listfunc, response, packagesNamed); err != nil { 185 addNeededOverlayPackages(cfg, listfunc, response, needPkgs)
|
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/tools/ |
H A D | bpluginfo.cc | 111 bool listfunc; member 246 pdata->listfunc = true; in ParseArgs() 556 if (!pdata->listfunc) { in main() 559 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/tools/ |
H A D | bpluginfo.cc | 123 bool listfunc; member 255 pdata->listfunc = true; in ParseArgs() 515 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 516 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/tools/ |
H A D | bpluginfo.cc | 123 bool listfunc; member 255 pdata->listfunc = true; in ParseArgs() 515 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 516 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/tools/ |
H A D | bpluginfo.cc | 123 bool listfunc; member 255 pdata->listfunc = true; in ParseArgs() 515 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 516 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/tools/ |
H A D | bpluginfo.cc | 117 bool listfunc; member 249 pdata->listfunc = true; in ParseArgs() 547 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 548 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/tools/ |
H A D | bpluginfo.cc | 117 bool listfunc; member 249 pdata->listfunc = true; in ParseArgs() 547 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 548 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/tools/ |
H A D | bpluginfo.cc | 111 bool listfunc; member 246 pdata->listfunc = true; in ParseArgs() 556 if (!pdata->listfunc) { in main() 559 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/tools/ |
H A D | bpluginfo.cc | 117 bool listfunc; member 249 pdata->listfunc = true; in ParseArgs() 547 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 548 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/tools/ |
H A D | bpluginfo.cc | 111 bool listfunc; member 246 pdata->listfunc = true; in ParseArgs() 556 if (!pdata->listfunc) { in main() 559 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tools/ |
H A D | bpluginfo.cc | 117 bool listfunc; member 249 pdata->listfunc = true; in ParseArgs() 547 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 548 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/tools/ |
H A D | bpluginfo.cc | 111 bool listfunc; member 246 pdata->listfunc = true; in ParseArgs() 556 if (!pdata->listfunc) { in main() 559 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/tools/ |
H A D | bpluginfo.cc | 123 bool listfunc; member 255 pdata->listfunc = true; in ParseArgs() 515 if (!pdata->listfunc) { DumpPluginfo(pdata); } in main() 516 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/tools/ |
H A D | bpluginfo.c | 139 int listfunc; member 296 pdata->listfunc = 1; in parse_args() 614 if (!pdata->listfunc) { in main() 617 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/tools/ |
H A D | bpluginfo.c | 140 int listfunc; member 297 pdata->listfunc = 1; in parse_args() 615 if (!pdata->listfunc) { in main() 618 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bacula11-server/bacula-11.0.5/src/tools/ |
H A D | bpluginfo.c | 139 int listfunc; member 296 pdata->listfunc = 1; in parse_args() 614 if (!pdata->listfunc) { in main() 617 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/tools/ |
H A D | bpluginfo.c | 140 int listfunc; member 297 pdata->listfunc = 1; in parse_args() 615 if (!pdata->listfunc) { in main() 618 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/tools/ |
H A D | bpluginfo.c | 139 int listfunc; member 296 pdata->listfunc = 1; in parse_args() 614 if (!pdata->listfunc) { in main() 617 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|
/dports/sysutils/bacula9-client/bacula-9.6.7/src/tools/ |
H A D | bpluginfo.c | 140 int listfunc; member 297 pdata->listfunc = 1; in parse_args() 615 if (!pdata->listfunc) { in main() 618 if ((!pdata->listinfo && pdata->listfunc) || pdata->verbose) { in main()
|