Home
last modified time | relevance | path

Searched refs:DisplayPreferences (Results 1 – 8 of 8) sorted by relevance

/dports/www/itop/web/pages/
H A Dpreferences.php35 function DisplayPreferences($oP) function
414 DisplayPreferences($oPage);
438 DisplayPreferences($oPage);
485 DisplayPreferences($oPage);
491 DisplayPreferences($oPage);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/html2fpdf/
H A Dfpdf.php22 var $DisplayPreferences=''; //EDITEI - added variable in FPDF
1547 function DisplayPreferences($preferences) function in FPDF
1549 $this->DisplayPreferences .= $preferences;
2016 if(is_int(strpos($this->DisplayPreferences,'FullScreen'))) $this->_out('/PageMode /FullScreen');
2017 if($this->DisplayPreferences)
2020 if(is_int(strpos($this->DisplayPreferences,'HideMenubar'))) $this->_out('/HideMenubar true');
2021 if(is_int(strpos($this->DisplayPreferences,'HideToolbar'))) $this->_out('/HideToolbar true');
2022 if(is_int(strpos($this->DisplayPreferences,'HideWindowUI'))) $this->_out('/HideWindowUI true');
2023 …if(is_int(strpos($this->DisplayPreferences,'DisplayDocTitle'))) $this->_out('/DisplayDocTitle true…
2024 if(is_int(strpos($this->DisplayPreferences,'CenterWindow'))) $this->_out('/CenterWindow true');
[all …]
H A Dhtml2fpdf.php155 $this->DisplayPreferences('');
/dports/mail/dspam/dspam-3.10.2/webui/cgi-bin/
H A Dadmin.cgi148 &DisplayPreferences;
157 sub DisplayPreferences {
H A Ddspam.cgi282 &DisplayPreferences;
744 sub DisplayPreferences {
/dports/x11-fonts/font-manager/font-manager-0.8.7/src/font-manager/preferences/
H A DPreferences.vala29 pane.add_page(new DisplayPreferences(), "Display", _("Display"));
H A DFontconfig.vala190 public class DisplayPreferences : FontConfigSettingsPage {
194 public DisplayPreferences () {
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php715 var $DisplayPreferences; variable in Mpdf\\Mpdf
1108 $this->DisplayPreferences = '';
9128 $this->DisplayPreferences .= $preferences;