Home
last modified time | relevance | path

Searched refs:preg_match (Results 101 – 125 of 1399) sorted by last modified time

12345678910>>...56

/plugin/todo/syntax/
H A Dlist.php244 if(1 == preg_match('/~~NOTODO~~/', $wikitext)) return false;
502 } elseif(preg_match('/^[\+\-]\d+$/', $date)) { // check if we have a valid relative value
/plugin/bureaucracy/helper/
H A Dactionscript.php58 $valid = preg_match($this->scriptNamePattern, $scriptName);
H A Dfield.php108 } elseif(preg_match('/x\d/', $arg)) {
112 } elseif(preg_match('/^0{2,}$/', $arg)) {
253 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
424 return @preg_match('/' . $d . '/i', $value);
H A Dfieldfile.php23 if (isset($args[0]) && preg_match('/^[a-z.\-_:]+$/', $args[0])) {
H A Dfielddate.php38 if (!is_null($value) && !preg_match('/^\d{4}-\d{2}-\d{2}$/', $value)) {
H A Dfieldtime.php38 if (!is_null($value) && !preg_match('/^\d{1,2}:\d{2}(?::\d{2})?$/', $value)) {
H A Dfieldusers.php54 $delimiter = preg_match('/\(.*\)/s', $matches[0]) ? $matches['delimiter'] : ', ';
/plugin/adhocmathml/
H A Dabstract.php35 return preg_match('/^[\w\d,\(\)#\% \/]+$/', trim($value));
39 return preg_match('/^[\w\d\%]+$/', trim($value));
47 return preg_match('/^[+-]?[\d]+$/', trim($value));
H A Dmfrac.php23 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmo.php35 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmpadded.php27 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmspace.php25 return preg_match('/^[\w\d\%]+$/', trim($value));
/plugin/gitbacked/lib/
H A DGitBackedUtil.php53 if(preg_match('!^([a-zA-z]:)(.*)!',$path,$match)) {
55 } else if(preg_match('!^(\\\\\\\\[^\\\\/]+\\\\[^\\\\/]+[\\\\/])(.*)!',$path,$match)) {
/plugin/dw2pdf/
H A Drenderer.php257 if ($link['name'][0] != '<' && preg_match('/\binterwiki iw_(.\w+)\b/', $link['class'], $m)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DEanUpc.php38 if (preg_match('/[\D]+/', $code)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php191 if (preg_match('/^[\d]+$/', $color)) {
195 } elseif (preg_match('/(rgba|rgb|device-cmyka|cmyka|device-cmyk|cmyk|hsla|hsl|spot)\((.*?)\)/', $color, $m)) {
/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])) {
182 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
205 if (!preg_match('/^data:image/i', $embedded)) { // mPDF 5.5.13
218 if (preg_match('/@media/', $CSSstr)) {
222 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
310 if (preg_match('/NTH-CHILD\((\s*(([\-+]?\d*)N(\s*[\-+]\s*\d+)?|[\-+]?\d+|ODD|EVEN)\s*)\)/', $tg, $m)) {
337 } elseif ($level === 2 && preg_match('/^[:](.*)$/', $t2, $m)) {
344 } elseif ($level === 3 && preg_match('/^[:](.*)$/', $t3, $m)) {
367 if (preg_match('/
[all...]
H A DDirectWrite.php73 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $txt)) {
142 if (!empty($this->mpdf->CurrentFont['useOTL']) && preg_match('/([' . $this->mpdf->pregCURSchars . '])/u', $tmp)) {
455 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $text)) {
H A DForm.php236 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $texto)) {
417 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $texto)) {
523 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $texto)) {
850 if (!preg_match('/^[a-zA-Z0-9_:\-]+$/', $name)) {
946 if (!preg_match('/^[a-zA-Z0-9_:\-]+$/', $name)) {
1100 if (!preg_match('/^[a-zA-Z0-9_:\-]+$/', $name)) {
1125 if (!preg_match('/^[a-zA-Z0-9_:\-\.]+$/', $value)) {
H A DGradient.php178 if ($coords[0] !== false && preg_match('/([0-9.]+(px|em|ex|pc|pt|cm|mm|in))/i', $coords[0], $m)) {
185 if ($coords[1] !== false && preg_match('/([0-9.]+(px|em|ex|pc|pt|cm|mm|in))/i', $coords[1], $m)) {
512 if (isset($stops[$i]['offset']) && preg_match('/([0-9.]+(px|em|ex|pc|pt|cm|mm|in))/i', $stops[$i]['offset'], $m)) {
624 while (preg_match('/(\([^\)]*?),/', $v)) {
628 while (preg_match('/(\([^\)]*?)[ ]/', $v)) {
637 if (preg_match('/(left|center|right|bottom|top|deg|grad|rad)/i', $bgr[0]) && !preg_match('/(<#|rgb|rgba|hsl|hsla)/i', $bgr[0])) {
651 if (preg_match('/([\-]*[0-9\.]+)(deg|grad|rad)/i', $bgr[0], $m)) {
676 if (preg_match('/(\d+)[%]/i', $first[0], $m)) {
678 } elseif (!isset($startx) && preg_match('/([
[all...]
H A DHyphenator.php47 if (preg_match('/^(http:|www\.)/', $word)) {
75 if (preg_match('/^(["\'' . $startpunctuation . '])+(.{' . $this->mpdf->SHYcharmin . ',})$/u', $word, $m)) {
80 if (preg_match('/^(.{' . $this->mpdf->SHYcharmin . ',})([\'\.,;:!?"' . $endpunctuation . ']+)$/u', $word, $m)) {
H A DMpdf.php1355 if (preg_match('/([\-+])aCJK/i', $mode, $m)) {
1641 if (preg_match('/([0-9a-zA-Z]*)-([P,L])/i', $format, $m)) {
2181 if (preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $properties['BACKGROUND-IMAGE'])) {
2191 if (preg_match('/from-image/i', $properties['BACKGROUND-IMAGE-RESOLUTION']) && isset($sizesarray['set-dpi']) && $sizesarray['set-dpi'] > 0) {
2194 } elseif (preg_match('/(\d+)dpi/i', $properties['BACKGROUND-IMAGE-RESOLUTION'], $m)) {
2276 if (isset($this->bodyBackgroundImage['gradient']) && $this->bodyBackgroundImage['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $this->bodyBackgroundImage['gradient'])) {
4163 preg_match('/^([a-z_0-9\-]+)([BI]{0,2})$/', $fs, $fas); // Allow "-"
4495 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
4535 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
5861 if (preg_match("/(["
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php164 if (preg_match('/var:\s*(.*)/', $file, $v)) {
172 if (preg_match('/data:image\/(gif|jpe?g|png|webp);base64,(.*)/', $file, $v)) {
187 if (!preg_match('/^(http|ftp)/', $orig_srcpath)) {
860 } elseif (preg_match('/[a-zA-Z]{4}/', $type)) {
1445 if (preg_match('/[?]/', $url)) {
H A DImageTypeGuesser.php35 if (preg_match('/<svg.*<\/svg>/is', $data)) {
H A DSvg.php1218 if (preg_match('/fill:\s*rgb\((\d+),\s*(\d+),\s*(\d+)\)/i', $critere_style['style'], $m)) { // mPDF 5.7.2
1228 if ((preg_match("/[^-]opacity:\s*([a-z0-9.]*|none)/i", $critere_style['style'], $m) ||
1229 preg_match("/^opacity:\s*([a-z0-9.]*|none)/i", $critere_style['style'], $m)) && $m[1] != 'inherit') {
1244 if (preg_match('/stroke:\s*rgb\((\d+),\s*(\d+),\s*(\d+)\)/', $critere_style['style'], $m)) {
1462 } elseif (preg_match('/^[\d.]+$/', $critere_style['stroke-miterlimit'])) {
2681 if (preg_match("/([" . $this->mpdf->pregRTLchars . "])/u", $txt)) {
2760 if (preg_match('/fill:\s*rgb\((\d+),\s*(\d+),\s*(\d+)\)/', $critere_style['style'], $m)) {
2770 if (preg_match("/[^-]opacity:\s*([a-z0-9.]*|none)/i", $critere_style['style'], $m) ||
2771 preg_match("/^opacity:\s*([a-z0-9.]*|none)/i", $critere_style['style'], $m)) {
2786 if (preg_match('/strok
[all...]

12345678910>>...56