Home
last modified time | relevance | path

Searched refs:true (Results 3851 – 3875 of 6699) sorted by path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTree.php57 $success = true;
87 $success = true;
H A DXML.php70 $success = true;
317 $containsBranches = true;
321 $containsLeafs = true;
341 $hasBranch = true;
357 $hasLeaf = true;
471 $success = true;
486 $success = true;
505 $success = true;
520 $nodeTagFound = true;
542 $success = true;
[all …]
H A DXMLBranch.php64 $success = true;
H A DXMLDocument.php169 $success = true;
H A DXMLLeaf.php66 $success = true;
H A DXMLRPCClient.php111 $success = true;
/plugin/html2pdf/html2pdf/html2ps/
H A Dconfig.parse.php77 $embed_flag = true;
H A Dcss.background.color.inc.php17 return new Color(array(0,0,0), true);
H A Dcss.background.inc.php24 $this->CSSPropertyHandler(true, false);
H A Dcss.background.position.inc.php24 return new BackgroundPosition(0,true,
25 0,true);
31 return array(0, true);
36 return array(100, true);
40 return array(50, true);
44 return array((int)$value, true);
84 if (preg_match("/\b(top)\b/",$value)) { return array(array(50, true), array(0, true)); };
85 if (preg_match("/\b(center)\b/",$value)) { return array(array(50, true), array(50, true)); };
86 if (preg_match("/\b(bottom)\b/",$value)) { return array(array(50, true), array(100, true)); };
87 if (preg_match("/\b(left)\b/",$value)) { return array(array(0, true), array(50, true)); };
[all …]
H A Dcss.border.collapse.inc.php9 $this->CSSPropertyStringSet(true,
10 true,
H A Dcss.border.color.inc.php12 $this->_defaultValue = new BorderColor(new Color(array(0,0,0), true),
13 new Color(array(0,0,0), true),
14 new Color(array(0,0,0), true),
15 new Color(array(0,0,0), true));
H A Dcss.color.inc.php6 $this->CSSPropertyHandler(true, true);
H A Dcss.colors.inc.php158 $success = true;
H A Dcss.direction.inc.php9 $this->CSSPropertyStringSet(true,
10 true,
H A Dcss.font.inc.php40 $this->CSSPropertyHandler(true, true);
121 $family_running = true;
125 $family_running = true;
127 $family_double_quote = true;
H A Dcss.height.inc.php10 $this->CSSPropertyHandler(true, false);
H A Dcss.inc.php29 $this->_defaultStateFlags[$property] = true;
H A Dcss.letter-spacing.inc.php8 $this->CSSPropertyHandler(false, true);
H A Dcss.list-style.inc.php14 $this->CSSPropertyHandler(true, true);
H A Dcss.max-height.inc.php10 $this->CSSPropertyHandler(true, false);
H A Dcss.min-height.inc.php10 $this->CSSPropertyHandler(true, false);
H A Dcss.orphans.inc.php5 $this->CSSPropertyHandler(true, false);
H A Dcss.page.inc.php6 $this->CSSPropertyHandler(true, true);
H A Dcss.parse.properties.php59 $matched = true;
65 $matched = true;

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