Lines Matching refs:syntax_plugin_combo_edit
105 $label = $attributes[\syntax_plugin_combo_edit::LABEL];
106 $startPosition = $attributes[\syntax_plugin_combo_edit::START_POSITION];
107 $endPosition = $attributes[\syntax_plugin_combo_edit::END_POSITION];
113 $headingId = $attributes[\syntax_plugin_combo_edit::HEADING_ID];
117 $sectionId = $attributes[\syntax_plugin_combo_edit::SECTION_ID];
121 $format = $attributes[\syntax_plugin_combo_edit::FORMAT];
392 \syntax_plugin_combo_edit::TAG,
395 \syntax_plugin_combo_edit::START_POSITION => $this->startPosition,
396 \syntax_plugin_combo_edit::END_POSITION => $this->endPosition,
397 \syntax_plugin_combo_edit::LABEL => $this->label,
398 \syntax_plugin_combo_edit::FORMAT => $format,
399 \syntax_plugin_combo_edit::HEADING_ID => $this->getHeadingId(),
400 \syntax_plugin_combo_edit::SECTION_ID => $this->getSectionId(),