Home
last modified time | relevance | path

Searched refs:has_plugin (Results 1 – 7 of 7) sorted by relevance

/plugin/ckgdoku/
Dhelper.php49 function has_plugin($plugin) { function in helper_plugin_ckgdoku
/plugin/ckgedit/action/
Dsave.php201 … if($this->helper->has_plugin('button') && strpos($matches[0], '[[{') === 0) {
375 if(!$this->helper->has_plugin('imgpaste')) return;
Dmeta.php791 if($this->helper->has_plugin('tag')) $JSINFO['has_tags'] = "Tag";
792 if($this->helper->has_plugin('wrap') && ! plugin_isdisabled('wrap')) {
Dedit.php398 if($this->helper->has_plugin('divalign2')
399 ||$this->helper->has_plugin('divalign2_center')) {
/plugin/ckgedit/
Dhelper.php49 function has_plugin($plugin) { function in helper_plugin_ckgedit
/plugin/ckgdoku/action/
Dedit.php378 if($this->helper->has_plugin('divalign2')
379 ||$this->helper->has_plugin('divalign2_center')) {
Dmeta.php763 if($this->helper->has_plugin('tag')) $JSINFO['has_tags'] = "Tag";
764 if($this->helper->has_plugin('wrap') && ! plugin_isdisabled('wrap')) {