Home
last modified time | relevance | path

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

/plugin/folded/
H A Dscript.js15 // 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 unhide
57 if (hide == -1) {
59 hide = 0;
61 hide = 1;
65 if (hide == 1) {
76 if (hide == 1) {
H A Daction.php10 * Action part: makes the show/hide strings available in the browser
25 * Add the hide and reveal strings to $JSINFO so it can be used in the javascript
33 $hide = $this->getConf('hide') ? $this->getConf('hide') : $this->getLang('hide');
37 'hide' => $hide,
/plugin/folded/conf/
H A Ddefault.php7 $conf['hide'] = ''; // hide tooltip, if empty will use localised string
H A Dmetadata.php7 $meta['hide'] = array('string');