Home
last modified time | relevance | path

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

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