Home
last modified time | relevance | path

Searched +full:imgpaste +(+path:plugin +path:ckgedit) -(+path:plugin +path:ckgedit +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgedit/conf/
H A Ddefault.php41 $conf['imgpaste'] = 1;
H A Dmetadata.php41 $meta['imgpaste'] = array('onoff');
/plugin/ckgedit/action/
H A Dsave.php375 if(!$this->helper->has_plugin('imgpaste')) return;
376 if(!$this->getConf('imgpaste')) return;
377 $imgpaste = plugin_load('action','imgpaste');
378 $filename = $imgpaste->getConf('filename');