Home
last modified time | relevance | path

Searched refs:trim (Results 151 – 175 of 1709) sorted by last modified time

12345678910>>...69

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php138 $line = \trim($lines[$i]);
H A DFixedReader.php114 if (\strlen(\trim($nextLine)) !== 21) {
121 /* Check for less than 20 bytes: cut the line to 20 bytes and trim; have to result in exactly 18 bytes.
125 if (\strlen(\trim(\substr($nextLine, 0, 20))) !== 18) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php41 $color = strtolower(trim($color));
263 $name = strtoupper(trim($cores[0]));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php74 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
82 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
222 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
276 $stylestr = trim($styles[2][$i]);
280 if (trim($sta)) {
290 $property = trim($property);
292 $value = trim($value);
304 $tagstr = strtoupper(trim($styles[1][$i]));
314 $tags = preg_split('/\s+/', trim($tg));
320 if (trim(
[all...]
H A DForm.php794 $js = str_replace("\t", ' ', trim($js));
804 $js = str_replace("\t", ' ', trim($js));
815 $j = str_replace("\t", ' ', trim($js[$i][1]));
H A DGradient.php622 $v = trim($m[1]);
636 $first = preg_split('/\s+/', trim($bgr[0]));
639 } elseif (trim($first[count($first) - 1]) === '0') {
662 } elseif (trim($first[count($first) - 1]) === '0') {
726 $el = preg_split('/\s+/', trim($bgr[$i]));
749 $v = trim($m[1]);
767 $first = preg_split('/\s+/', trim($bgr[0]));
772 } elseif (trim($first[count($first) - 1]) === '0') {
870 $el = preg_split('/\s+/', trim($bgr[$i]));
949 $v = trim(
[all...]
H A DHyphenator.php183 $entry = trim($entry);
H A DMpdf.php2163 $sz = preg_split('/\s+/', trim($properties['BACKGROUND-SIZE']));
2250 // If using bleed and trim margins in paged media
3348 $name = strtoupper(trim($name));
6466 // Always right trim!
6467 // Right trim last content and adjust width if needed to justify (later)
7242 $tr = trim($tr);
7259 $v = trim($m[2][$i]);
8727 $this->otl->trimOTLdata($cOTLdata[count($cOTLdata) - 1], true, false); // left trim U+3000
13631 $endtag = trim(strtoupper(substr($e, 1)));
13772 if (trim(
[all...]
H A DOtl.php129 if (trim($str) == '') {
H A DSizeConverter.php52 $size = trim(strtolower($size));
H A DTTFontFile.php2265 if ($key && strlen(trim($key)) == 5 && $sub) {
2321 if ($key && strlen(trim($key)) == 11 && $sub) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php279 if (trim($srcpath) != '' && substr($srcpath, 0, 4) == 'var:') {
395 $pts = preg_split('/[ ,]+/', trim($attribs['points']));
425 $pts = preg_split('/[ ,]+/', trim($arg));
472 $v = trim($m[2][$i]);
1043 $vb = preg_split('/\s+/is', trim($this->svg_attribs['viewBox']));
1145 $v = trim($m[2][$i]);
2958 $fonttype = trim($f);
2961 $v = strtolower(trim($fonttype));
2976 $fonttype = trim($f);
2979 $v = strtolower(trim(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php80 $pop = preg_split('/\s+/', trim($attr['POPUP']));
H A DBarCode.php37 $objattr['btype'] = strtoupper(trim($attr['TYPE']));
H A DFormFeed.php14 $prop = preg_split('/\s+/', trim($attr['SHEET-SIZE']));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php817 $branch = isset($path[2]) ? trim($path[2]) : '';
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php214 if (trim($buffer) === '') {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php144 $this->fileHeader = \trim($this->streamReader->readLine());
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php42 $trimmed_renderer_response = trim($trimmed_renderer_response);
/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
74 $initialState = strtolower(trim($initialState[1]));
101 $active = strtolower(trim($active[1]));
122 $text = trim($match);
203 $title = trim($match[0]);
206 $title = trim($title,'=');
207 $title = trim($title);
/plugin/combo/syntax/
H A Dcodemarkdown.php142 $trimmedMatch = trim($match);
194 $payload = trim($data[PluginUtility::PAYLOAD], "\n\r");
H A Dcomment.php36 $normalizedContent = trim($content);
H A Dheadingatx.php85 $attributes = [HeadingTag::LEVEL => strlen(trim($match))];
/plugin/combo/ComboStrap/
H A DLineSpacing.php33 $lineSpacingValue = trim(strtolower($attributes->getValueAndRemove($lineSpacing)));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php321 $raw_results = trim(curl_exec($this->curl));

12345678910>>...69