Home
last modified time | relevance | path

Searched refs:getQuoted (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/Search/Collection/
H A DTermTest.php16 $this->assertEquals('dokuwiki', $term->getQuoted());
27 $this->assertEquals('.*wiki', $term->getQuoted());
38 $this->assertEquals('wiki.*', $term->getQuoted());
49 $this->assertEquals('.*wiki.*', $term->getQuoted());
94 $this->assertEquals('test\\.doc', $term->getQuoted());
105 $this->assertEquals('test\\..*', $term->getQuoted());
116 $this->assertEquals('.*wiki.*', $term->getQuoted());
207 $quoted = $term->getQuoted();
/dokuwiki/inc/Search/Collection/
H A DTerm.php101 public function getQuoted(): string function in dokuwiki\\Search\\Collection\\Term