Home
last modified time | relevance | path

Searched refs:header (Results 501 – 525 of 1105) sorted by relevance

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

/plugin/jalbum/syntax/
H A Djalbumbadge.php107 $title = $param['header'];
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ReadersMolXyz.jar ... .jmol.adapter.smarter.AtomSetCollectionReader { String header private static final String isotopeMap0 private static final String isotopeMap1 ...
H A DJmolApplet0_ReadersMolXyz.jar ... .jmol.adapter.smarter.AtomSetCollectionReader { String header private static final String isotopeMap0 private static final String isotopeMap1 ...
/plugin/searchindex/
H A Dajax.php22 header('Content-Type: text/plain; charset=utf-8');
/plugin/dokutexit/
H A Daction.php95 header("Location: ".$pdfurl, true, 303);
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.hbs8 {{>page-header-partial}}
/plugin/batchedit/
H A Dserver.php111 header('Content-Type: application/json');
/plugin/struct/meta/
H A DCSVSerialImporter.php11 * Import page schema only when the pid header is present.
16 if (!in_array('pid', $this->header))
17 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md215 `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
413 pass an optional argument of `true` to retrieve a header value as an array
422 `Link` header).
776 * Specific header implementations can be created for complex headers. When a message creates a head…
777 …aderFactory which can map specific headers to specific header classes. There is now a Link header
778 CacheControl header implementation.
779 * Moved getLinks() from Response to just be used on a Link header object.
801 * The ability to case-insensitively search for header values
1035 "location":"header",
1086 "location":"header",
[all …]
/plugin/latexit/_test/
H A Drenderer.test.php91 $this->r->header("header", 1, 5);
96 $this->r->header("Nadpis", 2, 245);
101 $this->r->header("Článek 5", 3, 575);
106 $this->r->header("sdfsdfsdk sdf ", 4, 7525);
111 $this->r->header("Nadpis", 5, 4525);
116 $this->r->header("Nadpis", 6, 4525);
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md218 If your application is behind a proxy such as [Google Cloud IAP][iap-proxy-header],
219 and your application occupies the `Authorization` request header,
221 header instead. If a valid ID token is found in a `Proxy-Authorization` header,
223 the Authorization header to your application without processing the content.
258 [iap-proxy-header]: https://cloud.google.com/iap/docs/authentication-howto#authenticating_from_prox…
/plugin/impressjs/
H A Drenderer.php56 public function header($text, $level, $pos) { function in renderer_plugin_impressjs
/plugin/struct/action/
H A Dajax.php41 header('Content-Type: application/json');
/plugin/dokucrypt/
H A Dscript.js390 var header = "";
392 header += String.fromCharCode(digestBits[i]);
398 header += String.fromCharCode(i >>> 24);
399 header += String.fromCharCode(i >>> 16);
400 header += String.fromCharCode(i >>> 8);
401 header += String.fromCharCode(i & 0xFF);
416 var ct = rijndaelEncrypt(header + plaintext, key, "CBC");
428 var header=result.slice(0,20);
430 var dl=(header[16]<<24)|(header[17]<<16)|(header[18]<<8)|header[19];
450 if(digestBits[i]!=header[i]) {
/plugin/dokucrypt2/
H A Dscript.js462 var header = "";
464 header += String.fromCharCode(digestBits[i]);
470 header += String.fromCharCode(i >>> 24);
471 header += String.fromCharCode(i >>> 16);
472 header += String.fromCharCode(i >>> 8);
473 header += String.fromCharCode(i & 0xFF);
488 var ct = rijndaelEncrypt(header + plaintext, key, "CBC");
500 var header=result.slice(0,20);
502 var dl=(header[16]<<24)|(header[17]<<16)|(header[18]<<8)|header[19];
522 if(digestBits[i]!=header[i]) {
/plugin/wikipediasnippet/
H A Dall.css7 /* __________ snippet header __________ */
/plugin/linksenhanced/
H A Daction.php73 header('Content-Type: application/json');
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeResources.txt
/plugin/issuelinks/helper/
H A Dutil.php87 header('Content-Type: application/json');
/plugin/highlightjs/highlight/styles/
H A Dvs.css9 .diff .header,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc45 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
/plugin/blogtng/renderer/
H A Dcomment.php34 function header($text, $level, $pos, $returnonly = false) { function in renderer_plugin_blogtng_comment
/plugin/combo/resources/theme/default/components/css/
H A Dresend.css37 .form-resend-header {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt137 ['header']=>array() { //
165 ['header']=>array() //
402 ['header']=>array() { //
509 ['header']=>array() { //
922 ['header']=>array() { //
1258 ['header']=>array() { //
1273 ['header']=>array() { //
1294 ['header']=>array() { //
1318 ['header']=>array() { //
2083 ['header']=>array() { //
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css83 header { selector
86 header a {

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