Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/src/dm/nodes/ve.dm.DocumentNode.js
Ðазад
/*! * VisualEditor DataModel DocumentNode class. * * @copyright See AUTHORS.txt */ /** * DataModel document node. * * @class * @extends ve.dm.BranchNode * * @constructor * @param {ve.dm.BranchNode[]} [children] Child nodes to attach */ ve.dm.DocumentNode = function VeDmDocumentNode( children ) { // Parent constructor ve.dm.DocumentNode.super.call( this, null, children ); // Properties this.root = this; }; /* Inheritance */ OO.inheritClass( ve.dm.DocumentNode, ve.dm.BranchNode ); /* Static Properties */ ve.dm.DocumentNode.static.name = 'document'; ve.dm.DocumentNode.static.isWrapped = false; ve.dm.DocumentNode.static.parentNodeTypes = []; ve.dm.DocumentNode.static.matchTagNames = []; /* Methods */ ve.dm.DocumentNode.prototype.getElement = ve.dm.DocumentNode.prototype.getAttribute = ve.dm.DocumentNode.prototype.getAttributes = ve.dm.DocumentNode.prototype.getOriginalDomElements = ve.dm.DocumentNode.prototype.getClonedElement = ve.dm.DocumentNode.prototype.getHashObject = function () { throw new Error( 'DocumentNodes do not exist in the linear model' ); }; /* Registration */ ve.dm.modelRegistry.register( ve.dm.DocumentNode );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка