Home
last modified time | relevance | path

Searched refs:urlencode (Results 76 – 100 of 142) sorted by relevance

123456

/plugin/ghissues/syntax/
H A Dsyntax.php99 $codedLabels[$thisIndex] = urlencode($thisLabel);
/plugin/autogroup/conf/
H A Dsettings.class.php48 dbglog(print_r(urlencode($input),true));
/plugin/iframeinterwiki/
H A Dsyntax.php93 $url = str_replace('%40REPLACE%40', str_replace('{URL}', '', $matches[2]), urlencode($url));
/plugin/rocketchatnotifier/
H A Daction.php104 $pay = urlencode($json);
/plugin/authg2fa/
H A Daction.php84 $url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$_SERVER['REMOTE_USER']), $secret);
H A DGoogleAuthenticator.php77 $urlencoded = urlencode('otpauth://totp/'.$name.'?secret='.$secret.'');
/plugin/issuetracker/
H A Daction.php300 …$pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($issue['project'…
863 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue_id), urlencode($project));
1159 …$pstring = sprintf("showid=%s&project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
1274 …$pstring = sprintf("showid=%s&project=%s", urlencode($this->_get_one_value($issue,'id')), $a_p…
1418 …$usr .= '<span style="display:none;" id="currentID">'.urlencode($ID).'</span>' ; // to log issue m…
1462 … sprintf("showid=%s&amp;project=%s", urlencode($issue[$issue_id]['id']), urlencode($project));
1980 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($issue[$issue_id]['id']), urlencode($proj…
2656 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
2715 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
2772 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
[all …]
H A Dsyntax.php241 …$pstring = sprintf("showid=%s&project=%s", urlencode($issues[$issue_id]['id']), urlencode($project…
647 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
767 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
901 …$usr .= '<span style="display:none;" id="currentID">'.urlencode($ID).'</span>' ; // to log issue m…
957 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
/plugin/searchcombinedgoogle/
H A Daction.php69 …$url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=" . urlencode($event->data['qu…
/plugin/semanticdata/
H A Daction.php58 sprintf('DELETE DATA { <%s%s> ?s ?o }',$this->getConf('base_url'),urlencode($id));
/plugin/snap/
H A Dsyntax.php.ori138 …$url=$defaultWiki.$param."&u=".urlencode($_SESSION[DOKU_COOKIE]['auth']['user'])."&phash=".urlenco…
/plugin/botbouncer/lib/
H A Dbotbouncer.php539 $data .= $param.'='.urlencode($value).'&';
688 $apiRequest .= $trigger.'[]='.urlencode($v).'&';
691 $apiRequest .= $trigger.'[]='.urlencode($banDetails['value']).'&';
/plugin/upgrade/HTTP/
H A DHTTPClient.php841 * @fixme use of urlencode might be wrong here
853 $out .= 'Content-Disposition: form-data; name="'.urlencode($key).'"'.HTTP_NL;
858 $out .= 'Content-Disposition: form-data; name="'.urlencode($key).'"';
859 if($val['filename']) $out .= '; filename="'.urlencode($val['filename']).'"';
/plugin/photogallery/phpThumb/
H A DphpThumb.php76 …ge('* Would have sent headers (3): Location: '.dirname($matches[1]).'/'.urlencode(basename($matche…
107 header('Location: '.dirname($matches[1]).'/'.urlencode(basename($matches[1])));
646 $phpThumb->setSourceData($rawImageData, urlencode($phpThumb->src));
/plugin/groupmail/
H A Drecaptchalib.php50 $req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
/plugin/recaptcha/lib/
H A Drecaptchalib.php52 $req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
/plugin/contactmodern/
H A Drecaptchalib.php50 $req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php260 $folders[$i] = urlencode($folders[$i]);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php260 $folders[$i] = urlencode($folders[$i]);
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php77 $urlencoded = urlencode('otpauth://totp/'.$name.'?secret='.$secret.'');
/plugin/openas/
H A Dsyntax.php85 $newpagevars = urlencode($newpagevars);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php260 $folders[$i] = urlencode($folders[$i]);
/plugin/yql/
H A Dsyntax.php138 $yql_query_url = $yql_base_url . "?q=" . urlencode($query);
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php194 $id = urlencode($id);
/plugin/textinsert/
H A Dadmin.php131 $encoded = urlencode($subst);

123456