Home
last modified time | relevance | path

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

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