Home
last modified time | relevance | path

Searched refs:urlencode (Results 26 – 50 of 142) sorted by relevance

123456

/plugin/mtg/
H A Dsyntax.php70 $url = "https://api.scryfall.com/cards/named?exact=" . urlencode($card_name);
104 …$gatherer_url = "http://gatherer.wizards.com/Pages/Card/Details.aspx?name=" . urlencode($card_name…
/plugin/linkprefix/
H A Drenderer.php36 $url = $this->getConf('encode_url') ? urlencode($url) : $url;
52 …$url = $this->getConf('encode_url') ? urlencode($this->interwiki[$shortcut]) : $this->interwiki[$s…
/plugin/redirector/
H A Daction.php64 $params .= urlencode($key) . "=" . urlencode($value);
/plugin/authlinotp/
H A Dauth.php34 $escPassword = urlencode($pass);
35 $escUsername = urlencode($user);
/plugin/slideshare/slideshare/
H A Dsyntax.php64 $id = urlencode($id);
65 $title = urlencode($title);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php130 $this->index = urlencode($index);
158 $this->type = urlencode($type);
178 $this->id = urlencode($docID);
/plugin/twofactor/
H A DGoogleAuthenticator.php113 $urlencoded = urlencode('otpauth://totp/'.$name.'?secret='.$secret.'');
115 $urlencoded .= urlencode('&issuer='.urlencode($title));
/plugin/tagsections/syntax/
H A Dtag.php111 …= str_replace(array( "{TAG}", "{NAME}", "{RAW}" ), array( urlencode(cleanID($entry)), urlencode(cl…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php171 * @see urlencode
185 $file = urlencode($file);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php169 * @see urlencode
183 $file = urlencode($file);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php171 * @see urlencode
185 $file = urlencode($file);
/plugin/combo/ComboStrap/Web/
H A DUrl.php155 return urlencode($e);
596 $queryString .= urlencode($key);
604 $queryString .= urlencode($key) . "[]=" . urlencode($val);
607 $queryString .= urlencode($key) . "=" . urlencode($value);
/plugin/bookmarkme/
H A Daction.php201 ,array(urlencode($title),urlencode($pml))
/plugin/pagetemplater/
H A Daction.php61 …$new = str_replace(urlencode('@@') . strtoupper(trim($rkey)) . urlencode('@@'), $replace[$key], $n…
/plugin/struct/meta/
H A DAggregationCloud.php62 $filter = SearchConfigParameters::$PARAM_FILTER . '[' . urlencode($key) . ']=' . urlencode($tagValue);
/plugin/numbering/
H A Dhelper.php27 return urlencode(trim($this->getConf($name)));
/plugin/authgoogle/google/auth/
H A DGoogle_AuthNone.php44 . 'key='.urlencode($this->key));
/plugin/sha3sum/
H A Dsyntax.php33 $ret = urlencode(substr($match,7,-2)); // trim {{SHA3> from start and }} from end
/plugin/qrcode2/
H A Dsyntax.php56 $ret = urlencode(substr($match,9,-2)); //strip {{QRCODE> from start and }} from end
/plugin/pubmed2020/classes/
H A Dpubmed2020.php101 $url = sprintf($this->pubmedSearchURL, urlencode($search));
124 $url = sprintf($this->ctxpURLs[$base], urlencode($id));
168 $url = sprintf($this->pubmedSearchURL, urlencode($options[0]));
282 $ret["url"] = sprintf($this->pubmedURL, urlencode($value));
286 $ret["pmcurl"] = sprintf($this->pmcURL, urlencode($ret["pmcid"]));
/plugin/headerfooter/
H A Daction.php22 $inf['namespace'] = urlencode(str_replace(array(' ', '%', '&'), '_', $inf['namespace']));
/plugin/slidesharewp/syntax/
H A Dslidesharewp.php72 $id = urlencode($id);
/plugin/authucenter/lib/uc_client/control/
H A Duser.php40 …javascript" src="'.$app['url'].'/api/uc.php?time='.$this->time.'&code='.urlencode($this->authcode(…
55 …javascript" src="'.$app['url'].'/api/uc.php?time='.$this->time.'&code='.urlencode($this->authcode(…
99 $_ENV['note']->add('updatepw', 'username='.urlencode($username).'&password=');
/plugin/issuelinks/services/
H A DGitLab.service.php245 $encProject = urlencode($project);
263 $encProject = urlencode($project);
420 $endpoint = '/projects/' . urlencode($projectKey) . "/issues?page=$page&per_page=$perPage";
423 …$mrEndpoint = '/projects/' . urlencode($projectKey) . "/merge_requests?page=$page&per_page=$perPag…
/plugin/cloudstorage/
H A Daction.php48 $file_relative_path = urlencode($file_relative_path);

123456