Home
last modified time | relevance | path

Searched refs:haystack (Results 26 – 44 of 44) sorted by relevance

12

/plugin/datatemplate/syntax/
H A Dlist.php385 function _match_wildcard( $wildcard_pattern, $haystack ) { argument
390 return preg_match('/^\s*'.$regex.'$/im', $haystack);
/plugin/tagfilter/
H A Dscript.js270 function tagfilter_strpos (haystack, needle, offset) {
278 var i = (haystack + '').indexOf(needle, (offset || 0));
299 tagfilter_strpos(haystack, needle, offset) global() argument
/plugin/evesso/
H A Dauth.php278 private function startsWith($haystack, $needle) { argument
280 return (substr($haystack, 0, $length) === $needle);
/plugin/button/
H A Dsyntax.php70 function str_contains(string $haystack, string $needle): bool
72 return '' === $needle || false !== strpos($haystack, $needle);
58 str_contains(string $haystack, string $needle) global() argument
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php624 foreach ($texts as $haystack) {
625 …$success = DAV\StringUtil::textMatch($haystack, $filter['value'], $filter['collation'], $filter['m…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md176 $haystack = 'CAGATAAGAGAA',
183 $solutions[] = substr($haystack, $pos['i'], $pos['l']);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php680 foreach ($texts as $haystack) {
681 …$success = DAV\StringUtil::textMatch($haystack, $filter['value'], $filter['collation'], $filter['m…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php637 public static function CaseInsensitiveInArray($needle, $haystack) { argument
639 foreach ($haystack as $key => $value) {
/plugin/scrape/
H A DphpQuery-onefile.php
H A DHTMLPurifier.standalone.php
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1haystack.\n * @param haystack string to trim\n * @param needle the thing to trim (default is a bla…
H A Djson.worker.js.map1haystack.\n * @param haystack string to trim\n * @param needle the thing to trim (default is a bla…
H A D2.2.js35921 function startsWith(haystack, needle) { argument
35922 if (haystack.length < needle.length) {
35926 if (haystack[i] !== needle[i]) {
35935 function endsWith(haystack, needle) { argument
35936 var diff = haystack.length - needle.length;
35938 return haystack.lastIndexOf(needle) === diff;
35941 return haystack === needle;
H A D4.4.js.map1haystack, needle) {\n if (haystack.length < needle.length) {\n return false;\n }\n …
H A D3.3.js.map1haystack, needle) {\n if (haystack.length < needle.length) {\n return false;\n }\n …
H A D2.2.js.map1haystack, needle) {\n if (haystack.length < needle.length) {\n return false;\n }\n …
H A Dbundle.js.map1haystack.\n * @param haystack string to trim\n * @param needle the thing to trim (default is a bla…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/mermaid/
H A Dmermaid.min.js[all...]

12