Home
last modified time | relevance | path

Searched refs:array_keys (Results 126 – 150 of 560) sorted by relevance

12345678910>>...23

/plugin/blogtng/helper/
H A Dtools.php36 $out = str_replace(array_keys($replace), array_values($replace), $out);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php39 return \array_keys($this->data);
/plugin/struct/meta/
H A DTranslationUtilities.php39 foreach (array_keys($this->config[$key]) as $langKey) {
/plugin/statdisplay/pchart/
H A DPieChart.php160 foreach (array_keys($Data) as $Key) {
205 foreach (array_keys($TopPlots[$Key]) as $Key2) {
350 foreach (array_keys($Data) as $Key) {
446 foreach (array_keys($dataArray) as $Key) {
612 foreach (array_keys($iValues) as $Key) {
643 foreach (array_keys($iValues) as $Key) {
/plugin/statistics/inc/pchart/
H A DPieChart.php168 foreach(array_keys($Data) as $Key) {
213 foreach(array_keys($TopPlots[$Key]) as $Key2) {
374 foreach(array_keys($Data) as $Key) {
473 foreach(array_keys($dataArray) as $Key) {
651 foreach(array_keys($iValues) as $Key) {
686 foreach(array_keys($iValues) as $Key) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php66 foreach (array_keys($this->extraFields) as $fieldName) {
/plugin/runcommand/
H A Dpostaction.php34 $arrayKey = array_keys($_POST);
/plugin/projects/plugins/file/
H A Dlatex_dependency.php28 return array_keys(array_flip($all));
/plugin/prettyprint/
H A Daction.php37 $allapproved = array_keys($meta['approval']);
/plugin/lms/
H A Daction.php41 $JSINFO['plugins']['lms']['seen'] = array_keys($hlp->getUserLessons($user));
/plugin/tagfilter/
H A Dremote.php78 $tags_r = array_keys($tags_labels);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCluster.php79 return \array_keys($this->_data['metadata']['indices']);
/plugin/htmlokay/
H A Dhelper.php181 $groups = array_keys($this->groups);
193 $users = array_keys($this->users);
/plugin/fedauth/Auth/OpenID/
H A DSReg.php69 if (!in_array($field_name, array_keys($Auth_OpenID_sreg_data_fields))) {
492 if (in_array($field_name, array_keys($args))) {
/plugin/unameban/
H A Dadmin.php41 $del = trim(array_shift(array_keys($_REQUEST['delusername'])));
/plugin/dyncontent/
H A Daction.php77 $search = array_keys($search);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php143 $newProps['properties'] = array_keys($elem['value']);
/plugin/requiz/
H A Daction.php127 list($act) = array_keys($act);
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php61 return \array_keys($this->processorsByChar);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php38 … $errorConstants = array_filter(array_keys(get_defined_constants()), function ($name) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php136 $newProps['properties'] = array_keys($elem['value']);
/plugin/icon/
H A Daction.php70 'source' => '/^('.join('|', array_keys(SVG::SOURCES)).')$/',
/plugin/blogtng/action/
H A Dnew.php91 return str_replace(array_keys($replace), array_values($replace), $tpl);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php654 if (!in_array(substr($value,0,1),array_keys($this->_delimiters))) {
697 if (in_array('author', array_keys($ret)) && $this->_options['extractAuthors']) {
717 if (in_array('editor', array_keys($ret)) && $this->_options['extractAuthors']) {
912 $opening = array_keys($this->_delimiters);
959 $beginningdels = array_keys($this->_delimiters);
1226 $beginningdels = array_keys($this->_delimiters);
/plugin/authgoogle/google/service/
H A DGoogle_Model.php76 $keys = array_keys($array);

12345678910>>...23