Home
last modified time | relevance | path

Searched refs:getElementName (Results 1 – 25 of 38) sorted by relevance

12

/plugin/webcomponent/syntax/
H A Drelated.php40 return webcomponent::PLUGIN_NAME."_".self::getElementName();
80 …$this->Lexer->addSpecialPattern('<' . self::getElementName(). '[^>]*>', $mode, 'plugin_' . webcomp…
114 $match = utf8_substr($match, strlen(self::getElementName()), -1);
156 …$renderer->doc .= '<div id="'.self::getElementId().'" class="'.self::getElementName().'-container"…
162 ….= "<strong>Plugin ".webcomponent::PLUGIN_NAME." - Component ".self::getElementName().": " . $lang…
167 … dbglog($relatedPages, self::getElementName()." plugins: all backlinks for page: $id");
248 public static function getElementName() function in syntax_plugin_webcomponent_related
H A Dcontainer.php79 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
160 public static function getElementName() function in syntax_plugin_webcomponent_container
H A Dgroup.php79 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
165 public static function getElementName() function in syntax_plugin_webcomponent_group
H A Dcollapse.php79 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
169 public static function getElementName() function in syntax_plugin_webcomponent_collapse
H A Dnavbar.php79 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
169 public static function getElementName() function in syntax_plugin_webcomponent_navbar
H A Dconsole.php67 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
75 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
140 public static function getElementName() function in syntax_plugin_webcomponent_console
H A Dunit.php74 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
82 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
182 public static function getElementName() function in syntax_plugin_webcomponent_unit
/plugin/webcomponent/_test/
H A Drelated.test.php50 '<' . syntax_plugin_webcomponent_related::getElementName() . '>'
72 '<' . syntax_plugin_webcomponent_related::getElementName() . '>', $changeSummary);
89 … . webcomponent::PLUGIN_NAME.".".syntax_plugin_webcomponent_related::getElementName() . ': Start P…
121 …ugin" . webcomponent::PLUGIN_NAME." - Compo".syntax_plugin_webcomponent_related::getElementName());
/plugin/odt/ODT/
H A DODTState.php127 $name = $element->getElementName();
232 $string .= $indent . $this->stack [$search]->getElementName().";\n";
262 if ($this->stack [$search]->getElementName() == $name) {
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php69 public function getElementName() { function in ODTStyleStyle
143 $element = $this->getElementName();
H A DODTTextOutlineStyle.php55 public function getElementName() { function in ODTTextOutlineStyle
208 $element = $this->getElementName();
H A DODTUnknownStyle.php35 public function getElementName() { function in ODTUnknownStyle
/plugin/odt/ODT/elements/
H A DODTRoot.php28 public function getElementName () { function in ODTElementRoot
H A DODTElementNote.php29 public function getElementName () { function in ODTElementNote
H A DODTElementParagraph.php30 public function getElementName () { function in ODTElementParagraph
H A DODTElementSpan.php30 public function getElementName () { function in ODTElementSpan
H A DODTElementTextBox.php29 public function getElementName () { function in ODTElementTextBox
H A DODTElementListHeader.php32 public function getElementName () { function in ODTElementListHeader
H A DODTElementListItem.php32 public function getElementName () { function in ODTElementListItem
H A DODTElementTableRow.php40 public function getElementName () { function in ODTElementTableRow
H A DODTElementList.php37 public function getElementName () { function in ODTElementList
H A DODTStateElement.php147 abstract public function getElementName (); function in ODTStateElement
H A DODTElementTableColumn.php31 public function getElementName () { function in ODTElementTableColumn
H A DODTElementTableCell.php36 public function getElementName () { function in ODTElementTableCell
/plugin/combo/syntax/
H A Dunit.php191 public static function getElementName() function in syntax_plugin_combo_unit

12