Home
last modified time | relevance | path

Searched defs:haystack (Results 1 – 25 of 33) sorted by relevance

12

/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php91 public static function str_contains(string $haystack, string $needle): bool argument
96 public static function str_starts_with(string $haystack, string $needle): bool argument
101 public static function str_ends_with(string $haystack, string $needle): bool argument
H A Dbootstrap.php29 function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($haystack ?? '', $needle ?? ''); } argument
32 function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_with($haystack ?? '', $needle ?? ''); } argument
35 function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($haystack ?? '', $needle ?? ''); } argument
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php494 public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) argument
515 public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) argument
638 mb_stripos($haystack, $needle, $offset = 0, $encoding = null) global() argument
646 mb_stristr($haystack, $needle, $part = false, $encoding = null) global() argument
653 mb_strrchr($haystack, $needle, $part = false, $encoding = null) global() argument
666 mb_strrichr($haystack, $needle, $part = false, $encoding = null) global() argument
674 mb_strripos($haystack, $needle, $offset = 0, $encoding = null) global() argument
682 mb_strstr($haystack, $needle, $part = false, $encoding = null) global() argument
747 mb_substr_count($haystack, $needle, $encoding = null) global() argument
800 getSubpart($pos, $part, $haystack, $encoding) global() argument
[all...]
H A Dbootstrap.php64 function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($haystack, $needle, $offset, $encoding); } argument
79 function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); } argument
82 function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); } argument
85 function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrchr($haystack, $needle, $before_needle, $encoding); } argument
88 function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrichr($haystack, argument
91 mb_strripos($haystack, $needle, $offset = 0, $encoding = null) global() argument
94 mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) global() argument
97 mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) global() argument
109 mb_substr_count($haystack, $needle, $encoding = null) global() argument
[all...]
H A Dbootstrap80.php60 function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } argument
75 function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } argument
78 function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } argument
81 function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrchr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } argument
84 function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrichr((string) $haystack, (strin argument
87 mb_strripos(string $haystack, string $needle, int $offset = 0, string $encoding = null) global() argument
90 mb_strrpos(string $haystack, string $needle, int $offset = 0, string $encoding = null) global() argument
93 mb_strstr(string $haystack, string $needle, bool $before_needle = false, string $encoding = null) global() argument
105 mb_substr_count(string $haystack, string $needle, string $encoding = null) global() argument
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') {
/plugin/evesso/
H A Daction.php262 private function startsWith($haystack, $needle) {
267 private function replaceFirst($haystack, $needle, $replace = '') {
H A Dauth.php278 private function startsWith($haystack, $needle) {
/plugin/icalevents/
H A Dsyntax-impl.php458 static function str_replace_array($needle, $replace, $count, $haystack) {
482 static function str_remove_deep($needle, &$haystack) {
/plugin/combo/ComboStrap/
H A DStringUtility.php50 public static function contain($needle, $haystack) argument
234 public static function lastIndexOf($haystack, $needle) argument
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php7 function stripos($haystack,$needle,$offset = 0) {
/plugin/googlemaps/
H A Dscript.js7 function in_array(needle, haystack) { argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DStringUtilTest.php10 function testTextMatch($haystack, $needle, $collation, $matchType, $result) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php77 function assertContains($needle, $haystack, $message = '') {
100 function assertNotContains($needle, $haystack, $message = '') {
/plugin/todo/
H A Daction.php192 _strnpos($haystack, $needle, $occurance, $pos = 0) global() argument
/plugin/workflow/syntax/
H A Ddecision.php12 function startswith($haystack, $needle) {
/plugin/tagentry/
H A Daction.php158 function in_iarray( $needle, $haystack ) {
/plugin/simplechat/
H A Dajax.php7 function startsWith($haystack, $needle)
/plugin/src/
H A Dsyntax.php185 function _mb_str_replace($needle, $replacement, $haystack) {
/plugin/datatemplate/syntax/
H A Dlist.php385 function _match_wildcard( $wildcard_pattern, $haystack ) {
/plugin/abc2/
H A Dsyntax.php369 function _replace_first($haystack, $needle, $replace) { argument
/plugin/nspages/printers/
H A DprinterTree.php134 private function str_contains(string $haystack, string $needle){ argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php514 function assertContains($needle, $haystack, $message = '', $ignoreCase = false, $checkForObjectIden…
530 function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '')
545 function assertContainsOnlyInstancesOf($classname, $haystack, $message = '')
560 function assertCount($expectedCount, $haystack, $message = '')
961 function assertNotContains($needle, $haystack, $message = '', $ignoreCase = false, $checkForObjectI…
977 function assertNotContainsOnly($type, $haystack, $isNativeType = null, $message = '')
992 function assertNotCount($expectedCount, $haystack, $message = '')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php118 …public static function assertContains($needle, $haystack, $message = '', $ignoreCase = false, $che…
183 …public static function assertNotContains($needle, $haystack, $message = '', $ignoreCase = false, $…
250 public static function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '')
281 public static function assertContainsOnlyInstancesOf($classname, $haystack, $message = '')
329 …public static function assertNotContainsOnly($type, $haystack, $isNativeType = null, $message = '')
383 public static function assertCount($expectedCount, $haystack, $message = '')
427 public static function assertNotCount($expectedCount, $haystack, $message = '')

12