Home
last modified time | relevance | path

Searched refs:urlencode (Results 101 – 125 of 142) sorted by relevance

123456

/plugin/elwikiupgrade/
H A DHTTPClient.php843 $out .= 'Content-Disposition: form-data; name="'.urlencode($key).'"'.HTTP_NL;
848 $out .= 'Content-Disposition: form-data; name="'.urlencode($key).'"';
849 if($val['filename']) $out .= '; filename="'.urlencode($val['filename']).'"';
/plugin/icalendar/
H A Dsyntax.php187 …$summary_link['url'] = 'lib/plugins/iCalendar/vevent.php?vevent='.urlencode( $entry['vevent'] );
/plugin/authg2fa/
H A Dadmin.php110 …$url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$this->_unhide), $this->_tokens[$this->_unhid…
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php290 return urlencode($str);
H A Dmysql.class.php309 return addslashes(urlencode($str));
/plugin/plantuml/
H A Dsyntax.php225 $uml = urlencode($uml);
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php190 …$code = urlencode($this->base->authcode("$action&".($getdata ? "$getdata&" : '')."time=".$this->ba…
/plugin/oauth/
H A DAdapter.php187 $parameters['state'] = urlencode(base64_encode(json_encode(
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php65 $url .= '?address=' . urlencode($address);
/plugin/judge/
H A Dsyntax.php308 …s = array_filter(glob($conf['mediadir'] . "/" . str_replace("%3A", "/", urlencode($data['judge']))…
/plugin/tagging/action/
H A Dsearch.php341 return preg_replace('/q=[^&\'" ]*/', 'q=' . urlencode($value), $linkTag);
/plugin/pdb/
H A Dsyntax.php51 $pdbid = urlencode($pdbid);
/plugin/register/
H A Dsyntax.php68 $url = DOKU_BASE . "lib/exe/fetch.php?cache=$cache&media=" . urlencode("register:$hash.png");
/plugin/sphinxsearch-was/
H A Dfunctions.php327 $data[] = array('link' => "?do=search&id={$keywords}" . urlencode(" @ns $page"));
/plugin/sphinxsearch/
H A Dfunctions.php333 $data[] = array('link' => "?do=search&id={$keywords}".urlencode(" @ns $page"));
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php348 $jobfile = $this->writeDir.urlencode($jobname).".job";
H A Dpseudo-cron-image.php391 $jobfile = $this->writeDir.urlencode($jobname).".job";
/plugin/swiftmail/Swift/Message/
H A DEncoder.php433 $str = $lang_spec . str_replace("+", "%20", urlencode($str));
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/pgn4web/pgn4web/
H A Dviewer.php75 $pgnLink = $_SERVER['SCRIPT_NAME'] . urlencode("?po=t&pd=" . $pgnUrl);
/plugin/cronojob/
H A Dpseudocron.php330 $jobfile = $this->writeDir.urlencode($jobname).".job";
/plugin/icalevents/
H A Dsyntax-impl.php520 $location = urlencode(str_replace("\n", ' ', $location));
/plugin/openid/
H A Daction.php428 $redirect_url .= "&$sreg=" . urlencode($_GET["openid_sreg_$sreg"]);
/plugin/dokutranslate/
H A Daction.php403 $cache->cache .= '.' . urlencode($_SERVER['REMOTE_USER']);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php107 return urlencode($matches[0]);

123456