Home
last modified time | relevance | path

Searched refs:headerId (Results 1 – 5 of 5) sorted by last modified time

/plugin/qna/
H A Daction.php21 private $headerId; variable in action_plugin_qna
61 $this->headerId = '';
78 $this->headerId = sectionID($instruction[1][0], $this->headerCheck);
167 $data[2] = $this->headerId;
/plugin/combo/renderer/
H A Danalytics.php149 protected $headerId = 0; // the id of the header on the page (first, second, ...) variable in renderer_plugin_combo_analytics
694 $this->headerId++;
695 $this->stats[self::HEADER_POSITION][$this->headerId] = $heading;
839 $this->headerId = 0;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DCreateHeaderResponse.php25 public $headerId; variable in Google\\Service\\Docs\\CreateHeaderResponse
30 public function setHeaderId($headerId) argument
32 $this->headerId = $headerId;
39 return $this->headerId;
H A DHeader.php28 public $headerId; variable in Google\\Service\\Docs\\Header
47 public function setHeaderId($headerId) argument
49 $this->headerId = $headerId;
56 return $this->headerId;
H A DDeleteHeaderRequest.php25 public $headerId; variable in Google\\Service\\Docs\\DeleteHeaderRequest
30 public function setHeaderId($headerId) argument
32 $this->headerId = $headerId;
39 return $this->headerId;