Home
last modified time | relevance | path

Searched refs:parseMatch (Results 1 – 17 of 17) sorted by relevance

/plugin/webcomponent/_test/
Dwebcomponent.test.php18 $parameters = webcomponent::parseMatch($match);
27 $parameters = webcomponent::parseMatch($match);
/plugin/simplemap/
Dsyntax.php61 return $this->parseMatch($match);
65 private function parseMatch(string $match): array function in syntax_plugin_simplemap
/plugin/webcomponent/syntax/
Dcontainer.php113 $parameters = webcomponent::parseMatch($match);
Dcite.php49 $parameters = webcomponent::parseMatch($match);
Dgroup.php113 $parameters = webcomponent::parseMatch($match);
Dunit.php104 $parameters = webcomponent::parseMatch($match);
Dcardcolumns.php119 $parameters = webcomponent::parseMatch($match);
Dbrand.php49 $parameters = webcomponent::parseMatch($match);
Dnavbar.php113 $parameters = webcomponent::parseMatch($match);
Dcollapse.php113 $parameters = webcomponent::parseMatch($match);
Dsearch.php46 $parameters = array_merge($init, webcomponent::parseMatch($match));
Dbutton.php139 $parameters = webcomponent::parseMatch($match);
Ddropdown.php130 $parameters = webcomponent::parseMatch($match);
Dblockquote.php125 $parameters = webcomponent::parseMatch($match);
Dcard.php148 $parameters = webcomponent::parseMatch($match);
/plugin/webcomponent/
Dwebcomponent.php36 public static function parseMatch($match): array function in webcomponent
/plugin/cnmap/
Dsyntax.php73 $data = $this->parseMatch($match);