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.js
/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