Searched refs:pluginList (Results 1 – 3 of 3) sorted by relevance
202 $pluginList = plugin_list('admin');204 if (in_array($class, $pluginList)) {
629 $pluginList = plugin_list('', true);631 foreach ($pluginList as $name) {
1618 Parser.prototype.loadPlugins = function loadPlugins(pluginList) { argument1620 if (pluginList.indexOf("*") >= 0) {1628 if (pluginList.indexOf("flow") >= 0) {1630 pluginList = pluginList.filter(function (plugin) {1633 pluginList.push("flow");1636 if (pluginList.indexOf("estree") >= 0) {1638 pluginList = pluginList.filter(function (plugin) {1641 pluginList.unshift("estree");1644 …for (var _iterator = pluginList, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray…