Home
last modified time | relevance | path

Searched refs:str_ends_with (Results 1 – 16 of 16) sorted by relevance

/plugin/aichat/Model/Ollama/
DAbstractOllama.php34 if(str_ends_with($key, '.context_length')) {
37 if(str_ends_with($key, '.embedding_length')) {
/plugin/scrape/vendor/symfony/polyfill-php80/
Dbootstrap.php35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($… function
DREADME.md16 - [`str_ends_with`](https://php.net/str_ends_with)
DPhp80.php101 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 Dbootstrap.php35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($… function
H A DREADME.md16 - [`str_ends_with`](https://php.net/str_ends_with)
H A DPhp80.php101 public static function str_ends_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
/plugin/struct/meta/
H A DAssignments.php294 if (str_ends_with($pattern, '**')) {
299 } elseif (str_ends_with($pattern, '*')) {
/plugin/spatialhelper/helper/
Dindex.php219 (!str_ends_with(strtolower($imgId), '.jpg')) &&
220 (!str_ends_with(strtolower($imgId), '.jpeg'))
/plugin/oauth/
H A Dhelper.php111 if (str_ends_with($mail, $validDomain)) {
/plugin/dbquery/syntax/
H A Dquery.php181 if(str_ends_with($name, '_wiki')) {
/plugin/panoview/
H A Dsyntax.php59 if (str_ends_with($match, ' ')) $data['align'] += 2;
/plugin/filelist/
DOutput.php237 if (str_ends_with($this->webdir, '=')) {
/plugin/farmer/
H A DDokuWikiFarmCore.php304 if (!str_ends_with($path, '.php')) {
/plugin/farmer/admin/
H A Dnew.php223 if (str_ends_with($dir, 'meta')) {
/plugin/betadoku/src/
Dserver.php124 if (!str_ends_with($path, $config->manticore->index->extension))