Home
last modified time | relevance | path

Searched refs:array_keys (Results 276 – 300 of 560) sorted by last modified time

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

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php181 $propPatch->handle(array_keys($this->fieldMap), function($properties) use ($path) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php102 $newProps['properties'] = array_keys($elem['value']);
H A DCalendarQueryReport.php107 $newProps['properties'] = array_keys($elem['value']);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php92 $newProps['properties'] = array_keys($elem['value']);
H A DAddressBookQueryReport.php143 $newProps['properties'] = array_keys($elem['value']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php748 array_keys($mutations)
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php64 $types = array_keys(getMimeTypes());
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php75 return array_keys(self::$installed['versions']);
/plugin/groupmail/
H A Dsyntax.php175 if (preg_grep('/(cc|group)/', array_keys($vals)))
185 if (preg_grep('/^(cc|togroup)/', array_keys($vals)))
188 if (preg_grep('/^bcc/', array_keys($vals)))
243 foreach (array_keys($recipientVals) as $field) {
/plugin/elwikiupgrade/
H A Dadmin.php134 $step = array_shift(array_keys($_REQUEST['step']));
/plugin/editor/
H A Dhelper.php46 $user = array_keys($user);
/plugin/loglog/helper/
H A Dreport.php58 array_keys($stats['admin']),
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php62 foreach (array_keys($this->prototypes) as $i) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetManager.php79 return array_keys($this->assets);
H A DFilterManager.php48 return array_keys($this->filters);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php1985 $keys = array_keys($var);
2011 $keys = array_merge(array_keys($arr1), array_keys($arr2));
H A Dmodule.misc.pdf.php47 …while (!$this->feof() && (max(array_keys($info['pdf']['xref']['offset'])) > $info['pdf']['xref']['…
H A Dmodule.audio-video.mpeg.php505 $last_GOP_id = max(array_keys($FramesByGOP));
H A Dmodule.tag.xmp.php304 foreach (array_keys($xml_elem['attributes']) as $key)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php152 if ($diff = array_diff(array_keys($this->resources), array_keys($this->loaders))) {
198 return array_unique(array_merge(parent::getNames(), array_keys($this->formulae)));
H A DAssetFactory.php242 foreach (array_diff(array_keys($options), array('output', 'debug', 'root')) as $key) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php377 if (count(array_filter(array_keys($array), "is_numeric")) != count($array)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php547 …empty($ThisFileInfo['tags'] ) ? implode("\t", array_keys($ThisFileInfo['t…
571 …empty($ThisFileInfo['tags'] ) ? implode("\t", array_keys($ThisFileInfo['t…
H A Ddemo.browse.php293 …echo '<td align="left">&nbsp;'.(!empty($fileinfo['tags']) ? implode(', ', array_keys($fileinfo['ta…
H A Ddemo.mp3header.php584 $keys = array_keys($var);
606 $keys = array_merge(array_keys($arr1), array_keys($arr2));

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