Home
last modified time | relevance | path

Searched refs:policy (Results 126 – 134 of 134) sorted by path

123456

/plugin/passpolicy/
H A DREADME3 Integrates password policy settings into DokuWiki
H A Dplugin.info.txt6 desc Integrates password policy settings and advanced password generators into DokuWiki
H A Dscript.js79 function scoreit($field, indicator, policy) { argument
96 if (!policy) {
H A Dwords.txt2703 policy
/plugin/passpolicy/_test/
H A DHelperTest.php45 $policy->min_pools = $minp;
46 $policy->min_length = $minl;
47 $policy->usepools = array(
53 $policy->usernamecheck = $ucheck;
54 $policy->pronouncable = $pron;
55 $policy->nocommon = $nocom;
56 $policy->noleaked = $noleak;
58 return $policy;
64 …$this->assertTrue($policy->checkPolicy('tested', 'tested'), '1 pool, no user check ' . $policy->er…
93 $policy->nocommon = false;
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …-URLs. So don't block\n // any blob:-URL. The browser's same-origin policy will block request…
/plugin/tuxquote/
H A Dquotes.txt1125 …th. This is basically the same instince that determines the U.S. foreign policy, except that inste…
2028 Honesty is the best policy, but insanity is a better defense. <BR> -- Steve Landesberg (1945--), U.…
2035 It is always the best policy to speak the truth, unless of course you are an exceptionally good lia…
2509 Mother always said that honesty was the best policy, and money isn't everything. She was wrong abou…
2950 …ust realize that once the signal is given, he is no longer the master of policy but the slave of u…
3730 Honesty is the best policy, but insanity is a better defence.
3857 Of course there's no reason for it, it's just our policy.
/plugin/upgrade/HTTP/
H A DHeaders.php15 * @param array $policy
17 static public function contentSecurityPolicy($policy) argument
19 foreach ($policy as $key => $values) {
25 $policy[$key] = $values;
29 foreach ($policy as $key => $values) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md797 * #476: CSP policy incorrect, causing stylesheets to not load in the browser

123456