Home
last modified time | relevance | path

Searched refs:str_starts_with (Results 1 – 24 of 24) sorted by relevance

/plugin/filelist/
DPath.php45 if (str_starts_with($line, 'A>')) {
52 } elseif (str_starts_with($line, 'W>')) {
118 if (str_starts_with($path, '\\\\')) {
169 if (str_starts_with($path, $dataPath)) {
173 if (str_starts_with($path, $wikiDir)) {
/plugin/struct/meta/
H A DColumn.php196 if (str_starts_with($file, 'Abstract')) continue;
197 if (str_starts_with($file, 'Trait')) continue;
198 if (str_starts_with($file, 'Auto')) continue;
H A DAssignments.php296 if (str_starts_with($pns, $ans)) {
/plugin/scrape/vendor/symfony/polyfill-php80/
Dbootstrap.php32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi… function
DREADME.md15 - [`str_starts_with`](https://php.net/str_starts_with)
DPhp80.php96 public static function str_starts_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi… function
H A DREADME.md15 - [`str_starts_with`](https://php.net/str_starts_with)
H A DPhp80.php96 public static function str_starts_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
/plugin/struct/types/
H A DMedia.php34 if (str_starts_with($mime, $allow)) return $rawvalue;
80 if (str_starts_with($mime, 'image/')) {
/plugin/aichat/Model/OpenAI/
DChatModel.php23 if(!str_starts_with($this->getModelName(), 'o')) {
/plugin/linklist/
Dhelper.php41 if (str_starts_with($title, 'www.')) {
/plugin/struct/helper/
H A Dconfig.php23 if (str_starts_with($val, '^')) {
/plugin/wordimport/docx/
DImage.php47 if (!str_starts_with($mime, 'image/')) return ''; // not an image
/plugin/tile/
Dsyntax.php84 <a href="'.(str_starts_with ($id, 'http') ? $id : wl ($id)).'">
/plugin/versionswitch/
DVersion.php119 if (str_starts_with($namespace, $base)) {
/plugin/tagging/helper/
H A Dquerybuilder.php278 return str_starts_with($value, '*') || strrpos($value, '*') === strlen($value) - 1;
/plugin/farmer/action/
H A Dajax.php36 if (!str_starts_with($event->data, 'plugin_farmer')) {
/plugin/authwordpress/
H A Dauth.php144 if (str_starts_with($data['pass'], '$wp')) {
/plugin/panoview/
H A Dsyntax.php58 if (str_starts_with($match, ' ')) $data['align'] += 1;
/plugin/farmer/
H A Dhelper.php113 return (str_starts_with($path, $container));
/plugin/mermaid/
H A Dsyntax.php186 if(str_starts_with($explodedMatch[1], '%%<svg'))
/plugin/struct/renderer/
H A Dcsv.php171 if (str_starts_with($name, 'struct_')) {
/plugin/translation/
Dhelper.php397 if(!str_starts_with($ndir, $tdir)) {