Home
last modified time | relevance | path

Searched refs:preg_match (Results 1001 – 1025 of 1399) sorted by relevance

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

/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php127 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
H A Dfckeditor_php4.php137 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
/plugin/searchpattern/
H A Dplugin.info.txt6 … myRegex ; Regex syntax is strictly the same as the one used with PHP "preg_match" function. In al…
/plugin/zotero/
H A DTextZoteroRepository.php68 if (preg_match("/\[\[.*\|(.*)\]\]/", $text, $matches))
/plugin/autostartpage/
H A Daction.php95 if(preg_match("/@DATE=(.*)@/", $wikitext, $matches)){
/plugin/dirtylittlehelper/syntax/
H A Dtree.php221 preg_match('/<h1>.*?<\/h1>/', p_locale_xhtml('index'), $match);
/plugin/docsearch/
H A Dcron.php60 preg_match('/.([^\.]*)$/', $file, $extension);
/plugin/autolink4/syntax/
H A Dregex.php
/plugin/authfacebook/lib/
H A DSignedRequest.php322 if (!preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $input)) {
/plugin/bloglinks/
H A Daction.php66 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php253 if(preg_match('/^(?:(?:(.*)(?:\/+))?([^\/]+))(?:\/?)$/u', $path, $matches)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php149 if (preg_match($pattern, $node['http']['publish_address'], $match) === 1) {
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php71 if ($fi != "." && $fi != ".." && $info["extension"] == "png" && preg_match("#^math#", $fi)) {
/plugin/blog/
H A Dhelper.php64 if (strlen($excluded_pages) > 0 && preg_match($excluded_pages, $id)) continue;
/plugin/structautolink/
H A Drenderer.php48 if ($this->getConf('match') && !preg_match('/' . $this->getConf('match') . '/i', ":$ID")) {
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php187 if (preg_match ('/style:family="[^"]+"/', $xmlCode, $matches) !== 1) {
/plugin/katex/action/
H A Dsetup.php152 if ( !preg_match( '/^#(?:[0-9a-fA-F]{3}){1,2}$/i', $value_option_error_color ) ) {
/plugin/linkback/exe/
H A Dtrackback.php101 if (!preg_match("#^([a-z0-9\-\.+]+?)://.*#i", $linkback['url'])) {
/plugin/dbquery/
H A Dhelper.php70 if (!preg_match('/^select /i', trim($query))) {
/plugin/authimap2/
H A Dauth.php478 if(!preg_match($pattern, $user)) return false;
482 if(!preg_match($pattern, $info[$item])) return false;
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php245 …if (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)…
407 …if (preg_match("~^([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-7,/*]+|(-|/…
H A Dpseudo-cron-image.php288 …if (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)…
450 …if (preg_match("~^([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-9,/*]+)\\s+([-0-7,/*]+|(-|/…
/plugin/farm/
H A Doverview.class.php51 if(preg_match('/^size(desc)?$/', $sort)) {
60 if(preg_match('/^name(desc)?$/', $sort)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php183 preg_match('/([^\s]+)(?:\s+(.*))?/', $tokens[($tag + 2)]['content'], $matches);
229preg_match('/([^$&.]+)(?:((?:\.\.\.)?(?:\$|&)[^\s]+)(?:(\s+)(.*))?)?/', $tokens[($tag + 2)]['conte…
/plugin/wikistats/
H A Dsyntax.php126 if (preg_match('/(\w+)\s*=(.+)/', $m, $temp) == 1){
149 if (preg_match('/(\w+)/', $value, $match) == 1) {

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