Home
last modified time | relevance | path

Searched refs:decorators (Results 1 – 25 of 43) sorted by relevance

12

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Dbase.js25 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];
Druntime.js269 container.decorators = Utils.extend(
271 env.decorators,
272 options.decorators
288 container.decorators = options.decorators;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dbase.js46 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];
Druntime.js228 container.decorators = Utils.extend({}, env.decorators, options.decorators);
241 container.decorators = options.decorators;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dbase.js35 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];
Druntime.js211 container.decorators = _utils.extend({}, env.decorators, options.decorators);
224 container.decorators = options.decorators;
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js74 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/
Djavascript-compiler.js75 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/
Djavascript-compiler.js83 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/
DDefinitionCacheFactory.php21 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/
Des2015.js19 decorators: { property
32 decorators: { property
80 decorators: { property
101 decorators: { property
283 decorators: { property
Dcore.js298 decorators: { property
476 decorators: { property
515 decorators: { property
531 decorators: { property
/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.runtime.amd.js761 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;
Dhandlebars.runtime.amd.min.js27decorators=c||{},d.registerDefaultHelpers(this),e.registerDefaultDecorators(this)}a.__esModule=!0,…
Dhandlebars.runtime.js233 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;
Dhandlebars.amd.min.js27decorators=c||{},d.registerDefaultHelpers(this),e.registerDefaultDecorators(this)}a.__esModule=!0,…
Dhandlebars.runtime.min.js27decorators=c||{},i.registerDefaultHelpers(this),j.registerDefaultDecorators(this)}var e=c(2)["defa…
Dhandlebars.js302 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/
Dtimeline-bundle.css23 /* Used for decorators, not used for Timeline Highlight */
30 /* Width of horizontal decorators and Height of vertical decorators is
/plugin/tline/timeline_js/
Dtimeline-bundle.css23 /* 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/
Dindex.d.ts29 decorators?: { [name: string]: Function }; property
89 export const decorators: { [name: string]: Function }; constant
179 decorators?: { [name: string]: Function };
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md51 - `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/
Dindex.d.ts279 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/
Dindex.js528 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/
DREADME.md63 | "decorators"

12