Home
last modified time | relevance | path

Searched refs:str_contains (Results 1 – 8 of 8) sorted by relevance

/plugin/iframeinterwiki/
H A Dsyntax.php
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php28 if (!function_exists('str_contains')) {
29 function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($haystack ?? '', $needle ?? ''); } function
H A DREADME.md13 - [`str_contains`](https://php.net/str_contains)
H A DPhp80.php91 public static function str_contains(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php178 if (!str_contains($ref, TagAttributes::TYPE_KEY) && str_contains($ref, "svg")) {
179 if (str_contains($ref, "?")) {
/plugin/button/
H A Dsyntax.php33 13/12/2022 : Fixed PHP7 with str_contains polyfill
68 // str_contains polyfill for PHP versions before PHP8 (by jnv - #26)
69 if (!function_exists('str_contains')) {
70 function str_contains(string $haystack, string $needle): bool
145 if (str_contains($style, '|')) {
415 if (str_contains($id, '#'))
473 if (str_contains($src, '#'))
58 function str_contains(string $haystack, string $needle): bool global() function
/plugin/nspages/printers/
H A DprinterTree.php109 if ($this->str_contains($item['id'], ':')){ // case 4
131 * This is similar to https://www.php.net/manual/en/function.str-contains.php, but the PHP str_contains
134 private function str_contains(string $haystack, string $needle){ function in nspages_printerTree
/plugin/combo/vendor/symfony/process/
H A DProcess.php1377 return self::$sigchild = str_contains(ob_get_clean(), '--enable-sigchild');
1562 if (str_contains($value = $m[1], "\0")) {
1623 if (str_contains($argument, "\0")) {