Home
last modified time | relevance | path

Searched refs:header (Results 1076 – 1100 of 1105) sorted by last modified time

1...<<4142434445

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso32 Translate current date/time to GMT for custom header.
221 Send a custom header for xml responses.
224 header;
237 /header;
/plugin/snmplive/
H A Dajax.php24 header('Content-Type: text/html; charset=utf-8');
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php2 header('Content-type: text/html; charset=utf-8');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconnector.py110 for header in conn.headers:
111 print '%s: %s' % header
H A Dupload.py79 for header in conn.headers:
80 if not header is None:
81 print '%s: %s' % header
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php32 header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
34 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
36 header('Cache-Control: no-store, no-cache, must-revalidate') ;
37 header('Cache-Control: post-check=0, pre-check=0', false) ;
39 header('Pragma: no-cache') ;
42 header( 'Content-Type: text/xml; charset=utf-8' ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp38 ' Create the XML document header.
55 ' Create the XML document header.
/plugin/dokukiwix/
H A Dajax.php39 header('Content-Type: text/plain; charset=utf-8');
/plugin/guestbook/
H A Dbasic.class.php319 $header="From: DokuWiki Guestbook <guestbook.wiki@".$_SERVER['HTTP_HOST'].">\n";
320 $header .= "Subject: new entry in guestbook\n";
321 $header .= "Content-Type: text/html";
322 …rt($_POST['body']), $guestbook_database->quote_smart($_POST['name']), mysql_insert_id()), $header);
/plugin/galleryv1.5/inc/
H A Dimage.php65 header('Content-type: image/jpeg');
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt144 4. Content-type header
H A DJsHttpRequest.php282 header("Content-type: $ctype; charset=$encoding");
/plugin/linkmanager/exe/
H A Dajax.php26 header('Content-Type: text/html; charset=utf-8');
H A Dfilemanager.php33 header('Content-Type: text/html; charset=utf-8');
/plugin/remotescript/lib/
H A Dlicense.txt252 When a "work that uses the Library" uses material from a header file
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt566 When a "work that uses the Library" uses material from a header file
/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>";
H A Dstandard.css26 /* current-date in table-header ---------------------------------------------------------------- */
34 /* navi-table (header of main-table) ----------------------------------------------------------- */
53 /* column-header ------------------------------------------------------------------------------- */
/plugin/chat/
H A Dajax.php26 header('Content-Type: text/html; charset=UTF-8');
/plugin/virtualkeyboard/vk/
H A Dlicense.txt252 When a "work that uses the Library" uses material from a header file
/plugin/googlesearch/
H A Dnusoap.php3274 header('Location: '.$this->externalWSDLURL);
3276 header("Content-Type: text/xml\r\n");
3281 header("Content-Type: text/xml; charset=ISO-8859-1\r\n");
3289 header("Content-Type: text/html; charset=ISO-8859-1\r\n");
3778 header($hdr, false);
/plugin/txtconf/
H A Dtxtconfig.class.php186 function _out_header($id, $header) { argument
191 " * ".$header." \n".
199 "# ".$header." \n".
H A Dconfig0.class.php83 function save_settings($id, $header='', $backup=true) { argument
100 if (empty($header)) $header = $this->_heading;
102 $out = $this->_out_header($id,$header);
149 function _out_header($id, $header) { argument
154 " * ".$header." \n".
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php128 $header = $this->source->getData(8);
129 if ($header != "!<arch>\n") {
130 … return PEAR::raiseError("File {$filename} is not a valid Ar file format (starts with $header)");
H A DTar.php161 $header = unpack(
167 2 => octdec($header['mode']),
168 4 => octdec($header['uid']),
169 5 => octdec($header['gid']),
170 7 => octdec($header['size']),
171 9 => octdec($header['mtime'])
179 if ($header['magic'] == 'ustar') {
181 $header['prefix'] . $header['filename']
185 $header['filename']
204 if (octdec($header['checksum']) != $checksum) {
[all …]

1...<<4142434445