Searched +full:hide +(+path:plugin +path:folded) -(+path:plugin +path:folded +path:lang) (Results 1 – 4 of 4) sorted by relevance
15 // containers for localised reveal/hide strings,19 var folded_hide = JSINFO['plugin_folded']['hide'];50 var hide = -1;56 // initially, find out whether we want to hide or unhide57 if (hide == -1) {59 hide = 0;61 hide = 1;65 if (hide == 1) {76 if (hide == 1) {
10 * Action part: makes the show/hide strings available in the browser25 * Add the hide and reveal strings to $JSINFO so it can be used in the javascript33 $hide = $this->getConf('hide') ? $this->getConf('hide') : $this->getLang('hide');37 'hide' => $hide,
7 $conf['hide'] = ''; // hide tooltip, if empty will use localised string
7 $meta['hide'] = array('string');