Home
last modified time | relevance | path

Searched refs:array_keys (Results 276 – 300 of 560) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/data-au/syntax/
H A Drelated.php80 foreach(array_keys($dataau['cols']) as $col) {
/plugin/poll/
H A Dsyntax.php128 $options = array_keys($poll['results']);
/plugin/groupmgr/
H A Dsyntax.php42 foreach(array_keys($arr,$val) as $key){ unset($arr[$key]); }
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php78 $this->forbiddenFunctionNames = array_keys($this->forbiddenFunctions);
/plugin/pagetemplater/
H A Daction.php54 foreach (array_keys($replace) as $key) {
/plugin/dlcounter/
H A Dsyntax.php154 $keys = array_keys( $arr );
/plugin/issuelinks/admin/
H A Drepoadmin.php89 $activeServices = array_keys($this->orgs);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php222 $keys = array_keys($argument);
/plugin/watchcycle/
H A Dhelper.php48 $title = $this->getLang('maintained by') . implode(', ', array_keys($all)) . ' ';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php18 use function array_keys;
278 $value = str_replace(array_keys(self::ESCAPE_MAP), array_values(self::ESCAPE_MAP), $value);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php228 foreach (array_keys($headers) as $key) {
H A DUriTemplate.php222 return $array && array_keys($array)[0] !== 0;
/plugin/advanced/admin/
H A Dexport.php248 $pages = array_keys($INPUT->arr('pages'));
/plugin/publish/
H A Dsyntax.php102 $keys = array_keys($page[1]);
/plugin/do/syntax/
H A Ddolist.php73 $filters = array_keys($args);
/plugin/ireadit/syntax/
H A Dlist.php62 implode(', ', array_keys($statemap)), -1);
/plugin/statistics/
H A Daction.php219 list($act) = array_keys($act);
/plugin/data/syntax/
H A Drelated.php85 foreach (array_keys($data['cols']) as $col) {
/plugin/htmlokay/
H A Dadmin.php136 $keys = array_keys($this->output);
159 $levels = array_keys($levels);
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php83 $cols = empty ( $first ) ? array () : array_keys ( $first );
144 $cols = empty ( $first ) ? array () : array_keys ( $first );
/plugin/tagfilter/
H A Dhelper.php123 return array_keys($this->getTagsByRegExp('.*', $ns, $aclSafe));
533 $indexTags = array_keys($indexer->histogram(1, 0, 3, 'subject'));
/plugin/statistics/inc/
H A DBrowscap.php444 $wrappers = isset($wrapper) ? array($wrapper) : array_keys($this->_streamContextOptions);
510 $this->_properties = array_keys($browsers['DefaultProperties']);
520 $tmp_user_agents = array_keys($browsers);
/plugin/submgr/
H A Dhelper.php202 $users = array_merge($users, array_keys($found));
/plugin/twofactorsmsgateway/
H A Dhelper.php35 $providers = array_keys($this->_getProviders());
/plugin/jsonrpc/
H A DIJR_Server.php170 return in_array($method, array_keys($this->callbacks));

1...<<11121314151617181920>>...23