Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/src/dm/nodes/ve.dm.GeneratedContentNode.js
Ðазад
/*! * VisualEditor DataModel GeneratedContentNode class. * * @copyright See AUTHORS.txt */ /** * DataModel generated content node. * * @class * @abstract * * @constructor */ ve.dm.GeneratedContentNode = function VeDmGeneratedContentNode() { }; /* Inheritance */ OO.initClass( ve.dm.GeneratedContentNode ); /* Events */ /** * @event ve.dm.GeneratedContentNode#generatedContentsError * @param {jQuery} $element Element containing the error message */ /* Static methods */ /** * Store HTML of DOM elements, hashed on data element * * @static * @param {Object} dataElement Data element * @param {Object|string|Array} generatedContents Generated contents * @param {ve.dm.HashValueStore} store Hash-value store * @return {string} Hash of stored data */ ve.dm.GeneratedContentNode.static.storeGeneratedContents = function ( dataElement, generatedContents, store ) { const hash = OO.getHash( [ this.getHashObjectForRendering( dataElement ), undefined ] ); return store.hash( generatedContents, hash ); }; /** * Get as hash object that uniquely describes the rendering * * Sub-classes can simplify this hash if certain attributes * don't affect the rendering. * * @static * @param {Object} dataElement Data element * @return {Object} Hash object */ ve.dm.GeneratedContentNode.static.getHashObjectForRendering = function ( dataElement ) { return this.getHashObject( dataElement ); }; /* Methods */ /** * Get as hash object that uniquely describes the rendering * * The actual logic is in a static function as this needs * to be accessible from ve.dm.Converter * * @return {Object} Hash object */ ve.dm.GeneratedContentNode.prototype.getHashObjectForRendering = function () { return this.constructor.static.getHashObjectForRendering( this.element ); };
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка