Home
last modified time | relevance | path

Searched refs:strpos (Results 76 – 100 of 1099) sorted by last modified time

12345678910>>...44

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php247 if (strpos($CSSstr, 'url(') !== false) {
483 if (strpos($html, 'url(') !== false) {
580 if (0 === strpos($prop[0], '#')) {
957 if (false !== strpos($bits[0], 'bottom')) {
959 } elseif (false !== strpos($bits[0], 'top')) {
1206 if (false !== strpos($bits[0], 'bottom')) {
1208 } elseif (false !== strpos($bits[0], 'top')) {
2291 if (strpos($path, '//') === false) {
2307 $docroot = substr($ap, 0, strpos($ap, $lp));
H A DGradient.php928 $repeat = strpos($bg, 'repeating-') !== false;
H A DMpdf.php4357 if ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos($this->FontStyle, "B") === false) {
4365 if (strpos($this->ReqFontStyle, "I") !== false && strpos($this->FontStyle, "I") === false) {
5108 if (is_int(strpos($border, 'L'))) {
5112 if (is_int(strpos($border, 'T'))) {
5116 if (is_int(strpos($border, 'R'))) {
5120 if (is_int(strpos($border, 'B'))) {
5153 } elseif ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos(
[all...]
H A DOtl.php211 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
281 if ($this->mpdf->fontLanguageOverride && strpos($ScriptLang[$GSUBscriptTag], $this->mpdf->fontLanguageOverride) !== false) {
290 if ($GSUBscriptTag && $GSUBlangsys && isset($ScriptLang[$GSUBscriptTag]) && strpos($ScriptLang[$GSUBscriptTag], $GSUBlangsys) !== false) {
297 if ($GPOSscriptTag && $this->mpdf->fontLanguageOverride && strpos($ScriptLang[$GPOSscriptTag], $this->mpdf->fontLanguageOverride) !== false) {
455 while (isset($this->OTLdata[$checkpos]) && strpos($this->GlyphClassMarks, $this->OTLdata[$checkpos]['hex']) !== false) {
481 while (isset($this->OTLdata[$checkpos]) && strpos($this->GlyphClassMarks, $this->OTLdata[$checkpos]['hex']) !== false) {
506 if (strpos($this->GSUBdata[$this->GSUBfont]['finals'], $this->OTLdata[$i]['hex']) !== false) { // ANY OTHER FINAL FORM
508 } elseif (strpos('0FEAE 0FEF0 0FEF2', $this->OTLdata[$i]['hex']) !== false) { // not already included in 5 above
558 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
864 if (strpos(
[all...]
H A DOtlDump.php545 if ($oc > 126 || strpos(' [](){}<>/%', $c) !== false) {
2018 if ($level == 2 && strpos($coverage, $inputGlyphs[0]) === false) {
2048 if ($level == 2 && strpos($coverage, $inputGlyphs[0]) === false) {
2078 if ($level == 2 && strpos($coverage, $inputGlyphs[0]) === false) {
2116 if ($level == 2 && strpos($coverage, $inputGlyphs[0]) === false) {
2692 if ((($flag & 0x0008) == 0x0008) && strpos($this->GlyphClassMarks, $glyph)) {
2695 if ((($flag & 0x0004) == 0x0004) && strpos($this->GlyphClassLigatures, $glyph)) {
2698 if ((($flag & 0x0002) == 0x0002) && strpos($this->GlyphClassBases, $glyph)) {
2702 if (($flag & 0xFF00) && strpos($this->MarkAttachmentType[($flag >> 8)], $glyph)) {
2706 if (($flag & 0x0010) && strpos(
[all...]
H A DTTFontFile.php752 if ($oc > 126 || strpos(' [](){}<>/%', $c) !== false) {
2163 if (strpos('arab syrc hebr thaa nko samr', $st) !== false) { // all RTL scripts [any/all languages] ? Mandaic
2168 if (strpos('isol fina init medi fin2 fin3 med2', $v['tag']) !== false) {
2231 if (strpos('0FE8E 0FE94 0FEA2 0FEAA 0FEAE 0FEC2 0FEDA 0FEDE 0FB93 0FECA 0FED2 0FED6 0FEEE 0FEF0 0FEF2', $variants[1]) === false) { // not already included
2234 //if (strpos('0FE8E 0FE94 0FEA2 0FEAA 0FEC2 0FEDA 0FEDE 0FB93 0FECA 0FED2 0FED6 0FEEE', $variants[1])===false) { // not already included
2251 if (strpos('dev2 bng2 gur2 gjr2 ory2 tml2 tel2 knd2 mlm2 deva beng guru gujr orya taml telu knda mlym', $st) !== false) { // all INDIC scripts [any/all languages]
2252 if (strpos('deva beng guru gujr orya taml telu knda mlym', $st) !== false) {
2261 if (strpos('locl', $v['tag']) !== false) {
2290 if (strpos('rphf half pref blwf pstf', $v['tag']) !== false) {
2296 if (strpos('009
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/File/
H A DStreamWrapperChecker.php24 if (strpos($filename, '://') > 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php179 if ($firsttime && $file && strpos($file, 'data:') !== 0) {
184 if (strpos($orig_srcpath, 'data:') !== 0) {
317 $j = strpos($data, 'JFIF');
382 //$pos = strpos($data, "\xFF\xEE\x00\x0EAdobe\0");
388 while (($pos = strpos($data, "ICC_PROFILE\0", $offset)) !== false) {
437 if (strpos($data, chr(137) . 'PNG' . chr(13) . chr(10) . chr(26) . chr(10)) !== 0) {
477 if ($ct < 4 && strpos($data, 'tRNS') !== false) {
482 if ($ct === 3 && strpos($data, 'iCCP') !== false) {
500 $j = strpos($data, 'pHYs');
513 $j = strpos(
[all...]
H A DImageTypeGuesser.php15 if (in_array(substr($data, 6, 4), ['JFIF', 'Exif'], true) || strpos($data, chr(255) . chr(216)) === 0) { // 0xFF 0xD8 // mpDF 5.7.2
27 if (strpos($data, chr(137) . 'PNG' . chr(13) . chr(10) . chr(26) . chr(10)) === 0) {
31 if (strpos($data, chr(215) . chr(205) . chr(198) . chr(154)) === 0) {
39 if (strpos($data, 'BM') === 0) {
H A DSvg.php609 if (strpos($x1, '%') !== false) {
612 if (strpos($x2, '%') !== false) {
615 if (strpos($y1, '%') !== false) {
618 if (strpos($y2, '%') !== false) {
864 if (strpos($x1, '%') !== false) {
867 if (strpos($x0, '%') !== false) {
870 if (strpos($y1, '%') !== false) {
873 if (strpos($y0, '%') !== false) {
876 if (strpos($rx, '%') !== false) {
879 if (strpos(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php995 if (0 !== strpos($this->mpdf->textbuffer[$i][0], "\xbb\xa4\xac")) { //inline object
1084 if (0 !== strpos($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0], "\xbb\xa4\xac")) { // not special content
H A DImg.php232 if (strpos($this->mpdf->HREF, '.') === false && strpos($this->mpdf->HREF, '@') !== 0) {
H A DMeter.php209 if (strpos($this->mpdf->HREF, '.') === false && strpos($this->mpdf->HREF, '@') !== 0) {
H A DTable.php472 if (strpos($w, '%') && $this->mpdf->tableLevel == 1 && !$this->mpdf->ignore_table_percents) {
478 if (strpos($w, '%') && $this->mpdf->tableLevel > 1 && !$this->mpdf->ignore_table_percents && $this->mpdf->keep_table_proportions) {
481 if (!strpos($w, '%') && !$this->mpdf->ignore_table_widths) {
H A DTd.php218 if (0 === strpos($properties['TEXT-ALIGN'], 'D')) {
377 if (strpos($w, '%') && !$this->mpdf->ignore_table_percents) {
380 elseif (!strpos($w, '%') && !$this->mpdf->ignore_table_widths) {
385 if (isset($properties['HEIGHT']) && !strpos($properties['HEIGHT'], '%')) {
387 } elseif (isset($attr['HEIGHT']) && !strpos($attr['HEIGHT'], '%')) {
H A DTextCircle.php208 if (strpos($this->mpdf->HREF, '.') === false && strpos($this->mpdf->HREF, '@') !== 0) {
H A DWatermarkImage.php23 if (strpos($size, ',')) {
31 if (strpos($pos, ',')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php65 if (false !== strpos($x_pos, '%')) {
78 if (false !== strpos($y_pos, '%')) {
H A DBookmarkWriter.php111 if (strpos($bms, 'B') !== false) {
114 if (strpos($bms, 'I') !== false) {
H A DMetadataWriter.php125 if (strpos($this->mpdf->PDFAversion, '-') === false) {
372 if (is_int(strpos($this->mpdf->DisplayPreferences, 'FullScreen'))) {
410 if (is_int(strpos($this->mpdf->DisplayPreferences, 'HideMenubar'))) {
414 if (is_int(strpos($this->mpdf->DisplayPreferences, 'HideToolbar'))) {
418 if (is_int(strpos($this->mpdf->DisplayPreferences, 'HideWindowUI'))) {
422 if (is_int(strpos($this->mpdf->DisplayPreferences, 'DisplayDocTitle'))) {
426 if (is_int(strpos($this->mpdf->DisplayPreferences, 'CenterWindow'))) {
430 if (is_int(strpos($this->mpdf->DisplayPreferences, 'FitWindow'))) {
435 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX && is_int(strpos($this->mpdf->DisplayPreferences, 'NoPrintScaling'))) {
543 if (strpos(
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfName.php49 if (strpos($value, '#') === false)
H A DPdfStream.php185 $length = \strpos($buffer, 'endstream');
264 if (\strpos($filter->value, 'LZW') === 0) {
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php105 return strpos($rec['message'], $message) !== false;
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php11 if (strpos($class, 'setasign\Fpdi\\') === 0) {
/plugin/dw2pdf/syntax/
H A Dexportlink.php62 $ns = substr($match, 8, strpos($match, '|') - 8);
67 $title = substr($match, strpos($match, '|') + 1, -2);
71 $amp = strpos($title, '&');

12345678910>>...44