Home
last modified time | relevance | path

Searched refs:getElementName (Results 26 – 38 of 38) sorted by last modified time

12

/plugin/webcomponent/syntax/
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 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 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 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
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 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
/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/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

12