Home
last modified time | relevance | path

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

123

/plugin/evesso/
H A Dauth.php278 private function startsWith($haystack, $needle) { argument
279 $length = strlen($needle);
280 return (substr($haystack, 0, $length) === $needle);
/plugin/fckg/syntax/
H A Ddwplugin.php356 $needle = 'plugin_' . $input_name;
357 $key = array_search ($needle, $syntax->_regexes['base']->_labels, true);
359 $needle = '_' . $needle;
360 $key = array_search ($needle, $syntax->_regexes['base']->_labels, true);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md177 $needle = 'GATAA',
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php111 * @param mixed $needle
123 $needle,
128 if (!is_string($needle)) {
136 $needle,
153 * @param mixed $needle
164 $needle,
176 * @param mixed $needle
189 $needle,
204 $needle,
222 * @param mixed $needle
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php103 * @param mixed $needle
111 function assertAttributeContains($needle, $haystackAttributeName, $haystackClassOrObject, $message … argument
290 * @param mixed $needle
298 function assertAttributeNotContains($needle, $haystackAttributeName, $haystackClassOrObject, $messa… argument
507 * @param mixed $needle
514 function assertContains($needle, $haystack, $message = '', $ignoreCase = false, $checkForObjectIden… argument
954 * @param mixed $needle
961 function assertNotContains($needle, $haystack, $message = '', $ignoreCase = false, $checkForObjectI… argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3146 var needle = ' ' + className + ' ';
3150 if (nodeClassName == className || (' ' + nodeClassName + ' ').include(needle))
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php77 function assertContains($needle, $haystack, $message = '') { argument
78 if (is_string($needle) && is_string($haystack)) {
79 $this->assertTrue(strpos($haystack, $needle) !== FALSE, $message);
82 else if (is_array($haystack) && !is_object($needle)) {
83 $this->assertTrue(in_array($needle, $haystack), $message);
100 function assertNotContains($needle, $haystack, $message = '') { argument
101 if (is_string($needle) && is_string($haystack)) {
102 $this->assertFalse(strpos($haystack, $needle) !== FALSE, $message);
105 else if (is_array($haystack) && !is_object($needle)) {
106 $this->assertFalse(in_array($needle, $haystack), $message);
/plugin/googlemaps/
H A Dscript.js7 function in_array(needle, haystack) { argument
9 if (haystack[i] == needle) return true;
/plugin/icalevents/
H A Dsyntax-impl.php452 * @param string $needle substring to replace
458 static function str_replace_array($needle, $replace, $count, $haystack) { argument
462 $haystackArray = explode($needle, $haystack);
479 * @param string $needle substring or array of substrings to remove
482 static function str_remove_deep($needle, &$haystack) { argument
484 function (&$h, &$k) use ($needle) {
485 $h = str_replace($needle, '', $h);
500 $needle = array('</nowiki>', "\n");
502 $text = str_ireplace($needle, $haystack, $text);
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …ar-me::before{content:"\F5CD"}.mdi-necklace::before{content:"\FF28"}.mdi-needle::before{content:"\…
/plugin/issuetracker/
H A Ditsearch.php82 foreach($search_words as $needle) {
85 if(stripos($issue_string,$needle)!==false)
93 $ref_findings['issues'][$cnt_i_findings]['match'] = $needle;
97 if(stripos($comments,$needle)!==false)
105 $ref_findings['comment'][$cnt_c_findings]['match'] = $needle;
140 if(stripos($comment['comment'],$needle)!==false) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php73 public function removeLeaf(AssetInterface $needle, $graceful = false) argument
77 if (in_array($needle, array($asset, $clone), true)) {
83 if ($asset instanceof AssetCollectionInterface && $asset->removeLeaf($needle, true)) {
95 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false) argument
99 if (in_array($needle, array($asset, $clone), true)) {
106 …if ($asset instanceof AssetCollectionInterface && $asset->replaceLeaf($needle, $replacement, true)…
H A DAssetCollectionInterface.php50 * @param AssetInterface $needle The current asset to replace
58 …public function replaceLeaf(AssetInterface $needle, AssetInterface $replacement, $graceful = false… argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php60 foreach ($needles as $needle) {
61 if (file_exists($file = $loadPath.'/'.$needle)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php99 foreach ($needles as $needle) {
100 if (file_exists($file = $includePath . '/' . $needle)) {
/plugin/judge/helper/
H A Djdatetime.class.php422 private static function filterArray($needle, $heystack, $always = array()) argument
424 return array_intersect(array_merge($needle, $always), $heystack);
/plugin/metaeditor/
H A Djstree.js170 $.jstree.reference = function (needle) { argument
173 if(needle && needle.id && (!needle.tagName || !needle.nodeType)) { needle = needle.id; }
176 try { obj = $(needle); } catch (ignore) { }
179 try { obj = $('#' + needle.replace($.jstree.idregex,'\\$&')); } catch (ignore) { }
187 if(inst && inst._model.data[needle]) {
/plugin/nspages/printers/
H A DprinterTree.php134 private function str_contains(string $haystack, string $needle){ argument
135 return strpos($haystack, $needle) !== false;
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A D10k-common-passwords.txt8907 needle
H A Dwords.txt2393 needle
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js12925 function find(stream, needle, limit) {
12929 var index = backwards ? str.lastIndexOf(needle) : str.indexOf(needle);
H A Dpdf.worker.js.map1needle, limit, backwards = false) {\n assert(limit > 0, 'The \"limit\" must be a positive integer…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php637 public static function CaseInsensitiveInArray($needle, $haystack) { argument
638 $needle = strtolower($needle);
642 } elseif ($needle == strtolower($value)) {
/plugin/processing/
H A Dscript.js11127 var regex = function regex(needle, hay) { argument
11130 latest, regexp = new RegExp(needle, "g");

123