Home
last modified time | relevance | path

Searched refs:UrlExcludeChars (Results 1 – 4 of 4) sorted by relevance

/dports/www/pmwiki/pmwiki-2.2.141/scripts/
H A Dstdmarkup.php371 "/\\b(?>(\\L))[^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars]/",
376 "/\\bmailto:([^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars])/",
381 "/\\b(?>(\\L))([^\\s$UrlExcludeChars]+$ImgExtPattern)(\"([^\"]*)\")?/",
H A Dwikistyles.php116 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 Durlapprove.php41 "\\bhttps?:[^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars]");
/dports/www/pmwiki/pmwiki-2.2.141/
H A Dpmwiki.php97 $UrlExcludeChars = '<>"{}|\\\\^`()[\\]\''; variable
98 $QueryFragPattern = "[?#][^\\s$UrlExcludeChars]*";
1813 global $LinkPattern,$LinkFunctions,$UrlExcludeChars,$ImgExtPattern,$ImgTagFmt,
1823 if (preg_match("/(($LinkPattern)([^$UrlExcludeChars]+$ImgExtPattern))(\"(.*)\")?$/",$txtr,$tm))