Home
last modified time | relevance | path

Searched refs:array_keys (Results 251 – 275 of 560) sorted by last modified time

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

/plugin/geogebrembed/syntax/
H A Dggb.php91 … $params_raw = preg_replace(array_keys($substitutions), array_values($substitutions), $match);
153 $default_settings = str_replace('default_', '', array_keys($this->conf));
/plugin/watchcycle/
H A Daction.php179 }, array_keys($toupdate)));
265 }, array_keys($foundUsers), $foundUsers);
H A Dhelper.php48 $title = $this->getLang('maintained by') . implode(', ', array_keys($all)) . ' ';
/plugin/gchart/
H A Dsyntax.php99 $type_regex = '/\b(' . implode('|', array_keys($this->supported_charts)) . ')\b/i';
144 $key = array_keys($data['data']);
205 $rawval = array_keys($data['data']);
/plugin/addressbook/
H A Dsyntax.php460 $keys = array_keys($info);
/plugin/refnotes/
H A Dbibtex.php491 $name = reset(array_keys($data));
H A Ddatabase.php501 foreach (array_keys($this->cache) as $fileName) {
H A Dnamespace.php38 return array_keys($this->index);
H A Daction.php576 $this->addDependencies($cache, array_keys($meta['dbref']));
/plugin/googlemaps3/
H A Dsyntax.php224 …$markers[] = array_combine(array_keys($this->defaultMarkerOptions), array_merge(array(0), $matches…
/plugin/mediatooltip/
H A Daction.php73 $dw_session = array_keys($_SESSION);
/plugin/entitiesbutton/action/
H A Dbutton.php36 'list' => array_keys(getEntities()),
/plugin/schedule/
H A Dschedules.class.php400 foreach (array_keys ($this->membersToSave) as $member)
741 foreach (array_keys ($this->memberSchedules) as $member)
907 $eventClass = 'cat_'.implode ('', array_keys ($eventClass));
1120 … if (!$prop && !$lineVals['exists'] && $this->isAMemberOf (array_keys ($lineVals['member']))) {
1204 foreach (array_keys ($this->getLang ('days')) as $idd => $dayName)
1208 $dayNames = array_keys ($this->getLang ('days'));
1272 } elseif (in_array ($name, array_keys ($this->scheduleRoot->filterNames))) {
1450 foreach (array_keys ($dayNames) as $idw => $week) {
1521 foreach (array_keys ($this->scheduleRoot->scheduleWhat) as $what) {
/plugin/bookcreator/syntax/
H A Dexportsaved.php58 if (!in_array($type, array_keys($exporturl))) {
/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/publistf/bib2tpl/
H A Dbibtex_converter.php560 $data = str_replace(array_keys($this->authorlist),$this->authorlist,$data);
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php468 if (in_array('author', array_keys($ret)) && $this->_options['extractAuthors']) {
566 $opening = array_keys($this->_delimiters);
613 $beginningdels = array_keys($this->_delimiters);
885 $beginningdels = array_keys($this->_delimiters);
/plugin/interwikiformatting/
H A Dsyntax.php96 … $title = str_replace(array_keys($text_replacements), array_values($text_replacements), $title);
/plugin/block/
H A Daction.php37 $ar_keys = array_keys($ar);
/plugin/groupmatrix/syntax/
H A Dtable.php143 }, $users, array_keys($users));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php858 $properties = $this->getProperties($path, array_keys($propertyMap));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php97 $self->properties = array_keys($elem['value']);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1394 …$foundProperties = $this->server->getPropertiesForPath($path, array_keys($requestedProperties), $d…
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php561array_keys($attendee['oldInstances']) != array_keys($attendee['newInstances']) ||
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php278 …ame . " (" . implode(', ', $fieldNames) . ") VALUES (" . implode(', ', array_keys($values)) . ")");
312 $supportedProperties = array_keys($this->propertyMap);
1167 …ame . " (" . implode(', ', $fieldNames) . ") VALUES (" . implode(', ', array_keys($values)) . ")");
1194 $supportedProperties = array_keys($this->subscriptionPropertyMap);

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