Home
last modified time | relevance | path

Searched refs:supportedModes (Results 1 – 3 of 3) sorted by relevance

/plugin/randominc/
H A Daction.php22 protected $supportedModes = array('xhtml'); variable in action_plugin_randominc
41 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
/plugin/mediasyntax/
H A Daction.php11 public $supportedModes = array('xhtml', 'i');
123 if(!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
15 var $supportedModes = array('xhtml', 'i'); global() variable in action_plugin_mediasyntax
/plugin/authorstats/
H A Daction.php29 var $supportedModes = array("xhtml", "metadata"); variable in action_plugin_authorstats
139 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;