Home
last modified time | relevance | path

Searched refs:trim (Results 1451 – 1475 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.text.php23 $text = trim($root->get_attribute('value'));
H A Dbox.radiobutton.php25 if (trim($value) == "") {
48 $this->_value = trim($value);
H A Dcss.border.inc.php77 $subvalue = trim(strtolower($subvalue));
H A Dbox.img.php244 $src = $url_autofix->apply(trim($root->get_attribute("src")));
H A Doutput.fastps.class.php279 if (trim($text) !== '') {
H A Dutils_text.php5 return preg_replace("![ \n\t]+!"," ",trim($string));
H A Dutils_units.php34 $value = trim($value);
H A Dcss.font-size.inc.php21 $value = trim(strtolower($value));
H A Dcss.font-style.inc.php9 $value = trim(strtolower($value));
H A Dcss.font-weight.inc.php9 switch (trim(strtolower($value))) {
H A Dcss.letter-spacing.inc.php18 $value = trim($value);
H A Dcss.line-height.inc.php46 if (trim($value) === "normal") {
H A Dcss.parse.inc.php102 $raw_selector = strtolower(trim($raw_selector));
192 $selector_string = trim($selector_string);
H A Dcss.parse.properties.php41 $name = strtolower(trim($matches[1]));
71 $value .= trim($matches[1]);
77 $value = $value.trim($string);
H A Dcss.width.inc.php62 return new WCConstant(trim($value));
H A Dcss.word-spacing.inc.php18 $value = trim($value);
H A Doutput.pdflib.class.php29 $encoding = trim(strtolower($encoding));
H A Dbox.checkbutton.php62 if (trim($value) == "") {
86 $this->_name = trim($name);
87 $this->_value = trim($value);
H A Dbox.iframe.php26 trim($root->get_attribute('src')) == '') {
H A Dbox.input.img.php91 $src = $url_autofix->apply(trim($root->get_attribute("src")));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php99 if(trim($line) == "/**") {
103 elseif($parsing && trim($line) == "*/") {
127 $name = trim(substr($str, 0, $separatorPos));
128 $value = trim(substr($str, $separatorPos));
132 $value = trim($line);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php319 $attrString = trim(substr($tagString, $tagAttributesStart, $j - $tagAttributesStart));
323 … $attributeName = trim(str_replace($this->tagAttributeAssignment, "", $attrArray[$attrCounter]));
H A DXMLDocument.php107 $xmlContents = trim(substr($XMLDocString, $tagPos[1]));
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php15 $g_baseurl = trim(get_var('URL', $_REQUEST));
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php51 $fi = trim ( urldecode ( get_var ( "fi", $_GET, 255, "" ) ) );
53 $fo = trim ( urldecode ( get_var ( "fo", $_GET, 255, "document" ) ) );
89 if ( strpos ( trim ( $filerows[$i] ), "//" ) === 0 ) { continue; } // Skip comment line
92 $row_type = ( isset ( $tmp[0] ) ? trim ( $tmp[0] ) : "" );
93 $row_info = ( isset ( $tmp[1] ) ? trim ( $tmp[1] ) : "" );
260 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
270 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
280 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
290 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
300 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
[all …]

1...<<51525354555657585960>>...69