Home
last modified time | relevance | path

Searched refs:constructor (Results 76 – 100 of 371) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md23 The instantiator is able to create new instances of any class without using the constructor or any …
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md27 * Removed `LazyAssetManager` from `CacheBustingWorker` constructor
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c547 zval *constructor; in TWIG_RUNTIME_ERROR() local
567 MAKE_STD_ZVAL(constructor); in TWIG_RUNTIME_ERROR()
574 ZVAL_STRINGL(constructor, "__construct", sizeof("__construct")-1, 1); in TWIG_RUNTIME_ERROR()
585 …call_user_function(EG(function_table), &ex, constructor, constructor_retval, 3, constructor_args T… in TWIG_RUNTIME_ERROR()
591 FREE_DTOR(constructor); in TWIG_RUNTIME_ERROR()
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13constructor.toString()!=={}.constructor.toString()}(e)?Object.create(e):{},e)Object.prototype.hasO…
H A Ddhtmlxgantt_click_drag.js13constructor)},isNumberObject:function(t){return t&&"object"==typeof t&&"function Number() { [nativ…
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2constructor=t,t.__proto__=e}function ht(t){if(void 0===t)throw new ReferenceError("this hasn't bee… method in da
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js1 …fix:".js",keywords:["break","case","catch","class","continue","const","constructor","debugger","de…
/plugin/aichat/script/
H A DAIChatChat.js9 constructor() { method in AIChatChat
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js896 && Function.prototype.toString.call(obj.constructor) === "function String() { [native code] }";
902 && Function.prototype.toString.call(obj.constructor) === "function Number() { [native code] }";
908 && Function.prototype.toString.call(obj.constructor) === "function Boolean() { [native code] }";
1083 var constructorString = object.constructor.toString();
1084 var plainObjectConstructor = ({}).constructor.toString();
H A Ddhtmlxgantt_click_drag.js627 && Function.prototype.toString.call(obj.constructor) === "function String() { [native code] }";
633 && Function.prototype.toString.call(obj.constructor) === "function Number() { [native code] }";
639 && Function.prototype.toString.call(obj.constructor) === "function Boolean() { [native code] }";
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md474 - `HeadingPermalinkProcessor` no longer accepts text normalizers via the constructor - these must be provided via configuration instead
552 - Removed the second `$contents` argument from the `Heading` constructor
H A DCHANGELOG-0.x.md
/plugin/diagrams/script/
H A DDiagramsForm.js23 constructor(attributes, onsubmit, onclose = null) { method in DiagramsForm
H A DDiagramsMediaManager.js9 constructor() { method in DiagramsMediaManager
H A DDiagramsEditor.js47 constructor(postSaveCallback = null) { method in DiagramsEditor
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js21 constructor: Object, property in AnonymousFunction235956210100.trouble
53 constructor: Object, property in AnonymousFunction235956210200.trouble
307 Child.prototype = _.create(Parent.prototype, {constructor: Child});
308 assert.strictEqual(Child.prototype.constructor, Child);
557 Foo.prototype.constructor = null; method in Foo
946 var oCon = {constructor: Object}; property in AnonymousFunction235956213700.oCon
1003 var oCon = _.matcher({constructor: Object});
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dmod.csstransforms.min.js2 …asOwnProperty,z;C(y,c)||C(y.call,c)?z=function(a,b){return b in a&&C(a.constructor.prototype[b],c)…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php285 public function setObjectConstructor(ObjectConstructorInterface $constructor): self argument
287 $this->objectConstructor = $constructor;
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js911 var constructor = obj.constructor;
912 var proto = (_.isFunction(constructor) && constructor.prototype) || ObjProto;
1135 var aCtor = a.constructor, bCtor = b.constructor;
/plugin/confmanager/
H A Djquery.form.js845 if (v && v.constructor == Array) {
906 if (v && v.constructor == Array) {
961 if (v === null || typeof v == 'undefined' || (v.constructor == Array && !v.length)) {
964 if (v.constructor == Array)
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js41 switch (something.constructor)
62 var m = something.constructor.toString().match(/function\s*([^( ]+)\(/);
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1constructor){case String:result='String';break;case Boolean:result='Boolean';break;case Number:res…
/plugin/fetchmedia/lib/
H A Dbundle.js1constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};t.exports=function(t){return"object"…
/plugin/tagfilter/script/select2/
H A Dselect2.js161 if (a.constructor === String) return a+'' === b+''; // a+'' - in case 'a' is a String object
162 if (b.constructor === String) return b+'' === a+''; // b+'' - in case 'b' is a String object
651 var constructor = function () {}; function
652 constructor.prototype = new SuperClass; class
653 constructor.prototype.constructor = constructor; method in constructor
654 constructor.prototype.parent = SuperClass.prototype;
655 constructor.prototype = $.extend(constructor
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js948 var constructor = obj.constructor;
949 var proto = _.isFunction(constructor) && constructor.prototype || ObjProto;
1210 var aCtor = a.constructor, bCtor = b.constructor;

12345678910>>...15