Home
last modified time | relevance | path

Searched refs:preg_match (Results 1176 – 1200 of 1399) sorted by relevance

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

/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/xtern/
H A Daction.php56 if(preg_match($regex,$ID)) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php175 …$test = preg_match('/Digest realm="' . self::REALM . '",qop="' . $qopstr . '",nonce="([0-9a-f]*)",…
/plugin/const/
H A Daction.php64 if (preg_match('/<const[^>]*>([^<]*)<\/const>/', $event->data, $data) > 0) {
/plugin/combo/ComboStrap/
H A DPageId.php286 if (!is_string($value) || !preg_match("/[" . self::PAGE_ID_ALPHABET . "]/", $value)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php213 preg_match('#<' . $prefix . 'id>([^<]+)</' . $prefix . 'id>#', $xml->asXML(), $matches);
/plugin/dw2pdf/
H A Drenderer.php257 if ($link['name'][0] != '<' && preg_match('/\binterwiki iw_(.\w+)\b/', $link['class'], $m)) {
/plugin/aichat/
H A DEmbeddings.php141 ($skipRE && preg_match($skipRE, (string)$page)) ||
142 ($matchRE && !preg_match($matchRE, ":$page"))
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php82 return preg_match('/OpenSSL/i', $v);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php69 preg_match('#EPSG[:]+(\d+)#', $input->crs->properties->name, $m);
/plugin/pagequery/
H A Dsyntax.php201 if (preg_match('/{(title|heading|firstheading)}/', $value)) {
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php153 if(preg_match($include, $filename)) {
159 if($exclude && preg_match($exclude, $filename)) {
/plugin/twofactorgoogleauth/
H A DQRCode.php179 if (preg_match($numeric, $data)) return 0;
180 if (preg_match($alphanumeric, $data)) return 1;
181 if (preg_match($kanji, $data)) return 3;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1712 if (preg_match($pattern, $testPath) === 1) {
2012 if (preg_match("/^$legalFirstChar/", $string) === 0) {
2018 if (preg_match("|[^$legalChars]|", substr($string, 1)) > 0) {
2070 if (preg_match('|^[A-Z]|', $string) === 0) {
2132 if (preg_match($pattern, $varType, $matches) !== 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php164 if (preg_match('/var:\s*(.*)/', $file, $v)) {
172 if (preg_match('/data:image\/(gif|jpe?g|png|webp);base64,(.*)/', $file, $v)) {
187 if (!preg_match('/^(http|ftp)/', $orig_srcpath)) {
860 } elseif (preg_match('/[a-zA-Z]{4}/', $type)) {
1445 if (preg_match('/[?]/', $url)) {
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php926 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
947 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $pre, $dependent))
965 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $post, $dependent))
980 if(preg_match("/\^(.*)\^(.*)\^/U", $pre, $matchCarat))
986 else if(preg_match("/\^(.*)\^(.*)\^/U", $post, $matchCarat))
1214 if(preg_match("/\s/", trim($this->vars['styleShortName'])))
1282 if(preg_match("/\s/", trim($this->vars['styleShortName'])))
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php276 if (preg_match($pattern_command, $cmd_str, $res))
/plugin/refnotes/syntax/
H A Dreferences.php165 if (preg_match($this->handlePattern, $syntax, $match) == 0) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php262 return preg_match('/^\s*$/', $token[Mustache_Tokenizer::VALUE]);
/plugin/bugzillaxmlrpc/
H A Dsyntax.php154 preg_match('/^bugz#([0-9]+)/', $match, $submatch);
/plugin/ajaxpeon/
H A Dhelper.php104 $rt = preg_match("@<WORDLIST\b(.*?)>(.*?)</WORDLIST>@",$txtstr,$match);
/plugin/mantisreporter/
H A Dsyntax.php104 preg_match($regexId, $data, $resultId);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.monkey.php170 if (!preg_match('/^[0-9a-f]{32}$/', $info['md5_data_source'])) {
H A Dmodule.audio.tak.php163 if (!preg_match('/^[0-9a-f]{32}$/', $info['md5_data_source'])) {
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php170 if (preg_match('|^https?://|', $news->linkHref)) {

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