Home
last modified time | relevance | path

Searched refs:lastHeader (Results 1 – 2 of 2) sorted by relevance

/plugin/dbquery/
H A Drenderer.php15 protected $lastHeader = ''; variable in renderer_plugin_dbquery
26 $this->lastHeader = $text;
37 $this->codeBlocks[$this->lastHeader] = trim($text);
/plugin/letsencrypt/
H A DLescript.php445 protected $lastHeader; variable in Analogic\\ACME\\Client
486 $this->lastHeader = $header;
505 if(preg_match('~Replay\-Nonce: (.+)~i', $this->lastHeader, $matches)) {
515 if(preg_match('~Location: (.+)~i', $this->lastHeader, $matches)) {
528 preg_match_all('~Link: <(.+)>;rel="up"~', $this->lastHeader, $matches);