Searched refs:tokenizer (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
D | composer.lock | 274 "theseer/tokenizer": "^1.1.3" 502 "ext-tokenizer": "*", 529 "description": "Wrapper around PHP's tokenizer extension.", 532 "tokenizer" 1374 "name": "theseer/tokenizer", 1378 "url": "https://github.com/theseer/tokenizer.git", 1383 …"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e75… 1389 "ext-tokenizer": "*", 1412 "issues": "https://github.com/theseer/tokenizer/issues", 1413 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
|
/dokuwiki/vendor/splitbrain/slika/ |
D | composer.lock | 376 "ext-tokenizer": "*" 497 "theseer/tokenizer": "^1.1.3" 725 "ext-tokenizer": "*", 752 "description": "Wrapper around PHP's tokenizer extension.", 755 "tokenizer" 1676 "name": "theseer/tokenizer", 1680 "url": "https://github.com/theseer/tokenizer.git", 1685 …"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052… 1691 "ext-tokenizer": "*", 1714 "issues": "https://github.com/theseer/tokenizer/issues", [all …]
|
/dokuwiki/inc/ |
D | indexer.php | 246 return $Indexer->tokenizer($string, $wc);
|
D | fulltext.php | 950 $words = $Indexer->tokenizer($term_noparen, true);
|
/dokuwiki/_test/ |
D | composer.lock | 364 "ext-tokenizer": "*", 608 "theseer/tokenizer": "^1.2.3" 2041 "ext-tokenizer": "*", 2110 "name": "theseer/tokenizer", 2114 "url": "https://github.com/theseer/tokenizer.git", 2119 …"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1… 2125 "ext-tokenizer": "*", 2148 "issues": "https://github.com/theseer/tokenizer/issues", 2149 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
|
/dokuwiki/inc/Search/ |
D | Indexer.php | 115 $tokens = $this->tokenizer($text); 505 public function tokenizer($text, $wc = false) function in dokuwiki\\Search\\Indexer
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 502 * Improve the performance of the strict mode tokenizer, making highlighting of languages like
|