Home
last modified time | relevance | path

Searched refs:unserialize (Results 151 – 175 of 224) sorted by relevance

123456789

/plugin/task/
H A Dhelper.php168 $data = unserialize(io_readFile($file, false));
198 $current = unserialize(io_readFile($file, false));
/plugin/pycode/
H A Daction.php65 $code_new = unserialize(base64_decode($INPUT->post->str("new")));
/plugin/eventum/
H A Dsyntax.php89 $cache = unserialize(file_get_contents($cachefile));
/plugin/news/
H A Dhelper.php170 return unserialize($ret);
/plugin/textinsert/
H A Dadmin.php107 $a = unserialize(file_get_contents(MACROS_FILE));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php219 return unserialize(base64_decode($result));
/plugin/vote/
H A Dsyntax.php184 $vote_log = unserialize( @file_get_contents( $vote_log_file ) );
/plugin/nsexport/packer/ziphtml/
H A Dzip.php92 $pages = unserialize($pages);
/plugin/tagfilter/helper/
H A Dsyntax.php144 $cache_page = unserialize($cache->retrieveCache());
/plugin/epub/scripts/
H A Debook.php9 $entities = unserialize(file_get_contents(EPUB_DIR . 'scripts/epub_ents.ser'));
/plugin/authwordpress/
H A Dauth.php290 $groups = array_keys(unserialize($row['grps']));
/plugin/spatialhelper/helper/
H A Dsitemap.php48 $this->spatial_idx = unserialize(
H A Dindex.php64 $this->spatial_idx = unserialize(
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php233 $this->_utf8_mapping = unserialize(file_get_contents($mapping_file));
/plugin/dlcount/
H A Dadmin.php83 $meta = unserialize(io_readFile($metaFN, false));
/plugin/rssticker/
H A DlastRSS.php70 $result = unserialize(join('', file($cache_file)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php290 $childResult = unserialize(str_replace("#!/usr/bin/env php\n", '', $stdout));
/plugin/xtern/
H A Daction.php113 $ar = unserialize(file_get_contents($this->accumulator));
/plugin/snippets/
H A Dadmin.php82 $data_all = unserialize(io_readFile($this->metaFn,false));
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php231 …$cmdtoplay = ($cmdtoplay == NULL || count($cmdtoplay) == 0) ? array() : unserialize($cmdtoplay[0]);
/plugin/htmlokay/
H A Dhelper.php109 $this->saved_inf = unserialize($this->saved_inf);
/plugin/ditaa/
H A Dsyntax.php175 $data = unserialize(io_readFile($file_cfg, false));
/plugin/gitbacked/action/
H A Deditcommit.php108 $lastPull = unserialize(file_get_contents($lastPullFile));
/plugin/sqlite/_test/
H A DHelperTest.php274 $obj = unserialize(serialize($SqliteHelper));
/plugin/issuetracker/
H A Dedit.php325 {$mods = unserialize(@file_get_contents($modfile));}
368 {$issues = unserialize(@file_get_contents($pfile));}

123456789