| /plugin/combo/action/ |
| H A D | metacsp.php | 45 $directives = [ 60 $directives = array_merge($actualDirectives, $directives); 63 "content" => join(", ", $directives) 68 "content" => join(",", $directives)
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
| D | Interchange.php | 21 public $directives = array(); variable in HTMLPurifier_ConfigSchema_Interchange 30 if (isset($this->directives[$i = $directive->id->toString()])) { 33 $this->directives[$i] = $directive;
|
| D | Validator.php | 52 foreach ($interchange->directives as $i => $directive) { 198 if (isset($this->interchange->directives[$s])) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ |
| D | ConfigForm.php | 121 foreach ($all as $ns => $directives) { 122 $ret .= $this->renderNamespace($ns, $directives); 141 * @param array $directives array of directives to values 144 protected function renderNamespace($ns, $directives) argument 153 foreach ($directives as $directive => $value) {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | ast.js | 313 directives: "[string*/S] an array of directives declared in this scope", property 968 this.directives = Object.create(null); 987 this.directives = Object.create(this.directives); 988 } else if (node instanceof AST_Directive && !this.directives[node.value]) { 989 this.directives[node.value] = node; 996 this.directives = Object.getPrototypeOf(this.directives); 1010 var dir = this.directives[type];
|
| D | parse.js | 228 directives : {}, property 614 if (S.directives[directive] === undefined) { 615 S.directives[directive] = 1; 617 S.directives[directive]++; 626 var directives = S.directive_stack[S.directive_stack.length - 1]; 628 for (var i = 0; i < directives.length; i++) { 629 S.directives[directives[i]]--; 636 return S.directives[directive] !== undefined && 637 S.directives[directive] > 0;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | AutoFormat.PurifierLinkify.txt | 8 Internal auto-formatter that converts configuration directives in
|
| D | HTML.AllowedComments.txt | 8 (these directives are union'ed together, so a comment is considered
|
| D | HTML.Doctype.txt | 8 older directives like %HTML.XHTML or %HTML.Strict.
|
| D | URI.MungeResources.txt | 7 If true, any URI munging directives like %URI.Munge
|
| D | HTML.AllowedCommentsRegexp.txt | 13 See also %HTML.AllowedComments (these directives are union'ed together,
|
| D | HTML.Allowed.txt | 19 All of the constraints on the component directives are still enforced.
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/ |
| D | ConfigSchema.php | 17 foreach ($interchange->directives as $d) {
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Devel.js | 53 var directives = 'connect-src %connect-src% \'self\' https://*.draw.io https://*.diagrams.net ' + 69 var csp = hashes + directives;
|
| /plugin/codemirror/dist/modes/ |
| D | gas.min.js.map | 1 …directives",".abort",".align",".altmacro",".ascii",".asciz",".balign",".balignw",".balignl",".bund…
|
| D | factor.min.js.map | 1 …s like lineComment, which are supported by\n // all modes, and also directives like dontIndentS…
|
| /plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
| D | core.js | 84 directives: { property 438 directives: { property
|
| /plugin/authshibboleth/ |
| D | README.md | 55 The `authshibboleth.conf.php` file contains all available directives, set to their default values a…
|
| /plugin/authsmartcard/ |
| D | README.md | 20 In addition to all the other SSL directives (SSLCertificateFile, SSLCertificateKeyFile, SSLCACertif…
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 240 directives : Object.create(null), property 629 S.directives[directive] = true; 633 S.directives = Object.create(S.directives); 637 S.directives = Object.getPrototypeOf(S.directives); 641 return !!S.directives[directive];
|
| /plugin/tagfilter/script/select2/ |
| D | README.md | 33 * [AngularUI](http://angular-ui.github.com/#directives-select2) ([AngularJS](angularjs.org))
|
| /plugin/blogtng/ |
| D | style.css | 4 * Specialized CSS overriding the directives found here should be
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 51.51.js.map | 1 … //footnotes\n { include: '@footnotes' },\n //directives\n [\n…
|
| /plugin/asciidocjs/node_modules/babel-types/ |
| D | README.md | 159 t.blockStatement(body, directives) 167 - `directives`: `Array<Directive>` (default: `[]`) 1509 t.program(body, directives) 1517 - `directives`: `Array<Directive>` (default: `[]`)
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | CHANGELOG.md | 14 Check for use of `'use strict'` directives in non-simple parameter
|