Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Search/Collection/
H A DTerm.php29 protected string $quoted; variable in dokuwiki\\Search\\Collection\\Term
52 $this->quoted = preg_quote_cb($this->base);
57 $this->quoted = '.*' . $this->quoted;
62 $this->quoted .= '.*';
103 return $this->quoted;
/dokuwiki/_test/tests/Search/Collection/
H A DTermTest.php207 $quoted = $term->getQuoted();
208 $this->assertStringContainsString('\\[', $quoted);
209 $this->assertStringContainsString('\\]', $quoted);
210 $this->assertStringContainsString('\\+', $quoted);
211 $this->assertStringContainsString('\\.', $quoted);
/dokuwiki/inc/
H A Dmedia.php1360 $quoted = preg_quote($evdata['query'], '/');
1362 $quoted = str_replace(['\*', '\?'], ['.*', '.'], $quoted, $count);
1365 if ($count > 0) $quoted = '^([^:]*:)*' . $quoted . '$';
1367 $pattern = '/' . $quoted . '/i';
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt389 This is pretty much the same, but you could use it to show that you quoted a file.
401 This is pretty much the same, but you could use it to show that you quoted a file.
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt389 This is pretty much the same, but you could use it to show that you quoted a file.
401 This is pretty much the same, but you could use it to show that you quoted a file.
/dokuwiki/inc/Search/
H A Dconcept.txt256 * Individual words and phrases (quoted strings)