Home
last modified time | relevance | path

Searched refs:array_keys (Results 1 – 25 of 560) sorted by last modified time

12345678910>>...23

/plugin/pagequery/
H A DPageQuery.php173 foreach (array_keys($col_keys) as $key) {
446 return array_keys(ft_pageSearch($query, $highlight));
/plugin/attribute/
H A Dhelper.php360 return array_keys($data);
/plugin/dbquery/syntax/
H A Dquery.php103 foreach (array_keys($result[0]) as $header) {
147 $R->cdata(array_keys($result[0])[$x]);
/plugin/siteexport/inc/
H A Djavahelp.php67 $last_key = end((array_keys($translationHSFiles)));
/plugin/siteexport/action/
H A Dajax.php83 $keys = is_array($event->data) ? array_keys($event->data) : null;
998 if (in_array($url, array_keys($this->fileChecked))) {
H A Dstartup.php70 $keys = is_array($event->data) ? array_keys($event->data) : null;
/plugin/siteexport/syntax/
H A Dtoc.php802 $xhtml = preg_replace(array_keys($replace), array_values($replace), $xhtml);
/plugin/linkback/action/
H A Dsend.php37 list($this->preact) = array_keys($event->data);
/plugin/linkback/
H A Dadmin.php16 if (is_array($lid)) $lid = array_keys($lid);
/plugin/struct/meta/
H A DDateFormatConverter.php131 $datekeys = array_keys(self::$date);
149 array_keys(self::$strftime),
169 $from = array_keys(self::$date);
186 $datekeys = array_keys(self::$date);
H A DQueryBuilder.php119 $pos = array_search($leftalias, array_keys($this->from));
H A DSchemaEditor.php143 $types = array_keys(Column::allTypes());
H A DSearch.php552 $schema_list = array_keys($this->schemas);
598 $schema_list = array_keys($this->schemas);
H A DTranslationUtilities.php39 foreach (array_keys($this->config[$key]) as $langKey) {
/plugin/struct/action/
H A Dmigration.php417 $fixes = array_map(static fn($set, $key) => "$key = '$set'", $fixes, array_keys($fixes));
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php56 $packages[] = array_keys($installed['versions']);
63 return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
/plugin/acknowledge/
H A Dhelper.php153 $users = array_map($cb, array_keys($users), array_values($users));
318 array_keys($auth->retrieveUsers(0, 0, ['grps' => substr($item, 1)]))
/plugin/dokusioc/
H A Daction.php444 $accepted_order = array_keys($test_accept);
/plugin/photogallery/phpThumb/
H A DphpThumb.php403 …$phpThumb->DebugMessage('setting $PHPTHUMB_DEFAULTS['.implode(';', array_keys($PHPTHUMB_DEFAULTS))…
H A Dphpthumb.class.php4323 …] = ' * Total processing time: '.number_format(max(array_keys($this->debugtiming)) - min(array_ke…
H A Dphpthumb.filters.php1085 'red' => max(array_keys($Analysis['red'])),
1086 'green' => max(array_keys($Analysis['green'])),
1087 'blue' => max(array_keys($Analysis['blue']))
/plugin/sqlite/
H A Dadmin.php194 $ths = array_keys($result[0]);
H A DSQLiteDB.php111 return array_keys(get_object_vars($this));
248 $columns = array_map(static fn($column) => '"' . $column . '"', array_keys($data));
304 if (count(array_keys($result[0])) != 2) {
307 [$key, $val] = array_keys($result[0]);
/plugin/qna/
H A Daction.php190 $this->addDependencies($cache, array_keys($depends['rendering']));
317 $result = array_keys($this->correction);
/plugin/columns/
H A Drewriter.php71 $result = array_keys($this->correction);

12345678910>>...23