Home
last modified time | relevance | path

Searched refs:g_config (Results 1 – 25 of 26) sorted by path

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php201 global $g_config;
202 if ($g_config['renderforms'] && $this->_name != "" && $this->_value != "") {
H A Dbox.form.php11 global $g_config;
12 if ($g_config['renderforms']) {
H A Dbox.generic.php180 global $g_config;
181 if ($g_config["renderlinks"]) {
207 global $g_config;
208 if ($g_config['debugbox']) {
H A Dbox.img.php60 global $g_config;
61 if ($g_config["renderlinks"]) {
111 global $g_config;
112 if ($g_config['mode'] == 'xhtml') {
H A Dbox.inline.simple.php18 global $g_config;
19 if ($g_config["renderlinks"]) {
H A Dbox.input.img.php30 global $g_config;
31 if ($g_config['renderforms']) {
72 global $g_config;
73 if ($g_config['renderforms']) {
H A Dbox.input.password.php38 global $g_config;
39 if ($g_config['renderforms']) {
H A Dbox.input.text.php61 global $g_config;
62 if ($g_config['renderforms']) {
H A Dbox.input.textarea.php56 global $g_config;
57 if ($g_config['renderforms']) {
H A Dbox.radiobutton.php109 global $g_config;
110 if ($g_config['renderforms'] && $this->_value != "") {
H A Dbox.select.php56 global $g_config;
57 if ($g_config['renderforms']) {
H A Dbox.table.cell.php213 global $g_config;
214 if ($g_config['mode'] == "quirks") {
266 global $g_config;
268 if ($g_config['mode'] == "quirks" && $size > 0) {
H A Dcss.background.image.inc.php18 global $g_config;
19 if (!$g_config['renderimages']) {
H A Dcss.list-style-image.inc.php17 global $g_config;
18 if (!$g_config['renderimages']) {
H A Dfilter.pre.height-constraint.class.php17 global $g_config;
18 if ($g_config['mode'] != 'quirks') {
H A Dimage.class.php61 global $g_config;
62 if (!$g_config['renderimages']) { return null; };
H A Doutput.fastps.class.php357 global $g_config;
359 …($g_config['ps2pdf'] && $g_config['transparency_workaround']) ? "/ps2pdf-transparency-hack true de…
360 …$header = preg_replace("/##TRANSPARENCY##/",($g_config['transparency_workaround']) ? "/no-transpar…
H A Dpipeline.class.php882 global $g_config;
883 if ($g_config['draw_page_border']) {
961 global $g_config;
967 if ($g_config['scalepoints']) {
H A Dutils_graphic.php24 global $g_config;
25 if (!$g_config['renderimages']) {
H A Dutils_units.php73 global $g_config;
74 if ($g_config['mode'] === 'quirks') {
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php31 $GLOBALS['g_config'] = array(
70 if ($GLOBALS['g_config']['pagewidth'] == 0) {
83 $pipeline->configure($GLOBALS['g_config']);
100 if ($GLOBALS['g_config']['html2xhtml']) {
117 if ($GLOBALS['g_config']['renderfields']) {
132 if ($GLOBALS['g_config']['pslevel'] == 3) {
138 switch ($GLOBALS['g_config']['method']) {
168 if ($GLOBALS['g_config']['debugbox']) {
176 if ($GLOBALS['g_config']['ps2pdf']) {
180 if ($GLOBALS['g_config']['compress'] && $GLOBALS['g_config']['method'] == 'fastps') {
[all …]
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php8 $g_config = array( variable
30 $pipeline->configure($g_config);
H A Dsample.pipeline.default.php7 global $g_config;
8 $g_config = array( variable
33 $pipeline->configure($g_config);
H A Dsample.simplest.from.file.php76 global $g_config;
77 $g_config = array(
90 $pipeline->configure($g_config);
H A Dsample.simplest.from.memory.php93 global $g_config;
94 $g_config = array(
108 $pipeline->configure($g_config);

12