Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 25 of 134) sorted by last modified time

123456

/plugin/diagrams/
H A Drenderer.php36 * Create the content security policy
40 $policy = Diagrams::CSP;
43 foreach ($policy as $key => $values) {
49 $policy[$key] = $values;
53 foreach ($policy as $key => $values) {
/plugin/batchedit/
H A Dengine.php1056 public function markRequestedMatches($request, $policy = self::VERIFY_OFFSET) { argument
1057 switch ($policy) {
1059 $policy = new BatcheditMarkPolicyVerifyBoth($this->session->getPages(), $this->session->getCachedPages());
1063 $policy = new BatcheditMarkPolicyVerifyMatched($this->session->getPages(), $this->session->getCachedPages());
1067 $policy = new BatcheditMarkPolicyVerifyOffset($this->session->getPages());
1071 $policy = new BatcheditMarkPolicyVerifyContext($this->session->getPages());
1078 $policy->markMatch($pageId, $offset);
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md51 In both cases you should strongly consider employing defence-in-depth measures, like [deploying a Content-Security-Policy](https://scotthelme.co.uk/content-security-policy-an-introduction/) (a browser security feature) so that your page is likely to be safe even if an attacker finds a vulnerability in one of the first lines of defence above.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md209 * `FEAT`: close select (i.a. decision table hit policy select) whenever there is user interaction o…
232 * `FEAT`: move hit policy explanations to title prop ([`be21448`](https://github.com/bpmn-io/dmn-js…
369 * `FEAT(decision-table)`: only allow standardized hit policy values
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.css15 --hit-policy-explanation-color: var(--color-grey-225-10-35);
309 .dmn-decision-table-container .hit-policy {
313 .dmn-decision-table-container .hit-policy-explanation {
315 color: var(--hit-policy-explanation-color);
/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/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIlmNamespace.php31 * Deletes the specified lifecycle policy definition. A currently used policy cannot be deleted.
33 * $params['policy'] = (string) The name of the index lifecycle policy
41 $policy = $this->extractArgument($params, 'policy');
46 $endpoint->setPolicy($policy);
73 * Returns the specified policy definition. Includes the policy version and last modified date.
75 * $params['policy']
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAutoscalingNamespace.asciidoc34 $params['name'] = (string) the name of the autoscaling policy
59 $params['name'] = (string) the name of the autoscaling policy
72 $params['name'] = (string) the name of the autoscaling policy
73 $params['body'] = (array) the specification of the autoscaling policy (Required)
H A DIlmNamespace.asciidoc40 $params['policy'] = (string) The name of the index lifecycle policy
68 $params['policy'] = (string) The name of the index lifecycle policy
107 $params['policy'] = (string) The name of the index lifecycle policy
108 $params['body'] = (array) The lifecycle policy definition to register
121 $params['index'] = (string) The name of the index to remove policy on
H A DEnrichNamespace.asciidoc35 $params['name'] = (string) The name of the enrich policy
48 $params['name'] = (string) The name of the enrich policy
62 $params['name'] = (list) A comma-separated list of enrich policy names
75 $params['name'] = (string) The name of the enrich policy
76 $params['body'] = (array) The enrich policy to register (Required)
H A DSlmNamespace.asciidoc39 $params['policy_id'] = (string) The id of the snapshot lifecycle policy to remove
52 $params['policy_id'] = (string) The id of the snapshot lifecycle policy to be executed
114 $params['policy_id'] = (string) The id of the snapshot lifecycle policy
115 $params['body'] = (array) The snapshot lifecycle policy definition to register
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/
H A DGetLifecycle.php30 protected $policy; variable in Elasticsearch\\Endpoints\\Ilm\\GetLifecycle
34 $policy = $this->policy ?? null;
36 if (isset($policy)) {
37 return "/_ilm/policy/$policy";
39 return "/_ilm/policy";
54 public function setPolicy($policy): GetLifecycle argument
56 if (isset($policy) !== true) {
59 $this->policy
[all...]
H A DDeleteLifecycle.php31 protected $policy; variable in Elasticsearch\\Endpoints\\Ilm\\DeleteLifecycle
35 $policy = $this->policy ?? null;
37 if (isset($policy)) {
38 return "/_ilm/policy/$policy";
55 public function setPolicy($policy): DeleteLifecycle argument
57 if (isset($policy) !== true) {
60 $this->policy = $policy;
[all...]
H A DPutLifecycle.php31 protected $policy; variable in Elasticsearch\\Endpoints\\Ilm\\PutLifecycle
35 $policy = $this->policy ?? null;
37 if (isset($policy)) {
38 return "/_ilm/policy/$policy";
65 public function setPolicy($policy): PutLifecycle argument
67 if (isset($policy) !== true) {
70 $this->policy = $policy;
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md117 * Extracted setting gap policy to `\Elastica\Aggregation\Traits\GapPolicyTrait` and introduced `\Elastica\Aggregation\GapPolicyInterface` with constants for options by @stchr [#2023](https://github.com/ruflin/Elastica/pull/2023)
697 - Remove index.merge.policy.merge_factor, and set/get MergePolicy as it looks deprecated from ES 1.6
1944 - Elastica_Index_Settings::getMergePolicyMergeFactor and set removed because of enhanced merge policy implementation in ES 0.17.0 https://github.com/elasticsearch/elasticsearch/issues/998
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1380 * fixing same origin policy issue ([#10840](https://dev.ckeditor.com/ticket/10840)),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DSetIamPolicyRequest.php32 public function setPolicy(Policy $policy) argument
34 $this->policy = $policy;
41 return $this->policy;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/
H A DSetIamPolicyRequest.php32 public function setPolicy(Policy $policy) argument
34 $this->policy = $policy;
41 return $this->policy;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyTroubleshooter/
H A DGoogleCloudPolicytroubleshooterV1ExplainedPolicy.php85 public function setPolicy(GoogleIamV1Policy $policy) argument
87 $this->policy = $policy;
94 return $this->policy;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/
H A DSetIamPolicyRequest.php32 public function setPolicy(Policy $policy) argument
34 $this->policy = $policy;
41 return $this->policy;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DSetIamPolicyRequest.php28 public function setPolicy(Policy $policy) argument
30 $this->policy = $policy;
37 return $this->policy;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DSetIamPolicyRequest.php32 public function setPolicy(Policy $policy) argument
34 $this->policy = $policy;
41 return $this->policy;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DSetIamPolicyRequest.php28 public function setPolicy(Policy $policy) argument
30 $this->policy = $policy;
37 return $this->policy;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DSetIamPolicyRequest.php28 public function setPolicy(Policy $policy) argument
30 $this->policy = $policy;
37 return $this->policy;

123456