Home
last modified time | relevance | path

Searched refs:preg_match (Results 1351 – 1375 of 1399) sorted by last modified time

1...<<515253545556

/plugin/relativens/
H A Dsyntax.php84 if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$linkPart) ) {
86 }elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$linkPart) ) {
88 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$linkPart) ) {
90 }elseif ( preg_match('<'.PREG_PATTERN_VALID_EMAIL.'>',$linkPart) ) {
92 }elseif ( preg_match('!^#.+!',$linkPart) ) {
/plugin/bookmarkme/syntax/
H A Dbookmarkme.php27preg_match("#^.+BookmarkMe[/.]([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWik…
/plugin/bookmarkme/
H A Daction.php106preg_match("#^.*?BookmarkMe/([^\\/]+)#"," $HeadURL: https://svn.debugger.ru/repos/common/DokuWiki/…
164 if (!$exists || preg_match("/$sp/i",$ID))
208 …,"<li><a href=\"$v\" ".(preg_match("#^javascript:#",$v)?"":"target=\"_blank\"")."><img src=\"$iu$i…
/plugin/prolog/
H A Dattribute_include.php127 if(preg_match('/[\w]+/', end($IDparts)))
129 elseif(preg_match('/\*\*/', end($IDparts)))
131 elseif(preg_match('/\*/', end($IDparts)))
152 if(!preg_match($this->exitTagPattern,$splited))
/plugin/snap/
H A Dhelper.php141 if (!preg_match('/^.*?:\/\//',$param)) {
255 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;
258 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;
H A Dsyntax.php.ori118 if (preg_match("/!/",$options)) {
137 if (!preg_match('/^http:\/\//',$param)) {
/plugin/xtermrtf/
H A Dsyntax.php120 preg_match("/{\\\colortbl ;(.*?);}/i", $rtf, $colortbl);
162 if (preg_match("/^cf(.*)/i",$corps[$i],$val)) {
171 else if (preg_match("/^highlight(.*)/i",$corps[$i],$val)) {
180 else if (preg_match("/^par/i",$corps[$i],$val)) {
184 else if (preg_match("/^ulnone/i",$corps[$i],$val)) {
188 else if (preg_match("/^ul/i",$corps[$i],$val)) {
192 else if (preg_match("/^b0/i",$corps[$i],$val)) {
196 else if (preg_match("/^b/i",$corps[$i],$val)) {
200 else if (preg_match("/^i0/i",$corps[$i],$val)) {
204 else if (preg_match("/^i/i",$corps[$i],$val)) {
[all …]
/plugin/code2/
H A Dsyntax.php125 if (preg_match('|^\n(\*{5,})|',
129 } else if (preg_match('|^\n(\x2A{3}\s[^\n]*)(.*)|s',
263 && preg_match('|(\d+)\.(\d+)\.(\d+)\.(\d+)|', GESHI_VERSION, $hits)
277 if (preg_match('|^((.*)<span class="re3">)(.*)$|i', $l, $hits)) {
283 } else if (! preg_match('|^\s*<span|i', $l)) {
676 if (preg_match('/^\s*(?=\S)(?>(?>(diff)(?>\s+([cnrsu]?))?)|'
752 if (preg_match(
756 } else if (preg_match(
760 } else if (preg_match(
766 } else if (preg_match(
[all …]
/plugin/weiqi/
H A Dweiqi_parser.php412 if (preg_match('@/$@', $src))
416 if (preg_match('@/(.+)#$@', $src, $match))
/plugin/vote/
H A Dsyntax.php37 preg_match( '/<vote\s+(.*?)[\s>]/s', $data, $regx_result );
41 preg_match( '/<vote\s+.*?\s+(.*?)>/s', $data, $regx_result );
44 preg_match( '/<vote.*?>\n(.*?)\n\*/s', $data, $regx_result );
117 if( preg_match( '/check=(\w+)/s', $param, $regex_result ) > 0 ) {
/plugin/distributedacl/
H A Daction.php41 if ( !$event->data[3] && preg_match( "/^$ACLNAMESPACE(.+)$/", $event->data[1], $c ) ) {
68 if ( ! preg_match( $matchexclude, $confaclline ) ) {
76 if ( ! preg_match( "/^#\s+acl.auth.php/", $newconfacl ) ) {
86 if ( preg_match( "/^\s*([^:]+)\s*:\s*(\S+)/", $line, $c ) && isset($permarr[$c[1]]) ) {
91 if ( ! preg_match( "/[a-zA-Z0-9]/", $u[$j] ) ) {
/plugin/linkmanager/
H A Dfunctions.php239 if($type == 'd' && !preg_match('#^'.$file.'(/|$)#','/'.$opts['ns'])){
242 }elseif($type == 'f' && ($opts['nofiles'] || !preg_match('#\.txt$#',$file))){
/plugin/sympaauth/
H A Dadmin.php127 if(preg_match('!\$conf\[\'authtype\'\] *= *.*!', $line)) {
130 if(preg_match('!\$conf\[\'authtype\'\] *= *[\'"]sympa[\'"]!', $value)) return true;
163 …if(preg_match('!\$conf\[\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$…
164 } while (!(preg_match('!local.protected.php!', $lines[$i++]) || feof($local_handle)) );
171 …if(preg_match('!\$conf\[\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$…
231 …if(preg_match('!\$conf\[\'plugin\'\]\[\'sympaauth\'\]\[\[\'sympaSoapService\'\] *= *.*!', $lines[$…
275 if(!preg_match('!\$lang\[\'\w{1,}\'\] *= *.*!', $lines[$i])) unset($lines[$i--]);
310 if(preg_match('!sympa!i', $lines[$i])) unset($lines[$i--]);
/plugin/wysiwyg/
H A Dsyntax.php88preg_match("/<wysiwyg ([^\\s]*) >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$data[0],$m…
H A Dhider.php8preg_match("/<wysiwyg ".$name." >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$markup,$ma…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php102 if ( preg_match( "/<!DOCTYPE\W*X?HTML/sim", $chunk ) )
118 if ( preg_match( '!type\s*=\s*[\'"]?\s*(?:\w*/)?(?:ecma|java)!sim', $chunk ) )
126 if ( preg_match( '!(?:href|src|data)\s*=\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
132 if ( preg_match( '!url\s*\(\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
/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/google_adsense2/
H A Dcode.php89 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
95 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
/plugin/hr/
H A Dsyntax.php211 (preg_match('|\s*<p>(?:\s*</p>)*\s*$|', $aRenderer->doc, $hits))
/plugin/lists/
H A Dsyntax.php207 if (preg_match('|\n*((\s*)(.))|', $aMatch, $hits)) {
214 if (preg_match('|^\s*\x3C$|', $aMatch, $hits)) {
217 if (preg_match('|(.*?)\s+\x3C$|s', $aMatch, $hits)) {
222 if (preg_match('|(.*[^\x5C])\x3C$|s', $aMatch, $hits)) {
278 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
294 if (preg_match('|</li>\s*$|', $aRenderer->doc)) {
299 } else if (preg_match('|\s*<li[^>]*>\s*<p>\s*$|',
374 if (preg_match('|\s*<li[^>]*>\s*<p>\s*$|',
379 } else if (preg_match('|\s*<p>\s*$|',
/plugin/lang/
H A Dsyntax.php165 if (preg_match('|\s+([a-z]{2,3})\s*>|i', $aMatch, $hits)) {
169 if (preg_match('|\s+([a-z]{2,3}\-[a-z0-9]{2,})\s*>|i',
174 if (preg_match('|\s+([ix]\-[a-z0-9]{2,})\s*>|i', $aMatch, $hits)) {
178 if (preg_match('|\s+([a-z]{2,3})\-.*\s*>|i', $aMatch, $hits)) {
/plugin/tip/
H A Dsyntax.php305 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
/plugin/deflist/
H A Dsyntax.php357 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
371 if (preg_match('|\s*<dd>\s*<p>\s*$|i',
376 $aRenderer->doc .= (preg_match(
391 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
439 if (preg_match('|\s*<p>\s*$|i',
/plugin/dokukiwix/
H A Dcommon.php24 if(preg_match('#^(https?|ftp)://#i',$id)){
30 if(!preg_match('#\/?tag_#i',$id)) {
53 …if(!(preg_match('#^\.#i',$id) || (!preg_match('#^\.#i',$id) && !preg_match('#:#i',$id))) ){ // Lin…

1...<<515253545556