Home
last modified time | relevance | path

Searched refs:urlencode (Results 51 – 75 of 142) sorted by relevance

123456

/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php43 …$cid = urlencode($cid) . "@" . (!empty($_SERVER["SERVER_NAME"]) ? $_SERVER["SERVER_NAME"] : "swift…
/plugin/ebnf/
H A Dsyntax.php50 $text = urlencode($text);
/plugin/semanticdata/syntax/
H A Dtable.php348 …$where .= sprintf('{ ?pageurl <%s%s> ?%s . }',$this->getConf('base_url'),urlencode($key),$tables[$…
378 …$where .= sprintf('{ ?pageurl <%s%s> ?%s . }',$this->getConf('base_url'),urlencode($col),$tables[$…
408 $predicate = sprintf('<%s%s>',$this->getConf('base_url'),urlencode($col));
/plugin/authucenter/lib/uc_client/
H A Dclient.php100 $k = urlencode($k);
104 $k2 = urlencode($k2);
105 $s2 .= "$sep2{$k}[$k2]=".urlencode(uc_stripslashes($v2));
110 $s .= "$sep$k=".urlencode(uc_stripslashes($v));
130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO…
592 …&input='.$uc_input.'&agent='.md5($_SERVER['HTTP_USER_AGENT']).'&ucapi='.urlencode(str_replace('htt…
/plugin/combo/ComboStrap/
H A DLinkMarkup.php382 $uri = urlencode($uri);
387 $value = urlencode($value);
388 $key = urlencode($key);
H A DJson.php42 return "See the errors it by clicking on <a href=\"https://jsonformatter.curiousconcept.com/?data=" . urlencode($json) . "\">this link</a>";
/plugin/issuetracker/
H A Dedit.php42 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
93 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
/plugin/batchedit/
H A Daction.php61 header('Set-Cookie: ' . BatcheditConfig::COOKIE . '=' . urlencode($admin->getConfig()->serialize()) .
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php105 $queryParams[] = sprintf("%s=%s", $key, urlencode($value));
/plugin/evesso/classes/
H A DEveOnlineAdapter.php98 $parameters['state'] = urlencode(base64_encode(json_encode(array('state' => md5(rand())))));
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php337 $param = urlencode($name);
341 $param .= urlencode($name) . "[]=" . urlencode($val). '&';
347 $param = urlencode($name) . '=' . urlencode($value);
H A DAuth.php706 $msg = $type.'='.urlencode($samlMessage);
708 $msg .= '&RelayState='.urlencode($relayState);
710 $msg .= '&SigAlg=' . urlencode($signAlgorithm);
/plugin/svgembed/
H A Dsyntax.php258 $styleextra = "float:" . urlencode($data['align']);
324urlencode(ml($data['src'], $ml_array)) . '\'); return false" onMouseOver="svgembed_onMouseOver(\''…
/plugin/barcode/api/kawa/
H A Dbarcode.inc37 $resultStr .= $this->addParam($first, 'd=' . urlencode($text));
/plugin/googlesearch/
H A Daction.php96 urlencode("site:$url $q"),'Search for '.hsc($q),
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php132 …header("Location: ".$conf['plugin']['shibbolethauth']['shibbolethLogoutURL']."?return=".urlencode(…
151 …: ".$conf['plugin']['shibbolethauth']['shibbolethLogoutURL']."?return=".urlencode($_SERVER['HTTP_R…
227 …header("Location: ".$conf['plugin']['shibbolethauth']['shibbolethLoginURL']."?target=".urlencode($…
/plugin/sketchcanvas/
H A Dsyntax.php89 $renderer->doc .= urlencode($match);
/plugin/snap/
H A Dhelper.php146 …$url=$this->defaultWiki.$param."&u=".urlencode($_SESSION[DOKU_COOKIE]['auth']['user'])."&phash=".u…
/plugin/solr/
H A Dindex_all.php53 …$solr->solr_query('update', "stream.body=".urlencode('<delete><query>*:*</query></delete>')."&comm…
/plugin/tagfilter/script/select2/
H A Drelease.sh62 --data-urlencode "js_code@$js" \
/plugin/barcode/api/google/
H A Dbarcode.inc39 $resultStr .= $this->addParam($first, 'chl=' . urlencode($text));
/plugin/barcode/api/inigma/
H A Dbarcode.inc47 $resultStr .= $this->addParam($first, 'd=' . urlencode($text));
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php139 $padnameEncoded = urlencode($padname);
/plugin/barcode/api/qrserver/
H A Dbarcode.inc37 $resultStr .= $this->addParam($first, 'data=' . urlencode($text));

123456