Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
H A DInterchange.php
H A DValidator.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DLayer.php29 public $directive; variable in Google\\Service\\OnDemandScanning\\Layer
48 public function setDirective($directive) argument
50 $this->directive = $directive;
57 return $this->directive;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLayer.php29 public $directive; variable in Google\\Service\\ContainerAnalysis\\Layer
48 public function setDirective($directive) argument
50 $this->directive = $directive;
57 return $this->directive;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DHttpCacheControlResponseHeader.php29 public $directive; variable in Google\\Service\\Container\\HttpCacheControlResponseHeader
52 public function setDirective($directive) argument
54 $this->directive = $directive;
61 return $this->directive;
/plugin/cspheader/
H A Daction.php75 foreach (self::DIRECTIVES as $directive) {
76 $option = str_replace('-', '', $directive) . 'Value';
84 $policies[$directive] = join(' ', $values);
88 foreach ($policies as $directive => $value) {
89 $cspheader .= " $directive $value;";
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.ForbiddenAttributes.txt
H A DHTML.AllowedAttributes.txt
H A DCSS.ForbiddenProperties.txt
H A DHTML.DefinitionID.txt
H A DCore.AggressivelyFixLt.txt
H A DHTML.AllowedModules.txt
H A DHTML.ForbiddenElements.txt
H A DHTML.MaxImgLength.txt
H A DCSS.AllowedProperties.txt
H A DURI.Munge.txt
H A DCore.Encoding.txt
H A DHTML.Allowed.txt
H A DHTML.AllowedElements.txt
H A DAutoFormat.AutoParagraph.txt
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php222 * @param string $directive
224 protected function writeNotOk(PHPUnit_Framework_Test $test, $prefix = '', $directive = '') argument
232 $directive != '' ? ' # ' . $directive : ''
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js1directive.include",next:"@include"}],[/^\s*#\s*\w+/,"keyword"],[/[{}()\[\]]/,"@brackets"],[/[<>](?…

12345