Home
last modified time | relevance | path

Searched refs:unserialize (Results 1 – 25 of 224) sorted by path

123456789

/plugin/404manager/
H A Dadmin.php703 … $this->pageRedirections = unserialize(io_readFile(self::DATA_STORE_CONF_FILE_PATH, false));
844 $pageRedirections = unserialize(io_readFile(self::DATA_STORE_CONF_FILE_PATH, false));
/plugin/a2s/
H A DASCIIToSVG.php1718 self::$objects = unserialize(file_get_contents($cacheFile));
/plugin/attribute/
H A Dhelper.php197 $preserial = @unserialize($packet);
203 $unserial = @unserialize($serial);
/plugin/authfacebook/lib/
H A DFacebookApp.php104 public function unserialize($serialized) function in Facebook\\FacebookApp
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php79 return unserialize($ret['data']);
H A DGoogle_FileCache.php100 $data = unserialize($data);
/plugin/authhiorgserver/
H A Dauth.php123 $daten = unserialize(base64_decode(mb_substr( $daten , 3)));
/plugin/authphpbb3/
H A Dauth.php148 $result = unserialize($this->_cache->retrieveCache(false));
261 $user_data = unserialize($cache->retrieveCache(false));
517 $this->_phpbb_conf = unserialize($this->_cache->retrieveCache(false));
669 $result = unserialize($this->_cache->retrieveCache(false));
/plugin/authsmf20/
H A Dauth.php341 $user_data = unserialize($cache->retrieveCache(false));
/plugin/authucenter/lib/uc_client/control/
H A Dapp.php28 $app['tagtemplates'] = $this->unserialize($app['tagtemplates']);
/plugin/authucenter/lib/uc_client/model/
H A Dapp.php29 isset($v['extra']) && !empty($v['extra']) && $v['extra'] = unserialize($v['extra']);
H A Dbase.php130 $return[$arr['k']] = $decode ? unserialize($arr['v']) : $arr['v'];
224 function unserialize($s) { function in base
H A Dcache.php86 $v['extra'] = unserialize($v['extra']);
H A Dpm.php153 $lastmessage = unserialize($lastpm['lastmessage']);
343 $lastmessage = unserialize($threadpm['lastmessage']);
648 $lastmessage = unserialize($data['lastmessage']);
/plugin/authwordpress/
H A Dauth.php290 $groups = array_keys(unserialize($row['grps']));
/plugin/batchedit/
H A Dengine.php199 public function unserialize($data) { function in BatcheditMatch
201 $this->contextBefore, $this->contextAfter, $this->marked, $this->applied) = unserialize($data);
406 public function unserialize($data) { function in BatcheditPage
407 list($this->id, $this->matches) = unserialize($data);
486 return @unserialize(file_get_contents(self::getFileName($id, $name)));
H A Dinterface.php62 public function unserialize($data) { function in BatcheditMessage
63 list($this->type, $this->data) = unserialize($data);
/plugin/bez/action/
H A Ddefault.php28 $notifs = unserialize($_COOKIE[BEZ_NOTIFICATIONS_COOKIE_NAME]);
40 $this->notifications = unserialize($_COOKIE[BEZ_NOTIFICATIONS_COOKIE_NAME]);
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php56 $style = unserialize(stripslashes($this->vars['style']));
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php55 $styleCommon = unserialize(base64_decode($this->session->getVar("style_common")));
56 $styleTypes = unserialize(base64_decode($this->session->getVar("style_types")));
/plugin/btable/
H A Dexport.php32 $content = unserialize(@file_get_contents($file));
/plugin/btable2/
H A Dexport.php32 $content = unserialize(@file_get_contents($file));
H A Dsyntax.php147 $doodle = unserialize(@file_get_contents($dfile));
/plugin/ckgdoku/action/
H A Dedit.php472 $cdata = unserialize(io_readFile($cname,false));
H A Dmeta.php56 $ar = unserialize(file_get_contents($this->dw_priority_metafn));
212 $ar = unserialize(file_get_contents($this->dw_priority_metafn));
323 $ents = unserialize(file_get_contents($serialized));
945 … $ar = unserialize(file_get_contents($this->dw_priority_metafn)); // check user profile settings

123456789