Home
last modified time | relevance | path

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

12

/plugin/mermaid/
H A Daction.php161str_contains($wikiText, '<mermaid') || str_contains($wikiText, '{{page>') || str_contains($wikiTex…
/plugin/backlinks/_test/
Dsyntax.test.php108 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'),
Dsyntax_include_deep.test.php86 str_contains($response->getContent(), 'Backlinks from pages in /aaa/bbb/cc/'),
91 str_contains($response->getContent(), 'linking to a page form aaa'),
Dsyntax_include.test.php86str_contains($response->getContent(), 'Backlinks to what Bob Ross says (including only)'),
/plugin/scrape/vendor/symfony/polyfill-php80/
Dbootstrap.php29 …function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($ha… function
DREADME.md14 - [`str_contains`](https://php.net/str_contains)
DPhp80.php91 public static function str_contains(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php29 …function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($ha… function
H A DREADME.md14 - [`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/yatp/
Dhelper.php34 if ( str_contains($replacers, '=') && (substr(trim($replacers), -1) != '=') ){
41 if (str_contains($rep, '=') && (substr(trim($rep), -1) != '=') ){
/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/
Dsyntax.php70 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 DSearchConfig.php98 if (str_contains($filter, '$USER$')) {
100 } elseif (str_contains($filter, '$TODAY$')) {
/plugin/nspages/printers/
DprinterTree.php111 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/
DTranslator.php66 if (!str_contains($element, "'")) {
70 if (!str_contains($element, '"')) {
/plugin/dwtimeline/_test/
H A DRenderPageTimelineTest.php77 str_contains(strip_tags($html), 'Source and destination are equal:'),
/plugin/templater/
Dsyntax.php293 if ( str_contains($replacers, '=') && (substr(trim($replacers), -1) != '=') ){
300 if ( str_contains($rep, '=') && (substr(trim($rep), -1) != '=') ){
/plugin/randomtables/syntax/
Dpick.php76 if (str_contains($table, ':')) {
Dmulti.php74 if (str_contains($table, ':')) {
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/
Dreadme.md48 * [str_contains](#str_contains)
459 ### str_contains subsection
460 <a name="str_contains"/>
470 function str_contains($haystack, $needles)
/plugin/authdjango/
Dauth.php81 if (str_contains($session_data, ":")) {
/plugin/struct/types/
H A DDecimal.php84 … if ($this->config['trimzeros'] && (str_contains($value, (string) $this->config['decpoint']))) {
/plugin/pubmed/
Dsyntax.php29 if(str_contains($match,':')){
/plugin/dbquery/
H A Dhelper.php121 if (!str_contains($sql, $key)) continue; // skip if parameter is missing

12