Home
last modified time | relevance | path

Searched refs:header (Results 626 – 650 of 1105) sorted by relevance

1...<<21222324252627282930>>...45

/plugin/watchcycle/
H A Daction.php204 header('Content-Type: application/json');
237 header('Content-Type: application/json');
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php514 foreach ($headerBlob as $header) {
515 $parts = explode(':', $header, 2);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc420 Set or disable the x-elastic-client-meta header
433 Include the port in Host header
/plugin/statistics/
H A Dadmin.php478 function html_resulttable($result, $header = '', $pager = 0) { argument
480 if(is_array($header)) {
482 foreach($header as $h) {
/plugin/issuetracker/
H A Dsyntax.php996 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
1008 $header = '';
1015 $header .= mail_encode_address($from,'From');
1016 $header .= mail_encode_address($cc,'Cc');
1017 $header .= mail_encode_address($bcc,'Bcc');
1018 $header .= 'MIME-Version: 1.0'.MAILHEADER_EOL;
1019 … $header .= "Content-Type: multipart/alternative; boundary=PHP-alt-".$random_hash.MAILHEADER_EOL;
1020 $header = trim($header);
1037 return mail($to,$subject,$message,$header);
1039 return mail($to,$subject,$message,$header,$params);
/plugin/bpmnioeditor/
H A Dstyle.css57 --popup-header-entry-selected-color: var(--blue-base-65);
59 --popup-header-separator-color: var(--color-dddddd);
535 background: var(--popup-header-entry-selected-background-color);
542 .djs-popup .djs-popup-header .entry {
550 .djs-popup .djs-popup-header .entry.active {
551 color: var(--popup-header-entry-selected-color);
552 border: solid 1px var(--popup-header-entry-selected-color);
568 .djs-popup-header {
569 border-bottom: 1px solid var(--popup-header-separator-color);
572 .djs-popup-header .entry {
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php564 $header = fread($this->fp, 10);
565 if ((substr($header, 0, 3) == 'ID3') && (strlen($header) == 10)) {
567 $this->info['id3v2']['majorversion'] = ord($header[3]);
568 $this->info['id3v2']['minorversion'] = ord($header[4]);
569 …$this->info['avdataoffset'] += getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 10; …
/plugin/highlightjs/highlight/styles/
H A Dfar.css92 .diff .header,
H A Dbrown_paper.css91 .diff .header,
H A Dzenburn.css69 .diff .header,
H A Dschool_book.css93 .diff .header,
/plugin/imgpaste/
H A Daction.php78 header('Content-Type: application/json');
/plugin/htmlmetatags/
H A DREADME.md3 Dokuwiki-Plugin: Adds some (open graph) meta tags to the html header
/plugin/userimportextended/
H A Dadmin.php388 header('Content-type: text/csv;charset=utf-8');
389 header('Content-Disposition: attachment; filename="importfails.csv"');
/plugin/searchpattern/
H A Dstyle.css79 div.dokuwiki div.sp_main table.sp_main_table tr.sp_col_head{ /*the column header row*/
82 div.dokuwiki div.sp_main table.sp_main_table th.sp_col_head{ /*the column header cells*/
/plugin/s5/ui/blue/
H A Dpretty.css36 div#header, div#footer {background: #005; color: #9183BF;
38 div#header {background: #005 url(bodybg.gif) -16px 0 no-repeat;
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js537 var header = options.headers[ i ];
538 request.setRequestHeader( header.key, header.value );
/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/cspheader/
H A DREADME.md5 header in DokuWiki pages.
/plugin/iphelper/
H A Dall.css60 .iphelper-header {
/plugin/bez/ctl/
H A Dtasks.php47 header('Location: '.$this->url('tasks', $filters));
/plugin/codemirror/dist/modes/
H A Dasciiarmor.min.js.map1header\";\n return \"atom\";\n } else {\n var result = errorIfNotEm…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js213 setRequestHeader: function(header, value) { argument
214 assert.strictEqual(header, 'X-HTTP-Method-Override');
/plugin/xtern/
H A Dadmin.php214 $header = $id ? "<tr><th>$id</th></tr>" : "";
234 ptln($header);

1...<<21222324252627282930>>...45