Home
last modified time | relevance | path

Searched refs:policy (Results 101 – 125 of 134) sorted by last modified time

123456

/plugin/passpolicy/
H A Dwords.txt2703 policy
H A Dscript.js79 function scoreit($field, indicator, policy) { argument
96 if (!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/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/externalembed/
H A DREADME.md4 …es domain privacy features allow you to embed content without needing a cookie / privacy policy for
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki42 … in your dokuwiki config.) This may be due to a security policy defined in ImageMagick's `policy.x…
44 <code><policy domain="coder" rights="none" pattern="PDF" /></code>
48 <code><policy domain="coder" rights="read|write" pattern="PDF" /></code>
133 * v0.92 (Added checks for ImageMagick security policy issues)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D15.15.js1 …g.quote"],[/reflected-xss/,"string.quote"],[/referrer/,"string.quote"],[/policy-uri/,"string.quote…
H A D15.15.js.map1 …tring.quote'],\n [/referrer/, 'string.quote'],\n [/policy-uri/, 'string.quot…
H A D3.3.js.map1policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), and setting of correct [`Accept`](…
H A D2.2.js.map1policy\",\n \"browsers\": [\n \"FF1\"\n ],\n \"val…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md797 * #476: CSP policy incorrect, causing stylesheets to not load in the browser
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …xception_context pg_exception_detail pg_exception_hint placing plans pli policy portion position p…
H A Dcss.min.js.map1 …break-after\",\n \"page-break-before\", \"page-break-inside\", \"page-policy\", \"pause\",\n …
H A Dstylus.min.js.map1 …,\"page-break-after\",\"page-break-before\",\"page-break-inside\",\"page-policy\",\"pause\",\"paus…
/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/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php25 protected $policy; variable in Twig\\Extension\\SandboxExtension
27 public function __construct(SecurityPolicyInterface $policy, $sandboxed = false) argument
29 $this->policy = $policy;
63 public function setSecurityPolicy(SecurityPolicyInterface $policy) argument
65 $this->policy = $policy;
70 return $this->policy;
76 $this->policy->checkSecurity($tags, $filters, $functions);
83 $this->policy->checkMethodAllowed($obj, $method);
90 $this->policy->checkPropertyAllowed($obj, $method);
97 $this->policy->checkMethodAllowed($obj, '__toString');
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst317 `groups` is optional and is used as exclusion policy.
H A Dxml_reference.rst8 …<class name="Fully\Qualified\ClassName" exclusion-policy="ALL" xml-root-name="foo-bar" exclude="tr…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php321 $policy = new SecurityPolicy($tags, $filters, $methods, $properties, $functions);
322 $twig->addExtension(new SandboxExtension($policy, $sandboxed));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php37 $policy = new SecurityPolicy([], [], [], [], ['dump']);
41 new SandboxExtension($policy, false),
H A DTemplateTest.php91 $policy = new SecurityPolicy([], [], [/*method*/], [/*prop*/], []);
92 $twig->addExtension(new SandboxExtension($policy, !$allowed));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DExclusionPolicy.php21 public $policy; variable in JMS\\Serializer\\Annotation\\ExclusionPolicy
29 $this->policy = strtoupper($values['value']);
31 if (self::NONE !== $this->policy && self::ALL !== $this->policy) {
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst14 The default exclusion policy is to exclude nothing. That is, all properties of the
16 then it is easier to change the exclusion policy, and only mark these few properties:
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md721 - Added tests to ensure SerializeNull policy [\#633](https://github.com/schmittjoh/serializer/pull/…
997 - I want to configure the default exclution policy [\#65](https://github.com/schmittjoh/serializer/…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php94 $exclusionPolicy = $annot->policy;

123456