Home
last modified time | relevance | path

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

/plugin/sectiontoggle/
H A Daction.php72 $JSINFO['h_ini_open'] = trim(strtolower($this->getConf('h_ini_open')));
73 $JSINFO['h_ini_open'] = preg_replace('/\s+/','_',$JSINFO['h_ini_open']);
H A Dscript.js51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
/plugin/sectiontoggle/conf/
H A Ddefault.php15 $conf['h_ini_open'] = "";
H A Dmetadata.php15 $meta['h_ini_open'] = array('string');