Home
last modified time | relevance | path

Searched refs:preg_match (Results 76 – 100 of 1399) sorted by last modified time

12345678910>>...56

/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php275 $last_is_capital = preg_match('#^\p{Lu}#u', $last_word);
/plugin/aichat/
H A DEmbeddings.php141 ($skipRE && preg_match($skipRE, (string)$page)) ||
142 ($matchRE && !preg_match($matchRE, ":$page"))
/plugin/bez/mdl/
H A DValidator.php161 if (preg_match('/^(\d{4})-(\d{2})-(\d{2})$/', $date, $parts)) {
188 if (preg_match('/^(\d{1,2}):(\d{1,2})$/', $time, $parts)) {
/plugin/bez/struct/
H A DBezType.php32 preg_match('/#([a-z]*)([0-9]+)/', $value, $matches);
81 preg_match('/#([a-z]*)([0-9]+)/', $rawvalue, $matches);
118 preg_match('/#([a-z]*)([0-9]+)/', $lookup, $matches);
/plugin/bez/syntax/
H A Dnav.php62 preg_match('/bez:([a-z_]*)/i', $INFO['id'], $matches);
H A Dqlink.php21 preg_match('/#([a-z]*)([0-9]+)/', $match, $matches);
/plugin/imagemapping/
H A Dsyntax.php
/plugin/sql/
H A Dsyntax.php18 if (preg_match($pattern, $xml, $matches)) {
22 if (preg_match($pattern, $xml, $matches)) {
/plugin/tagging/
H A Dsyntax.php35 preg_match('/{{tagging::(\w+)(?:>([^}\?]+))?(\?[0-9]+)?}}/', $match, $matches);
/plugin/tagging/action/
H A Dsearch.php282 if (preg_match('/<div class="nothing">.*?<\/div>/', $event->data)) {
285 } elseif (preg_match('/(<\/h2>)/', $event->data)) {
/plugin/cloud/
H A Dsyntax.php48 if (preg_match('/\[.*]/', $junk, $matches) === 1) {
/plugin/gallery/
H A Dsyntax.php
/plugin/authwordpress/
H A Dauth.php360 if (!preg_match($pattern, $info[$elem])) {
/plugin/structtasks/meta/
H A DAbstractNotifier.php123 return preg_match($completed_pattern, $status);
/plugin/button/
H A Dsyntax.php195 if (preg_match('/\[\[{ *(?<image>[^}\|]*) *\|?(?<css>[^}]*)}(?<link>[^\]\|]*)\|?(?<title>[^\]]*)/', $match, $matches)) {
250 if ((substr($match['link'], 0, strlen($force_uri_prefix)) === $force_uri_prefix) || (preg_match('#^mailto:|^([a-z0-9\-\.+]+?)://#i', $match['link']))) {
H A Daction.php71 if (preg_match('/\[\[{(?<image>[^}\|]*)\|?(?<css>[^}]*)}(?<link>[^\]\|]*)\|?(?<title>[^\]]*)/', $match, $data))
/plugin/bibtex4dw/syntax/
H A Dcite.php49 preg_match('/\{\[(.+?)\]\}/', $match, $matches);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php486 preg_match('/^@\w+\{(.+)/', $entry, $matches);
498 preg_match('/^@(\w+)\{(.+),/', $entry, $matches);
599 preg_match('/^@\w+\{(.+)/' ,$entry, $matches);
613 preg_match('/^@\w+\{([\w\d]+),/' ,$entry, $matches);
702 if (!empty($ret['date']) && preg_match('|(\d\d\d\d).*|U', $ret['date'], $matches)) {
793 preg_match('/\$([^$]+)\$/' ,$entry, $matches);
1190 if (preg_match('/^{.*@.*}$/', $entry)) {
1194 if (preg_match('/^\".*\\".*\"$/', $entry)) {
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php811 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value);
813 return preg_match('/' . preg_quote($pattern, '/') . '$/', $value);
815 return preg_match('/' . preg_quote($pattern, '/') . '/', $value);
1489 if (preg_match('/^http:\/\//i', $str) || is_file($str)) {
1687 $success = preg_match('/charset=(.+)/', $contentTypeHeader, $matches);
1713 $success = preg_match(
1958 if (!preg_match('/^\w[\w:-]*$/', $tag)) {
H A Dmap.php110 …if (preg_match("/\[{2}\s*([^|]*?)\s*\|\s*([^|]*?)\s*\|\s*([^|]*?)\s*@\s*([\d,\s]+)\s*\]{2}/", $mat…
111 … or preg_match("/\[{2}\s*([^|]*?)\s*\|\s*([^|]*?)\s*@\s*([\d,\s]+)\s*\]{2}/", $match, $matches)) {
169 if (preg_match("/^\{{2}(?i)CFG>\}{2}\s*(.*?)\s*\{{2}<CFG\s*\}{2}$/s", $match, $matches)) {
H A Dreference.php68 if (preg_match("/\{{2}(?i)IMAPMLOC>\s*(.+?)\s*\|\s*(.+?)\s*\}{2}/", $match, $matches)) {
/plugin/recommend/helper/
H A Dassignment.php78 return (bool) preg_match($pattern, ":$page");
/plugin/recommend/
H A Dadmin.php12 preg_match('/^\d{4}-\d{2}$/', $_REQUEST['rec_month'])) {
36 if (@preg_match($assignment['pattern'], null) === false) {
/plugin/translation/
H A Dhelper.php90 if (preg_match($rx, $id, $match)) {
108 if (preg_match($rx, $_SERVER['HTTP_ACCEPT_LANGUAGE'], $match)) {
168 if ($skiptrans && preg_match('/' . $skiptrans . '/ui', ':' . $id)) return false;
/plugin/todo/syntax/
H A Dtodo.php107 $x = preg_match('%<todo([^>]*)>%i', $match, $tododata);
462 $x = preg_match('%<todo([^>]*)>(.*)</[\W]*todo[\W]*>%i', $todomatch, $tododata);

12345678910>>...56