Searched refs:getTitleMatches (Results 1 – 4 of 4) sorted by relevance
15 $data = $sx->getTitleMatches('title="Release 2025-05-14" align=vert data=2025');26 $data = $sx->getTitleMatches('title="He said \"Hi\" & it\'s fine"');34 $data = $sx->getTitleMatches("foo style=''");60 $data = $sx->getTitleMatches('title=foo bar');
55 $data = $this->getTitleMatches($match);62 $data = $this->getTitleMatches($match);
65 $data = $this->getTitleMatches($match);
93 public function getTitleMatches(string $match): array function in syntax_plugin_dwtimeline_dwtimeline