Home
last modified time | relevance | path

Searched refs:header (Results 176 – 200 of 1105) sorted by relevance

12345678910>>...45

/plugin/bibtex/OSBib/create/
H A DCLOSEPOPUP.php33 print $this->header();
41 function header() function in CLOSEPOPUP
H A DCLOSE.php33 print $this->header();
42 function header() function in CLOSE
/plugin/reqlang/_test/
H A DParseacceptlangTest.php18 $header = 'en-ca,en-US ; q=0.6 , en;q=0.8,de-de;q=0.4';
23 $this->assertSame($expect, $plugin->parseAcceptLang($header));
/plugin/xssnipper/
H A Dsyntax.php169 header("Content-Type: text/plain; charset=utf-8");
170 header("Content-Disposition: attachment; filename=".trim($xssnipper['file']));
171 header("X-Robots-Tag: noindex");
172 header("Pragma: public");
/plugin/s5/ui/yatil/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
7 div#header {top: 0; height: 3em;}
19 div#header {background: #FCC;}
/plugin/s5/ui/i18n/
H A Dframing.css6 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
7 div#header {top: 0; left: 0; z-index: 1;}
19 div#header {background: #FCC;}
/plugin/issuetracker/
H A Dedit.php131 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument
143 $header = '';
150 $header .= mail_encode_address($from,'From');
151 $header .= mail_encode_address($cc,'Cc');
152 $header .= mail_encode_address($bcc,'Bcc');
153 $header .= 'MIME-Version: 1.0'.MAILHEADER_EOL;
154 … $header .= "Content-Type: multipart/alternative; boundary=PHP-alt-".$random_hash.MAILHEADER_EOL;
155 $header = trim($header);
172 return @mail($to,$subject,$message,$header);
174 return @mail($to,$subject,$message,$header,$params);
/plugin/abortlogin/
H A Daction.php39 header("HTTP/1.0 403 Forbidden");
44 header("HTTP/1.0 403 Forbidden");
70 header("HTTP/1.0 403 Forbidden");
/plugin/s5reloaded/ui/thesis/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
9 div#header {top: 0; height: 3em; z-index: 1;}
19 div#header {background: #FCC;}
/plugin/s5/ui/blue/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
7 div#header {top: 0; height: 1em;}
21 div#header {background: #FCC;}
/plugin/s5/ui/default/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
9 div#header {top: 0; height: 3em; z-index: 1;}
19 div#header {background: #FCC;}
/plugin/s5/ui/dokuwiki/
H A Dframing.css8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
9 div#header {top: 0; height: 2em; z-index: 1;}
19 div#header {background: #FCC;}
/plugin/s5/ui/flower/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
7 div#header {top: 0; height: 1em;}
21 div#header {background: #FCC;}
/plugin/s5/ui/pixel/
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
7 div#header {top: 0; height: 1em;}
21 div#header {background: #FCC;}
/plugin/feedauth/
H A Daction.php29 header('WWW-Authenticate: Basic realm="Feed"');
30 header('HTTP/1.0 401 Unauthorized');
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php152 $header = '';
164 $header .= $items ['odt_property'].'="'.$items ['value'].'" ';
184 if ( !empty($header) || !empty($content_header) ) {
185 $style .= '<style:header '.$header.">\n";
/plugin/autotweet/
H A Dtwitteroauth.php236 function getHeader($ch, $header) { argument
237 $i = strpos($header, ':');
239 $key = str_replace('-', '_', strtolower(substr($header, 0, $i)));
240 $value = trim(substr($header, $i + 2));
243 return strlen($header);
/plugin/imageflow/syntax/
H A Dimageflow.php25 private $header = array(); variable in syntax_plugin_imageflow_imageflow
114 if ( !is_array($this->header[$mode]) ) {
115 $this->header[$mode] = array();
122 $this->sectionID[] = sectionID("imageflow_container_", $this->header[$mode]);
145 $imgData['id'] = sectionID(noNS($item['id']), $this->header[$mode]);
/plugin/gcalendar/inc/
H A Dgcal_show.php27 case 'day' : $header = $header = $lang['gCal_day'];
34 …case 'week' : $header = $header = $lang["gCal_weekofyear"].date('W',$start_date)."/".$act_date["y…
40 case 'month' : $header = $lang['gCal_month_'.$act_date["mon"]]." ".$act_date["year"];
82 echo "</td><td class='gCal_header'><a href='$curr_link'>$header</a>";
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php25 private $header; variable in SebastianBergmann\\Diff\\Differ
33 * @param string $header
36 public function __construct($header = "--- Original\n+++ New\n", $showNonDiffLines = true) argument
38 $this->header = $header;
128 $buffer = $this->header;
/plugin/sphinxsearch-was/
H A Dfunctions.php104 function getZeroSectionContent($id, $header) argument
106 $headerReg = preg_quote($header, '/');
124 function getSectionByTitleLevel($id, $header, $extended = false) argument
126 $headerReg = preg_quote($header, '/');
171 function getSection($id, $header) argument
223 trim($instruction[1][0]) == $header
373 foreach ($pageNames as $id => $header) {
/plugin/sphinxsearch/
H A Dfunctions.php112 function getZeroSectionContent($id, $header) argument
114 $headerReg = preg_quote($header, '/');
132 function getSectionByTitleLevel($id, $header, $extended=false) argument
134 $headerReg = preg_quote($header, '/');
179 function getSection($id, $header) argument
230 trim($instruction[1][0]) == $header ) {
381 foreach($pageNames as $id => $header){
/plugin/dump/renderer/
H A Dcallstack.php36 header("Content-Type: application/json; charset=utf-8");
37 header("X-Robots-Tag: noindex");
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js1header:"header",code:"comment",quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword"… property in AnonymousFunction75f14acc0200.g
/plugin/hyphenation/phpHyphenation/
H A Dmorecss-plugin.php30 header('content-type: text/html; charset=utf-8');
45 header('content-type: text/javascript; charset=utf-8');

12345678910>>...45