Home
last modified time | relevance | path

Searched refs:array_search (Results 1 – 25 of 164) sorted by relevance

1234567

/plugin/uncmap/_test/
Dmapping.test.php42 $uncmap_pos = array_search("uncmap",$parser_response,true);
44 $link_pos = array_search("\\\\server1\\documents\\path\\to\\file",$parser_response,true);
51 $uncmap_pos = array_search("uncmap",$parser_response,true);
53 $link_pos = array_search("\\\\server1\\documents\\path\\to\\file",$parser_response,true);
60 $uncmap_pos = array_search("uncmap",$parser_response,true);
62 $link_pos = array_search("\\\\server1\\documents\\path\\to\\file",$parser_response,true);
70 $uncmap_pos = array_search("uncmap",$parser_response,true);
77 $uncmap_pos = array_search("uncmap",$parser_response,true);
Dparser.test.php34 $uncmap_pos = array_search("uncmap",$parser_response,true);
41 $uncmap_pos = array_search("uncmap",$parser_response,true);
48 $uncmap_pos = array_search("uncmap",$parser_response,true);
/plugin/nftr/
Daction.php102 … $key = array_search(array( 'name'=>'robots', 'content'=>'index,follow'), $event->data['meta']);
128 if (array_search($id, $hidePages) !== false)
135 if (array_search($ns, $hideSpaces) !== false)
142 if (array_search($id, $hideSpaces) !== false)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php18 use function array_search; alias
65 return array_search($change, $this->changes, true) !== false;
77 if (($index = array_search($change, $this->changes, true)) !== false) {
H A DEntries.php19 use function array_search; alias
62 if (($index = array_search($entry, $this->entries, true)) !== false) {
79 return (array_search($entry, $this->entries, true) !== false);
H A DAttribute.php19 use function array_search; alias
99 return array_search($value, $this->values, true) !== false;
111 if (($i = array_search($value, $this->values, true)) !== false) {
/plugin/hidingip/
Daction.php30 …if (array_search('recent', $whentohide) !== FALSE) $controller->register_hook('HTML_RECENTFORM_OUT…
31 …if (array_search('revision', $whentohide) !== FALSE) $controller->register_hook('HTML_REVISIONSFOR…
32 …if (array_search('diff', $whentohide) !== FALSE) $controller->register_hook('TPL_CONTENT_DISPLAY',…
33 …if (array_search('userlink', $whentohide) !== FALSE ) $controller->register_hook('COMMON_USER_LINK…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php18 use function array_search; alias
61 return array_search($control, $this->controls, true) !== false;
126 if (($i = array_search($control, $this->controls, true)) !== false) {
/plugin/fedauth/classes/
Dfa_providerlist.class.php245 $index = array_search($id, $src);
266 $index = array_search($id, $src);
291 $index = array_search($id, $ord);
341 $index = array_search($id, $this->order_large);
347 $index = array_search($id, $this->order_small);
/plugin/quickstats/GEOIP/
Dcc_arrays_dat.php84 $key = array_search($cc, $QSTATS_COUNTRY_CODES);
93 $key = array_search($country, $QSTATS_COUNTRY_NAMES);
DccArraysDat.php85 $key = array_search($cc, $this->COUNTRY_CODES);
/plugin/date/
Dsyntax.php92 $timestamp_key = array_search("timestamp",$data[1]['keys']);
93 $now_key = array_search("now",$data[1]['keys']);
94 $locale_key = array_search("locale",$data[1]['keys']);
95 $mode_key = array_search("mode",$data[1]['keys']);
/plugin/bibtex/OSBib/format/bibtexParse/
DPARSEMONTH.php39 if($month = array_search($field, $this->monthToLongName()))
47 else if($month = array_search($field, $this->monthToShortName()))
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DRegistry.php75 $index = array_search($logger, self::$loggers, true);
91 if (false !== ($idx = array_search($logger, self::$loggers, true))) {
/plugin/statdisplay/
Dsyntax.php45 $pos = array_search('graph', $params);
99 $month = array_search($month, $months);
/plugin/shorturl/
Dhelper.php65 $shortID = array_search($pageID, $redirects);
145 $shortID = array_search($pageID, $redirects);
/plugin/html2pdf/html2pdf/html2ps/
Dxhtml.utils.inc.php123 } elseif (array_search($tag, $tag_stack)) {
125 $no_critical_tags = !array_search('table',$tag_stack);
127 $no_critical_tags = (array_search('table',$tag_stack) >= array_search($tag, $tag_stack));
147 if (array_search($tag, $no_reopen_tags) === false) {
Dcss.parse.media.inc.php17 $allowed_found |= (array_search($media, $allowed_media) !== false);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php65 return array_search($filter, $this->filters, true) !== false;
75 if (($i = array_search($filter, $this->filters, true)) !== false) {
/plugin/forceuserchange/
Daction.php92 $has_group = array_search($this->getConf('groupname'), $grps) !== false;
113 $key = array_search($this->getConf('groupname'), $grps);
/plugin/struct/meta/
H A DCSVPageImporter.php66 $index = array_search($col->getLabel(), $keys, true);
106 $index = array_search($blockKey, $keys, true);
/plugin/listusergroup/
Dhelper.php88 $posHome = array_search('home', $data['show']);
89 $posUser = array_search('user', $data['show']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
DBarrett.php85 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
166 if (($key = array_search($n, $cache[self::VARIABLE])) === false) {
/plugin/autolink2/
Dhelper.php135 $pid = array_search("$id\n", $this->page_idx);
183 $pid = array_search("$id\n", $this->page_idx);
318 $pid = array_search("$pageid\n", $this->page_idx);
/plugin/icons/syntax/
Dicon.php253 if ($left = array_search('left', $flags)) {
258 if ($right = array_search('right', $flags)) {
263 if ($center = array_search('center', $flags)) {

1234567