Home
last modified time | relevance | path

Searched refs:array_keys (Results 176 – 200 of 560) sorted by relevance

12345678910>>...23

/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php75 return array_keys(self::$installed['versions']);
/plugin/loglog/helper/
H A Dreport.php58 array_keys($stats['admin']),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DUnusedSystemSniff.php92 $conditions = array_keys($tokens[$stackPtr]['conditions']);
/plugin/autolink4/syntax/
H A Dallwords.php60 return array_keys($PARSER_MODES);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php124 foreach (array_keys($this->mechanisms) as $mechName) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php15 use function array_keys;
159 $value = str_replace(array_keys(self::ESCAPE_MAP), array_values(self::ESCAPE_MAP), $value);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php148 \array_keys($tokens),
/plugin/combo/ComboStrap/
H A DBreakpoint.php87 foreach (array_keys(self::BREAKPOINTS_TO_PIXELS) as $shortName) {
H A DTreeNode.php92 $childrenKeys = array_keys($this->children);
H A DHistoricalBreadcrumbMenuItem.php94 $actualPageId = array_keys($pages)[0];
/plugin/dw2pdf/
H A Daction.php667 $html = str_replace(array_keys($replace), array_values($replace), $html);
675 $output['cover'] = str_replace(array_keys($replace), array_values($replace), $output['cover']);
685 $output['back'] = str_replace(array_keys($replace), array_values($replace), $output['back']);
693 $output['cite'] = str_replace(array_keys($replace), array_values($replace), $output['cite']);
738 $content = str_replace(array_keys($replace), array_values($replace), $raw);
/plugin/header2/
H A Drenderer.php81 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DRm4Scc.php134 $chk = array_keys($checktable, [$row, $col]);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php197 assert(array_keys($data) == $this->assoc_keys);
303 $message_keys = array_keys($signed_message->toPostArgs());
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php106 $this->assertEquals(['foo', 'bar'], array_keys($subClassA->propertyMetadata));
110 $this->assertEquals(['foo', 'baz'], array_keys($subClassB->propertyMetadata));
/plugin/permissioninfo/
H A Dadmin.php323 foreach(array_keys($this->groups) as $g)
335 $this->group2user[$grpname] = array_keys($users);
/plugin/langdelete/
H A Dadmin.php117 $d->shortlang = array_keys ($_REQUEST['shortlist']);
428 return array_keys ($count);
/plugin/translator/
H A Dadmin.php128 $categories = array_keys($this->functions->_getCategories());
396 foreach ( array_keys($versions) as $version ) {
426 foreach ( array_keys($Lang) as $Language ) {
485 $Category = array_shift(array_keys($this->functions->_getCategories($CategoryID, true)));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php236 …ame . " (" . implode(', ', $fieldNames) . ") VALUES (" . implode(', ', array_keys($values)) . ")");
261 $supportedProperties = array_keys($this->propertyMap);
1040 …ame . " (" . implode(', ', $fieldNames) . ") VALUES (" . implode(', ', array_keys($values)) . ")");
1065 $supportedProperties = array_keys($this->subscriptionPropertyMap);
/plugin/recaptcha2/
H A Daction.php157 list($act) = array_keys($act);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DYamlDriverTest.php17 self::assertEquals(['age', 'name'], array_keys($m->propertyMetadata));
/plugin/wst/syntax/
H A Dtemplate.php113 $keys = array_keys($args);
/plugin/saveandedit/
H A Daction.php60 list($act) = array_keys($event->data);
/plugin/editor/
H A Dhelper.php46 $user = array_keys($user);
/plugin/typography/helper/
H A Dparser.php157 foreach (array_keys($elem) as $key) {

12345678910>>...23