Home
last modified time | relevance | path

Searched refs:true (Results 3876 – 3900 of 6699) sorted by path

1...<<151152153154155156157158159160>>...268

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.declaration.php42 $declaration->_important = true;
H A Dcss.property.handler.class.php16 return true;
H A Dcss.property.sub.class.php18 return true;
H A Dcss.pseudo.align.inc.php11 function CSSPseudoAlign() { $this->CSSPropertyHandler(true, true); }
H A Dcss.pseudo.cellpadding.inc.php6 $this->CSSPropertyHandler(true, false);
H A Dcss.pseudo.cellspacing.inc.php6 $this->CSSPropertyHandler(true, false);
H A Dcss.pseudo.form.action.inc.php4 function CSSPseudoFormAction() { $this->CSSPropertyHandler(true, true); }
H A Dcss.pseudo.form.radiogroup.inc.php5 $this->CSSPropertyHandler(true, true);
H A Dcss.pseudo.link.target.inc.php4 function CSSPseudoLinkTarget() { $this->CSSPropertyHandler(true, true); }
H A Dcss.pseudo.listcounter.inc.php6 $this->CSSPropertyHandler(true, false);
H A Dcss.pseudo.table.border.inc.php10 $this->CSSPropertyHandler(true, false);
H A Dcss.selectors.inc.php63 return true;
73 if ($selector[1] == strtolower($root->tagname())) { return true; };
79 if (node_have_class($root, $selector[1])) { return true; }
84 ($selector[1] == strtolower($root->tagname()))) { return true; };
90 return true;
96 if (match_selector($selector[1], $node)) { return true; };
103 if (match_selector($selector[1], $node)) { return true; };
155 return true;
157 return true;
161 return true;
[all …]
H A Dcss.text-align.inc.php11 $this->CSSPropertyStringSet(true,
12 true,
H A Dcss.text-decoration.inc.php20 $this->CSSPropertyHandler(true, true);
35 if (strstr($value,"overline") !== false) { $parsed['O'] = true; };
36 if (strstr($value,"underline") !== false) { $parsed['U'] = true; };
37 if (strstr($value,"line-through") !== false) { $parsed['T'] = true; };
H A Dcss.text-indent.inc.php8 $this->CSSPropertyHandler(true, true);
21 return new TextIndentValuePDF(array((int)$value, true));
H A Dcss.text-transform.inc.php12 true,
H A Dcss.utils.inc.php51 $need_block_wrapper = true;
H A Dcss.vertical-align.inc.php81 $this->CSSPropertyHandler(true, true);
H A Dcss.white-space.inc.php12 $this->CSSPropertyStringSet(true,
13 true,
H A Dcss.widows.inc.php5 $this->CSSPropertyHandler(true, false);
H A Dcss.word-spacing.inc.php8 $this->CSSPropertyHandler(false, true);
H A Dfetcher.url.class.php232 return true;
310 return true;
316 return true;
405 return true;
431 return true;
438 return $this->_process_code($res, true);
446 return true;
H A Dfilter.post.positioned.class.php26 return true;
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php267 $this->setSuccess(true);
310 $this->setSuccess(true);
358 $this->setSuccess(true);
394 $this->setSuccess(true);
441 $this->setSuccess(true);
483 $this->setSuccess(true);
525 $this->setSuccess(true);
565 $this->setSuccess(true);
601 $this->setSuccess(true);
623 $this->setSuccess(true);
[all …]
H A Dtest.php65 'renderimages' => true,
67 'renderlinks' => true,
68 'renderfields' => true,

1...<<151152153154155156157158159160>>...268