Searched refs:directive (Results 1 – 25 of 110) sorted by relevance
12345
/plugin/scrape/HTMLPurifier/Printer/ |
H A D | ConfigForm.php |
|
/plugin/scrape/HTMLPurifier/ConfigSchema/ |
H A D | InterchangeBuilder.php |
|
H A D | Interchange.php |
|
H A D | Validator.php |
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
H A D | Layer.php | 29 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 D | Layer.php | 29 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 D | HttpCacheControlResponseHeader.php | 29 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 D | action.php | 75 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 D | HTML.ForbiddenAttributes.txt |
|
H A D | HTML.AllowedAttributes.txt |
|
H A D | CSS.ForbiddenProperties.txt |
|
H A D | HTML.DefinitionID.txt |
|
H A D | Core.AggressivelyFixLt.txt |
|
H A D | HTML.AllowedModules.txt |
|
H A D | HTML.ForbiddenElements.txt |
|
H A D | HTML.MaxImgLength.txt |
|
H A D | CSS.AllowedProperties.txt |
|
H A D | URI.Munge.txt |
|
H A D | Core.Encoding.txt |
|
H A D | HTML.Allowed.txt |
|
H A D | HTML.AllowedElements.txt |
|
H A D | AutoFormat.AutoParagraph.txt |
|
H A D | Filter.ExtractStyleBlocks.Scope.txt |
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/ |
H A D | TAP.php | 222 * @param string $directive 224 protected function writeNotOk(PHPUnit_Framework_Test $test, $prefix = '', $directive = '') argument 232 $directive != '' ? ' # ' . $directive : ''
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 0.0.js | 1 …directive.include",next:"@include"}],[/^\s*#\s*\w+/,"keyword"],[/[{}()\[\]]/,"@brackets"],[/[<>](?…
|
12345