Home
last modified time | relevance | path

Searched refs:longUrl (Results 1 – 2 of 2) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php247 public $longUrl; variable in Google_Url
273 public function setLongUrl( $longUrl) { argument
274 $this->longUrl = $longUrl;
277 return $this->longUrl;
/plugin/shorty/
H A Dhelper.php89 $longUrl = rawurlencode(wl($pageID,'',true));
95 $uri .= "&longUrl=" . $longUrl;
120 $longUrl = rawurlencode(wl($pageID,'',true));
125 $uri .= "&url=" . $longUrl;
148 $longUrl = rawurlencode(wl($pageID,'',true));