Home
last modified time | relevance | path

Searched refs:listtype (Results 1 – 3 of 3) sorted by relevance

/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php137 $listtype = $large ? 'large' : 'small';
139 … $out = '<div id="fa__' . $listtype . '" class="sprovs"><form action="'.wl($ID).'" method="post">'
143 . ' <input type="hidden" name="source" value="' . $listtype . '" />'
146 . ' <div id="axwrap__' . $listtype . '">'
147 … . $this->html_providers_list($this->manager->providers->{'get'.ucfirst($listtype)}(), $large)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php147 $this->mpdf->listtype[$this->mpdf->listlvl] = 'decimal';
150 $this->mpdf->listtype[$this->mpdf->listlvl] = 'disc';
152 $this->mpdf->listtype[$this->mpdf->listlvl] = 'circle';
154 $this->mpdf->listtype[$this->mpdf->listlvl] = 'square';
175 switch ($this->mpdf->listtype[$this->mpdf->listlvl]) {
365 $listtype = $attr['TYPE'];
366 switch ($listtype) {
368 $listtype = 'upper-latin';
371 $listtype = 'lower-latin';
374 $listtype
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php561 var $listtype;
1503 $this->listtype = [];
567 var $listtype; global() variable in Mpdf\\Mpdf