| /plugin/uncmap/_test/ |
| D | mapping.test.php | 42 $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);
|
| D | parser.test.php | 34 $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/ |
| D | action.php | 102 … $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 D | Changes.php | 18 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 D | Entries.php | 19 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 D | Attribute.php | 19 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/ |
| D | action.php | 30 …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 D | ControlBag.php | 18 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/ |
| D | fa_providerlist.class.php | 245 $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/ |
| D | cc_arrays_dat.php | 84 $key = array_search($cc, $QSTATS_COUNTRY_CODES); 93 $key = array_search($country, $QSTATS_COUNTRY_NAMES);
|
| D | ccArraysDat.php | 85 $key = array_search($cc, $this->COUNTRY_CODES);
|
| /plugin/date/ |
| D | syntax.php | 92 $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/ |
| D | PARSEMONTH.php | 39 if($month = array_search($field, $this->monthToLongName())) 47 else if($month = array_search($field, $this->monthToShortName()))
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
| D | Registry.php | 75 $index = array_search($logger, self::$loggers, true); 91 if (false !== ($idx = array_search($logger, self::$loggers, true))) {
|
| /plugin/statdisplay/ |
| D | syntax.php | 45 $pos = array_search('graph', $params); 99 $month = array_search($month, $months);
|
| /plugin/shorturl/ |
| D | helper.php | 65 $shortID = array_search($pageID, $redirects); 145 $shortID = array_search($pageID, $redirects);
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | xhtml.utils.inc.php | 123 } 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) {
|
| D | css.parse.media.inc.php | 17 $allowed_found |= (array_search($media, $allowed_media) !== false);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ |
| H A D | FilterContainerTrait.php | 65 return array_search($filter, $this->filters, true) !== false; 75 if (($i = array_search($filter, $this->filters, true)) !== false) {
|
| /plugin/forceuserchange/ |
| D | action.php | 92 $has_group = array_search($this->getConf('groupname'), $grps) !== false; 113 $key = array_search($this->getConf('groupname'), $grps);
|
| /plugin/struct/meta/ |
| H A D | CSVPageImporter.php | 66 $index = array_search($col->getLabel(), $keys, true); 106 $index = array_search($blockKey, $keys, true);
|
| /plugin/listusergroup/ |
| D | helper.php | 88 $posHome = array_search('home', $data['show']); 89 $posUser = array_search('user', $data['show']);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
| D | Barrett.php | 85 if (($key = array_search($m, $cache[self::VARIABLE])) === false) { 166 if (($key = array_search($n, $cache[self::VARIABLE])) === false) {
|
| /plugin/autolink2/ |
| D | helper.php | 135 $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/ |
| D | icon.php | 253 if ($left = array_search('left', $flags)) { 258 if ($right = array_search('right', $flags)) { 263 if ($center = array_search('center', $flags)) {
|