Home
last modified time | relevance | path

Searched refs:array_keys (Results 26 – 50 of 560) sorted by relevance

12345678910>>...23

/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php93 return array_keys($this->permittedTypes);
115 $to = array_keys($recipients->getTo());
191 return str_replace(array_keys($replacements), array_values($replacements), $value);
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php98 return array_keys($this->items);
145 return new static(array_map($callback, $this->items, array_keys($this->items)));
/plugin/txtconf/
H A Dtxtconfig.class.php72 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
/plugin/quickstats/scripts/
H A Dextended_data.php40 $keys =array_keys($_POST);
110 $keys = $keys =array_keys($_POST);
404 $keys =array_keys($_POST);
431 $keys =array_keys($_POST);
476 $keys=array_keys($_POST);
511 $keys =array_keys($_POST);
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php35 …$sql = 'INSERT INTO ' . $this->table . ' (' . join(',', array_keys($data)) . ') VALUES( ' . join(…
45 }, array_keys($data))) . ' WHERE ' . $this->table . '_id' . '=?';
/plugin/btable/
H A Dexport.php41 $rows = array_keys($content);
42 $columns = array_keys($content[$rows[0]]);
/plugin/btable2/
H A Dexport.php41 $rows = array_keys($content);
42 $columns = array_keys($content[$rows[0]]);
/plugin/sqlite/
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/data/Form/
H A DDropdownElement.php85 $keys = array_keys($options);
91 $keys = array_keys($options);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php143 $arrKeys = array_keys($this->nodes);
155 $arrKeys = array_keys($this->nodes);
186 $arrKeys = array_keys($this->nodes);
194 $arrKeys = array_keys($this->nodes);
448 $arrKeys = array_keys($referencedBranches[$i]->nodes);
513 $arrKeys = array_keys($this->nodes);
553 $arrKeys = array_keys($this->nodes);
/plugin/explain/
H A Dsyntax.php97 join('|', array_map('preg_quote_cb', array_keys($this->map))).
106 foreach (array_keys($this->map) as $rxmatch) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php55 foreach (array_keys($GLOBALS) as $key) {
125 $keys = array_keys(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php133 foreach (array_keys($GLOBALS[$superGlobalArray]) as $key) {
151 foreach (array_keys($GLOBALS) as $key) {
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php238 $packages[] = array_keys($installed['versions']);
246 return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php92 …ype "%s" does not exist. Known types are: "%s"', $type, implode('", "', array_keys($typeValues))));
136 … "%s" does not exist. Known styles are: "%s"', $style, implode('", "', array_keys($styleValues))));
/plugin/combo/vendor/composer/
H A DInstalledVersions.php188 $packages[] = array_keys($installed['versions']);
195 return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
/plugin/bez/struct/
H A DBezType.php88 if (!in_array($code, array_keys(self::BEZ_TABLE_CODES))) {
122 if (!in_array($code, array_keys(self::BEZ_TABLE_CODES))) return array();
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php152 $keys = array_keys($uris);
397 $pri_keys = array_keys($this->serviceList);
467 $pri_keys = array_keys($filtered);
/plugin/swfobject/
H A Dsyntax.php94 if ( in_array(strtolower($key), array_keys($return['param'])) ) {
96 } else if ( in_array(strtolower($key), array_keys($return)) ) {
162 foreach( array_keys($data['param']) AS $paramKeys ) {
/plugin/openid/Auth/Yadis/
H A DXRDS.php152 $keys = array_keys($uris);
412 $pri_keys = array_keys($this->serviceList);
484 $pri_keys = array_keys($filtered);
/plugin/swiftmail/Swift/
H A DMessage.php96 foreach (array_keys($this->references["parent"]) as $key)
715 if (array_keys($this->references["related"]) == array("_alternative"))
725 if (array_keys($this->references["mixed"]) == array("_related"))
731 if (array_keys($this->references["mixed"]) == array("_related"))
741 if (array_keys($this->references["mixed"]) == array("_alternative"))
747 if (array_keys($this->references["related"]) == array("_alternative"))
/plugin/farmsync/
H A Dadmin.php92 $targets = array_keys($INPUT->arr('farmsync-animals'));
97 $struct = array_keys($INPUT->arr('farmsync_struct'));
/plugin/entitiesbutton/action/
H A Dbutton.php36 'list' => array_keys(getEntities()),
/plugin/translator/
H A Dhelper.php290 foreach ( array_keys($languages) as $key ) {
397 $keysIN = implode("\",\"", array_keys($translation));
587 $versions = array_keys($categories[$_REQUEST['Category']]['Versions']);
594 …$form->addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category']…
1050 foreach ( array_keys($revertItems) as $revertDateTime ) {
1051 foreach ( array_keys($revertItems[$revertDateTime]) as $lang ) {
1183 $versions = array_keys($languages);
1196 $JSCategories .= "}" . ( $name != end(array_keys($categories)) ? ',' : '' );
1200 … if ( empty( $_REQUEST['Category']) ) $_REQUEST['Category'] = array_shift(array_keys($categories));
1201 …REQUEST['Category']]['Versions']) ) $_REQUEST['Version'] = array_shift(array_keys($categories[$_RE…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandler.php51 return array_keys(get_object_vars($this));

12345678910>>...23