Home
last modified time | relevance | path

Searched refs:array_keys (Results 201 – 225 of 560) sorted by relevance

12345678910>>...23

/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php347 $ii = array_keys($arguments, …, true);
/plugin/tagsections/
H A Dhelper.php87 return array_keys($this->getTagsByRegExp(null, $ns, $acl_safe));
/plugin/datatemplate/syntax/inc/
H A Dcache.php20 foreach(array_keys($renderer->persistent) as $key) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php86 $this->forbiddenStyleNames = array_keys($this->forbiddenStyles);
/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php246 array_map($callback, $this->items, array_keys($this->items)),
/plugin/twistienav/
H A Dhelper.php24 foreach (array_keys($this->title_metadata) as $plugin) {
/plugin/twistienav4bootstrap3/
H A Dhelper.php24 foreach (array_keys($this->title_metadata) as $plugin) {
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php64 $types = array_keys(getMimeTypes());
/plugin/header3/
H A Drenderer.php100 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php78 $langs = array_keys($organizationData);
/plugin/quickstats/
H A Dhelper.php75 $diff = array_intersect($confirms,array_keys($deletions));
/plugin/elasticsearch/helper/
H A Ddocparser.php195 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php41 $this->keys = array_keys($this->options);
/plugin/combo/ComboStrap/
H A DBrandListTag.php16 $brandNames = array_keys($brandDictionary);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php46 $character = array_keys(self::$unicodeCharacterMap); // but: for efficiency you should
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php199 foreach (array_keys($this->targetpages) as $pname) {
294 $pages = array_keys($this->targetpages);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php199 foreach (array_keys($this->targetpages) as $pname) {
294 $pages = array_keys($this->targetpages);
/plugin/watchcycle/
H A Daction.php179 }, array_keys($toupdate)));
265 }, array_keys($foundUsers), $foundUsers);
/plugin/translate/
H A Daction.php92 list($act) = array_keys($act);
141 list ($id) = array_keys($INFO['meta']['relation']['istranslationof']);
/plugin/advanced/admin/
H A Dconfig.php508 $this->allowedFiles = array_keys($toc_items[$current_section]);
546 if (in_array($tab, array_keys($this->getTabs()))) {
/plugin/combo/conf/
H A Dmetadata.php93 $meta[IconDownloader::CONF_DEFAULT_ICON_LIBRARY] = array('multichoice', '_choices' => array_keys(IconDownloader::PUBLIC_LIBRARY_ACRONYM));
122 $meta[Prism::CONF_PRISM_THEME] = array('multichoice', '_choices' => array_keys(Prism::THEMES_INTEGRITY));
/plugin/qna/
H A Daction.php190 $this->addDependencies($cache, array_keys($depends['rendering']));
317 $result = array_keys($this->correction);
/plugin/openid/Auth/OpenID/
H A DAssociation.php198 assert(array_keys($data) == $this->assoc_keys);
306 $message_keys = array_keys($signed_message->toPostArgs());
/plugin/fckg/syntax/
H A Ddwplugin.php289 $base_keys = array_keys($base_labels,$plugin, true);
307 $plugin_keys = array_keys($plugin_labels,$plugin, true);
315 $plugin_internal_keys = array_keys($plugin_labels,TRUE, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php69 $maxLineNumLength = max(array_map('strlen', array_keys($report['messages'])));

12345678910>>...23