Home
last modified time | relevance | path

Searched refs:array_keys (Results 301 – 325 of 560) sorted by relevance

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

/plugin/task/
H A Daction.php132 $tpl = str_replace(array_keys($replace), array_values($replace), $tpl);
/plugin/davcal/syntax/
H A Dcalendar.php157 if(in_array($ID, array_keys($data['id'])))
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php148 foreach (array_keys($this->loglevel) as $l) {
/plugin/blogtng/helper/
H A Dentry.php112 foreach (array_keys($entry) as $key) {
1174 $keys = array_keys($ins);
1194 $html = preg_replace(array_keys($replace), array_values($replace), $html);
1244 …$type]['page']) . '" class="wikilink1" rel="'.$type.'">' . str_replace(array_keys($replace), array…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1028 if (!is_array($array) || !$array || array_keys($array) !== range(0, count($array) - 1)) {
1040 array_keys($array) !== array_filter(array_keys($array), function ($key) {
/plugin/news/scripts/
H A DfeedData.php41 $ar = array_keys($this->meta_data);
/plugin/uncmap/
H A Dsyntax.php92 $letters = implode('',array_keys($this->pathes));
/plugin/archiveupload/
H A Daction.php212 $types = array_keys(getMimeTypes());
/plugin/newpagetemplate/
H A Dcli.php171 $pos = array_search($position, array_keys($array));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php183 $hostKey = array_filter(array_keys($headers), function ($k) {
/plugin/combo/ComboStrap/
H A DSkin.php111 $types = implode(", ", array_keys($skinColors));
/plugin/structtasks/
H A Dcli.php53 foreach (array_keys($tasks) as $task) {
/plugin/sql/
H A Dsyntax.php146 foreach (array_keys($result[0]) as $header) {
/plugin/struct/meta/
H A DQueryBuilder.php119 $pos = array_search($leftalias, array_keys($this->from));
/plugin/swiftmail/Swift/Message/
H A DHeaders.php82 foreach (array_keys($this->cached) as $k) $this->cached[$k] = null;
101 foreach (array_keys($this->cached) as $k)
/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/tagentry/
H A Daction.php125 return ( array_keys( $data ) );
/plugin/templateconfhelper/exe/
H A Dcss.php116 $cache_files = array_merge($cache_files, array_keys($files[$mediatype]));
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNodeFactory.php374 return array_keys($data) === range(0, count($data) - 1);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php56 foreach (array_keys(self::$defaults) as $search) {
/plugin/tagfilter/
H A Daction.php31 $get_tagfilter = array_filter(array_keys($_GET), $f);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php236 $invalid = array_diff(array_keys($params), $whitelist);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php153 foreach (array_keys($message['headers']) as $key) {
/plugin/blog/
H A Daction.php178 return str_replace(array_keys($replace), array_values($replace), $text);
/plugin/prosemirror/parser/
H A DImageNode.php89 foreach (array_keys($renderer->getCurrentMarks()) as $mark) {

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