Home
last modified time | relevance | path

Searched refs:url (Results 126 – 150 of 3380) sorted by path

12345678910>>...136

/plugin/archivegenerator/
H A Dplugin.info.txt7 url https://dokuwiki.org/plugin:archivegenerator
/plugin/archiveupload/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:archiveupload
/plugin/arguments/
H A Dmanager.dat2 url=http://archives.moostik.net/dokuwiki/arguments.tar
/plugin/articlelinks/
H A Dplugin.info.txt7 url https://dokuwiki.org/plugin:articlelinks
/plugin/asana/
H A Dplugin.info.txt7 url https://github.com/pedroELT/elonet/archive/master.zip
/plugin/asiansearch/
H A Dplugin.info.txt7 url http://www.dokuwiki.org/plugin:asiansearch
/plugin/attribute/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:attribute
/plugin/authchained/
H A Dplugin.info.txt7 url http://www.dokuwiki.org/plugin:authchained
/plugin/authclientcert/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:authclientcert
/plugin/authdiscourse/
H A Dplugin.info.txt7 url https://github.com/lluchs/authdiscourse
/plugin/authdjango/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:authdjango
/plugin/authdomainlimitation/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:authdomainlimitation
/plugin/authdrupal7/
H A Dplugin.info.txt7 url http://www.dokuwiki.org/plugin:authdrupal7
/plugin/authdrupal8/
H A Dplugin.info.txt7 url http://www.dokuwiki.org/plugin:authdrupal8
/plugin/authenvvars/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:authenvvars
/plugin/authfacebook/lib/
H A DFacebookClient.php166 $url = $this->getBaseGraphUrl($postToVideoUrl) . $request->getUrl();
182 $url,
204 list($url, $method, $headers, $body) = $this->prepareRequestMessage($request);
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
H A DFacebookRequest.php512 $url = $graphVersion . $endpoint;
516 $url = FacebookUrlManipulator::appendParamsToUrl($url, $params);
519 return $url;
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) argument
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
87 * @param string $url The endpoint to send the request to.
93 public function openConnection($url, $method, $body, array $headers, $timeOut) argument
98 CURLOPT_URL => $url,
H A DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) argument
61 $request = $this->guzzleClient->createRequest($method, $url, $options);
H A DFacebookHttpClientInterface.php36 * @param string $url The endpoint to send the request to.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
H A DFacebookStream.php69 * @param string $url
73 public function fileGetContents($url) argument
75 $rawResponse = file_get_contents($url, false, $this->stream);
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
66 $rawBody = $this->facebookStream->fileGetContents($url);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlManipulator.php36 * @param string $url The URL to filter.
43 $parts = parse_url($url);
72 * @param string $url The URL that will receive the params.
77 public static function appendParamsToUrl($url, array $newParams = []) argument
80 return $url;
83 if (strpos($url, '?') === false) {
84 return $url . '?' . http_build_query($newParams, null, '&');
87 list($path, $query) = explode('?', $url, 2);
103 * @param string $url The URL to parse the params from.
107 public static function getParamsAsArray($url) argument
[all …]
/plugin/authfacebook/
H A Dplugin.info.txt7 url http://www.dokuwiki.org/plugin:authfacebook
/plugin/authg2fa/
H A Daction.php84 $url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$_SERVER['REMOTE_USER']), $secret);
85 … $form->addElement(form_makeTag('img', array('src' => $url, 'alt' => 'Google 2FA QR Image')));

12345678910>>...136