Home
last modified time | relevance | path

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

/plugin/abc/
H A Dsyntax.php97 if ($this->getConf('displayType')==1 || $this->getConf('displayType')==2) {
100 if ($this->getConf('displayType')==2) {
148 if (($this->getConf('displayType')==1) || ($this->getConf('displayType')==2)) {
150 …r .= $tmpError1."If you do not wish to install it, you can change the 'displayType' to '0' ('image…
152 if($this->getConf('ps2pdf') && ($this->getConf('displayType')==2)) {
382 * html for displaying all files; dependant on displayType
393 switch ($this->getConf('displayType')) {
/plugin/abc/conf/
H A Ddefault.php8 $conf['displayType'] = 0;
H A Dmetadata.php8 $meta['displayType'] = array('multichoice','_choices' => array(0,1,2));