Home
last modified time | relevance | path

Searched refs:preg_match (Results 176 – 200 of 1399) sorted by last modified time

12345678910>>...56

/plugin/combo/ComboStrap/
H A DSqlite.php132 return (preg_match(sprintf('%1$s%2$s%1$s%3$s', $delimiter, $pattern, $modifiers), $data) > 0);
H A DStringUtility.php214 $preg_match = preg_match("/^[\w\-'\]\[,]*$/u", $text);
215 return $preg_match == 1;
220 return preg_match("/$pattern/", $subject) === 1;
H A DUnit.php28 if (!preg_match('/^(\d+?(\.\d*)?)(in|em|ex|px|pt|pc|cm|mm)?$/', $value, $m)) return 0;
H A DTagAttributes.php716 if (preg_match("/$searchPattern/", $name)) {
H A DTemplate.php73 preg_match('/' . self::LONG_VARIABLE_NAME_CAPTURE_EXPRESSION . '/im', $part, $matches);
H A DInterWiki.php113 if (preg_match('#{URL}#', $interWikiUrlTemplate)) {
125 if (preg_match('#{NAME}#', $interWikiUrlTemplate)) {
142 if (preg_match('#{(SCHEME|HOST|PORT|PATH|QUERY)}#', $interWikiUrlTemplate)) {
/plugin/combo/action/
H A Dwebcode.php42 $result = preg_match("/" . $pattern . "/ms", $text);
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text);
84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text);
100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text);
116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text);
132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text);
148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text);
164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text);
180 return \is_string($text) && '' !== $text && !preg_match('/[
[all...]
/plugin/combo/vendor/symfony/process/
H A DProcess.php1626 if (!preg_match('/[\/()%!^"<>&|\s]/', $argument)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php213 preg_match('#<' . $prefix . 'id>([^<]+)</' . $prefix . 'id>#', $xml->asXML(), $matches);
/plugin/data/
H A Daction.php182 if (!preg_match($regexp, $page, $id)) {
H A Dhelper.php118 if (isset($type['enum']) && !preg_match('/(^|,\s*)' . preg_quote_cb($value) . '($|\s*,)/', $type['enum'])) {
125 if (preg_match('/^(\d\d\d\d)-(\d\d?)-(\d\d?)$/', $value, $m)) {
133 if (!preg_match('!^[a-z]+://!i', $value)) {
403 preg_match('/^([^_]*)(?:_(.*))?((?<!s)|s)$/', $col, $matches);
477 if (preg_match('/^(.*?)([\*=<>!~]{1,2})(.*)$/', $filterline, $matches)) {
485 } elseif (!preg_match('/(!?[=~])|([<>]=?)|(\*~)/', $com)) {
/plugin/data/syntax/
H A Dcloud.php98 if (preg_match('/^%(\w+)%$/', $col, $m) && isset($fields[$m[1]])) {
H A Dentry.php96 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/', $line, $matches);
/plugin/adhoctags/syntax/
H A Da.php30 return (preg_match('/^([\w\d]+ ?)+$/', trim($value)));
34 return (preg_match('/^[\w\d_-]+$/', trim($value)));
38 return (preg_match('/^[\w\-]+$/', trim($value)));
42 return (preg_match('/^[\w\-_\.]+$/', trim($value)));
H A Dtime.php21 return ( $name == 'datetime' && preg_match('/^[\w\d\s_+-:]+$/i', $value) );
/plugin/adhoctags/
H A Dhelper.php96 if (preg_match('/^data-[a-z][a-z0-9_-]*$/', $key)) {
101 if (preg_match('/^aria-[a-z]+$/', $key)) {
144 if (preg_match('/^:([a-z\-]+)/', $token)) {
150 if (preg_match('/^#([A-Za-z]\w+)/', $token)) {
156 if (preg_match('/^\"(.*)\"$/', $token)) {
162 if (preg_match('/^\[([^\]]+)\]$/', $token)) {
173 if (preg_match('/^[\w\d\-\\_]*$/',$token)) {
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php328 if (preg_match($pattern, $color)) {
/plugin/mobiletable/
H A Daction.php100 if (preg_match('/^\|[\|\s:]*?([^\|]*)[\|\s:]*\|$/', $line, $text)) {
H A Dsyntax.php31 preg_match('/<mobiletable ([0-9]+)?>/i', $match, $parts);
/plugin/bpmnio/syntax/
H A Dbpmnio.php56 preg_match('/<bpmnio type="(\w+)">/', $match, $matched);
/plugin/katex/action/
H A Dsetup.php152 if ( !preg_match( '/^#(?:[0-9a-fA-F]{3}){1,2}$/i', $value_option_error_color ) ) {
/plugin/bbcodeextensions/syntax/
H A Dq.php20 if (preg_match('/^cite=".+?"/', $arr[0])) {
/plugin/confightmlok/
H A Dcommon.php34 } else if (preg_match('/^[a-zA-Z\-_0-9]+$/', $this->getConf('sanitizer'))) {
/plugin/randomtables/action/
H A Dajax.php57 if (!$tableId || !preg_match('/^[A-Za-z0-9_]+$/', $tableId)) {

12345678910>>...56