Searched refs:str_ends_with (Results 1 – 16 of 16) sorted by relevance
| /plugin/aichat/Model/Ollama/ |
| D | AbstractOllama.php | 34 if(str_ends_with($key, '.context_length')) { 37 if(str_ends_with($key, '.embedding_length')) {
|
| /plugin/scrape/vendor/symfony/polyfill-php80/ |
| D | bootstrap.php | 35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($… function
|
| D | README.md | 16 - [`str_ends_with`](https://php.net/str_ends_with)
|
| D | Php80.php | 101 public static function str_ends_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
|
| /plugin/combo/vendor/symfony/polyfill-php80/ |
| H A D | bootstrap.php | 35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($… function
|
| H A D | README.md | 16 - [`str_ends_with`](https://php.net/str_ends_with)
|
| H A D | Php80.php | 101 public static function str_ends_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
|
| /plugin/struct/meta/ |
| H A D | Assignments.php | 294 if (str_ends_with($pattern, '**')) { 299 } elseif (str_ends_with($pattern, '*')) {
|
| /plugin/spatialhelper/helper/ |
| D | index.php | 219 (!str_ends_with(strtolower($imgId), '.jpg')) && 220 (!str_ends_with(strtolower($imgId), '.jpeg'))
|
| /plugin/oauth/ |
| H A D | helper.php | 111 if (str_ends_with($mail, $validDomain)) {
|
| /plugin/dbquery/syntax/ |
| H A D | query.php | 181 if(str_ends_with($name, '_wiki')) {
|
| /plugin/panoview/ |
| H A D | syntax.php | 59 if (str_ends_with($match, ' ')) $data['align'] += 2;
|
| /plugin/filelist/ |
| D | Output.php | 237 if (str_ends_with($this->webdir, '=')) {
|
| /plugin/farmer/ |
| H A D | DokuWikiFarmCore.php | 304 if (!str_ends_with($path, '.php')) {
|
| /plugin/farmer/admin/ |
| H A D | new.php | 223 if (str_ends_with($dir, 'meta')) {
|
| /plugin/betadoku/src/ |
| D | server.php | 124 if (!str_ends_with($path, $config->manticore->index->extension))
|