Home
last modified time | relevance | path

Searched refs:preg_match (Results 1026 – 1050 of 1399) sorted by relevance

1...<<41424344454647484950>>...56

/plugin/redproject/
H A Dsyntax.php67 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
83 preg_match("/proj *= *(['\"])(.*?)\\1/", $match, $proj);
/plugin/externalembed/
H A Dsyntax.php386 if(preg_match($regex, $parameters['url'], $match)) {
407 if(preg_match($regex, $parameters['url'], $matches)) {
/plugin/indexmenu/
H A Dadmin.php
/plugin/changes/
H A Dsyntax.php82 } elseif (preg_match('/(\w+)\s*=(.+)/', $m, $temp) == 1) {
124 if (preg_match('/(\w+)(?:\((.*)\))?/', $value, $match) == 1) {
/plugin/pubmed2020/classes/
H A Dcache.php391 $r = preg_match($medlinePattern, $raw, $matches);
402 $r = preg_match($pattern, $raw, $matches);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php265 preg_match("/\.png$/", $this->file, $output);
329 preg_match("/\.svg$/", $this->file, $output);
H A DPDF417Factory.php269 preg_match("/\.png$/", $this->file, $output);
333 preg_match("/\.svg$/", $this->file, $output);
/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/Shaper/
H A DMyanmar.php274 if (preg_match('/^(RaH)?([C|R]|V|d|D)[s]?(H([C|R|V])[s]?)*(H|[a]*[n]?[l]?((m[k]?|k)[a]?)?[e]*[v]*[b]*[A]*(N[a]?)?(t[k]?[a]*[v]*[A]*(N[a]?)?)*(p[A]*(N[a]?)?)*S*[J|Z]?)/', substr($s, $ptr), $ma)) {
278 elseif (preg_match('/^(RaH)?s?(H|[a]*[n]?[l]?((m[k]?|k)[a]?)?[e]*[v]*[b]*[A]*(N[a]?)?(t[k]?[a]*[v]*[A]*(N[a]?)?)*(p[A]*(N[a]?)?)*S*[J|Z]?)/', substr($s, $ptr), $ma)) {
/plugin/pycode/
H A Dmethod.php223 if (preg_match($re, $trimmed, $matches) === 1) {
269 $dashed = preg_match("/[-]+/", $line, $matches);
382 if (preg_match($re, $line, $matches) === 1) {
/plugin/combo/ComboStrap/
H A DMediaMarkup.php459 $rightAlign = (bool)preg_match('/^ /', $ref);
460 $leftAlign = (bool)preg_match('/ $/', $ref);
655 return preg_match(' / ' . syntax_plugin_combo_media::MEDIA_PATTERN . ' / msSi', $text);
/plugin/emoji/
H A Dsyntax.php122 if (preg_match('#[^/]\w*\.png#', $link, $matches) == 1) {
/plugin/dropfiles/action/
H A Dajax.php189 if (!preg_match('/\.(' . $regex . ')$/i', $fn)) {
/plugin/command/inc/
H A Dembedding.php199 if(!preg_match(COMMANDPLUGIN_CALL_PREG, $callString, $matches))
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php280 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
/plugin/autogroup/
H A Daction.php119 $match |= preg_match($regex, $oldinfo[$attr]);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.audioinfo.class.php147 } elseif (preg_match('#^mp[1-3]$#', $this->info['audio']['dataformat'])) {
/plugin/semanticdata/
H A Daction.php145 if (!preg_match($regexp, $page, $id)) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php279 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
/plugin/pagetemplate/
H A Daction.php104 if(!preg_match('#\.txt$#',$file)) return true;;
/plugin/authradius/
H A Dauth.php13 if (preg_match('/windows/i', getenv('OS'))) {
/plugin/strata/
H A Daction.php182 if(preg_match('/^plugin_strata_(type|aggregate)_(.*)$/',$fullname, $matches)) {
/plugin/move/helper/
H A Dfile.php136 if(is_file($old_path . '/' . $file) && preg_match($regex, $file, $match)) {
/plugin/pot/
H A Dsyntax.php73 preg_match('/\<[P|p][O|o][T|t]\b\s*(.*?)\s*?\>/', $try, $potset); // get the info
/plugin/tplinc/
H A Dhelper.php154 if (preg_match($pattern, ":$id", $matches)) {

1...<<41424344454647484950>>...56