Home
last modified time | relevance | path

Searched refs:array_keys (Results 476 – 500 of 560) sorted by last modified time

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

/plugin/pirate/
H A Drenderer.php35 $keys = array_keys($patterns);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1110 $keys = array_keys($conf);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php378 … if (is_array($var) && count($var) && (array_keys($var) !== range(0, sizeof($var) - 1))) {
380 array_keys($var),
407 array_keys($vars),
/plugin/freechat/phpfreechat/src/commands/
H A Dwhois.class.php67 …$order = array_merge(array_diff(array_keys($usermeta),array_keys($c->nickmeta)),array_keys($c->nic…
/plugin/poll/
H A Dsyntax.php128 $options = array_keys($poll['results']);
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php164 $cols = empty ( $first ) ? array () : array_keys ( $first );
/plugin/mediasyntax/
H A Dhelper.php611 return str_replace(array_keys($replace), array_values($replace), $id);
/plugin/header2/
H A Drenderer.php81 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/log404/_test/
H A Dgeneral.test.php86 $firstRecord = array_keys($log->getRecords());
95 $newFirstRecord = array_keys($log->getRecords());
/plugin/tokenbucketauth/
H A Dadmin.php52 $ip = array_shift(array_keys($_REQUEST['delip']));
/plugin/recaptcha/
H A Daction.php175 list($act) = array_keys($act);
/plugin/header3/
H A Drenderer.php100 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/botbouncer/lib/
H A Dbotbouncer.php865 foreach (array_keys($this->services) as $svcMain) {
867 foreach (array_keys($this->services) as $svcCompare) {
/plugin/botbouncer/admin/
H A Dclean.php127 $users = array_keys($user_list);
/plugin/tfslink/
H A Daction.php56 foreach(array_keys($keyData) as $confKey){
/plugin/subjectindex/inc/
H A Dcommon.php196 foreach (array_keys($page_paths) as $key) {
/plugin/components/lib/
H A Daction_manager.php85 list($action) = array_keys($action);
/plugin/dokutranslate/
H A Dajax.php51 foreach(array_keys($data) as $item){
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php40 if (!preg_match('~^(?:'.implode('|',array_keys($this->_meta)).')_o_(.*)$~',$key,$match)){
H A Dsettingslevel.class.php183 $this->_markChanged(array_keys($data));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php143 $arrKeys = array_keys($this->nodes);
155 $arrKeys = array_keys($this->nodes);
186 $arrKeys = array_keys($this->nodes);
194 $arrKeys = array_keys($this->nodes);
448 $arrKeys = array_keys($referencedBranches[$i]->nodes);
513 $arrKeys = array_keys($this->nodes);
553 $arrKeys = array_keys($this->nodes);
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php83 foreach (array_keys($g_utf8_converters) as $encoding) {
/plugin/permissioninfo/
H A Dadmin.php323 foreach(array_keys($this->groups) as $g)
335 $this->group2user[$grpname] = array_keys($users);
/plugin/mantis/lib/
H A Dclass.wsdl.php629 foreach(array_keys($this->bindings[ $portData['binding'] ]['operations']) as $bOperation) {
H A Dnusoap.php5141 foreach(array_keys($this->bindings[ $portData['binding'] ]['operations']) as $bOperation) {

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