Home
last modified time | relevance | path

Searched refs:preg_match (Results 901 – 925 of 1399) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php86 …if(!$url && preg_match("/((https?|ftp|gopher|news|telnet|rtsp|mms|callto|bctp|ed2k|thunder|synacas…
/plugin/fontcolor/
H A Dsyntax.php203 return (preg_match($pattern, $c));
/plugin/typography/helper/
H A Dparser.php135 if (preg_match($this->specifications[$name], $item[1], $matches)) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php214 return 0 !== preg_match(
/plugin/rss/
H A Dsyntax.php50 preg_match("/feed *= *(['\"])(.*?)\\1/", $match, $feed);
/plugin/tagsections/
H A Dhelper.php69 …if( (is_null($tag_expr) || @preg_match('/^'.$tag_expr.'$/i',$tag)) && $this->_checkTagInNamespace(…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php87 if (preg_match('=/\.[^/]*/=', $realpath)) {
/plugin/pot/
H A Dhelper.php22 preg_match($pattern, $c, $out);
/plugin/dwedit/
H A Daction.php70 if(preg_match("/$ns/",$_REQUEST['id'])) return;
/plugin/const/_test/
H A Dconstants.test.php96 $this->assertTrue(@preg_match('/RANDOM:\d+/',$HTML) === 1);
/plugin/sortablejs/
H A Dsyntax.php129 if ( preg_match( '/r?\d*/', $c, $matches ) ) {
/plugin/tagging/
H A Dsyntax.php35 preg_match('/{{tagging::(\w+)(?:>([^}\?]+))?(\?[0-9]+)?}}/', $match, $matches);
/plugin/struct/admin/
H A Dassignments.php67 if (@preg_match($assignment['assign'], null) === false) {
/plugin/jirainfo/
H A Daction.php49 $path = (preg_match('/\w+\/$/', $uri['path'])) ? $uri['path'] : $uri['path'] . '/';
/plugin/goto/
H A Dsyntax.php45 else if (preg_match("#^\s*https?:\/\/#",$matches[0])) {
/plugin/redirect2/
H A Dadmin.php140 if (preg_match('@^(https?://|/)@', $id)) {
/plugin/csstimeline/
H A Dfeed.php98 preg_match('/'.str_replace('/', '\/', $po->specialPattern).'/si', $page, $matches);
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php115 if (preg_match("/^".preg_quote($ct->getNickname($nid))."$/i",$newnick))
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php315 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
/plugin/linkbonus/
H A Dcommon.php136 $res = preg_match ("/<title>(.+)<\/title>/is", $fc, $title);
/plugin/sphinxsearch-was/
H A Dxmlall.php67 if (preg_match("/" . $conf['hidepages'] . "/", $testName)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dss.php32 if (!preg_match('#^[\\x02-\\x08]ds[s2]#', $DSSheader)) {
/plugin/explain/
H A Dsyntax.php75 if (preg_match($url, $target))
/plugin/webdav/core/
H A DServer.php106 if (preg_match('/(WebDAVFS|OneNote|Microsoft-WebDAV)/', $_SERVER['HTTP_USER_AGENT'])) {
/plugin/autogroup/conf/
H A Dsettings.class.php72 if (preg_match ($parts[2], '') === false) {

1...<<31323334353637383940>>...56