Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/resources/src/mediawiki.widgets/mw.widgets.NamespacesMenuOptionWidget.js
Ðазад
/*! * MediaWiki Widgets - NamespacesMenuOptionWidget class. * * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ ( function () { /** * @classdesc Returns an item match text that includes both the label * and the data, so the menu can filter on either. * * @class * @extends OO.ui.MenuOptionWidget * * @constructor * @description Create an mw.widgets.NamespacesMenuOptionWidget object. * @param {Object} [config] Configuration options */ mw.widgets.NamespacesMenuOptionWidget = function MwWidgetsNamespacesMenuOptionWidget( config ) { // Parent mw.widgets.NamespacesMenuOptionWidget.super.call( this, config ); }; /* Setup */ OO.inheritClass( mw.widgets.NamespacesMenuOptionWidget, OO.ui.MenuOptionWidget ); /** * @inheritdoc */ mw.widgets.NamespacesMenuOptionWidget.prototype.getMatchText = function () { return this.getData() + ' ' + this.getLabel(); }; }() );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка