Home
last modified time | relevance | path

Searched refs:array_keys (Results 501 – 525 of 560) sorted by last modified time

1...<<212223

/plugin/publistx/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/publistx/bib2tpl/
H A Dbibtex_converter.php555 $data = str_replace(array_keys($this->authorlist),$this->authorlist,$data);
/plugin/runcommand/
H A Dpostaction.php34 $arrayKey = array_keys($_POST);
/plugin/txt2tags/
H A Dtxt2tags.class.php686 '"$1" ? str_replace(array_keys($this->infile), array_values($this->infile), "$1")
689 '"$1" ? str_replace(array_keys($this->outfile), array_values($this->outfile), "$1")
/plugin/metaheaders/
H A Daction.php108 '@RELATION@' => @implode(', ', @array_keys($INFO['meta']['relation']['references']?:[])),
114 $types = array_keys($headers);
128 $value = str_replace(array_keys($replace), array_values($replace), $value);
/plugin/sphinxsearch/
H A DSphinxSearch.php169 return $pageMapper->getByCrc(array_keys($this->_result['matches']));
/plugin/sqlraw/
H A Dsyntax.php202 $temp = array_keys($result[0]);
/plugin/docimporter/
H A DSyntaxConverter.php109 array_keys($patterns),
136 array_keys($patterns),
303 array_keys($patterns),
329 array_keys($patterns),
347 array_keys($patterns),
367 array_keys($patterns),
394 array_keys($patterns),
434 array_keys($patterns),
/plugin/jcapture/
H A Dapplet.php23 foreach (array_keys($_COOKIE) as $cookieName) {
/plugin/dokutexit/
H A Dlatex.php1462 $doku_ent = array_keys($ent);
/plugin/subconfhelper/helper/
H A Dconfig.php67 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
/plugin/searchpattern/
H A Dsyntax.php565 $regex_output_matches = array_keys( $match );
/plugin/unameban/
H A Dadmin.php41 $del = trim(array_shift(array_keys($_REQUEST['delusername'])));
/plugin/requiz/
H A Daction.php127 list($act) = array_keys($act);
/plugin/templateconfhelper/exe/
H A Dcss.php116 $cache_files = array_merge($cache_files, array_keys($files[$mediatype]));
/plugin/projects/lib/
H A Dmaker.php23 if (!in_array($node->name(), array_keys($this->links)))
57 $this->affect = array_keys(array_flip($affect));
131 $filenames = array_keys($files);
172 $errors = array_intersect(array_keys($this->errors),
173 array_keys($this->nodes));
176 $invalid = array_keys($this->errors);
192 $changes = array_keys(array_flip($changes));
220 return array_keys($nodes);
327 return array_keys(array_flip($order));
H A Dproject.php241 $files = array_keys(array_flip($files));
/plugin/projects/plugins/file/
H A Dlatex_dependency.php28 return array_keys(array_flip($all));
/plugin/translationbuddy/
H A Dsyntax.php191 $extra_pages = array_keys(array_diff_key($pages,$items['en'][$ns]));
/plugin/composer/
H A Dsyntax.php570 array_keys($replace),
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php197 assert(array_keys($data) == $this->assoc_keys);
303 $message_keys = array_keys($signed_message->toPostArgs());
H A DTrustRoot.php114 $keys = array_keys($parts);
H A DMemcachedStore.php113 $keys = array_keys($serverAssociations);
/plugin/fedauth/Auth/Yadis/
H A DXRI.php113 $keys = array_keys($args);
H A DXRDS.php152 $keys = array_keys($uris);
397 $pri_keys = array_keys($this->serviceList);
467 $pri_keys = array_keys($filtered);

1...<<212223