Searched refs:what (Results 1 – 25 of 31) sorted by relevance
12
3 This is a preview of what your text will look like. **Remember: It is not saved yet**!
31 what
21 what
23 what
30 public static function pregQuote(string $what): string argument32 return preg_quote($what, '/');
12 //$conf['title'] = 'My Wiki'; //what to show in the title
184 what
27 what
4 * uncomment what you need. See http://www.dokuwiki.org/farms for more information.
22 You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are availab…26 …t that thrives through user contributions. A good way to stay informed on what's going on and to g…
62 Not sure what this means? See the [[doku>faq:license|FAQ on the Licenses]].
1272 protected function literal($what, $eatWhitespace = null) argument1277 if (!isset($what[1]) && isset($this->buffer[$this->count])) {1278 if ($this->buffer[$this->count] == $what) {1289 if (!isset(self::$literalCache[$what])) {1290 self::$literalCache[$what] = Util::pregQuote($what);1293 return $this->match(self::$literalCache[$what], $m, $eatWhitespace);1326 protected function to($what, &$out, $until = false, $allowNewline = false) argument1333 …if (!$this->match('(' . $validChars . '*?)' . Lessc::preg_quote($what), $m, !$until)) return false;1334 if ($until) $this->count -= strlen($what); // give back $what
64 Not sure what this means? See the [[doku>faq:license|FAQ on the Licenses]].