Home
last modified time | relevance | path

Searched refs:preg_match (Results 1051 – 1075 of 1399) sorted by relevance

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

/plugin/do/
H A Daction.php178 if (preg_match('/<do[^>]*>.*<\/do>/i', $event->data[0][1])) {
/plugin/siteexport/inc/
H A Dsettings.php99 …$this->exportNamespace = !empty($ens) && preg_match("%^" . preg_quote($functions->getNamespaceFrom…
/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php372 if (preg_match('/left|right/', $root->get_attribute('align'))) {
605 if (preg_match('/^\d+$/', $value)) { $value .= 'px'; };
625 if (preg_match('/^\d+$/', $value)) { $value .= 'px'; };
637 if (preg_match('/^\d+$/', $value)) { $value .= 'px'; };
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php116 if (preg_match('|^https?://|', $feed->linkHref)) {
/plugin/slider/
H A Dsyntax.php83 if(preg_match('/^https?:\/\//i', $lastcall[1][0])) $img = $lastcall[1][0];
/plugin/data-au/
H A Daction.php172 if (!preg_match($regexp, $page, $id)) {
/plugin/pagetemplater/
H A Daction.php115 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php184 if (preg_match("/".preg_quote($str,'/')."/", $old_content) == 0)
/plugin/dpicorrect/
H A Daction.php45 preg_match("/media=([^\"]+\.(jpg|png))\"/",$img,$matches);
/plugin/pgn4web/
H A Dsyntax.php191 if (preg_match("/svg/",$set)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php84 if (!preg_match(
/plugin/watchcycle/
H A Dsyntax.php61 if (!preg_match('/~~WATCHCYCLE:[^:]+:\d+~~/', $match)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php89 if (!preg_match('{^[Yy](([/_.-]?m)([/_.-]?d)?)?$}', $dateFormat)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php152 if (preg_match("/^(.+):([0-9]+)$/", $context['exception']['file'], $matches)) {
/plugin/lms/
H A Dhelper.php217 if (!preg_match("/^$check(:|$)/", ":$ns")) {
/plugin/statistics/
H A Daction.php149 if(preg_match('/^\w+:\/\//', $event->data['media'])) return;
/plugin/data/
H A Daction.php182 if (!preg_match($regexp, $page, $id)) {
/plugin/batchedit/
H A Drequest.php222 if (preg_match('/^([^\w\\\\]|_).+?\1[imsxADSUXJu]*$/s', $regexp) != 1) {
/plugin/struct/syntax/
H A Doutput.php105 if (!preg_match(self::WHITELIST_ACTIONS, act_clean($ACT))) return true;
/plugin/cronojob/
H A Dpseudocron.php227 …if (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)…
357 …if (preg_match("~^([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-7,/*]+|(-|/…
/plugin/snap/
H A Dsyntax.php.ori118 if (preg_match("/!/",$options)) {
137 if (!preg_match('/^http:\/\//',$param)) {
/plugin/weiqi/
H A Dweiqi_parser.php412 if (preg_match('@/$@', $src))
416 if (preg_match('@/(.+)#$@', $src, $match))
/plugin/strata/syntax/
H A Dentry.php62 preg_match('/^( +[^#>]+)?(?: *#([^>]*?))?$/', $header, $header);
103 if(preg_match("/^({$p->predicate})\s*({$p->type})?\s*(\*)?\s*:\s*({$p->any}?)$/",$line,$parts)) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php288 preg_match("/\.png$/", $this->file, $output);
367 preg_match("/\.svg$/", $this->file, $output);
/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

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