Home
last modified time | relevance | path

Searched refs:header (Results 426 – 450 of 1105) sorted by last modified time

1...<<11121314151617181920>>...45

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DPoliciesUpdateResponse.php30 public function setHeader(ResponseHeader $header) argument
32 $this->header = $header;
39 return $this->header;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFleepHookHandler.php113 $header = "POST " . static::FLEEP_HOOK_URI . $this->token . " HTTP/1.1\r\n";
114 $header .= "Host: " . static::FLEEP_HOST . "\r\n";
115 $header .= "Content-Type: application/x-www-form-urlencoded\r\n";
116 $header .= "Content-Length: " . strlen($content) . "\r\n";
117 $header .= "\r\n";
119 return $header;
H A DPushoverHandler.php192 $header = "POST /1/messages.json HTTP/1.1\r\n";
193 $header .= "Host: api.pushover.net\r\n";
194 $header .= "Content-Type: application/x-www-form-urlencoded\r\n";
195 $header .= "Content-Length: " . strlen($content) . "\r\n";
196 $header .= "\r\n";
198 return $header;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php44 * @param string $header
47 public function write($line, $header = "") argument
49 $this->send($this->assembleMessage($line, $header));
68 protected function assembleMessage(string $line, string $header): string argument
70 $chunkSize = static::DATAGRAM_MAX_LENGTH - strlen($header);
72 return $header . Utils::substr($line, 0, $chunkSize);
/plugin/vshare/syntax/
H A Ddebug.php57 $renderer->header('vshare sites', 1, 0);
60 $renderer->header($site, 2, 0);
/plugin/tablelayout/action/
H A Dlayoutform.php44 header('Content-Type: text/html; charset=utf-8');
/plugin/gemini/
H A Drenderer.php35 public function header($text, $level, $pos) function in renderer_plugin_gemini
/plugin/lms/
H A Dscript.js17 navheaders.each(function (idx, header) {
18 const $list = jQuery(jQuery(header).next()[0]).find('ul');
21 jQuery(header).addClass('lms-seen');
15 AnonymousFunctionfa0f2a780300(idx, header) global() argument
/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/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css52 --popup-header-entry-selected-color: var(--blue-base-65);
54 --popup-header-separator-color: var(--color-dddddd);
530 background: var(--popup-header-entry-selected-background-color);
537 .djs-popup .djs-popup-header .entry {
545 .djs-popup .djs-popup-header .entry.active {
546 color: var(--popup-header-entry-selected-color);
547 border: solid 1px var(--popup-header-entry-selected-color);
563 .djs-popup-header {
564 border-bottom: 1px solid var(--popup-header-separator-color);
567 .djs-popup-header .entry {
[all …]
/plugin/popupviewer/
H A Daction.php109 header('Content-Type: text/html; charset=utf-8');
/plugin/openas/
H A Daction.php248 header("Location: $fourOhfour"); /* Redirect browser */
/plugin/xtern/
H A Dadmin.php214 $header = $id ? "<tr><th>$id</th></tr>" : "";
234 ptln($header);
/plugin/xcom/
H A Dremote.php298 foreach ($keys AS $header) {
299 switch($header) {
301 $title = $this->getcurrent($header, null);
317 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change",$contents);
325 … $this->contributors = $this->getSimpleKeyValue($this->getcurrent($header, null),$contents);
328 $isreferencedby = $this->getcurrent($header,'isreferencedby');
329 $references = $this->getcurrent($header,'references');
330 $media = $this->getcurrent($header,'media');
331 $firstimage = $this->getcurrent($header,'firstimage');
332 $haspart = $this->getcurrent($header,'haspart');
[all …]
/plugin/pureldap/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/plugin/commonmark/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/plugin/include/syntax/
H A Dheader.php3 * Include plugin (permalink header component)
5 * Provides a header instruction which renders a permalink to the included page
27 * Renders a permalink header.
29 * Code heavily copied from the header renderer from inc/parser/xhtml.php, just
50 // the include header instruction is always at the beginning of the first section edit inside the include
68 $renderer->header($headline, $lvl, $pos);
/plugin/move/action/
H A Dprogress.php63 header('Content-Type: application/json');
H A Drename.php114 header('Content-Type: application/json');
157 header('Content-Type: application/json');
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/quickstats/lang/en/
H A Dquery.txt38 …s, there are two results for **accesses**. The one which appears in the header at the top of the …
62 … on your wiki. When you request data about a page or group of pages, the header for each page will…
/plugin/quickstats/scripts/
H A Dread_ini.php11 $header = trim($entry,'[]'); variable
12 $temp[$header] = array();
14 echo "header:$header found\n";
18 $temp[$header][] = trim($entry);
H A Dextended_data.php225 $header ='<tr>';
227 $header .= cell($thds[$th],'th');
229 return $header . '</tr>';
296 $header = "<h1>$page</h1>\n";
297 …$header .= '<div class="level2 qs_brief"><h3>Total accesses for ' . $page . ': ' . $ar['accesse…
298 $header .= "<table cellspacing='0' class='qs_brief_table'>\n";
306 echo $header;
/plugin/quickstats/
H A Dsyntax.php586 $header = " ($depth/$asize) ";
589 $header = " ($asize/$asize) ";
595 …rer->doc .= '<br /><span class="title">'. $this->getLang('browsers_and_ua') . $header .'</span>';
/plugin/multiorphan/
H A Dstyle.less57 .multiorphan__result_group .header[count]:after {

1...<<11121314151617181920>>...45