Home
last modified time | relevance | path

Searched refs:headers (Results 301 – 325 of 443) sorted by relevance

1...<<1112131415161718

/plugin/autotweet/
H A DOAuth.php770 $headers = apache_request_headers();
777 foreach( $headers AS $key => $value ) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php519 $headers = [
527 $headers,
/plugin/dokumicrobugtracker/
H A Dsyntax.php360 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
/plugin/metaheaders/
H A DREADME4 "MetaHeaders" is a DokuWiki plugin to add/remove meta headers [1]
/plugin/mellelexport/
H A Drenderer.php153 $headers = array(
157 p_set_metadata($ID, array('format' => array('mellelexport' => $headers) ));
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js5 !function(){function a(a,b){if(!b||"function"==typeof b)return a;for(var c in b)a[c]=b[c];return a}function b(a,b,c){var d,e=0,f=a.length,g=void 0===f||"function"==typeof a;if(c)if(g){for(d in a)if(b.apply(a[d],c)===!1)break}else for(;f>e&&b.apply(a[e++],c)!==!1;);else if(g){for(d in a)if(b.call(a[d],d,a[d])===!1)break}else for(;f>e&&b.call(a[e],e,a[e++])!==!1;);return a}function c(a){return"string"==typeof a?a.replace(/[&<>"'\/]/g,function(a){return I[a]}):a}function d(a){var b=function(a){if(window.XMLHttpRequest)return a(null,new XMLHttpRequest);if(window.ActiveXObject)try{return a(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(b){return a(null,new ActiveXObject("Microsoft.XMLHTTP"))}return a(new Error)},c=function(a){if("string"==typeof a)return a;var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(encodeURIComponent(c)+"="+encodeURIComponent(a[c]));return b.join("&")},d=function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):d>127&&2048>d?(b+=String.fromCharCode(192|d>>6),b+=String.fromCharCode(128|63&d)):(b+=String.fromCharCode(224|d>>12),b+=String.fromCharCode(128|63&d>>6),b+=String.fromCharCode(128|63&d))}return b},e=function(a){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a=d(a);var c,e,f,g,h,i,j,k="",l=0;do c=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=c>>2,h=(3&c)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j),c=e=f="",g=h=i=j="";while(l<a.length);return k},f=function(){for(var a=arguments[0],b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)c.hasOwnProperty(d)&&(a[d]=c[d])}return a},g=function(a,d,e,h){"function"==typeof e&&(h=e,e={}),e.cache=e.cache||!1,e.data=e.data||{},e.headers=e.headers||{},e.jsonp=e.jsonp||!1,e.async=void 0===e.async?!0:e.async;var i,j=f({accept:"*/*","content-type":"application/x-www-form-urlencoded;charset=UTF-8"},g.headers,e.headers);if(i="application/json"===j["content-type"]?JSON.stringify(e.data):c(e.data),"GET"===a){var k=[];if(i&&(k.push(i),i=null),e.cache||k.push("_="+(new Date).getTime()),e.jsonp&&(k.push("callback="+e.jsonp),k.push("jsonp="+e.jsonp)),k=k.join("&"),k.length>1&&(d+=d.indexOf("?")>-1?"&"+k:"?"+k),e.jsonp){var l=document.getElementsByTagName("head")[0],m=document.createElement("script");return m.type="text/javascript",m.src=d,l.appendChild(m),void 0}}b(function(b,c){if(b)return h(b);c.open(a,d,e.async);for(var f in j)j.hasOwnProperty(f)&&c.setRequestHeader(f,j[f]);c.onreadystatechange=function(){if(4===c.readyState){var a=c.responseText||"";if(!h)return;h(c.status,{text:function(){return a},json:function(){return JSON.parse(a)}})}},c.send(i)})},h={authBasic:function(a,b){g.headers.Authorization="Basic "+e(a+":"+b)},connect:function(a,b,c){return g("CONNECT",a,b,c)},del:function(a,b,c){return g("DELETE",a,b,c)},get:function(a,b,c){return g("GET",a,b,c)},head:function(a,b,c){return g("HEAD",a,b,c)},headers:function(a){g.headers=a||{}},isAllowed:function(a,b,c){this.options(a,function(a,d){c(-1!==d.text().indexOf(b))})},optio (…)
/plugin/xml/
H A Drenderer.php72 $headers = array(
76 p_set_metadata($ID,array('format' => array('xml' => $headers) ));
/plugin/strata/
H A Dscript.js373 var headers = jQuery('tr.row0 th', thead);
374 headers.each(function(i, td) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc129 information (for example, stats about the transfer, headers, status codes, and
221 [headers] => Array
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md212 Markdown supports two styles of headers, [Setext] [1] and [atx] [2].
214 Setext-style headers are "underlined" using equal signs (for first-level
215 headers) and dashes (for second-level headers). For example:
225 Atx-style headers use 1-6 hash characters at the start of the line,
234 Optionally, you may "close" atx-style headers. This is purely
280 Blockquotes can contain other Markdown elements, including headers, lists,
H A Dmd1_markdown_documentation_basics.md42 Markdown offers two styles of headers: *Setext* and *atx*.
43 Setext-style headers for `<h1>` and `<h2>` are created by
/plugin/dokutexit/
H A Dlatex.php54 var $headers = array(); variable in Doku_Renderer_latex
91 $this->headers = array();
1485 while(in_array($title.$num,$this->headers)) {
1489 $this->headers[] = $title;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md349 the message, "headers" key containing an associative array of header
355 `public static function parseRequestUri(string $path, array $headers): string`
389 headers into an array of headers with no comma separated values.
458 - set_headers: (array) Sets the given headers.
459 - remove_headers: (array) Remove the given headers.
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/database2/
H A Ddatabase2.php1823 $headers = array();
1865 $headers[$column] = $def['label'] ? $def['label'] : $column;
1942 if ( empty( $headers ) )
1973 $headers[$column] = $def['label'] ? $def['label'] : $column;
1987 foreach ( $headers as $column => $label )
2024 $headers[$column] = "<th class=\"label\">$label$sorter</th>\n";
2029 $headers = implode( '', $headers );
2086 $headers
/plugin/mediasyntax/
H A DREADME31 2012-07-23: 2 hours: also convert tables with no headers
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit60 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit65 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
/plugin/odt/
H A DChangeLog.txt95 …* Bugfix: close paragraph (if open) before opening a header. Otherwise headers would disappear if …
235 * renderer.php: use new headers/caching system if available
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2365 var headers = head.split(/ *[|] */);
2366 var col_count = headers.length;
2372 for(n = 0; n < headers.length; n++) {
2373 var header = headers[n];
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md103 …* Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (…
205 …* Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (…
431 * Fixed empty headers issue when ChromePHPHandler received no records
492 * Fixed ChromePHPHandler so it avoids sending headers larger than Chrome can handle
539 * Added NativeMailerHandler::addHeader() to send custom headers in mails
563 * Fixed bug in IE with large response headers and FirePHPHandler
/plugin/diagramsnet/lib/
H A Dyarn.lock179 on-headers "~1.0.2"
677 on-headers@~1.0.2:
679 …resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adf…
/plugin/odt/ODT/
H A DODTDocument.php81 /** @var headers */
82 protected $headers = array(); variable in ODTDocument
580 return in_array($title, $this->headers);
589 $this->headers[] = $title;
/plugin/issuetracker/
H A Daction.php2681 …$headers = "Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encodi…
2682 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2685 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2747 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2750 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2820 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2823 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2870 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
2873 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);

1...<<1112131415161718