| /plugin/filelist/ |
| D | Path.php | 45 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 D | Column.php | 196 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 D | Assignments.php | 296 if (str_starts_with($pns, $ans)) {
|
| /plugin/scrape/vendor/symfony/polyfill-php80/ |
| D | bootstrap.php | 32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi… function
|
| D | README.md | 15 - [`str_starts_with`](https://php.net/str_starts_with)
|
| D | Php80.php | 96 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 D | bootstrap.php | 32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi… function
|
| H A D | README.md | 15 - [`str_starts_with`](https://php.net/str_starts_with)
|
| H A D | Php80.php | 96 public static function str_starts_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
|
| /plugin/struct/types/ |
| H A D | Media.php | 34 if (str_starts_with($mime, $allow)) return $rawvalue; 80 if (str_starts_with($mime, 'image/')) {
|
| /plugin/aichat/Model/OpenAI/ |
| D | ChatModel.php | 23 if(!str_starts_with($this->getModelName(), 'o')) {
|
| /plugin/linklist/ |
| D | helper.php | 41 if (str_starts_with($title, 'www.')) {
|
| /plugin/struct/helper/ |
| H A D | config.php | 23 if (str_starts_with($val, '^')) {
|
| /plugin/wordimport/docx/ |
| D | Image.php | 47 if (!str_starts_with($mime, 'image/')) return ''; // not an image
|
| /plugin/tile/ |
| D | syntax.php | 84 <a href="'.(str_starts_with ($id, 'http') ? $id : wl ($id)).'">
|
| /plugin/versionswitch/ |
| D | Version.php | 119 if (str_starts_with($namespace, $base)) {
|
| /plugin/tagging/helper/ |
| H A D | querybuilder.php | 278 return str_starts_with($value, '*') || strrpos($value, '*') === strlen($value) - 1;
|
| /plugin/farmer/action/ |
| H A D | ajax.php | 36 if (!str_starts_with($event->data, 'plugin_farmer')) {
|
| /plugin/authwordpress/ |
| H A D | auth.php | 144 if (str_starts_with($data['pass'], '$wp')) {
|
| /plugin/panoview/ |
| H A D | syntax.php | 58 if (str_starts_with($match, ' ')) $data['align'] += 1;
|
| /plugin/farmer/ |
| H A D | helper.php | 113 return (str_starts_with($path, $container));
|
| /plugin/mermaid/ |
| H A D | syntax.php | 186 if(str_starts_with($explodedMatch[1], '%%<svg'))
|
| /plugin/struct/renderer/ |
| H A D | csv.php | 171 if (str_starts_with($name, 'struct_')) {
|
| /plugin/translation/ |
| D | helper.php | 397 if(!str_starts_with($ndir, $tdir)) {
|