Home
last modified time | relevance | path

Searched refs:Child (Results 1 – 25 of 68) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/
H A Darray_inheritance_empty_parent.html.twig3 {% block body %}{{ parent() }} Child{% endblock %}
H A Darray_inheritance_null_parent.html.twig3 {% block body %}{{ parent() }} Child{% endblock %}
H A Darray_inheritance_nonexistent_parent.html.twig3 {% block body %}{{ parent() }} Child{% endblock %}
H A Darray_inheritance_valid_parent.html.twig3 {% block body %}{{ parent() }} Child{% endblock %}
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Combinator/
H A DChild.php6 class Child extends Combinator { class
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js299 var Child = function() {}; function
300 Child.prototype = _.create(Parent.prototype); class
301 assert.ok(new Child instanceof Parent, 'object should inherit prototype');
304 Child.prototype = _.create(Parent.prototype, {func: func});
305 assert.strictEqual(Child.prototype.func, func, 'properties should be added to object');
307 Child.prototype = _.create(Parent.prototype, {constructor: Child});
308 assert.strictEqual(Child.prototype.constructor, Child);
310 Child.prototype.foo = 'foo';
311 var created = _.create(Child.prototype, new Child);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexception-stack.phpt21 PHPUnit_Framework_Exception: Child exception
H A Dteamcity-inner-exceptions.phpt22 ##teamcity[testFailed name='testPrintingChildException' message='Child exception|nmessage|nFailed a…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php123 return new Ast\Selector\Combinator\Child($sequence);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js866 var Child = Parent.extend({
871 var kid = new Child;
873 assert.equal(Child.classProp, Parent.classProp);
874 assert.notEqual(Child.classProp, undefined);
879 assert.notEqual(Child.prototype.instancePropDiff, Parent.prototype.instancePropDiff);
880 assert.notEqual(Child.prototype.instancePropDiff, undefined);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst41 Child Template
/plugin/diagramsnet/lib/resources/
H A Ddia_zh.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_uk.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_fa.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_ja.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_he.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_ko.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_th.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_zh-tw.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_ar.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_et.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_kn.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_si.txt1032 parentChildSpacing=Parent Child Spacing
H A Ddia_sl.txt1032 parentChildSpacing=Parent Child Spacing
/plugin/metaeditor/
H A Djstree.js456 var Child = $.jstree.plugins[deco];
457 if(Child) {
459 Child.prototype = this; class
460 return new Child(opts, this);

123