/plugin/virtualkeyboard/vk/extensions/dom/ |
H A D | selectbox.js | 289 this.selectMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 323 …this.unselectMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 348 this.fixMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 359 this.fixOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 370 this.unfixMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 381 …this.unfixOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */… argument 395 this.showMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 406 …this.showOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 417 this.hideMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument 428 …this.hideOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument [all …]
|
/plugin/combo/vendor/symfony/polyfill-php80/ |
H A D | Php80.php | 91 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 [all...] |
H A D | bootstrap.php | 29 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 D | bootstrap.php | 64 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, $needle, 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 D | bootstrap80.php | 60 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, (string) $needle, (boo 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...] |
H A D | Mbstring.php | 494 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 [all...] |
/plugin/virtualkeyboard/vk/extensions/ |
H A D | arrayextensions.js | 128 Array.prototype.indexOf = function(needle,begin) { argument 136 Array.prototype.lastIndexOf = function(needle,end) { argument
|
/plugin/quickstats/scripts/ |
H A D | get_pages.php | 7 function qs_pages_search_i ($needle = null,$month) argument
|
H A D | get_useragent.php | 5 function qs_useragent_search_ci ($needle = null, $month) argument
|
H A D | extended_data.php | 338 function qs_pages_search_i ($needle = null,$month) argument 442 function qs_agent_search_i ($needle = null,$month) argument
|
/plugin/quickstats/GEOIP/ |
H A D | cc_arrays_dat.php | 103 function qs_array_search_ci ($needle = null) argument
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | StringUtil.php | 27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | StringUtil.php | 27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') {
|
/plugin/evesso/ |
H A D | action.php | 262 private function startsWith($haystack, $needle) { 267 private function replaceFirst($haystack, $needle, $replace = '') {
|
/plugin/icalevents/ |
H A D | syntax-impl.php | 458 static function str_replace_array($needle, $replace, $count, $haystack) { 482 static function str_remove_deep($needle, &$haystack) {
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | AssetCollectionInterface.php | 58 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false…
|
H A D | AssetCollection.php | 73 public function removeLeaf(AssetInterface $needle, $graceful = false) 95 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false)
|
/plugin/combo/ComboStrap/ |
H A D | StringUtility.php | 50 public static function contain($needle, $haystack) argument 234 public static function lastIndexOf($haystack, $needle) argument
|
/plugin/badbehaviour/bad-behavior/ |
H A D | functions.inc.php | 7 function stripos($haystack,$needle,$offset = 0) {
|
/plugin/googlemaps/ |
H A D | script.js | 7 function in_array(needle, haystack) { argument
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | StringUtilTest.php | 10 function testTextMatch($haystack, $needle, $collation, $matchType, $result) {
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | Assert.php | 77 function assertContains($needle, $haystack, $message = '') { 100 function assertNotContains($needle, $haystack, $message = '') {
|
/plugin/todo/ |
H A D | action.php | 192 _strnpos($haystack, $needle, $occurance, $pos = 0) global() argument
|
/plugin/workflow/syntax/ |
H A D | decision.php | 12 function startswith($haystack, $needle) {
|
/plugin/tagentry/ |
H A D | action.php | 158 function in_iarray( $needle, $haystack ) {
|