Home
last modified time | relevance | path

Searched refs:createHeader (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFirePHPHandler.php95 return $this->createHeader(
112 * @see createHeader()
121 $this->createHeader(['Protocol', 1], static::PROTOCOL_URI),
122 $this->createHeader([1, 'Structure', 1], static::STRUCTURE_URI),
123 $this->createHeader([1, 'Plugin', 1], static::PLUGIN_URI)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DResponse.php68 public function setCreateHeader(CreateHeaderResponse $createHeader) argument
70 $this->createHeader = $createHeader;
77 return $this->createHeader;
H A DRequest.php118 public function setCreateHeader(CreateHeaderRequest $createHeader) argument
120 $this->createHeader = $createHeader;
127 return $this->createHeader;
/plugin/tagsections/
H A Dscript.js69 $accordeon.append(createHeader(namespace, checked, Object.keys(entries).length));
74 $accordeon.append(createHeader(null, 0, 0));
83 var createHeader = function(namespace, checked, entries) { function
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php247 protected function createHeader(){ function in Tx\\Mailer\\Message