Home
last modified time | relevance | path

Searched refs:rulefiles (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DApplication.pm232 if (defined($rc = $self->rulefiles->{$rule_key}) or -f $filename) {
274 if (defined($rc = $self->rulefiles->{$rulename}) or -f $filename) {
304 if (!exists $self->rulefiles->{$rule_key}) {
305 $self->rulefiles->{$rule_key} = 0;
581 my %rulefiles = map {
586 if (keys %rulefiles) {
587 $export{$appname} = \%rulefiles;
717 push @{$next_suspended->rulefiles}, @{$self->rulefiles};
737 if (@{$self->rulefiles}) {
738 delete @{$app->rulefiles}{@{$self->rule_keys}};
[all …]
H A DInteractiveCommands.pm115 $rc = $self->rulefiles->{$rule_key};
214 exists $self->rulefiles->{$rule_key} or do {
362 delete local $self->rulefiles->{$rule_key};
405 …($app->rulefiles->{$rule_key} &&= return 0) = $success; # avoid repeated execution of the rulefi…
H A DRuleFilter.pm316 push @{$suspended->rulefiles}, $self->path;
/dports/security/logcheck/logcheck/
H A DMakefile42 install -m 644 rulefiles/linux/ignore.d.paranoid/* \
44 install -m 644 rulefiles/linux/ignore.d.server/* \
46 install -m 644 rulefiles/linux/ignore.d.workstation/* \
48 install -m 644 rulefiles/linux/violations.d/* \
50 install -m 644 rulefiles/linux/violations.ignore.d/* \
52 install -m 644 rulefiles/linux/cracking.d/* \
89 -r ../rulefiles/linux \
H A DCHANGES9 - Comments are now allowed in rulefiles
15 - Standard rulefiles are now stored in the .d directories
19 - Package-specific rulefiles in violations.ignore.d only filter
/dports/security/logcheck/logcheck/test/
H A Dtest.py26 def __init__(self, conf, logfiles, rulefiles): argument
29 self.rules = rulefiles
/dports/security/logcheck/logcheck/docs/
H A DREADME.Maintainer4 Packages are encouraged to install their own logcheck rulefiles,
39 details) directly for listing the rulefiles, and this will ignore
/dports/security/logcheck/logcheck/test/conf/
H A Dintro-disabled25 # And put your rulefiles in /etc/logcheck/cracking.ignore.d
H A Dintro-no25 # And put your rulefiles in /etc/logcheck/cracking.ignore.d
H A Dintro-yes25 # And put your rulefiles in /etc/logcheck/cracking.ignore.d
/dports/games/lincity-ng/lincity-ng-2.0/mk/jam/
H A Dbuild.jam2 # Main rules file - Includes all important rulefiles in correct order
/dports/games/glest/glest_source_3.2.2/mk/linux/mk/jam/
H A Dbuild.jam2 # Main rules file - Includes all important rulefiles in correct order
/dports/security/logcheck/logcheck/debian/
H A Dlogcheck.NEWS29 Also run-parts(8) now controls which rulefiles are included from the .d
H A DREADME.Debian29 Please note that the permissions of rulefiles installed with
H A Dchangelog3038 Login.app, proftp, postfix, pump, sendmail rulefiles.
3272 * Some improvements to the following rulefiles:
3309 * Some improvements to the following rulefiles:
3323 * Some fixes and improvements to the following rulefiles:
3346 * Fixes and improvements to the following rulefiles:
3367 * Cleanup the rulefiles
3407 * Improved regex's for su and sudo violations rulefiles.
3426 * Make sure that all rulefiles have new line before EOF.
3428 * Sort logcheck rulefiles.
3584 * Comments are now allowed in rulefiles. (closes: #148964)
[all …]
/dports/math/polymake/polymake-4.5/perllib/Polymake/
H A DTest.pm92 if (defined($rc = $app->rulefiles->{$rulename})) {
/dports/games/golly/golly-3.3-src/gui-common/
H A Dfile.cpp641 int rulefiles = 0; in OpenZipFile() local
781 rulefiles++; in OpenZipFile()
813 if (rulefiles > 0) { in OpenZipFile()
/dports/math/polymake/polymake-4.5/apps/common/rules/
H A Dfunctions_help.rules378 # Repeats the auto-configuration routines stored in the given rulefiles, possibly asking for progra…
379 # If the configuration succeeds, and the rulefiles haven't been configured until now, they will be …
380 # as well as all other known rulefiles depending on them.
388 # Forgets the configuration made for the given rulefiles and disables them for the //following// po…
396 # Prints the names of all rulefiles visible from the current application,
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxfile.cpp535 int rulefiles = 0; in OpenZipFile() local
648 rulefiles++; in OpenZipFile()
670 if (rulefiles > 0) { in OpenZipFile()
684 …if (dirseen || rulefiles > 0 || deprecated > 0 || textfiles > 0 || patternfiles > 1 || scriptfiles… in OpenZipFile()
/dports/math/polymake/polymake-4.5/demo/
H A Dproperties.ipynb355 …he article on [writing rules yourself](https://polymake.org/doku.php/user_guide/extend/rulefiles)."
/dports/ftp/tftp-hpa/tftp-hpa-5.2/
H A DCHANGES314 Add support for debugging remapping rulefiles; if logging with
/dports/security/ossec-hids-server/ossec-hids-3.6.0/
H A DCHANGELOG.md131 (jubois) PCRE2 rulefiles conversion PR#1711
/dports/security/ossec-hids-local/ossec-hids-3.6.0/
H A DCHANGELOG.md131 (jubois) PCRE2 rulefiles conversion PR#1711
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/
H A DCHANGELOG.md131 (jubois) PCRE2 rulefiles conversion PR#1711
/dports/graphics/tiled/tiled-1.7.2/docs/manual/
H A Dautomapping.rst79 **rulefiles** and define the sequence within the **rules.txt** file. As

12