| /plugin/mermaid/ |
| H A D | action.php | 161 …str_contains($wikiText, '<mermaid') || str_contains($wikiText, '{{page>') || str_contains($wikiTex…
|
| /plugin/backlinks/_test/ |
| D | syntax.test.php | 108 str_contains($response->getContent(), 'A link to Bob Ross'), 119 str_contains($response->getContent(), 'Bob Ross says'), 130 str_contains($response->getContent(), 'Backlinks to what Bob Ross says'),
|
| D | syntax_include_deep.test.php | 86 str_contains($response->getContent(), 'Backlinks from pages in /aaa/bbb/cc/'), 91 str_contains($response->getContent(), 'linking to a page form aaa'),
|
| D | syntax_include.test.php | 86 … str_contains($response->getContent(), 'Backlinks to what Bob Ross says (including only)'),
|
| /plugin/scrape/vendor/symfony/polyfill-php80/ |
| D | bootstrap.php | 29 …function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($ha… function
|
| D | README.md | 14 - [`str_contains`](https://php.net/str_contains)
|
| D | Php80.php | 91 public static function str_contains(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
|
| /plugin/combo/vendor/symfony/polyfill-php80/ |
| H A D | bootstrap.php | 29 …function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($ha… function
|
| H A D | README.md | 14 - [`str_contains`](https://php.net/str_contains)
|
| H A D | Php80.php | 91 public static function str_contains(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
|
| /plugin/yatp/ |
| D | helper.php | 34 if ( str_contains($replacers, '=') && (substr(trim($replacers), -1) != '=') ){ 41 if (str_contains($rep, '=') && (substr(trim($rep), -1) != '=') ){
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | BackgroundTag.php | 178 … if (!str_contains($ref, TagAttributes::TYPE_KEY) && str_contains($ref, "svg")) { 179 if (str_contains($ref, "?")) {
|
| /plugin/button/ |
| D | syntax.php | 70 function str_contains(string $haystack, string $needle): bool function 145 if (str_contains($style, '|')) { 428 if (str_contains($id, '#')) 486 if (str_contains($src, '#'))
|
| /plugin/struct/meta/ |
| H A D | SearchConfig.php | 98 if (str_contains($filter, '$USER$')) { 100 } elseif (str_contains($filter, '$TODAY$')) {
|
| /plugin/nspages/printers/ |
| D | printerTree.php | 111 if ($this->str_contains($item['id'], ':')){ // case 4 136 private function str_contains(string $haystack, string $needle){ function in nspages_printerTree
|
| /plugin/scrape/vendor/symfony/css-selector/XPath/ |
| D | Translator.php | 66 if (!str_contains($element, "'")) { 70 if (!str_contains($element, '"')) {
|
| /plugin/dwtimeline/_test/ |
| H A D | RenderPageTimelineTest.php | 77 str_contains(strip_tags($html), 'Source and destination are equal:'),
|
| /plugin/templater/ |
| D | syntax.php | 293 if ( str_contains($replacers, '=') && (substr(trim($replacers), -1) != '=') ){ 300 if ( str_contains($rep, '=') && (substr(trim($rep), -1) != '=') ){
|
| /plugin/randomtables/syntax/ |
| D | pick.php | 76 if (str_contains($table, ':')) {
|
| D | multi.php | 74 if (str_contains($table, ':')) {
|
| /plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/ |
| D | readme.md | 48 * [str_contains](#str_contains) 459 ### str_contains subsection 460 <a name="str_contains"/> 470 function str_contains($haystack, $needles)
|
| /plugin/authdjango/ |
| D | auth.php | 81 if (str_contains($session_data, ":")) {
|
| /plugin/struct/types/ |
| H A D | Decimal.php | 84 … if ($this->config['trimzeros'] && (str_contains($value, (string) $this->config['decpoint']))) {
|
| /plugin/pubmed/ |
| D | syntax.php | 29 if(str_contains($match,':')){
|
| /plugin/dbquery/ |
| H A D | helper.php | 121 if (!str_contains($sql, $key)) continue; // skip if parameter is missing
|