Home
last modified time | relevance | path

Searched refs:pluginName (Results 26 – 28 of 28) sorted by last modified time

12

/plugin/authsplit/
H A Dauth.php44 $pluginName = $this->getConf($settingName);
45 if (!$pluginName) {
50 if ($pluginName != 'None') {
51 $this->authplugins[$type] = plugin_load('auth', $pluginName);
53 msg(sprintf($this->getLang('pluginload'), $pluginName), -1);
/plugin/rrdgraph/
H A Dhelper.php25 private $pluginName; variable in cache_rrdgraphbase
29 …* @param String $pluginName The name of the plugin. This can be retrieved by getPluginName() and m…
34 public function __construct($pluginName, $pageId, $key, $ext) { argument
36 $this->pluginName = $pluginName;
54 … $dependencies = p_get_metadata($this->pageId, 'plugin_' . $this->pluginName . ' dependencies');
79 …* @param String $pluginName The name of the plugin. This can be retrieved by getPluginName() and m…
83 public function __construct($pluginName, $pageId, $recipeName) { argument
84 $this->pluginName = $pluginName;
86 parent::__construct($pluginName, $pageId, $recipeName, ".rrd");
109 …public function __construct($pluginName, $pageId, $extension, $recipeName, $rangeNr, $conditions, … argument
[all …]
/plugin/flowplayer/player/
H A DREADME.txt340 - fadeOut() call to the "screen" plugin was sending the listenerId and pluginName arguments in wron…

12