Home
last modified time | relevance | path

Searched refs:unserialize (Results 151 – 175 of 224) sorted by last modified time

123456789

/plugin/fckg/fckeditor/
H A Daspell.php72 $langs = unserialize($_langs);
/plugin/fckg/action/
H A Dsave.php158 $ents = unserialize(file_get_contents($serialized));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php72 $inf = unserialize($str);
/plugin/fckg/scripts/
H A Drefresh_save.php67 $ents = unserialize(file_get_contents($serialized));
/plugin/fckg/syntax/
H A Ddwplugin.php415 $meta = unserialize($meta);
/plugin/authsmf20/
H A Dauth.php341 $user_data = unserialize($cache->retrieveCache(false));
/plugin/htmlokay/
H A Ddirectory_scan-3.php144 $data = unserialize($str);
H A Dhelper.php109 $this->saved_inf = unserialize($this->saved_inf);
H A Dadmin.php95 $this->saved_inf = unserialize($this->saved_inf);
/plugin/htmlokay/conf/access/
H A Dget_inf.php25 $inf = unserialize($inf_str);
/plugin/vbsso/includes/
H A Dapi.php212 return unserialize(base64_decode(file_get_contents(VBSSO_PLATFORM_CONFIG_FILE)));
305 $settings = unserialize(base64_decode(file_get_contents(VBSSO_VBSSO_CONFIG_FILE)));
/plugin/sqlcomp/
H A Dsyntax.php197 $Cache = unserialize($Cache);
/plugin/database2/
H A Dmedia.php80 $source = @unserialize( @base64_decode( $_GET['s'] ) );
109 $source = @unserialize( @gzuncompress( @base64_decode( $_GET['a'] ) ) );
/plugin/rrdgraph/
H A Dhelper.php286 … $this->localRecipeCache[$pageId . "/" . $recipeName] = unserialize($cache->retrieveCache());
293 … $this->localRecipeCache[$pageId . "/" . $recipeName] = unserialize($cache->retrieveCache());
/plugin/issuetracker/
H A Dedit.php325 {$mods = unserialize(@file_get_contents($modfile));}
368 {$issues = unserialize(@file_get_contents($pfile));}
H A Ditsearch.php42 $tmp = unserialize(@file_get_contents($it_datastore.$project.'.issues'));
59 { $issues = unserialize(@file_get_contents($pfile));
134 $comments = unserialize(@file_get_contents($comments_file));
H A Dsyntax.php1703 {$mods = unserialize(@file_get_contents($modfile));}
1946 $tmp = unserialize(@file_get_contents($it_datastore.$project.'.issues'));
1963 {$issues = unserialize(@file_get_contents($pfile));}
H A Daction.php284 { $issues = unserialize(@file_get_contents($pfile));}
355 { $issues = unserialize(@file_get_contents($pfile)); }
580 { $issues = unserialize(@file_get_contents($pfile)); }
824 {$mods = unserialize(@file_get_contents($modfile));}
3201 { $issue = unserialize(@file_get_contents($pfile));
3249 {$mods = unserialize(@file_get_contents($modfile));}
3322 $user_before = unserialize(@file_get_contents($filename));
3383 $issues = unserialize(@file_get_contents($pfile));
3415 $comments = unserialize(@file_get_contents($pfile));
3427 $mods = unserialize(@file_get_contents($pfile));
[all …]
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php100 $data = unserialize($data);
H A DGoogle_ApcCache.php79 return unserialize($ret['data']);
/plugin/nsexport/packer/ziphtml/
H A Dzip.php92 $pages = unserialize($pages);
/plugin/news/
H A Dhelper.php170 return unserialize($ret);
/plugin/news/scripts/
H A DfeedData.php54 return unserialize($ret);
/plugin/eventum/
H A Dsyntax.php89 $cache = unserialize(file_get_contents($cachefile));
/plugin/datatemplate/syntax/inc/
H A Dcache.php123 $data = unserialize($datastr);

123456789