Home
last modified time | relevance | path

Searched refs:array_keys (Results 476 – 500 of 560) sorted by relevance

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

/plugin/refnotes/
H A Daction.php576 $this->addDependencies($cache, array_keys($meta['dbref']));
/plugin/translate/
H A Dhelper.php188 list ($orig) = array_keys($meta['relation']['istranslationof']);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php394 $result = self::getFilteredQueryString($uri, array_keys($keyValueArray));
/plugin/text/
H A Drenderer.php90 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/blogtng/action/
H A Dedit.php279 list($act) = array_keys($event->data);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php127 $K = array_keys($names);
/plugin/tag/
H A Dhelper.php582 return str_replace(array_keys($replace), array_values($replace), $tag);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php131 $resourceTypes = array_keys($styleMap->types);
566 $types = array_keys($this->map->types);
1056 $types = array_keys($this->map->types);
1303 $types = array_keys($this->map->types);
/plugin/searchpattern/
H A Dsyntax.php565 $regex_output_matches = array_keys( $match );
/plugin/swiftmail/
H A DSwift.php123 foreach (array_keys($this->listeners) as $key)
/plugin/mediasyntax/
H A Dhelper.php611 return str_replace(array_keys($replace), array_values($replace), $id);
/plugin/glossary/
H A Dglossary.class.php545 $keys = array_keys ($all);
791 $content = str_replace (array_keys ($replace), array_values ($replace), $pageTpl);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php865 return array_keys($array);
1131 …ies = implode(', ', array_merge(['html', 'js', 'url', 'css', 'html_attr'], array_keys($escapers)));
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php475 $checkPost = array_keys($this->$type);
562 $independentKeys = array_keys($independent);
/plugin/pycode/
H A Dsyntax.php251 in_array($src_url, array_keys($repo)) == false) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php542 $keys = array_keys($_FILES);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php330 foreach (array_keys($options['_headers']) as $key) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php890 foreach (array_keys($arr) as $k) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php214 $unknown = implode(array_keys($config));
/plugin/combo/ComboStrap/
H A DColorRgb.php872 if (in_array($qualifiedName, array_keys(self::CSS_COLOR_NAMES))) {
H A DIconDownloader.php320 if (!in_array($library, array_keys($this->getLibraries()))) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php101 $readers = $allReaders ? array_keys($this->readers) : $this->createdReaders;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php180 $tokenCodes = array_keys($tokenTypes);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php505 $last_GOP_id = max(array_keys($FramesByGOP));
/plugin/fedauth/Auth/OpenID/
H A DMessage.php92 if (in_array($alias, array_keys($Auth_OpenID_registered_aliases))) {

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