Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DLink.php29 public $headingId; variable in Google\\Service\\Docs\\Link
52 public function setHeadingId($headingId) argument
54 $this->headingId = $headingId;
61 return $this->headingId;
H A DParagraphStyle.php48 public $headingId; variable in Google\\Service\\Docs\\ParagraphStyle
199 public function setHeadingId($headingId) argument
201 $this->headingId = $headingId;
208 return $this->headingId;
/plugin/combo/syntax/
H A Dlabel.php25 const HEADING_ID = "headingId";
183 $headingId = $attribute[self::HEADING_ID];
193 $renderer->doc .= "<div class=\"card-header\" id=\"$headingId\">" . DOKU_LF;
224 $headingId = $attribute[self::HEADING_ID];
233 $renderer->doc .= "<div id=\"$collapseId\" class=\"collapse $showClass\" aria-labelledby=\"$headingId\" data-{$dataNamespace}parent=\"#$headingId\">";
/plugin/combo/ComboStrap/
H A DOutlineSection.php26 private string $headingId; variable in ComboStrap\\OutlineSection
228 if (!isset($this->headingId)) {
234 $this->headingId = sectionID($label, $this->tocUniqueId);
236 return $this->headingId;
H A DEditButton.php113 $headingId = $attributes[\syntax_plugin_combo_edit::HEADING_ID];
114 if ($headingId !== null) {
115 $editButton->setOutlineHeadingId($headingId);