Home
last modified time | relevance | path

Searched refs:headers (Results 276 – 300 of 443) sorted by relevance

1...<<1112131415161718

/plugin/deeplautotranslate/
H A Daction.php389 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
579 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
622 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
681 $http->headers = array('Authorization' => 'DeepL-Auth-Key ' . $this->getConf('api_key'));
/plugin/fedauth/Auth/OpenID/
H A DServer.php1274 function Auth_OpenID_WebResponse($code = null, $headers = null, argument
1281 if ($headers !== null) {
1282 $this->headers = $headers;
1284 $this->headers = array();
/plugin/odp/
H A Drenderer.php33 var $headers = array(); variable in renderer_plugin_odp
224 $headers = array(
228 p_set_metadata($ID,array('format' => array('odp' => $headers) ));
1239 while(in_array($title.$num,$this->headers)){
1243 $this->headers[] = $title;
/plugin/hide/
H A Dstyle.css55 * This rule will also try to hide table headers.
/plugin/publistf/
H A DREADME.md35 See COPYING and file headers for license info.
/plugin/vimeo/
H A Dsyntax.php156 $http->headers['Authorization'] = 'Bearer ' . $accessToken;
/plugin/keywords/action/
H A Dkeywords.php79 $httpClient->headers = [
/plugin/semanticdata/syntax/
H A Dtable.php195 $headers = $res->getHeaders();
201 foreach(array_values($headers) as $num => $cval) {
/plugin/letsencrypt/
H A DLescript.php456 $headers = array('Accept: application/json', 'Content-Type: application/json');
459 curl_setopt($handle, CURLOPT_HTTPHEADER, $headers);
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js122 var headers = { class in AnonymousFunction2e3a99920600
133 this.extension, success, error, null, headers);
195 meta.mimeType.substring(0, 6) == 'image/'), null, null, null, headers);
/plugin/authgoogle/google/contrib/
H A DGoogle_AdSenseService.php1554 public $headers; variable in Google_AdsenseReportsGenerateResponse
1567 public function setHeaders(/* array(Google_AdsenseReportsGenerateResponseHeaders) */ $headers) { argument
1568 $this->assertIsArray($headers, 'Google_AdsenseReportsGenerateResponseHeaders', __METHOD__);
1569 $this->headers = $headers;
1572 return $this->headers;
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md27 'headers' => [
/plugin/openid/Auth/OpenID/
H A DServer.php1406 function __construct($code = null, $headers = null, argument
1413 if ($headers !== null) {
1414 $this->headers = $headers;
1416 $this->headers = [];
/plugin/zip/pear/File/
H A DArchive.php980 * @param array $headers The headers that will be passed to the Mail_mime
985 function toMail($to, $headers, $message, $mail = null) argument
988 return new File_Archive_Writer_Mail($to, $headers, $message, $mail);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js.map1headers (with #)\n [\n /^(\\s{0,3})(#+)((?:[^\\\\#]|@escapes)+)((?:#+)?)…
/plugin/xcom/
H A Dscript.js263 var headers = xcomHeaders[fncall];
264 for(var i = 0; i< headers.length; i++) {
265 if(type == headers[i]) {
/plugin/linkback/
H A Dtools.php41 * Retrieves $conf['range']kB of $url and returns headers and retrieved body.
47 $http_client->headers['Range'] = 'bytes=0-' . $range;
55 'headers' => $http_client->resp_headers,
/plugin/revealjs/
H A DREADME.md146 ### Enlarge vertical slide headers
148 Enlarge headers on slides below horizontal_slide_level - no effect on slides, which are indicated b…
281 …In the rendering the slide mode changes from "headers driven" to "special horizontal rule driven" …
/plugin/phpipam/
H A Dphpipam-api.php784 $headers = array(
791 curl_setopt($this->Connection, CURLOPT_HTTPHEADER, $headers);
/plugin/botbouncer/lib/
H A Dmollom.php429 $headers = $parts[0];
437 if(!in_array(substr($headers, 0, 12), $aValidHeaders)) throw new Exception('Invalid headers.');
/plugin/combo/renderer/
H A Danalytics.php425 $headers = $this->stats[self::HEADING_COUNT] ?? null;
426 if ($headers != null) {
427 $headerCount = array_sum($headers);
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js1headers:t.headers}):t},this.h=t}}let y;async function g(t,e){let n=null;if(t.url){n=new URL(t.url)… property in g.r
/plugin/admnote/
H A DREADME.md51 You can use almost every DokuWiki element inside a note body except headers.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php578 $easy->headers = [$value];
580 $easy->headers[] = $value;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md173 [secure your IAP app with signed headers](https://cloud.google.com/iap/docs/signed-headers-howto).
287 [iap-id-tokens]: https://cloud.google.com/iap/docs/signed-headers-howto

1...<<1112131415161718