Home
last modified time | relevance | path

Searched +full:do_replace +(+path:plugin +path:strreplace) -(+path:plugin +path:strreplace +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/strreplace/
H A DREADME1 … up to four strings and their replacements in the Configuration Manager. Then set the 'do_replace'
6 during the same search and replace session. To start a new session, set the 'do_replace' option to…
H A Daction.php16 private $do_replace = false; variable in action_plugin_strreplace
41 $this->do_replace = $this->getConf('do_replace');
42 if(!$this->do_replace) {
55 $this->do_replace = false;
64 if(!$this->do_replace) return;
/plugin/strreplace/conf/
H A Ddefault.php2 $conf['do_replace'] = 0;
H A Dmetadata.php2 $meta['do_replace'] = array('onoff');