Searched refs:UrlExcludeChars (Results 1 – 4 of 4) sorted by relevance
/dports/www/pmwiki/pmwiki-2.2.141/scripts/ |
H A D | stdmarkup.php | 371 "/\\b(?>(\\L))[^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars]/", 376 "/\\bmailto:([^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars])/", 381 "/\\b(?>(\\L))([^\\s$UrlExcludeChars]+$ImgExtPattern)(\"([^\"]*)\")?/",
|
H A D | wikistyles.php | 116 global $UrlExcludeChars, $WikiStylePattern, $WikiStyleRepl, $WikiStyle, 120 $x = preg_replace_callback("/\\b(href|src)=(['\"]?)[^$UrlExcludeChars]+\\2/", 122 $x = preg_replace_callback("/\\bhttps?:[^$UrlExcludeChars]+/", "Keep", $x);
|
H A D | urlapprove.php | 41 "\\bhttps?:[^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars]");
|
/dports/www/pmwiki/pmwiki-2.2.141/ |
H A D | pmwiki.php | 97 $UrlExcludeChars = '<>"{}|\\\\^`()[\\]\''; variable 98 $QueryFragPattern = "[?#][^\\s$UrlExcludeChars]*"; 1813 global $LinkPattern,$LinkFunctions,$UrlExcludeChars,$ImgExtPattern,$ImgTagFmt, 1823 if (preg_match("/(($LinkPattern)([^$UrlExcludeChars]+$ImgExtPattern))(\"(.*)\")?$/",$txtr,$tm))
|