Home
last modified time | relevance | path

Searched refs:header (Results 751 – 775 of 1105) sorted by last modified time

1...<<31323334353637383940>>...45

/plugin/xml/
H A Drenderer.php86 function header($text, $level, $pos) { function in renderer_plugin_xml
/plugin/btable/
H A Dexport.php35 header("Content-type: text/csv");
36 header("Content-Disposition: attachment; filename=".$dID.".csv");
/plugin/purplenumbers/
H A Drenderer.php37 function header($text, $level, $pos, $returnonly = false) { function in renderer_plugin_purplenumbers
38 parent::header($text, $level, $pos);
/plugin/authfacebook/
H A Dauth.php179 header("Location: ".wl('start', array(), true, '&'));
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php168 foreach ($batchHeaders as $header) {
169 $headers[$header['name']] = $header['value'];
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStreamHttpClient.php87 $header = [];
89 $header[] = $k . ': ' . $v;
92 return implode("\r\n", $header);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php98 $header = $this->getHeader('X_FORWARDED_HOST');
99 if ($header && $this->isValidForwardedHost($header)) {
100 $elements = explode(',', $header);
169 * @param string $header
173 protected function isValidForwardedHost($header) argument
175 $elements = explode(',', $header);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dblockquote-nested.md1 > ## This is a header.
H A Dspecs.md19 * [Headers](#header)
113 used anywhere in a Markdown paragraph, list item, or header. If you
210 <h3 id="header">Headers</h3>
226 corresponding to header levels 1-6. For example:
237 used to open the header. (The number of opening hashes
238 determines the header level.) :
283 > ## This is a header.
H A Dmd1_markdown_documentation_basics.md45 To create an atx-style header, you put 1-6 hash marks (`#`) at the
47 HTML header level.
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md44 The above header should be an H2 tag. Now, for a list of fruits:
/plugin/spellcheck/
H A Dspellcheck.php56 header('Content-Type: text/plain; charset=utf-8');
/plugin/swiftmail/Swift/Message/
H A DHeaders.php275 $lheader = strtolower($header);
277 if (!$this->has($header))
301 $lheader = strtolower($header);
302 if (!$this->has($header))
320 if (!$this->has($header))
328 $lheader = strtolower($header);
343 $lheader = strtolower($header);
344 if ($this->has($header))
354 public function listAttributes($header) argument
356 $header = strtolower($header);
[all …]
/plugin/autolink3/
H A Dajax.php33 header('Content-Type: text/plain; charset=utf-8');
/plugin/fckg/
H A Drenderer.php68 function header($text, $level, $pos) { function in renderer_plugin_fckg
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php2 header('Content-type: text/html; charset=utf-8');
/plugin/fckg/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/fckg/fckeditor/
H A Dlicense.txt566 When a "work that uses the Library" uses material from a header file
H A DInstall_README17 on the fckgLIlte webset concening media and/or the header to the file config.js in
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css56 #header
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css56 #header
/plugin/syntaxhighlighter3/sxh3/demos/
H A Dcontent_xml.php2 header('Content-type: application/xhtml+xml; charset=utf-8');
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee117 header = ejs.render variables.header, variables
120 writeFile file, header + readFile file
/plugin/autologoff/
H A Daction.php81 header('Content-Type: text/plain');
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DPost.php58 'header' => "Content-type: application/x-www-form-urlencoded\r\n",

1...<<31323334353637383940>>...45