Searched refs:quoted (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/inc/Search/Collection/ |
| H A D | Term.php | 29 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 D | TermTest.php | 207 $quoted = $term->getQuoted(); 208 $this->assertStringContainsString('\\[', $quoted); 209 $this->assertStringContainsString('\\]', $quoted); 210 $this->assertStringContainsString('\\+', $quoted); 211 $this->assertStringContainsString('\\.', $quoted);
|
| /dokuwiki/inc/ |
| H A D | media.php | 1360 $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 D | syntax.txt | 389 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 D | syntax.txt | 389 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 D | concept.txt | 256 * Individual words and phrases (quoted strings)
|