Home
last modified time | relevance | path

Searched refs:decodeurl (Results 1 – 7 of 7) sorted by relevance

/dports/www/fswiki/wiki3_6_2/plugin/info/
H A DTodaysLink.pm99 my $decodeurl = Util::url_decode($ref);
100 if($decodeurl =~ /UTF-8/){
101 &Jcode::convert(\$decodeurl,"euc","utf8");
103 &Jcode::convert(\$decodeurl,"euc");
105 …$buf .= "<li><a href=\"".Util::escapeHTML($ref)."\">".Util::escapeHTML($decodeurl)."</a>($refcount…
/dports/net/3proxy/3proxy-0.9.4/src/
H A Dplugins.c16 void decodeurl(unsigned char *s, int allowcr);
73 {symbols+46, "decodeurl", (void *) decodeurl},
117 decodeurl,
H A Dwebadmin.c17 extern void decodeurl(unsigned char *s, int filter);
588 decodeurl((unsigned char *)buf, 1); in adminchild()
H A Dproxy.c158 void decodeurl(unsigned char *s, int allowcr){ in decodeurl() function
339 decodeurl(su, 0); in proxychild()
600 decodeurl(ss, 0); in proxychild()
H A Dstructures.h761 void (*decodeurl)(unsigned char *s, int allowcr); member
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.http_dav_client.inc.php514 function decodeurl($uri) function in http_dav_client
662 $fixed_name = $this->decodeurl($name);
665 $item['directory'] = $this->decodeurl($item['directory']);
698 $newitem['name'] = $this->decodeurl($newitem['name']);
/dports/audio/ample/ample-0.5.7/src/
H A Dconfiguration.c107 decodeurl(char *url) in decodeurl() function
213 cconf->requestpath = decodeurl(&line[start]); in readrequest()