Searched defs:haystack (Results 26 – 34 of 34) sorted by relevance
12
| /plugin/nspages/printers/ |
| D | printerTree.php | 136 private function str_contains(string $haystack, string $needle){
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
| D | Functions.php | 514 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/evesso/ |
| D | auth.php | 278 private function startsWith($haystack, $needle) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| D | Assert.php | 118 …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 = '')
|
| /plugin/button/ |
| D | syntax.php | 70 function str_contains(string $haystack, string $needle): bool
|
| /plugin/airtable/ |
| D | syntax.php | 598 function findMedia($haystack, $needle = "type") {
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | utf8.php | 543 function utf8_strpos($haystack, $needle, $offset=0){
|
| /plugin/tagfilter/ |
| D | script.js | 270 function tagfilter_strpos (haystack, needle, offset) { argument
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.functions.php | 637 public static function CaseInsensitiveInArray($needle, $haystack) {
|
12