Home
last modified time | relevance | path

Searched refs:preg_match (Results 426 – 450 of 1399) sorted by path

1...<<11121314151617181920>>...56

/plugin/do/
H A Dhelper.php151 if (!preg_match($dateRegex, $args['from'][0]) || !preg_match($dateRegex, $args['to'][0])) {
/plugin/do/syntax/
H A Ddo.php80 if (preg_match('/\b(\d\d\d\d-\d\d-\d\d)\b/', $content, $grep)) {
/plugin/docimporter/
H A DImportUtils.php86 $imageInHeader = preg_match("/<DIV TYPE=HEADER>.*<IMG(.*)>.*<\/DIV>/s", $myHTMLContent);
H A DSyntaxConverter.php249 preg_match('/((\d+)x)?(\d+)px/', $part, $matches);
/plugin/docnavigation/syntax/
H A Dpagenav.php104 if (isset($title) && preg_match('/^\{\{[^}]+}}$/', $title)) {
/plugin/docsearch/
H A Dcron.php60 preg_match('/.([^\.]*)$/', $file, $extension);
/plugin/doi/Resolver/
H A DIsbnGoogleBooksResolver.php38 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
H A DIsbnOpenLibraryResolver.php30 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
/plugin/dokugource/
H A Daction.php42 if(preg_match('`~~gourcecolor(<|:|>)#?([0-9a-z]{3}([0-9a-z]{3})?)~~`i', $event->data[0][1], $m)) {
72 if(!preg_match('`^[a-z0-9]{8,64}$`i', $_GET['dokugource_key'])) die();
90 if(preg_match('`^'.$key.'(\s+(.*))?$`', $l, $m)) {
130 if(is_file($p.'/'.$i)) if(preg_match('`\.changes$`', $i)) {
133 if(preg_match('`^\s*([0-9]+)\s+([^\s]+)\s+([a-z]{1,3})\s+([^\s]+)\s+([^\s]+)`i', $l, $m)) {
135 if(preg_match('`(C|cc|sc)`i', $m[3])) {
137 }elseif(preg_match('`(D|dc|hc)`i', $m[3])) {
H A Dadmin.php132 if(is_file($p.'/'.$i)) if(preg_match('`\.changes$`', $i)) {
135 if(preg_match('`^\s*([0-9]+)\s+([^\s]+)\s+([a-z]{1,3})\s+([^\s]+)\s+([^\s]+)`i', $l, $m)) {
137 if(preg_match('`(C|cc|sc)`i', $m[3])) {
139 }elseif(preg_match('`(D|dc|hc)`i', $m[3])) {
/plugin/dokukiwix/
H A Dcommon.php24 if(preg_match('#^(https?|ftp)://#i',$id)){
30 if(!preg_match('#\/?tag_#i',$id)) {
53 …if(!(preg_match('#^\.#i',$id) || (!preg_match('#^\.#i',$id) && !preg_match('#:#i',$id))) ){ // Lin…
/plugin/dokupp/
H A Dsyntax.php29 else if (preg_match('/#[a-z]*=\d*/', $match)) { //< select counter, set amount
/plugin/dokutexit/
H A Drenderer.php65 if (preg_match("/<texit info>(.*?)<\/texit>/",
/plugin/dpicorrect/
H A Daction.php45 preg_match("/media=([^\"]+\.(jpg|png))\"/",$img,$matches);
/plugin/dropfiles/action/
H A Dajax.php189 if (!preg_match('/\.(' . $regex . ')$/i', $fn)) {
/plugin/dtable/
H A Dhelper.php142 preg_match('/<tr.*?>(.*?)<\/tr>/si', $html, $maches);
191 if ( preg_match('/:::/',$match) ) {
197 while (preg_match('/^\s*:::\s*$/', $this->calls[$row][0][$this->cell][3]) && $row > 0) {
/plugin/duoshuo-dokuwiki/
H A Daction.php58 …$no_duoshuo = preg_match('/[^<nowiki>]' . syntax_plugin_duoshuo::NODUOSHUO_SYNTAX . '/' , $data , …
73 …$count = preg_match('/[^<nowiki>]' . syntax_plugin_duoshuo::DUOSHUO_SYNTAX . '/' , $data , $matche…
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php40 preg_match("/^$re/", $file, $m) ||
41 preg_match('/[&?]media=([^&?]*)/', $file, $m)
54 } elseif (!preg_match('/(\.php|\?)/', $file)) {
66 if (preg_match('/[?&]w=(\d+)/', $file, $m)) {
69 if (preg_match('/[?&]h=(\d+)/', $file, $m)) {
72 if (preg_match('/[&?]rev=(\d+)/', $file, $m)) {
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...]

1...<<11121314151617181920>>...56