- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of about 10,000 for Clauss (0.41 sec)
-
.mailmap
Chew Choon Keat <******@****.***> Chris Andrews <******@****.***> Chris Johnson <******@****.***> Chris Young <******@****.***> <******@****.***> Christian Clauss <cclauss@me.com> Christian Clauss <cclauss@me.com> <cclauss@bluewin.ch> Christophe Naud-Dulude <******@****.***> Christopher Lenz <******@****.***> <******@****.***> Claudio Rodriguez <******@****.***> <******@****.***>
Plain Text - Registered: 2023-02-07 21:40 - Last Modified: 2022-05-29 13:24 - 28.7K bytes - Viewed (2) -
README.md
**Ben Noordhuis** <<******@****.***>> * [BridgeAR](https://github.com/BridgeAR) - **Ruben Bridgewater** <<******@****.***>> (he/him) * [cclauss](https://github.com/cclauss) - **Christian Clauss** <<cclauss@me.com>> (he/him) * [ChALkeR](https://github.com/ChALkeR) - **Сковорода Никита Андреевич** <<******@****.***>> (he/him) * [cjihrig](https://github.com/cjihrig) -
Plain Text - Registered: 2023-02-07 21:40 - Last Modified: 2022-06-13 18:15 - 33.5K bytes - Viewed (0) -
AUTHORS
Jacob Page <******@****.***> sagulati <******@****.***> Gabriel Charette <******@****.***> conectado <******@****.***> Vitor Bruno de Oliveira Barth <******@****.***> Christian Clauss <cclauss@me.com> bhavayAnand9 <******@****.***> Brandon Lee <******@****.***> Oryan Moshe <******@****.***> Michael Sommer <******@****.***>
Plain Text - Registered: 2023-02-07 21:40 - Last Modified: 2022-06-12 05:54 - 128.7K bytes - Viewed (4) -
src/compiler/compile/nodes/Class.ts
import Expression from './shared/Expression'; import { TemplateNode } from '../../interfaces'; import TemplateScope from './shared/TemplateScope'; import Component from '../Component'; export default class Class extends Node { type: 'Class'; name: string; expression: Expression; constructor(component: Component, parent: Node, scope: TemplateScope, info: TemplateNode) { super(component, parent, scope, info);
Plain Text - Registered: 2023-02-08 07:25 - Last Modified: 2020-12-20 19:31 - 593 bytes - Viewed (0) -
lib/legacy/class.js
LegacyElement; klass = GenerateClassFromInfo(info, klass, info.behaviors); // decorate klass with registration info klass.is = klass.prototype.is = info.is; return klass;
JavaScript - Registered: 2023-02-03 07:34 - Last Modified: 2020-01-08 22:14 - 18.3K bytes - Viewed (0) -
npm-packages/meteor-babel/test/class.ts
export class TSClass { constructor(public name: string) {}
Plain Text - Registered: 2023-02-08 22:11 - Last Modified: 2021-09-30 12:50 - 63 bytes - Viewed (0) -
Library/Homebrew/rubocops/class.rb
# # @api private class ClassName < FormulaCop extend AutoCorrector DEPRECATED_CLASSES = %w[ GithubGistFormula ScriptFileFormula AmazonWebServicesFormula ].freeze def audit_formula(_node, _class_node, parent_class_node, _body_node) parent_class = class_name(parent_class_node)
Ruby - Registered: 2023-02-05 23:49 - Last Modified: 2022-11-05 04:40 - 2.7K bytes - Viewed (0) -
test/fixtures/programmatic/invocation/class.rb
Ruby - Registered: 2023-02-07 02:18 - Last Modified: 2021-10-07 14:20 - 129 bytes - Viewed (0) -
feature-detects/es6/class.js
/*! { "name": "ES6 Class", "property": "es6class", "notes": [{ "name": "ECMAScript 6 language specification", "href": "https://www.ecma-international.org/ecma-262/6.0/#sec-class-definitions" }], "caniuse": "es6-class", "authors": ["dabretin"], "tags": ["es6"], "builderAliases": ["class"] } !*/ /* DOC Check if browser implements ECMAScript 6 class. */ define(['Modernizr'], function(Modernizr) {
JavaScript - Registered: 2023-02-06 20:07 - Last Modified: 2020-12-13 12:50 - 606 bytes - Viewed (0) -
lib/legacy/class.d.ts
export {Class}; /** * Generates a class that extends `LegacyElement` based on the * provided info object. Metadata objects on the `info` object * (`properties`, `observers`, `listeners`, `behaviors`, `is`) are used * for Polymer's meta-programming systems, and any functions are copied * to the generated class. * * Valid "metadata" values are as follows: *
Plain Text - Registered: 2023-02-03 07:34 - Last Modified: 2022-04-27 22:30 - 4.1K bytes - Viewed (0)