Home
last modified time | relevance | path

Searched refs:needle (Results 51 – 69 of 69) sorted by path

123

/plugin/quickstats/GEOIP/
H A Dcc_arrays_dat.php103 function qs_array_search_ci ($needle = null) argument
106 if(!$needle) return "";
111 if(stristr($eval, $needle) !== false) {
/plugin/quickstats/scripts/
H A Dextended_data.php338 function qs_pages_search_i ($needle = null,$month) argument
345 if(isset($pages['page'][$needle]))return array($needle=>$pages['page'][$needle]);
350 if(stristr($key, $needle) !== false) {
442 function qs_agent_search_i ($needle = null,$month) argument
450 if(isset($val[1]) && stristr($val[1], $needle) !== false) {
H A Dget_pages.php7 function qs_pages_search_i ($needle = null,$month) argument
15 if(stristr($key, $needle) !== false) {
H A Dget_useragent.php5 function qs_useragent_search_ci ($needle = null, $month) argument
14 if(stristr($key, $needle) !== false) {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3697 var needle = ' ' + className + ' ';
3701 if (nodeClassName == className || (' ' + nodeClassName + ' ').include(needle))
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/simplechat/
H A Dajax.php7 function startsWith($haystack, $needle) argument
9 return !strncmp($haystack, $needle, strlen($needle));
/plugin/sql2wiki/syntax/
H A Dquery.php60 $needle = 'parser_';
62 $length = strlen($needle);
63 if (substr($name, 0, $length) === $needle) {
/plugin/src/
H A Dsyntax.php180 * @param string $needle Вхождение
185 function _mb_str_replace($needle, $replacement, $haystack) { argument
186 $needle_len = mb_strlen($needle);
188 $pos = mb_strpos($haystack, $needle);
192 $pos = mb_strpos($haystack, $needle, $pos + $replacement_len);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt23787 Again I say to YOU, It is easier for a camel to get through a needle's eye than for a rich man to g…
24614 It is easier for a camel to go through a needle's eye than for a rich man to enter into the kingdom…
25714 It is easier, in fact, for a camel to get through the eye of a sewing needle than for a rich man to…
/plugin/tablelayout/
H A Dyarn.lock1678 needle@^2.2.0:
1680 …resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.0.tgz#f14efc69cee1024b72c8b21c7bdf94a73…
1692 needle "^2.2.0"
/plugin/tagentry/
H A Daction.php158 function in_iarray( $needle, $haystack ) { argument
162 if ( strcasecmp( $needle, $t ) == 0 )
/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/todo/
H A Daction.php214 * Find position of $occurance-th $needle in haystack
216 private function _strnpos($haystack, $needle, $occurance, $pos = 0) {
218 $pos = strpos($haystack, $needle, $pos);
192 _strnpos($haystack, $needle, $occurance, $pos = 0) global() argument
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js128 Array.prototype.indexOf = function(needle,begin) { argument
130 idx = (this[i]==needle)?i:idx;
136 Array.prototype.lastIndexOf = function(needle,end) { argument
138 idx = (this[i]==needle)?i:idx;
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js290 return __setOptionsState (needle, 'selected', true, true, match);
301 return __setOptionsState (needle, 'selected', true, false, match);
324 return __setOptionsState (needle, 'selected', false, true, match);
349 return __setOptionsState (needle, 'fixed', true, true, match);
360 return __setOptionsState (needle, 'fixed', true, false, match);
371 return __setOptionsState (needle, 'fixed', false, true, match);
382 return __setOptionsState (needle, 'fixed', false, false, match);
396 return __setOptionsState (needle, 'visible', true, true, match);
407 return __setOptionsState (needle, 'visible', true, false, match);
418 return __setOptionsState (needle, 'visible', false, true, match);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php22 * @param string $needle
27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') { argument
35 $needle = str_replace(range('a', 'z'), range('A', 'Z'), $needle);
44 $needle = mb_strtoupper($needle, 'UTF-8');
55 return strpos($haystack, $needle) !== false;
57 return $haystack === $needle;
59 return strpos($haystack, $needle) === 0;
61 return strrpos($haystack, $needle) === strlen($haystack) - strlen($needle);
/plugin/workflow/syntax/
H A Ddecision.php12 function startswith($haystack, $needle) { argument
13 return $needle === "" || strpos($haystack, $needle) === 0;

123