Home
last modified time | relevance | path

Searched refs:array_keys (Results 301 – 325 of 560) sorted by last modified time

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php276 return array_keys($this->pragmas);
/plugin/task/
H A Daction.php132 $tpl = str_replace(array_keys($replace), array_values($replace), $tpl);
/plugin/autolink4/syntax/
H A Dallwords.php60 return array_keys($PARSER_MODES);
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php658 $types = array_keys($settings['contactPerson']);
H A DAuthnRequest.php78 $langs = array_keys($organizationData);
H A DResponse.php792 if (in_array($attributeKeyName, array_keys($attributes))) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ray_unshift array_splice array_slice array_merge array_merge_recursive array_keys array_values arr…
/plugin/codemirror/
H A Daction.php37 $acronyms = array_keys(getAcronyms());
45 'entities' => array_keys(getEntities()),
49 'smileys' => array_keys(getSmileys()),
/plugin/submgr/
H A Dhelper.php202 $users = array_merge($users, array_keys($found));
/plugin/archiveupload/
H A Daction.php212 $types = array_keys(getMimeTypes());
/plugin/accscounter/syntax/
H A Dcounter.php313 foreach (array_keys($default) as $key)
/plugin/issuelinks/helper/
H A Ddb.php139 $keys = implode(', ', array_keys($entity));
226 $where = implode(' = ? AND ', array_keys($entity)) . ' = ?';
/plugin/issuelinks/admin/
H A Drepoadmin.php89 $activeServices = array_keys($this->orgs);
/plugin/autotranslation/
H A Daction.php86 if(!$orig) $orig = array_shift(array_keys($translations));
/plugin/dyncontent/
H A Daction.php77 $search = array_keys($search);
/plugin/filelisting/action/
H A Ddelete.php46 $files_to_delete = array_keys($INPUT->arr('delete'));
/plugin/typography/helper/
H A Dparser.php157 foreach (array_keys($elem) as $key) {
/plugin/dropfiles/action/
H A Dajax.php181 $types = array_keys(getMimeTypes());
/plugin/tiledblog/
H A Dsyntax.php85 $keys = array_keys ($entries);
/plugin/lightweightcss/
H A Daction.php152 … $allowed = array_filter( array_keys($event->data['files']), array($this, 'filter_css') );
/plugin/tagsections/
H A Dhelper.php87 return array_keys($this->getTagsByRegExp(null, $ns, $acl_safe));
/plugin/twistienav4bootstrap3/
H A Dhelper.php24 foreach (array_keys($this->title_metadata) as $plugin) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …y ' +\n 'array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map ' +\n …
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php563array_keys($attendee['oldInstances']) != array_keys($attendee['newInstances']) ||
/plugin/twistienav/
H A Dhelper.php24 foreach (array_keys($this->title_metadata) as $plugin) {

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