| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/ |
| D | base.js | 25 export function HandlebarsEnvironment(helpers, partials, decorators) { argument 28 this.decorators = decorators || {}; 75 extend(this.decorators, name); 77 this.decorators[name] = fn; 81 delete this.decorators[name];
|
| D | runtime.js | 269 container.decorators = Utils.extend( 271 env.decorators, 272 options.decorators 288 container.decorators = options.decorators;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/ |
| D | base.js | 46 function HandlebarsEnvironment(helpers, partials, decorators) { argument 49 this.decorators = decorators || {}; 94 _utils.extend(this.decorators, name); 96 this.decorators[name] = fn; 100 delete this.decorators[name];
|
| D | runtime.js | 228 container.decorators = Utils.extend({}, env.decorators, options.decorators); 241 container.decorators = options.decorators;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/ |
| D | base.js | 35 function HandlebarsEnvironment(helpers, partials, decorators) { argument 38 this.decorators = decorators || {}; 83 _utils.extend(this.decorators, name); 85 this.decorators[name] = fn; 89 delete this.decorators[name];
|
| D | runtime.js | 211 container.decorators = _utils.extend({}, env.decorators, options.decorators); 224 container.decorators = options.decorators;
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | javascript-compiler.js | 74 decorators: [], 122 if (!this.decorators.isEmpty()) { 125 this.decorators.prepend([ 130 this.decorators.push('return fn;'); 133 this.decorators = Function.apply(this, [ 141 this.decorators.merge() 144 this.decorators.prepend( 147 this.decorators.push('}\n'); 148 this.decorators = this.decorators.merge(); 151 this.decorators = undefined; [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | javascript-compiler.js | 75 decorators: [], 119 if (!this.decorators.isEmpty()) { 122 …this.decorators.prepend(['var decorators = container.decorators, ', this.lookupPropertyFunctionVar… 123 this.decorators.push('return fn;'); 126 …this.decorators = Function.apply(this, ['fn', 'props', 'container', 'depth0', 'data', 'blockParams… 128 … this.decorators.prepend('function(fn, props, container, depth0, data, blockParams, depths) {\n'); 129 this.decorators.push('}\n'); 130 this.decorators = this.decorators.merge(); 133 this.decorators = undefined; 143 if (this.decorators) { [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | javascript-compiler.js | 83 decorators: [], 127 if (!this.decorators.isEmpty()) { 130 …this.decorators.prepend(['var decorators = container.decorators, ', this.lookupPropertyFunctionVar… 131 this.decorators.push('return fn;'); 134 …this.decorators = Function.apply(this, ['fn', 'props', 'container', 'depth0', 'data', 'blockParams… 136 … this.decorators.prepend('function(fn, props, container, depth0, data, blockParams, depths) {\n'); 137 this.decorators.push('}\n'); 138 this.decorators = this.decorators.merge(); 141 this.decorators = undefined; 151 if (this.decorators) { [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | DefinitionCacheFactory.php | 21 protected $decorators = array(); variable in HTMLPurifier_DefinitionCacheFactory 82 foreach ($this->decorators as $decorator) { 102 $this->decorators[$decorator->name] = $decorator;
|
| /plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
| D | es2015.js | 19 decorators: { property 32 decorators: { property 80 decorators: { property 101 decorators: { property 283 decorators: { property
|
| D | core.js | 298 decorators: { property 476 decorators: { property 515 decorators: { property 531 decorators: { property
|
| /plugin/asciidocjs/node_modules/handlebars/dist/ |
| D | handlebars.runtime.amd.js | 761 function HandlebarsEnvironment(helpers, partials, decorators) { argument 764 this.decorators = decorators || {}; 809 _utils.extend(this.decorators, name); 811 this.decorators[name] = fn; 815 delete this.decorators[name]; 1082 container.decorators = _utils.extend({}, env.decorators, options.decorators); 1095 container.decorators = options.decorators;
|
| D | handlebars.runtime.amd.min.js | 27 …decorators=c||{},d.registerDefaultHelpers(this),e.registerDefaultDecorators(this)}a.__esModule=!0,…
|
| D | handlebars.runtime.js | 233 function HandlebarsEnvironment(helpers, partials, decorators) { 236 this.decorators = decorators || {}; 281 _utils.extend(this.decorators, name); 283 this.decorators[name] = fn; 287 delete this.decorators[name]; 2332 container.decorators = Utils.extend({}, env.decorators, options.decorators); 2345 container.decorators = options.decorators;
|
| D | handlebars.amd.min.js | 27 …decorators=c||{},d.registerDefaultHelpers(this),e.registerDefaultDecorators(this)}a.__esModule=!0,…
|
| D | handlebars.runtime.min.js | 27 …decorators=c||{},i.registerDefaultHelpers(this),j.registerDefaultDecorators(this)}var e=c(2)["defa…
|
| D | handlebars.js | 302 function HandlebarsEnvironment(helpers, partials, decorators) { 305 this.decorators = decorators || {}; 350 _utils.extend(this.decorators, name); 352 this.decorators[name] = fn; 356 delete this.decorators[name]; 2401 container.decorators = Utils.extend({}, env.decorators, options.decorators); 2414 container.decorators = options.decorators;
|
| /plugin/eventline/timeline_js/ |
| D | timeline-bundle.css | 23 /* Used for decorators, not used for Timeline Highlight */ 30 /* Width of horizontal decorators and Height of vertical decorators is
|
| /plugin/tline/timeline_js/ |
| D | timeline-bundle.css | 23 /* Used for decorators, not used for Timeline Highlight */ 30 /* Width of horizontal decorators and Height of vertical decorators is
|
| /plugin/asciidocjs/node_modules/handlebars/types/ |
| D | index.d.ts | 29 decorators?: { [name: string]: Function }; property 89 export const decorators: { [name: string]: Function }; constant 179 decorators?: { [name: string]: Function };
|
| /plugin/asciidocjs/node_modules/babel-types/ |
| D | README.md | 51 - `decorators`: `Array<Decorator>` (default: `null`) 111 - `decorators`: `Array<Decorator>` (default: `null`) 262 t.classDeclaration(id, superClass, body, decorators) 272 - `decorators`: `Array<Decorator>` (required) 282 t.classExpression(id, superClass, body, decorators) 292 - `decorators`: `Array<Decorator>` (required) 330 - `decorators` (default: `null`) 339 t.classProperty(key, value, typeAnnotation, decorators, computed) 349 - `decorators` (required) 880 - `decorators`: `Array<Decorator>` (default: `null`) [all …]
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | index.d.ts | 279 decorators?: Decorator[] | undefined; property 294 decorators?: Decorator[] | undefined; property 414 decorators?: Decorator[] | undefined; property 426 decorators?: Decorator[] | undefined; property 499 decorators?: Decorator[] | undefined; property 516 decorators?: Decorator[] | undefined; property 593 decorators?: Decorator[] | undefined; property 959 decorators: Decorator[] | null; property 1689 decorators?: Decorator[], 1724 decorators?: Decorator[], [all …]
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 528 this.decorators = []; property 1916 if (this.state.decorators.length) { 1917 node.decorators = this.state.decorators; 1918 this.state.decorators = []; 1925 this.state.decorators.push(decorator); 2431 var decorators = []; 2440 if (decorators.length > 0) { 2447 decorators.push(this.parseDecorator()); 2454 if (decorators.length) { 2455 method.decorators = decorators; [all …]
|
| /plugin/asciidocjs/node_modules/@types/babylon/ |
| D | README.md | 63 | "decorators"
|