Home
last modified time | relevance | path

Searched refs:array_keys (Results 376 – 400 of 560) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php232 $keys = array_keys($array);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php254 $keys = array_keys($this->access[$name]);
/plugin/ireadit/action/
H A Dmigration.php57 $keys = join(',', array_keys($entry));
/plugin/combo/action/
H A Dpageprotection.php292 * array_keys() expects parameter 1 to be array
297 foreach (array_keys($event->result) as $idx) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php162 foreach (\array_keys($this->readers) as $readerId) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php389 array_keys($this->env->getUnaryOperators()),
390 array_keys($this->env->getBinaryOperators())
H A DExpressionParser.php657 $e->addSuggestions($name, array_keys($this->env->getTests()));
690 $e->addSuggestions($name, array_keys($this->env->getFunctions()));
720 $e->addSuggestions($name, array_keys($this->env->getFilters()));
/plugin/jsonrpc/
H A Djsonrpc.php177 foreach(array_keys($pages) as $idx) {
391 $types = array_keys(getMimeTypes());
/plugin/translator/syntax/
H A Dtranslator.php126 …$form->addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category']…
129 …categories[$_REQUEST['Category']]['Versions']) ? array('none given') : array_keys($categories[$_RE…
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php558array_keys($attendee['oldInstances']) != array_keys($attendee['newInstances']) ||
/plugin/data/syntax/
H A Dentry.php449 array_keys($this->dthlp->aliases())
604 array_keys($this->dthlp->aliases())
/plugin/sphinxsearch-was/
H A DSphinxSearch.php170 return $pageMapper->getByCrc(array_keys($this->_result['matches']));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DOperatorSpacingSniff.php92 $parenthesis = array_keys($tokens[$stackPtr]['nested_parenthesis']);
/plugin/linkfix/
H A Dadmin.php105 $data = array_keys($data);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php186 foreach (array_keys($this->getManagers()) as $name) {
/plugin/sphinxsearch/
H A DSphinxSearch.php169 return $pageMapper->getByCrc(array_keys($this->_result['matches']));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php181 $propPatch->handle(array_keys($this->fieldMap), function($properties) use ($path) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php70 return array_keys($this->paths);
/plugin/authopenldapkerberos/
H A Dauth.php163 $uids = array_keys($users);
/plugin/combo/syntax/
H A Dfrontmatter.php345 $firstKey = array_keys($value)[0];
/plugin/tagging/action/
H A Dsearch.php201 $tagged = array_keys($pages);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php215 $minPairsKeys = array_keys($minPairs);
/plugin/linkback/action/
H A Dsend.php37 list($this->preact) = array_keys($event->data);
/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/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php561array_keys($attendee['oldInstances']) != array_keys($attendee['newInstances']) ||

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